/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* font */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Chango&display=swap';
@font-face {
  font-family: MOBO;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/MOBO-Bold.otf") format("opentype");
}
@font-face {
  font-family: MOBO;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MOBO-Regular.otf") format("opentype");
}
/* reset */
/*! 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;
  min-width: 0;
  border-style: solid;
  border-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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: pxtorem(1);
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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: pxtorem(-2); /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  opacity: 0;
}
body.is-loaded {
  opacity: 1;
}
body.is-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.is-menu-open {
    overflow-y: hidden;
  }
}
/* anime */
.anime,
.anime-child {
  --anime-duration: 1s;
  --anime-timing: ease;
  --anime-fill-mode: forwards;
  --delay: 0;
}

.anime-fadein {
  opacity: 0;
  animation-duration: var(--anime-duration);
  animation-timing-function: var(--anime-timing);
  animation-fill-mode: var(--anime-fill-mode);
  animation-delay: var(--delay);
}

.anime-faderight {
  --x: -100px;
  opacity: 0;
  animation-duration: var(--anime-duration);
  animation-timing-function: var(--anime-timing);
  animation-fill-mode: var(--anime-fill-mode);
  animation-delay: var(--delay);
}

.anime-fadeup {
  --y: 100px;
  opacity: 0;
  animation-duration: var(--anime-duration);
  animation-timing-function: var(--anime-timing);
  animation-fill-mode: var(--anime-fill-mode);
  animation-delay: var(--delay);
}

.anime-fadeskewup {
  opacity: 0;
  animation-duration: var(--anime-duration);
  animation-timing-function: var(--anime-timing);
  animation-fill-mode: var(--anime-fill-mode);
  animation-delay: var(--delay);
}

.anime-strokeline {
  --dasharray: 3540px;
  --dashoffset: -3540px;
  stroke-dasharray: var(--dasharray);
  stroke-dashoffset: var(--dashoffset);
  animation-duration: var(--anime-duration);
  animation-timing-function: var(--anime-timing);
  animation-delay: var(--delay);
  animation-fill-mode: var(--anime-fill-mode);
}

body.is-loaded .anime.is-active.anime-fadein {
  animation-name: fadein;
}
body.is-loaded .anime.is-active.anime-faderight {
  animation-name: faderight;
}
body.is-loaded .anime.is-active.anime-fadeup {
  animation-name: fadeup;
}
body.is-loaded .anime.is-active.anime-fadeskewup {
  animation-name: fadeskewup;
}
body.is-loaded .anime.is-active.anime-strokeline {
  animation-name: strokeline;
}
body.is-loaded .anime-child.is-active .anime-fadein {
  animation-name: fadein;
}
body.is-loaded .anime-child.is-active .anime-faderight {
  animation-name: faderight;
}
body.is-loaded .anime-child.is-active .anime-fadeup {
  animation-name: fadeup;
}
body.is-loaded .anime-child.is-active .anime-fadeskewup {
  animation-name: fadeskewup;
}
body.is-loaded .anime-child.is-active .anime-strokeline {
  animation-name: strokeline;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(var(--x, -100px));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(var(--y, 100px));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeskewup {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0) skewY(12deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewY(0);
  }
}
@keyframes strokeline {
  from {
    stroke-dashoffset: 3540;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.l-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("../images/common/bg-page-01-opacity.png") 0% 0%/1600px auto repeat, linear-gradient(0deg, rgba(0, 169, 206, 0.2) 0%, rgba(0, 169, 206, 0.2) 100%), #fff;
  -webkit-mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
}
.l-header__border {
  --border-offset: 0.9375rem;
}
.l-header__border::before {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, #000, #000), linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-position: top left var(--border-offset), top right var(--border-offset), top var(--border-offset) left;
  background-size: 0.0625rem 100%, 0.0625rem 100%, 100% 0.0625rem;
}
@media only screen and (max-width: 767px) {
  .l-header__border {
    --border-offset: 0.5625rem;
  }
}
.l-header__container {
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 7.5rem;
  padding: 0 2rem;
}
.l-header__side {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  max-width: 21%;
  padding-top: 2rem;
}
.l-header__side::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 20rem;
  max-width: 97%;
  aspect-ratio: 1/1;
  content: "";
  background: url("../images/common/bg-texture-02.png") repeat left top/800px auto, #000;
  border-radius: 50%;
  transform: translate(32%, -27%);
}
.l-header__side .p-ticket {
  width: 20.625rem;
  transform: translateX(1rem);
}
.l-header__side-ticket {
  overflow: hidden;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: clamp(11.25rem, 21vw, 25rem);
  height: 100%;
}
.l-header__menu {
  height: 100%;
  padding-right: min(17vw, 25rem);
  padding-left: min(18vw, 25rem);
  margin-right: auto;
  margin-left: auto;
}
.l-header__nav-container {
  height: 100%;
  padding-bottom: 0.625rem;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-item::before {
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin: 0 0.85vw;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='20' viewBox='0 0 8 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 19' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.3333333333% auto;
}
.l-header__nav-item:last-child::after {
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin: 0 0.8vw;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='20' viewBox='0 0 8 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 19' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.3333333333% auto;
}
.l-header__nav-item-icon {
  margin-left: 0.5rem;
}
.l-header__nav-item-icon .c-icon.--toggle-display {
  --icon-wrap-size: 1rem;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.625rem, 1vw, 0.875rem);
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.l-header__nav-link .c-button-circle {
  width: 1.375rem;
  --shadow-y: 0.125rem;
  --shadow-x: 0.125rem;
}
.l-header__nav-sub {
  position: fixed;
  top: 5rem;
  right: 0;
  min-width: 34.6%;
  padding-top: 0;
  padding-right: min(21vw, 20.625rem);
  padding-bottom: 6.125rem;
  visibility: hidden;
  opacity: 0;
}
.l-header__nav-sub::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 200vw;
  height: 100%;
  content: "";
  background: url("../images/common/bg-page-01-opacity.png") 0% 0%/1600px auto repeat, linear-gradient(0deg, rgba(0, 169, 206, 0.2) 0%, rgba(0, 169, 206, 0.2) 100%), #fff;
  -webkit-mask-image: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
}
.l-header__nav-sub-item:not(:first-child) {
  margin-top: 0.5rem;
}
.l-header__nav-sub-item-link {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
}
.l-header__nav-sub-item-link::before {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.0625rem;
  content: "";
  background-color: currentcolor;
}

.l-hum {
  position: absolute;
  top: 2rem;
  right: 2.375rem;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 50%;
  height: 0.125rem;
  background-color: #000;
  border-radius: 62.4375rem;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 0.375rem);
  transition: 0.3s all;
}
.l-hum span:nth-child(2) {
  top: calc(50% + 0.375rem);
  transition: 0.3s all;
}
.l-hum span:nth-child(3) {
  top: 50%;
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-32deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(32deg);
}
.l-hum.is-active span:nth-child(3) {
  opacity: 0;
}

@media (hover: hover) {
  .l-header__nav-link {
    transition: color 0.3s linear;
  }
  .l-header__nav-link:hover {
    color: #006f87;
  }
  .l-header__nav-link:hover .c-icon.--toggle-display {
    --icon-color: #006f87;
  }
  .l-header__nav-link:hover .c-button-circle {
    box-shadow: 0 0 #000;
    transform: translate(var(--shadow-x), var(--shadow-y));
  }
  .l-header__nav-sub {
    transition: 0.3s all;
  }
  .l-header__nav-item .l-header__nav-sub::before {
    height: 0%;
    transition: all 0.4s;
  }
  .l-header__nav-item:hover .js-plus-minus {
    --icon-color: #006f87;
    color: #006f87;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-header__nav-item:hover .l-header__nav-sub::before {
    height: 100%;
  }
  .l-header__nav-sub-item-link {
    transition: color 0.3s linear;
  }
  .l-header__nav-sub-item-link::before {
    transition: color 0.3s linear;
  }
  .l-header__nav-sub-item-link:hover {
    color: #006f87;
  }
}
@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-link .c-button-circle {
    display: none !important;
  }
  .l-header__nav-item-icon .c-button-circle {
    display: none;
  }
  .l-hum {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  body.is-menu-open {
    overflow: hidden;
  }
  .l-header__side {
    display: none !important;
  }
  .l-header__logo {
    width: 25rem;
  }
  .l-header__menu {
    position: absolute;
    top: 7.5rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 7.5rem);
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .l-header__menu.is-open {
    visibility: visible;
    opacity: 1;
  }
  .l-header__menu::before {
    position: absolute;
    inset: -7.5rem 0 0;
    content: "";
    background: url("../images/common/bg-page-01-opacity.png") 0% 0%/1600px auto repeat, linear-gradient(0deg, rgba(0, 169, 206, 0.2) 0%, rgba(0, 169, 206, 0.2) 100%), #fff;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100%;
    padding-bottom: 0;
    overflow: auto;
    scrollbar-width: none;
  }
  .l-header__nav-container::-webkit-scrollbar {
    display: none;
  }
  .l-header__nav {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 1rem 2rem 6.25rem;
  }
  .l-header__nav::before {
    position: absolute;
    right: -0.625rem;
    bottom: 1rem;
    left: 0;
    height: 0.0625rem;
    content: "";
    background: #000;
  }
  .l-header__nav-list {
    flex-direction: column;
    border-top: 0.0625rem solid #d3d3d3;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .l-header__nav-item-icon .c-button-circle.--toggle-display::before, .l-header__nav-item-icon .c-button-circle.--toggle-display::after {
    height: 0.0625rem;
  }
  .l-header__nav-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    margin: 0;
    content: "";
    background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 0.25rem 0.25rem;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .l-header__nav-item:last-child::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    margin: 0;
    content: "";
    background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 0.25rem 0.25rem;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .l-header__nav-item-icon {
    position: relative;
  }
  .l-header__nav-item-icon .c-icon {
    display: none;
  }
  .l-header__nav-link {
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-align: left;
  }
  .l-header__nav-link .c-button-circle {
    position: relative;
    flex-shrink: 0;
  }
  .l-header__nav-sub {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
  .l-header__nav-sub-item:not(:first-child) {
    margin-top: 1rem;
  }
  .l-header__nav-sub-item-link {
    gap: 0.5rem;
    margin-left: 0.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0;
  }
  .l-header__logo {
    width: 16.375rem;
  }
  .l-header__container {
    height: 5rem;
    padding: 0 1.25rem;
  }
  .l-header__menu {
    top: 5rem;
    height: calc(100vh - 5rem);
  }
  .l-header__menu::before {
    top: -5rem;
  }
  .l-header__nav {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .l-hum {
    top: 1.25rem;
    right: 1.5rem;
  }
  .l-hum.c-button-circle {
    width: 2.875rem;
  }
}
/* footer */
body.is-subnav-open .l-footer__nav-overlay {
  visibility: visible;
  opacity: 1;
}

.l-footer {
  padding: 0.8125rem 0;
  background: #000 url("../images/common/bg-texture-02.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 50rem auto;
}
.l-footer__copyright {
  color: #fff;
  text-align: center;
}
.l-footer__nav-wrap {
  display: none;
}
.l-footer__nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: transform 0.3s;
  transform: translateY(calc(100% + 3.5rem));
}
.l-footer__nav.is-active {
  transform: translateY(0);
}
.l-footer__nav-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5rem;
  padding-top: 0.25rem;
  padding-right: 0.625rem;
  font-family: "MOBO", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.l-footer__nav-bar::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10438_40519)'%3E%3Cpath d='M1.5 4.42778L8 11L14.5 4.42778' stroke='white' stroke-width='3' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10438_40519'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.l-footer__nav-bar.is-active::after {
  transform: rotate(0);
}
.l-footer__nav-bar-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 640%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #2594ac;
  border-radius: 50%;
  transform: translateX(-50%);
}
.l-footer__nav-bar-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #00a9ce;
  background-image: url("../images/common/bg-texture-01-blue.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: 3.75rem auto;
}
.l-footer__nav-bar-img {
  margin-top: -2.25rem;
  margin-right: 0.5rem;
}
.l-footer__nav-overlay {
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.l-footer__nav-content {
  position: relative;
  padding: 2rem 0.625rem 2.125rem;
  text-align: center;
}
.l-footer__nav-content::before {
  position: absolute;
  top: 0;
  right: 0.625rem;
  left: 0.625rem;
  z-index: 1;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#fff 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.l-footer__nav-content .p-ticket {
  width: 13.75rem;
  margin-top: 1.5rem;
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  body.is-menu-open .l-footer__nav-wrap {
    display: none;
  }
  .l-footer {
    padding: 0.875rem 0 6rem;
  }
  .l-footer__nav-wrap {
    display: block;
  }
}
/* main */
.l-inner {
  width: calc(1360px + 2.5rem);
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: calc(1720px + 2.5rem);
}
.l-inner.--narrow {
  width: calc(960px + 2.5rem);
}

.l-container {
  margin-top: 7.5rem;
}

.l-all {
  --border-offset: 0.9375rem;
  position: relative;
  z-index: 1;
  padding: 1rem;
  background: url("../images/common/bg-page-01.png") 0% 0%/auto auto repeat, linear-gradient(0deg, rgba(0, 169, 206, 0.2) 0%, rgba(0, 169, 206, 0.2) 100%), #fff;
}
.l-all::after {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  content: "";
}
.l-all::after {
  inset: var(--border-offset) 0;
  border-bottom: 0.0625rem solid #000;
}

@media only screen and (max-width: 1280px) {
  .l-all::after {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 0.625rem;
  }
  .l-all {
    --border-offset: 0.5625rem;
    padding: 0.625rem 0.625rem 0;
  }
  .l-all::after {
    inset: 0.5625rem;
    bottom: 0;
  }
  .l-container {
    margin-top: 5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button-01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22.5rem;
  min-height: 3rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  text-align: center;
  border: 0.0625rem solid #fff;
  border-radius: 999rem;
  transition: all 0.3s;
}
.c-button-01::before {
  position: absolute;
  inset: 0.25rem;
  z-index: -1;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  border-radius: 999rem;
  transition: all 0.3s;
}
.c-button-01__icon {
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  display: flex;
  align-items: center;
}
.c-button-01__icon .c-icon {
  --icon-wrap-size: 1.5rem;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-button-01:hover {
    color: #fff;
    border-color: #006f87;
  }
  .c-button-01:hover::before {
    background-color: rgba(0, 111, 135, 0.8);
  }
  .c-button-01:hover .c-button-01__icon .c-icon {
    --icon-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-button-01 {
    width: 100%;
    min-width: unset;
    max-width: 14.5rem;
    font-size: 0.75rem;
  }
  .c-button-01__icon {
    right: 1.25rem;
  }
}
.c-button-circle {
  --shadow-x: 0.375rem;
  --shadow-y: 0.1875rem;
  position: absolute;
  z-index: 1;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  font-size: 0;
  background: #ededed;
  border: 0.0625rem solid #000;
  border-radius: 999rem;
  box-shadow: var(--shadow-x) var(--shadow-y) 0 0 #000;
}
.c-button-circle::before {
  position: absolute;
  inset: -0.0625rem;
  z-index: -1;
  content: "";
  background-color: #fff;
  background-image: url("../images/common/bg-texture-01.png");
  background-repeat: repeat;
  background-position: left center;
  background-size: 3.75rem auto;
}
.c-button-circle.--prev::after {
  position: absolute;
  inset: 0;
  width: 57.1428571429%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 6.7001H0.999903L9 1.30005' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96.875% auto;
}
.c-button-circle.--next::after {
  position: absolute;
  inset: 0;
  width: 57.1428571429%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.10352e-05 6.7001H30L21.9999 1.30005' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96.875% auto;
}
.c-button-circle.--cross::after {
  position: absolute;
  inset: 0;
  width: 57.1428571429%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99976 2L21.9998 14' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M1.99976 14L21.9998 2' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87.5% auto;
}
.c-button-circle.--toggle-display::before, .c-button-circle.--toggle-display::after {
  position: absolute;
  inset: 0;
  width: 54.54%;
  height: 0.125rem;
  aspect-ratio: unset;
  margin: auto;
  content: "";
  background: #000;
  -webkit-mask-image: unset;
          mask-image: unset;
  transition: all 0.3s linear;
}
.c-button-circle.--toggle-display::before {
  transform: rotate(-90deg);
}
.c-button-circle.--toggle-display.is-minus::before {
  transform: rotate(0deg);
}

@media (hover: hover) {
  .c-button-circle {
    transition: all 0.3s ease;
  }
  .c-button-circle:hover {
    box-shadow: 0 0 0 0 #000;
    transform: translate(var(--shadow-x), var(--shadow-y));
  }
}
@media only screen and (max-width: 767px) {
  .c-button-circle {
    --shadow-x: 0.25rem;
    --shadow-y: 0.125rem;
    width: 2.375rem;
  }
  .c-button-circle.--toggle-display::before, .c-button-circle.--toggle-display::after {
    height: 0.0625rem;
  }
}
.c-button {
  position: relative;
  display: inline-block;
  min-width: 27.875rem;
  padding-right: 0.375rem;
  padding-bottom: 0.375rem;
}
.c-button__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  padding: 0.5rem 1.25rem;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: url("../images/common/bg-texture-01.png") #ededed;
  background-position: top left;
  background-size: auto 100%;
  border: 0.0625rem solid #000;
  border-radius: 999rem;
  box-shadow: 0.375rem 0.375rem 0 0 #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-button__inner {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.c-button__inner::after {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.10352e-05 6.7001H30L21.9999 1.30005' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96.875% auto;
}
.c-button.--blank .c-button__inner::after {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.99 20.003L28.5464 4.44663L20.5796 4.77662' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3Cpath d='M15.1716 1.62793H1.17163V29.6279H29.1716V15.6279' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 93.75% auto;
}
.c-button.--toggle-display .c-button__inner::before, .c-button.--toggle-display .c-button__inner::after {
  position: absolute;
  top: 0;
  right: 2.125rem;
  bottom: 0;
  width: 1.75rem;
  height: 0.125rem;
  aspect-ratio: unset;
  margin: auto;
  content: "";
  background: #000;
  -webkit-mask-image: unset;
          mask-image: unset;
  transition: all 0.3s linear;
}
.c-button.--toggle-display .c-button__inner::before {
  transform: rotate(-90deg);
}
.c-button.--toggle-display.is-minus .c-button__inner::before {
  transform: rotate(0deg);
}

@media (hover: hover) {
  .c-button__inner {
    transition: all 0.3s ease;
  }
  .c-button:hover .c-button__inner {
    box-shadow: 0 0 0 0 #000;
    transform: translate(0.375rem, 0.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    min-width: unset;
    max-width: 20.9375rem;
  }
  .c-button__inner {
    min-height: 4.5rem;
    background-size: auto 111.11%;
  }
  .c-button__inner::after {
    right: 1.5rem;
  }
  .c-button.--toggle-display .c-button__inner::before, .c-button.--toggle-display .c-button__inner::after {
    right: 1.625rem;
  }
}
.c-heading-01 {
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
}
.c-heading-01::before, .c-heading-01::after {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: "Chango", serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 111, 135, 0.4);
  text-align: center;
  letter-spacing: -0.08em;
  content: attr(data-text);
  mix-blend-mode: multiply;
}
.c-heading-01::before {
  top: -0.75rem;
  clip-path: polygon(0 0, 100% 0, 100% 54%, 0 54%);
  transform: translateY(-50%);
}
.c-heading-01::after {
  bottom: -0.25rem;
  clip-path: polygon(0 54%, 100% 54%, 100% 100%, 0 100%);
  transform: translateY(50%);
}
.c-heading-01.--pink::before, .c-heading-01.--pink::after {
  color: rgba(167, 24, 118, 0.4);
}

@media only screen and (max-width: 767px) {
  .c-heading-01::before, .c-heading-01::after {
    font-size: 2.25rem;
  }
  .c-heading-01::before {
    top: -0.625rem;
  }
  .c-heading-01::after {
    bottom: -0.5rem;
  }
}
.c-icon {
  --icon-wrap-size: 2rem;
  --icon-size: 100%;
  --icon-color: #000;
  position: relative;
  display: inline-block;
  width: var(--icon-wrap-size-w, var(--icon-wrap-size));
  height: var(--icon-wrap-size-h, var(--icon-wrap-size));
  overflow: hidden;
  font-size: 0;
}
.c-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--icon-size-w, var(--icon-size));
  height: var(--icon-size-h, var(--icon-size));
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.c-icon.--arrow-down {
  --icon-size: 87.5%;
}
.c-icon.--arrow-down::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.855556L14 14L27 0.855556' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}
.c-icon.--arrow-right {
  --icon-size: 100%;
}
.c-icon.--arrow-right::before {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.10352e-05 6.7001H30L21.9999 1.30005' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}
.c-icon.--arrow-left {
  --icon-size: 100%;
}
.c-icon.--arrow-left::before {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='8' viewBox='0 0 31 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 6.7001H0.999903L9 1.30005' stroke='black' stroke-width='2' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}
.c-icon.--zoom {
  --icon-size: 84.375%;
}
.c-icon.--zoom::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 25.3334L18 17.3334C19.6 15.6001 20.5333 13.2001 20.5333 10.6667C20.6667 5.20008 16.1333 0.666748 10.6667 0.666748C5.19999 0.666748 0.666656 5.20008 0.666656 10.6667C0.666656 16.1334 5.06666 20.6667 10.6667 20.6667C12.9333 20.6667 14.9333 19.8667 16.6667 18.6667L24.6667 26.6667L26 25.3334ZM2.66666 10.6667C2.66666 6.26675 6.26666 2.66675 10.6667 2.66675C15.0667 2.66675 18.6667 6.26675 18.6667 10.6667C18.6667 15.0667 15.0667 18.6667 10.6667 18.6667C6.26666 18.6667 2.66666 15.0667 2.66666 10.6667Z' fill='white'/%3E%3Cpath d='M6 11H16' stroke='white' stroke-width='2'/%3E%3Cpath d='M11 16L11 6' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.c-icon.--cross {
  --icon-size: 100%;
}
.c-icon.--cross::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.10046 25.8994L25.8995 6.10042' stroke='black' stroke-width='2'/%3E%3Cpath d='M25.8995 25.8994L6.10048 6.10043' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.10046 25.8994L25.8995 6.10042' stroke='black' stroke-width='2'/%3E%3Cpath d='M25.8995 25.8994L6.10048 6.10043' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.c-icon.--star-01 {
  --icon-color: transparent;
  --icon-wrap-size-w: 1.375rem;
  height: auto;
  aspect-ratio: 22/32;
}
.c-icon.--star-01::before {
  background: url("../images/common/icon-star-01.svg") center/contain no-repeat;
}
.c-icon.--star-02 {
  --icon-color: transparent;
  --icon-wrap-size-w: 2.25rem;
  height: auto;
  aspect-ratio: 36/32;
}
.c-icon.--star-02::before {
  background: url("../images/common/icon-star-02.svg") center/contain no-repeat;
}
.c-icon.--star-03 {
  --icon-color: transparent;
  --icon-wrap-size-w: 3rem;
  height: auto;
  aspect-ratio: 48/32;
}
.c-icon.--star-03::before {
  background: url("../images/common/icon-star-03.svg") center/contain no-repeat;
}
.c-icon.--toggle-display {
  --icon-size-w: 87.5%;
  --icon-size-h: 0.125rem;
}
.c-icon.--toggle-display::before, .c-icon.--toggle-display::after {
  position: absolute;
  inset: 0;
  width: var(--icon-size-w, var(--icon-size));
  height: var(--icon-size-h, var(--icon-size));
  aspect-ratio: unset;
  margin: auto;
  content: "";
  background: var(--icon-color);
  -webkit-mask-image: unset;
          mask-image: unset;
  transition: all 0.3s linear;
}
.c-icon.--toggle-display::before {
  transform: rotate(-90deg);
}
.c-icon.--toggle-display.is-minus::before {
  transform: rotate(0deg);
}

.c-list-dot__item {
  --pd-x: 0;
  --pd-y: 0;
  position: relative;
  padding: var(--pd-y) var(--pd-x) var(--pd-y) calc(1.75em + var(--pd-x));
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.875rem;
  }
}
.c-list-dot__item + li {
  margin-top: 0.4375rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: calc(0.8em - 0.1875rem + var(--pd-y));
  left: calc(0.5em + var(--pd-x));
  display: block;
  width: 0.375rem;
  aspect-ratio: 1/1;
  content: "";
  background: #000 url("../images/common/bg-texture-02.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 10rem auto;
  border-radius: 0.0625rem;
  transform: rotate(-45deg);
}
.c-list-dot.--divide-border .c-list-dot__item {
  --pd-x: 1rem;
  --pd-y: 0.5rem;
  position: relative;
  margin-top: 0;
}
.c-list-dot.--divide-border .c-list-dot__item::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.c-list-dot.--divide-border .c-list-dot__item:last-child::after {
  height: 100%;
  background-image: radial-gradient(#000 0.0625rem, transparent 0.0625rem), radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-position: top -0.125rem left, bottom -0.125rem left;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item::before {
    left: calc(0.625em + var(--pd-x));
  }
  .c-list-dot.--divide-border .c-list-dot__item {
    --pd-x: 0px;
    --pd-y: 0.5rem;
  }
}
.c-screen-overlay {
  position: fixed;
  top: 0;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 100vh;
  background: rgba(0, 111, 135, 0.5);
}
.c-screen-overlay::before {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  height: 7.5rem;
  content: "";
  background: url("../images/common/bg-page-01.png") top left/100rem auto repeat, linear-gradient(0deg, rgba(0, 169, 206, 0.2) 0%, rgba(0, 169, 206, 0.2) 100%), #fff;
  -webkit-mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 1280px) {
  .c-screen-overlay {
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-screen-overlay::before {
    height: 5rem;
  }
}
.c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.c-text-sm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-text-sm {
    font-size: 0.875rem;
  }
}

.c-text-xsm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-text-xsm {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.c-zoom {
  position: relative;
}
.c-zoom__button {
  position: absolute;
  right: -0.625rem;
  bottom: -0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  padding-top: 0.625rem;
  padding-left: 0.5rem;
  overflow: hidden;
  border-radius: 0 0 0.5rem;
}
.c-zoom__button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 173.9130434783%;
  aspect-ratio: 1/1;
  overflow: hidden;
  content: "";
  background: url("../images/common/bg-texture-02.png") repeat left top/800px auto, #000;
  border-radius: 50%;
}
.c-zoom__button .c-icon {
  --icon-wrap-size: 1.75rem;
  --icon-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-zoom {
    border-radius: 0.5rem;
  }
}
/* project */
.p-accordion__button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 0.375rem;
  padding-bottom: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .p-accordion__button {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-accordion__button-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 0.5rem 8.5rem 0.5rem 5rem;
  overflow: hidden;
  background: #ededed;
  border: 0.125rem solid #000;
  border-radius: 0.5rem;
  box-shadow: 0.375rem 0.375rem 0 0 #000;
}
.p-accordion__button-inner::before {
  position: absolute;
  inset: -0.0625rem;
  z-index: -1;
  content: "";
  background-image: url("../images/common/bg-texture-01.png");
  background-repeat: repeat;
  background-position: left center;
  background-size: auto 100%;
}
.p-accordion__button-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 3;
  color: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-accordion__button-label {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.p-accordion + .p-accordion {
  margin-top: 1rem;
}
.p-accordion__button-arrow {
  position: absolute;
  top: 0;
  right: 3.75rem;
  bottom: 0;
  flex-shrink: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.p-accordion__button-arrow.is-minus {
  transform: rotate(180deg);
}
.p-accordion__content {
  padding: 2.5rem 5rem;
  margin: 0.5rem 0.5rem 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-accordion__content {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-accordion__content-btn {
  margin-top: 2.5rem;
  text-align: center;
}
.p-accordion__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}
.p-accordion__table {
  margin-top: 1.5rem;
}

@media (hover: hover) {
  .p-accordion__button-inner {
    transition: all 0.3s ease;
  }
  .p-accordion__button-label {
    transition: all 0.3s ease;
  }
  .p-accordion__button:hover .p-accordion__button-inner {
    box-shadow: 0 0 0 0 #000;
    transform: translate(0.375rem, 0.375rem);
  }
  .p-accordion__button:hover .p-accordion__button-label {
    transform: translate(0.375rem, calc(-50% + 6px));
  }
}
@media only screen and (max-width: 767px) {
  .p-accordion__button-inner {
    padding-right: 2.8125rem;
    padding-left: 1.125rem;
  }
  .p-accordion__button-arrow {
    right: 0.8125rem;
  }
  .p-accordion__content {
    padding: 1rem 0.9375rem;
    margin-top: 0.25rem;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .p-accordion__title {
    font-size: 1.25rem;
  }
  .p-accordion__table {
    margin-top: 1.25rem;
  }
  .p-accordion__content-btn {
    margin-top: 1.875rem;
  }
}
.p-card-01-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-01-wrap {
    gap: 0 1.25rem;
  }
}
.p-card-01__thumb-wrap {
  padding: 1.1875rem;
  border: 0.0625rem solid #000;
  border-radius: 1rem;
}
.p-card-01__thumb {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-card-01__thumb img {
  width: 100%;
}
.p-card-01__content {
  padding: 0 0.5rem;
  margin-top: 1.5rem;
}
.p-card-01__head {
  position: relative;
  padding-bottom: 1rem;
}
.p-card-01__head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.p-card-01__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-card-01__title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.p-card-01__label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
  align-items: flex-start;
  margin-top: 1rem;
}
.p-card-01__label-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #006f87;
}
@media only screen and (max-width: 767px) {
  .p-card-01__label-item {
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}
.p-card-01__text {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-card-01__text {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .p-card-01__thumb-wrap {
    padding: 0.9375rem;
  }
  .p-card-01__content {
    margin-top: 1rem;
  }
  .p-card-01__label {
    margin-top: 0.5rem;
  }
}
.p-card-02 {
  --theme-color: rgb(0 111 135 / 0.3);
  --bg-color: rgb(255 255 255 / 0.5);
}
.p-card-02.--yellow .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-yellow.png");
}
.p-card-02.--green .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-green.png");
}
.p-card-02.--orenge .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-orenge.png");
}
.p-card-02.--purple .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-purple.png");
}
.p-card-02.--red .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-red.png");
}
.p-card-02.--blue .p-card-02__heading::before {
  background-image: url("../images/common/bg-under-text-01-blue.png");
}
.p-card-02.--sticky {
  --sticky-color: #fff;
  position: relative;
}
.p-card-02.--sticky::after {
  position: absolute;
  top: -1rem;
  right: 1.125rem;
  width: 1.5rem;
  aspect-ratio: 40/64;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='68' viewBox='0 0 43 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7578 14.609L2.43003 49.4036C0.624651 56.1327 4.67308 63.1354 11.4022 64.9408L13.7273 65.57C20.4565 67.3753 27.4592 63.3269 29.2646 56.5978L40.5619 14.4449C41.9296 9.38432 38.8932 4.1323 33.8327 2.76458L32.082 2.29956C27.0215 0.931848 21.6327 4.43319 20.4018 9.02871L11.156 43.4951C10.226 46.9417 12.3049 50.5525 15.7515 51.4552L16.9551 51.7834C20.4018 52.7135 24.0125 50.6345 24.9152 47.1879L32.4103 19.1771' stroke='%23EFB700' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-card-02::before {
  display: block;
  aspect-ratio: 400/40;
  overflow: hidden;
  content: "";
  background-image: url("../images/common/img-top-card.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 0.5rem 0.5rem 0 0;
  opacity: 0.5;
}
.p-card-02__inner {
  padding: 0.5rem 2.5rem 2.5rem;
  background: var(--bg-color);
  border-radius: 0 0 0.5rem 0.5rem;
}
.p-card-02__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
}
@media only screen and (max-width: 767px) {
  .p-card-02__heading {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.p-card-02__heading::before {
  position: absolute;
  inset: 0;
  top: -0.25rem;
  z-index: -1;
  width: 100%;
  height: 3.875rem;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
}
.p-card-02__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.625rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-card-02__desc {
    font-size: 0.875rem;
  }
}
.p-card-02__part {
  position: relative;
  padding-top: 1rem;
  margin-top: 1rem;
}
.p-card-02__part::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.p-card-02__title {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.6;
}
.p-card-02__title.--rating {
  padding-right: 0;
  padding-left: 3rem;
}
.p-card-02__title.--rating::after {
  width: 3.25rem;
  height: 1.125rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='18' viewBox='0 0 53 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.0098 6.94128L48.0684 16.9999' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.7579 13.3108L41.6992 3.25211' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.7988 6.53662L49.1654 15.9032' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.2944 5.04113L50.661 14.4077' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.699 3.25232L37.5113 1.71567L36.4731 2.75379L38.0098 6.94147L39.7987 6.53678L39.8573 5.09983L41.2943 5.04118L41.699 3.25232Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5115 1.71554L35.7578 1L36.4734 2.75367L37.5115 1.71554Z' fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 13.3108C1.5 13.3108 6.57918 7.66276 15.1305 6.94135C19.7463 6.55425 19.4238 10.8358 16.5088 11.0645C13.5938 11.2933 14.1041 7.31671 18.8255 4.33138C23.5411 1.34604 31.6642 1 31.6642 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-card-02__title.--pin {
  padding-right: 1rem;
}
.p-card-02__title.--pin::before {
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.69841 2.69841C1.38017 4.01664 0.683747 5.45924 1.13974 5.91523C1.59573 6.37122 3.03833 5.6748 4.35656 4.35656C5.6748 3.03833 6.37122 1.59573 5.91523 1.13974C5.45924 0.683747 4.01664 1.38017 2.69841 2.69841Z' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.48738 9.31445C5.26035 10.9311 4.72974 12.4235 5.29351 12.9873C6.03139 13.7251 8.35281 12.5976 10.4752 10.4752C12.5977 8.35272 13.7252 6.0313 12.9874 5.29342C12.4319 4.73794 10.9893 5.23538 9.40573 6.41267' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.29346 12.9955L7.44077 15.1428C8.17865 15.8807 10.5001 14.7531 12.6225 12.6307C14.7449 10.5082 15.8725 8.18683 15.1346 7.44895L12.9873 5.30164' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.13135 5.91516C1.13135 5.91516 7.80542 7.80546 6.82711 11.1466' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.91504 1.13968C5.91504 1.13968 7.80533 7.81376 11.1465 6.83544' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6143 12.6225L17.0001 17' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-card-02__lables {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem 0.5rem;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.p-card-02__lables-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #006f87;
}
@media only screen and (max-width: 767px) {
  .p-card-02__lables-item {
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}
.p-card-02__rating {
  display: flex;
  margin-top: 0.75rem;
}
.p-card-02__rating-item {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-card-02__rating-item {
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}
.p-card-02__rating-item:not(:first-child) {
  border-left: 0.0625rem solid #d4d4d4;
}
.p-card-02__rating-num {
  width: 100%;
  margin-top: 0.25rem;
  font-family: "Chango", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #006f87;
}
.p-card-02__rating-num.--red {
  color: #e02a2a;
}
.p-card-02__rating-text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-card-02__title {
    font-size: 0.8125rem;
  }
  .p-card-02__inner {
    padding: 0.5rem 1.25rem 1rem;
  }
  .p-card-02__heading {
    min-height: unset;
  }
  .p-card-02__heading::before {
    inset: auto;
    top: 50%;
    height: 2.9375rem;
    background-image: url("../images/common/bg-under-text-01-sp.png");
    transform: translateY(-50%);
  }
  .p-card-02__desc {
    margin-top: 0.875rem;
  }
  .p-card-02__lables {
    margin-top: 0.1875rem;
  }
  .p-card-02__rating-num {
    margin-top: 0.5rem;
  }
  .p-card-02__rating-item:last-child .p-card-02__rating-item:not(:first-child) {
    border-right: 0.0625rem solid #d4d4d4;
  }
}
.p-card-03 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 3.5rem;
  align-items: center;
  padding: 1.75rem 5rem 2.1875rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
  border-radius: 1rem;
}
.p-card-03__float {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 17.5rem;
  overflow: hidden;
  border-radius: 0 0 1.5rem;
}
.p-card-03__float img {
  width: 100%;
}
.p-card-03__left {
  position: relative;
  flex-shrink: 0;
  width: 36.67%;
  max-width: 27.5rem;
  padding: 3.125rem 1.25rem 1.25rem;
  text-align: center;
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-radius: 1rem;
}
.p-card-03__left::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4rem;
  aspect-ratio: 1/1;
  content: "";
  background: url("../images/common/icon-staple-01.png") center/contain no-repeat;
  transform: translate3d(-58%, -75%, 0) rotate(-4deg);
}
.p-card-03__left-title {
  position: relative;
  display: inline-block;
  padding: 0 4rem;
  font-family: "MOBO", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.p-card-03__left-title::before, .p-card-03__left-title::after {
  position: absolute;
  top: 50%;
  width: 2.125rem;
  aspect-ratio: 34/74;
  content: "";
  background: url("../images/common/icon-side-text-01.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
.p-card-03__left-title::before {
  left: 0;
}
.p-card-03__left-title::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-card-03__left-title-main {
  text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
}
.p-card-03__left-title-num {
  display: block;
  margin-top: 0.375rem;
  font-size: 2.25rem;
  color: #000;
}
.p-card-03__left-img {
  margin-top: 1.875rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-card-03__left-img img {
  width: 100%;
}
.p-card-03__right {
  flex-grow: 1;
  margin-bottom: 2.25rem;
}
.p-card-03__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  -webkit-text-decoration: underline dotted #e93cac 0.3rem;
          text-decoration: underline dotted #e93cac 0.3rem;
  text-underline-position: from-font;
  text-underline-offset: 15%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-card-03__strong {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-left: -0.25rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-decoration-line: none;
  text-shadow: rgb(233, 60, 172) 3px 0 0, rgb(233, 60, 172) 2.83487px 0.981584px 0, rgb(233, 60, 172) 2.35766px 1.85511px 0, rgb(233, 60, 172) 1.62091px 2.52441px 0, rgb(233, 60, 172) 0.705713px 2.91581px 0, rgb(233, 60, 172) -0.287171px 2.98622px 0, rgb(233, 60, 172) -1.24844px 2.72789px 0, rgb(233, 60, 172) -2.07227px 2.16926px 0, rgb(233, 60, 172) -2.66798px 1.37182px 0, rgb(233, 60, 172) -2.96998px 0.42336px 0, rgb(233, 60, 172) -2.94502px -0.571704px 0, rgb(233, 60, 172) -2.59586px -1.50383px 0, rgb(233, 60, 172) -1.96093px -2.27041px 0, rgb(233, 60, 172) -1.11013px -2.78704px 0, rgb(233, 60, 172) -0.137119px -2.99686px 0, rgb(233, 60, 172) 0.850987px -2.87677px 0, rgb(233, 60, 172) 1.74541px -2.43999px 0, rgb(233, 60, 172) 2.44769px -1.73459px 0, rgb(233, 60, 172) 2.88051px -0.838247px 0;
  letter-spacing: 0.08em;
  vertical-align: bottom;
  background: radial-gradient(#e93cac 2px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left 0.125rem bottom;
  background-size: 0.625rem 0.625rem;
}
.p-card-03__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-card-03__text {
    font-size: 0.875rem;
  }
}
.p-card-03__button {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-03 {
    flex-direction: column;
  }
  .p-card-03__left {
    width: 100%;
    max-width: unset;
  }
  .p-card-03__button {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-03 {
    display: block;
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .p-card-03__float {
    top: 0;
    top: -1rem;
    right: -1.25rem;
    width: 10rem;
  }
  .p-card-03__left {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    padding-top: 1.5625rem;
    border-radius: 0.5rem;
  }
  .p-card-03__left::before {
    width: 3.5rem;
    transform: translate3d(-51%, -77%, 0) rotate(-4deg);
    backface-visibility: hidden;
  }
  .p-card-03__left-title {
    padding: 0 2.5rem;
    font-size: 0.9375rem;
  }
  .p-card-03__left-title::before, .p-card-03__left-title::after {
    top: 47%;
    width: 1.4375rem;
  }
  .p-card-03__left-img {
    margin-top: 0.5rem;
  }
  .p-card-03__left-title-num {
    margin-top: 0.125rem;
    font-size: 1.5rem;
  }
  .p-card-03__right {
    position: relative;
    margin-top: 1.125rem;
    margin-bottom: 0;
  }
  .p-card-03__title {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    font-size: 1.25rem;
    text-decoration-thickness: 0.25rem;
  }
  .p-card-03__text {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .p-card-03__button {
    margin-top: 1.5rem;
    text-align: center;
  }
  .p-card-03__strong {
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0;
    background-image: radial-gradient(#e93cac 2px, transparent 2.2px);
    background-size: 0.5rem 0.5rem;
  }
}
.p-floor-map {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
}
.p-floor-map__inner {
  position: relative;
  width: 100%;
  min-height: 41.625rem;
}
.p-floor-map .bg-floor {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
.p-floor-map .floor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.4%;
  display: flex;
  flex-direction: column;
  min-width: 15%;
  height: 31.625rem;
  max-height: 100%;
  margin: auto;
  transition: all 0.3s;
}
.p-floor-map .floor.is-active {
  left: 8.4%;
}
.p-floor-map .floor.is-active .floor-item {
  display: flex;
  opacity: 1;
}
.p-floor-map .floor .floor-item {
  position: relative;
  display: none;
  flex-grow: 1;
  flex-basis: 0;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  font-family: "Chango", serif;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--color);
  opacity: 0;
  transition: all 0.3s;
}
.p-floor-map .floor .floor-item.is-active {
  display: flex;
  align-items: center;
  font-size: 7.5rem;
  opacity: 1;
}
.p-floor-map .floor .floor-item.is-active::after {
  opacity: 0;
}
.p-floor-map .floor .floor-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.p-floor-map .floor .floor-item.--lv1 {
  --color: #773d71;
}
.p-floor-map .floor .floor-item.--lv2 {
  --color: #006f87;
}
.p-floor-map .floor .floor-item.--lv3 {
  --color: #0f6f1d;
}
.p-floor-map .nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 3.25rem 0 0 3.25rem;
}
.p-floor-map .nav .nav-item {
  position: relative;
  z-index: 1;
}
.p-floor-map .nav .nav-item::before {
  position: absolute;
  inset: -0.0625rem 0;
  z-index: 1;
  content: "";
  background: #fff;
  opacity: 0;
}
.p-floor-map .nav .nav-item.--blue {
  --color: #00a9ce;
  --color-light: #00a9cecc;
}
.p-floor-map .nav .nav-item.--purple {
  --color: #773d71;
  --color-light: #773d71cc;
}
.p-floor-map .nav .nav-item.--dark-teal {
  --color: #006f87;
  --color-light: #006f87cc;
}
.p-floor-map .nav .nav-item.--green {
  --color: #0f6f1d;
  --color-light: #0f6f1dcc;
}
.p-floor-map .nav .nav-item:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
.p-floor-map .nav .nav-item:first-child button {
  padding: 0 1.5rem;
}
.p-floor-map .nav .nav-item.is-active::before {
  opacity: 1;
}
@media (hover: hover) {
  .p-floor-map .nav .nav-item:hover::before {
    opacity: 1;
  }
}
.p-floor-map .nav button {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6.5rem;
  padding: 0.625rem;
  padding: 0 2rem;
  overflow: hidden;
  font-family: "Chango", serif;
  font-size: 1.75rem;
  line-height: 1.4;
  color: var(--color);
  text-align: center;
}
.p-floor-map .nav button::before {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 2rem;
  z-index: 1;
  width: 6.25rem;
  content: "";
  background: url("../images/index/im-floor-nav-01.png") no-repeat bottom left/contain;
  opacity: 0;
  transition: all 0.3s;
  transform: translate3d(0, 100%, 0) skewY(12deg);
}
.p-floor-map .nav button .button-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background-color: var(--color-light);
  border-radius: 3.25rem 0 0 3.25rem;
  opacity: 0;
}
.p-floor-map .nav button .button-bg::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-repeat: repeat;
  background-position: top left;
  background-size: 7.5rem auto;
}
.p-floor-map .nav button .button-bg.--blue::before {
  background-image: url("../images/common/bg-texture-01-blue.png");
}
.p-floor-map .nav button .button-bg.--green::before {
  background-image: url("../images/common/bg-texture-01-green.png");
}
.p-floor-map .nav button .button-bg.--blue-dark::before {
  background-image: url("../images/common/bg-texture-01-blue-dark.png");
}
.p-floor-map .nav button .button-bg.--purple::before {
  background-image: url("../images/common/bg-texture-01-purple.png");
}
.p-floor-map .nav button .button-text {
  transition: transform 0.3s;
}
.p-floor-map .nav button .c-icon {
  --icon-color: var(--color);
}
.p-floor-map .nav button.is-active {
  color: #fff;
}
.p-floor-map .nav button.is-active .button-bg {
  opacity: 1;
}
.p-floor-map .nav button.is-active .button-text {
  transform: translateX(2.125rem);
}
.p-floor-map .nav button.is-active .c-icon {
  opacity: 0;
}
.p-floor-map .nav button.is-active::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) skewY(0);
}
@media (hover: hover) {
  .p-floor-map .nav button {
    transition: all 0.3s;
  }
  .p-floor-map .nav button:hover {
    color: #fff;
  }
  .p-floor-map .nav button:hover .button-bg {
    opacity: 1;
  }
}
@media (hover: hover) and (min-width: 1281px), print and (hover: hover) {
  .p-floor-map .nav button:hover .button-text {
    transform: translateX(2.125rem);
  }
}
@media only screen and (hover: hover) and (max-width: 1280px) {
  .p-floor-map .nav button:hover .button-text {
    transform: translateY(-0.875rem);
  }
}
@media (hover: hover) {
  .p-floor-map .nav button:hover .c-icon {
    opacity: 0;
  }
  .p-floor-map .nav button:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) skewY(0);
  }
  .p-floor-map .nav button:hover::after {
    opacity: 1;
  }
}
.p-floor-map .levels {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 40rem;
  max-width: calc(100% - 30rem);
  transition: transform 0.3s;
  transform: translate(-50%, -50%);
}
.p-floor-map .level {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  perspective: 1000000px;
}
.p-floor-map .level .pin-item {
  pointer-events: none;
}
.p-floor-map .level.is-active .pin-item {
  pointer-events: all;
}
.p-floor-map .level:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.p-floor-map .level.level--1 {
  --color: #773d71;
  --color-light: #773d71cc;
}
.p-floor-map .level.level--2 {
  --color: #006f87;
  --color-light: #006f87cc;
}
.p-floor-map .level.level--3 {
  --color: #0f6f1d;
  --color-light: #0f6f1dcc;
}
.p-floor-map .level-svg {
  position: relative;
  pointer-events: none;
  transform: rotateY(-16deg) rotateX(72deg);
  perspective: 1000000px;
  transform-style: preserve-3d;
}
.p-floor-map .level-svg svg {
  width: 100%;
  height: auto;
}
.p-floor-map .level-svg.level--1 svg {
  transform: translateZ(11.25rem);
}
.p-floor-map .level-svg.level--2 svg {
  transform: translateZ(0);
}
.p-floor-map .level-svg.level--3 svg {
  transform: translateZ(-11.25rem);
}
.p-floor-map .pin-item {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--color);
  text-shadow: rgb(255, 255, 255) 4px 0 0, rgb(255, 255, 255) 3.87565px 0.989616px 0, rgb(255, 255, 255) 3.51033px 1.9177px 0, rgb(255, 255, 255) 2.92676px 2.72656px 0, rgb(255, 255, 255) 2.16121px 3.36588px 0, rgb(255, 255, 255) 1.26129px 3.79594px 0, rgb(255, 255, 255) 0.282949px 3.98998px 0, rgb(255, 255, 255) -0.712984px 3.93594px 0, rgb(255, 255, 255) -1.66459px 3.63719px 0, rgb(255, 255, 255) -2.51269px 3.11229px 0, rgb(255, 255, 255) -3.20457px 2.39389px 0, rgb(255, 255, 255) -3.69721px 1.52664px 0, rgb(255, 255, 255) -3.95997px 0.56448px 0, rgb(255, 255, 255) -3.97652px -0.432781px 0, rgb(255, 255, 255) -3.74583px -1.40313px 0, rgb(255, 255, 255) -3.28224px -2.28625px 0, rgb(255, 255, 255) -2.61457px -3.02721px 0, rgb(255, 255, 255) -1.78435px -3.57996px 0, rgb(255, 255, 255) -0.843183px -3.91012px 0, rgb(255, 255, 255) 0.150409px -3.99717px 0, rgb(255, 255, 255) 1.13465px -3.8357px 0, rgb(255, 255, 255) 2.04834px -3.43574px 0, rgb(255, 255, 255) 2.83468px -2.82216px 0, rgb(255, 255, 255) 3.44477px -2.03312px 0, rgb(255, 255, 255) 3.84068px -1.11766px 0, rgb(255, 255, 255) 3.9978px -0.132717px 0;
  pointer-events: auto;
  transition: opacity 0.3s;
  transform: translate(-50%, -100%);
}
@media (hover: hover) {
  .p-floor-map .pin-item:hover {
    opacity: 0.8;
  }
}
.p-floor-map .pin-item img {
  width: 3.875rem;
  height: 5rem;
}
.p-floor-map .pin-item span {
  position: absolute;
  top: calc(50% - 0.6em + 0.25rem);
  left: calc(100% + 0.5rem);
  white-space: nowrap;
}
.p-floor-map .pin-item span.left {
  right: calc(100% + 0.5rem);
  left: auto;
}
.p-floor-map .pin-item span.right-bottom {
  top: calc(100% + 0.3rem);
  right: 0;
  left: auto;
}
.p-floor-map .pin-item span.center-bottom {
  top: calc(100% + 0.4em);
  left: 50%;
  transform: translateX(-50%);
}
.p-floor-map .pin-item small {
  display: block;
  font-size: 0.875rem;
}
.p-floor-map .pin-item.--extend {
  display: none;
}
.p-floor-map .pin-item.--sm img {
  width: 2.75rem;
  height: 3.5rem;
}
.p-floor-map .level-pin {
  position: absolute;
  left: -12%;
  z-index: 2;
  width: 112%;
  height: 33%;
}
.p-floor-map .level-pinbutton {
  cursor: pointer;
}
.p-floor-map .level-pin.level--1 .pin-item.pin--01 {
  top: 22%;
  left: 60.6%;
}
.p-floor-map .level-pin.level--1 .pin-item.pin--02 {
  top: 82%;
  left: 17%;
}
.p-floor-map .level-pin.level--1 .pin-item.pin--03 {
  top: 21%;
  left: 27%;
}
.p-floor-map .level-pin.level--2 .pin-item.pin--01 {
  top: 19%;
  left: 78%;
}
.p-floor-map .level-pin.level--2 .pin-item.pin--02 {
  top: 21%;
  left: 62%;
}
.p-floor-map .level-pin.level--2 .pin-item.pin--04 {
  top: 87%;
  left: 17%;
}
.p-floor-map .level-pin.level--3 .pin-item.pin--03 {
  top: 52%;
  left: 94%;
}
.p-floor-map:not(.is-open) .pin-item {
  pointer-events: all;
}
.p-floor-map:not(.is-open) .level-pin {
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-floor-map:not(.is-open) .level-pin.level--1 {
  top: -21.25rem;
}
.p-floor-map:not(.is-open) .level-pin.level--3 {
  top: 21.25rem;
}
.p-floor-map.is-open .pin-item {
  transform: translate(-50%, -100%);
}
.p-floor-map.is-open .pin-item.--extend {
  display: block;
}
.p-floor-map.is-open .pin-item.--narrow {
  display: none;
}
.p-floor-map.is-open .level-svg svg {
  height: auto;
}
.p-floor-map.is-open .level-pin {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-floor-map.is-open .level-pin.level--1 .pin-item.pin--01 {
  top: 19%;
  left: 51.2%;
}
.p-floor-map.is-open .level-pin.level--1 .pin-item.pin--02 {
  top: 81.7%;
  left: 12.6%;
}
.p-floor-map.is-open .level-pin.level--1 .pin-item.pin--03 {
  top: 21.7%;
  left: 12.6%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--01 {
  top: 18.5%;
  left: 71.5%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--02 {
  top: 18%;
  left: 51%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--03 {
  top: 50%;
  right: -1%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--04 {
  top: 82%;
  left: 13%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--05 {
  top: 95%;
  left: 31%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--06 {
  top: 95%;
  left: 59%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--07 {
  top: 84%;
  left: 91%;
}
.p-floor-map.is-open .level-pin.level--2 .pin-item.pin--07 .--bottom {
  top: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-floor-map.is-open .level-pin.level--2 .pin-item.pin--07 .--bottom {
    top: 0.125rem;
  }
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--01 {
  top: 8%;
  left: 64%;
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--02 {
  top: 17%;
  left: 33.5%;
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--03 {
  top: 54%;
  left: 85%;
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--04 {
  top: 48%;
  left: 23%;
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--05 {
  top: 85%;
  left: 65%;
}
.p-floor-map.is-open .level-pin.level--3 .pin-item.pin--06 {
  top: 97%;
  left: 35%;
}

@media only screen and (max-width: 1280px) {
  .p-floor-map {
    padding-top: 6.5rem;
    padding-bottom: 0;
  }
  .p-floor-map .floor {
    left: 1.25rem;
    max-height: 59vw;
  }
  .p-floor-map .floor.is-active {
    left: 1.25rem;
    justify-content: space-between;
  }
  .p-floor-map .floor .floor-item {
    max-height: 30%;
    font-size: 2.5rem;
  }
  .p-floor-map .floor .floor-item.is-active {
    flex-grow: 0;
    align-items: flex-start;
    padding: 0;
    font-size: 3.75rem;
  }
  .p-floor-map .nav {
    top: 0;
    right: 1.25rem;
    left: 1.25rem;
    display: flex;
    width: auto;
    margin: 0;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .p-floor-map .nav .nav-item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .p-floor-map .nav .nav-item:not(:last-child)::after {
    right: 0;
    left: auto;
    width: 0.0625rem;
    height: 100%;
    background-repeat: repeat-y;
  }
  .p-floor-map .nav button {
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-floor-map .nav button::before {
    inset: auto 0 0;
    width: 4.625rem;
    height: 4rem;
    margin: 0 auto;
  }
  .p-floor-map .nav button .c-icon {
    transform: rotate(-90deg);
  }
  .p-floor-map .nav button .button-bg {
    border-radius: 0;
  }
  .p-floor-map .nav button.is-active .button-text {
    transform: translateY(-0.875rem);
  }
  .p-floor-map .levels {
    max-width: calc(100% - 16.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-floor-map {
    padding-top: 4rem;
  }
  .p-floor-map__inner {
    min-height: 19.1875rem;
    padding: 3rem 0;
  }
  .p-floor-map .nav button {
    min-height: 4rem;
    font-size: 1rem;
  }
  .p-floor-map .nav button::before {
    width: 2.4375rem;
  }
  .p-floor-map .nav button .c-icon {
    --icon-wrap-size: 1rem;
  }
  .p-floor-map .nav button.is-active .button-text {
    transform: translateY(-0.5625rem);
  }
  .p-floor-map .floor {
    top: 7%;
    min-width: 5rem;
    height: 72%;
    max-height: unset;
  }
  .p-floor-map .floor .floor-item {
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
  .p-floor-map .floor .floor-item.is-active {
    font-size: 2rem;
  }
  .p-floor-map .floor:not(.is-active) {
    top: -3.125rem;
  }
  .p-floor-map .pin-item {
    font-size: 0.75rem;
    text-shadow: rgb(255, 255, 255) 2px 0 0, rgb(255, 255, 255) 1.75517px 0.958851px 0, rgb(255, 255, 255) 1.0806px 1.68294px 0, rgb(255, 255, 255) 0.141474px 1.99499px 0, rgb(255, 255, 255) -0.832294px 1.81859px 0, rgb(255, 255, 255) -1.60229px 1.19694px 0, rgb(255, 255, 255) -1.97998px 0.28224px 0, rgb(255, 255, 255) -1.87291px -0.701566px 0, rgb(255, 255, 255) -1.30729px -1.5136px 0, rgb(255, 255, 255) -0.421592px -1.95506px 0, rgb(255, 255, 255) 0.567324px -1.91785px 0, rgb(255, 255, 255) 1.41734px -1.41108px 0, rgb(255, 255, 255) 1.92034px -0.558831px 0;
  }
  .p-floor-map .pin-item span {
    top: 64%;
    left: calc(100% + 0.125rem);
    transform: translateY(-54%);
  }
  .p-floor-map .pin-item span.left {
    right: calc(100% + 0.125rem);
  }
  .p-floor-map .pin-item span.right-bottom {
    top: calc(100% + 0.125rem);
    transform: none;
  }
  .p-floor-map .pin-item small {
    font-size: 0.5rem;
  }
  .p-floor-map .pin-item img {
    width: 1.75rem;
    height: auto;
  }
  .p-floor-map .pin-item.--sm img {
    width: 1.375rem;
    height: auto;
  }
  .p-floor-map .levels {
    left: 55%;
    width: 14.375rem;
    max-width: 100%;
    transition: width 0.3s, left 0.3s;
  }
  .p-floor-map .level-svg.level--1 svg {
    transform: translateZ(5rem);
  }
  .p-floor-map .level-svg.level--3 svg {
    transform: translateZ(-5rem);
  }
  .p-floor-map .level-pin.level--2 .pin-item.pin--01 {
    top: 20%;
    left: 75%;
  }
  .p-floor-map .level-pin.level--2 .pin-item.pin--02 {
    top: 26%;
    left: 55%;
  }
  .p-floor-map .level-pin.level--3 .pin-item.pin--03 {
    left: 78%;
  }
  .p-floor-map .level-pin.level--3 .pin-item.pin--03 span.left {
    left: 100%;
  }
  .p-floor-map:not(.is-open) .level-pin.level--1 {
    top: -9.625rem;
  }
  .p-floor-map:not(.is-open) .level-pin.level--3 {
    top: 10rem;
  }
  .p-floor-map.is-open .levels {
    left: 50%;
    width: 16.5rem;
  }
}
.p-mainvisual {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  --frame-width: 26.5rem;
}
.p-mainvisual__slide {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-mainvisual__slide::before, .p-mainvisual__slide::after {
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  z-index: 10;
  width: calc((100% - var(--frame-width)) / 2);
  pointer-events: none;
  content: "";
  background: rgba(0, 111, 135, 0.3019607843);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
.p-mainvisual__slide::before {
  left: -6.25rem;
}
.p-mainvisual__slide::after {
  right: 0;
}
.p-mainvisual__slide .swiper {
  z-index: unset;
  flex-shrink: 0;
  width: var(--frame-width);
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  border-radius: 1rem;
  outline: inset 0.0625rem #000;
  perspective: none;
}
.p-mainvisual__slide .swiper::before {
  position: absolute;
  top: 2.9375rem;
  bottom: 2.9375rem;
  left: -6.25rem;
  width: 6.25rem;
  content: "";
  background: rgba(0, 111, 135, 0.3019607843);
}
.p-mainvisual__slide .swiper.is-after-firstview .swiper-slide.swiper-slide-active .p-mainvisual__item-video .video-js::before {
  animation: 0.5s ease 0.25s both fadeup;
}
.p-mainvisual__slide .swiper.is-after-firstview .swiper-slide.swiper-slide-active .p-mainvisual__item-content {
  animation: 0.5s ease 0.25s both fadeup;
}
.p-mainvisual__slide .swiper.is-after-firstview .swiper-slide.swiper-slide-active .p-mainvisual__item-label {
  animation: 0.5s ease 0.5s both faderight;
}
.p-mainvisual__slide .swiper .swiper-slide {
  transition: scale 0.3s, transform-origin 0.3s;
}
.p-mainvisual__slide .swiper .swiper-slide:not(.swiper-slide-active) {
  transform-origin: center right;
  scale: 0.7547169811;
}
.p-mainvisual__slide .swiper .swiper-slide:not(.swiper-slide-active) .vjs-has-started .vjs-poster {
  display: block;
}
.p-mainvisual__slide .swiper .swiper-slide:not(.swiper-slide-active) .video-js .vjs-control-bar {
  display: none !important;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-active {
  transform-origin: center;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-active .p-mainvisual__item-video .video-js::before {
  opacity: 1;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-active .p-mainvisual__item-content {
  opacity: 1;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-active .p-mainvisual__item-label {
  opacity: 1;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-next {
  transform-origin: center right;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-next ~ .swiper-slide {
  transform-origin: center left;
}
.p-mainvisual__slide .swiper .swiper-slide.swiper-slide-prev {
  transform-origin: center left;
}
.p-mainvisual__slide .swiper .swiper-slide-next {
  translate: 2.5rem 0;
}
.p-mainvisual__slide .swiper .swiper-slide-prev {
  translate: -2.5rem 0;
}
.p-mainvisual__slide .swiper .swiper-button-prev {
  top: 0;
  bottom: 0.25rem;
  left: -6.375rem;
  z-index: 100;
  margin-top: auto;
  margin-bottom: auto;
}
.p-mainvisual__slide .swiper .swiper-button-next {
  top: 0;
  right: -6rem;
  bottom: 0.25rem;
  z-index: 100;
  margin-top: auto;
  margin-bottom: auto;
}
.p-mainvisual__slide .swiper-wrapper {
  z-index: unset;
}
.p-mainvisual__slide-container {
  width: 100%;
  max-width: 116.875rem;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.p-mainvisual__slide-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-mainvisual__slide-img::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.p-mainvisual__item {
  position: relative;
  padding: 0.6875rem;
}
.p-mainvisual__item-label {
  position: absolute;
  top: 1.5rem;
  left: -1.1875rem;
  z-index: 100;
  opacity: 0;
}
.p-mainvisual__item-inner {
  position: relative;
}
.p-mainvisual__item-video {
  position: relative;
  aspect-ratio: 400/711;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-mainvisual__item-video .video-js {
  width: 100%;
  height: 100%;
}
.p-mainvisual__item-video .video-js::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 20.9375rem;
  max-height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%);
  opacity: 0;
}
.p-mainvisual__item-video .video-js .vjs-mouse-display,
.p-mainvisual__item-video .video-js .vjs-time-tooltip,
.p-mainvisual__item-video .video-js .vjs-load-progress {
  display: none !important;
}
.p-mainvisual__item-video .video-js .vjs-control-bar {
  bottom: 1rem;
  z-index: 2;
  display: flex !important;
  height: auto;
  visibility: visible !important;
  background: none;
  opacity: 1 !important;
  transition: none !important;
}
.p-mainvisual__item-video .video-js .vjs-progress-control {
  display: flex !important;
}
.p-mainvisual__item-video .video-js .vjs-progress-control .vjs-progress-holder {
  height: 0.25rem;
  margin: 0 1.25rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 62.4375rem;
}
.p-mainvisual__item-video .video-js .vjs-play-progress {
  background: rgba(0, 169, 206, 0.8);
}
.p-mainvisual__item-video .video-js .vjs-play-progress::before {
  font-size: 1em;
  line-height: 0.4em;
  color: rgba(0, 169, 206, 0.8);
}
.p-mainvisual__item-video .video-js .vjs-tech {
  pointer-events: none;
}
.p-mainvisual__item-content {
  position: absolute;
  right: 1.25rem;
  bottom: 2.25rem;
  left: 1.25rem;
  z-index: 2;
  opacity: 0;
}
.p-mainvisual__item-title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
.p-mainvisual__item-button {
  margin-top: 2rem;
}
.p-mainvisual__item-button .c-button-01 {
  width: 100%;
  min-width: unset;
}
.p-mainvisual__copy {
  position: absolute;
  inset: 0 calc(50% + var(--frame-width) / 2) 1.8% 1.6%;
  z-index: 10;
  align-content: center;
}
.p-mainvisual__copy-content {
  position: relative;
  width: 37rem;
  max-width: 85%;
  margin: 0 auto;
}
.p-mainvisual__copy-text {
  position: absolute;
  inset: 0;
  align-content: center;
  padding: 0 0% 0 3%;
  text-align: center;
}
.p-mainvisual__copy-text img {
  max-width: 78%;
}
.p-mainvisual__prev, .p-mainvisual__next {
  position: absolute;
  z-index: 15;
  margin-top: 0;
}
.p-mainvisual__copy-bg svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    padding-top: 5rem;
  }
  .p-mainvisual__copy {
    top: -3.125rem;
    bottom: unset;
    left: 0;
    width: calc(50% + 21.875rem);
    max-width: 100%;
  }
  .p-mainvisual__copy-content {
    width: 25rem;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding-top: 1.875rem;
    margin-top: 0;
    margin-bottom: 2.8125rem;
    --frame-width: 18.4375rem;
  }
  .p-mainvisual__copy {
    top: -2.5625rem;
    right: -0.625rem;
    width: auto;
    max-width: calc(50% + 11.75rem);
  }
  .p-mainvisual__copy-text {
    padding-left: 10%;
  }
  .p-mainvisual__copy-text img {
    max-width: 88%;
  }
  .p-mainvisual__copy-content {
    width: 14.6875rem;
  }
  .p-mainvisual__item-label {
    width: 11.25rem;
  }
  .p-mainvisual__item {
    padding: 1rem;
  }
  .p-mainvisual__item-title {
    font-size: 1.25rem;
  }
  .p-mainvisual__item-video .video-js::before {
    height: 14.5rem;
  }
  .p-mainvisual__item-video .video-js .vjs-progress-control .vjs-progress-holder {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .p-mainvisual__item-content {
    right: 0.9375rem;
    bottom: 2.4375rem;
    left: 1rem;
  }
  .p-mainvisual__item-button {
    margin-top: 1.4375rem;
  }
  .p-mainvisual__slide::before, .p-mainvisual__slide::after {
    top: 1.25rem;
    bottom: 1.25rem;
  }
  .p-mainvisual__slide .swiper::before {
    top: 1.1875rem;
    bottom: 1.1875rem;
  }
  .p-mainvisual__slide .swiper .swiper-button-prev {
    left: -1.25rem;
  }
  .p-mainvisual__slide .swiper .swiper-button-next {
    right: -1rem;
  }
}
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.p-modal__close {
  position: absolute;
  top: -0.625rem;
  right: -0.3125rem;
  z-index: 2;
  width: 2.875rem;
}
.p-modal__container {
  position: absolute;
  top: max(11.28%, 8.5rem);
  right: 0;
  left: 0;
  width: calc(100% - 5rem);
  max-width: 26.5rem;
  height: 45.9375rem;
  max-height: calc(100% - 12.5rem);
  padding: 0.75rem;
  margin: 0 auto;
  background: #fff;
  border: 0.0625rem solid #000;
  border-radius: 1rem;
}
.p-modal__container-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.25rem 0.5rem;
}
.p-modal__container-inner-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-modal__container-inner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-modal__container-inner-bg::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.85);
}
.p-modal__container-overflow {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.p-modal__container-overflow::-webkit-scrollbar {
  display: none;
}
.p-modal .p-card-02::before {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .p-modal__container {
    top: max(11.28%, 6.25rem);
    width: calc(100% - 2.5rem);
    padding: 0.5rem;
  }
  .p-modal__container-inner {
    padding: 1rem 0.25rem;
  }
  .p-modal__close {
    width: 2.375rem;
  }
}
.p-movie {
  max-width: 960px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.p-movie iframe {
  width: 100%;
  height: 100%;
}

.p-section-button {
  margin-top: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-section-button {
    margin-top: 1.5rem;
  }
}
.p-section-heading-lv2 {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-section-heading-lv2 {
    margin-bottom: 1.5rem;
  }
}
.p-table-01 {
  width: 100%;
}
.p-table-01__th:not(:first-child) {
  padding-left: 0.5rem;
}
.p-table-01__th-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .p-table-01__th-label {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.p-table-01__td {
  padding: 8px 16px;
  background: radial-gradient(#000 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 0.2rem 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-table-01__td {
    font-size: 0.875rem;
  }
}
.p-table-01__td:not(:first-child) {
  padding-left: 24px;
}
.p-table-01__td.--center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-table-01__td {
    padding-right: 0;
    padding-left: 0;
  }
  .p-table-01__td:not(:first-child) {
    padding-left: 0.5rem;
  }
}
.p-ticket {
  position: relative;
  display: inline-block;
  width: 25.5625rem;
  max-width: 100%;
  aspect-ratio: 409/178;
  --color-main: #006f87;
}
.p-ticket.--pink {
  --color-main: #a71876;
}
.p-ticket.--pink::before {
  z-index: 2;
  background-image: url("../images/common/img-ticket-border-pink.png");
}
.p-ticket.--pink::after {
  z-index: 4;
  background-image: url("../images/common/img-ticket-text-01-pink.png");
}
.p-ticket::before, .p-ticket::after {
  position: absolute;
  inset: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.p-ticket::before {
  z-index: 2;
  background-image: url("../images/common/img-ticket-border.png");
}
.p-ticket::after {
  z-index: 4;
  background-image: url("../images/common/img-ticket-text-01.png");
}
.p-ticket__bg01 {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0.25rem 0.1875rem 0 #000);
}
.p-ticket__bg02 {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
}
.p-ticket__img01 {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
}

@media (hover: hover) {
  .p-ticket:hover {
    --color-main: #a71876;
  }
  .p-ticket:hover::before {
    background-image: url("../images/common/img-ticket-border-pink.png");
  }
  .p-ticket:hover::after {
    background-image: url("../images/common/img-ticket-text-01-pink.png");
  }
  .p-ticket:hover.--pink {
    --color-main: #006f87;
  }
  .p-ticket:hover.--pink::before {
    background-image: url("../images/common/img-ticket-border.png");
  }
  .p-ticket:hover.--pink::after {
    background-image: url("../images/common/img-ticket-text-01.png");
  }
}
@media only screen and (max-width: 767px) {
  .p-ticket__bg01 {
    filter: drop-shadow(0.1875rem 0.125rem 0 #000);
  }
}
/* pages */
body.index .sheet-modal {
  color: #fff;
}
body.index .sheet-modal .c-button-circle {
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  box-shadow: 0.1875rem 0.125rem 0 #000;
  transform: translateY(-50%);
}
body.index .sheet-modal .c-button-circle.--prev {
  left: -0.75rem;
}
body.index .sheet-modal .c-button-circle.--next {
  right: -0.5rem;
}
body.index .sheet-modal .p-card-02 {
  --bg-color: rgb(255 255 255 / 0.8);
  margin-top: 2.5rem;
  color: #000;
}
body.index .sheet-modal .p-card-02__lables {
  margin-right: -0.125rem;
}
body.index .sheet-modal__carousel {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
body.index .sheet-modal__carousel .swiper {
  overflow: visible;
}
body.index .sheet-modal__carousel-img {
  overflow: hidden;
  border-radius: 0.5rem;
}
body.index .sheet-modal__carousel-img img {
  width: 100%;
}
body.index .sheet-modal__title01 {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  margin-top: 1rem;
}
body.index .sheet-modal__title01-lable {
  padding: 0 1rem 0.125rem;
  background: #000;
  border-radius: 1.875rem;
}
body.index .sheet-modal__text {
  margin-top: 0.5rem;
}
body.index .sheet-modal__list {
  margin-top: 1rem;
}
body.index .sheet-modal__list li {
  position: relative;
  padding: 0.5rem 0;
}
body.index .sheet-modal__list li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#fff 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
body.index .sheet-modal__list li:last-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  content: "";
  background: radial-gradient(#fff 0.0625rem, transparent 0.0625rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.25rem 0.25rem;
}
body.index .sheet-modal__list-rating {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0 0.25rem;
}
body.index .sheet-modal__list-rating .c-icon {
  flex-shrink: 0;
}
body.index .sheet-modal__list-rating .c-icon.--star-01 {
  --icon-wrap-size-w: 0.875rem;
}
body.index .sheet-modal__list-rating .c-icon.--star-02 {
  --icon-wrap-size-w: 1.5rem;
}
body.index .sheet-modal__list-rating .c-icon.--star-03 {
  --icon-wrap-size-w: 2rem;
}
body.index .sheet-modal__content {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem;
}
body.index .sheet-modal__button {
  margin-top: 1.5rem;
  text-align: center;
}
body.index .index-buy {
  display: block;
  padding: 0 0 2.625rem;
  overflow: hidden;
}
@media (hover: hover) {
  body.index .index-buy:hover .p-ticket {
    --color-main: #a71876;
  }
  body.index .index-buy:hover .p-ticket::before {
    background-image: url("../images/common/img-ticket-border-pink.png");
  }
  body.index .index-buy:hover .p-ticket::after {
    background-image: url("../images/common/img-ticket-text-01-pink.png");
  }
  body.index .index-buy:hover .p-ticket.--pink {
    --color-main: #006f87;
  }
  body.index .index-buy:hover .p-ticket.--pink::before {
    background-image: url("../images/common/img-ticket-border.png");
  }
  body.index .index-buy:hover .p-ticket.--pink::after {
    background-image: url("../images/common/img-ticket-text-01.png");
  }
}
body.index .index-buy__copy {
  margin: 0 -0.1126760563em;
  margin-bottom: -0.175em;
  font-family: "Chango", serif;
  font-size: clamp(0rem, 7.2916666667vw, 8.875rem);
  font-weight: 400;
  line-height: 1;
  color: #6aa3a7;
  text-align: center;
}
body.index .index-buy__swiper {
  overflow: visible;
  opacity: 0;
}
body.index .index-buy__swiper.swiper-initialized {
  opacity: 1;
}
body.index .index-buy__swiper-wrap {
  transition-timing-function: linear;
}
body.index .index-buy__swiper-slide {
  width: 25.5625rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}
body.index .index-buy__swiper-slide .p-ticket {
  width: 100%;
}
body.index .index-floor {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-floor__desc {
  margin-top: 4.625rem;
  text-align: center;
}
body.index .index-floor__map {
  margin-top: 2.5rem;
}
body.index .index-reviewa {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-reviewa__desc {
  margin-top: 4.5rem;
}
body.index .index-reviewa__card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6.125rem 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0.5rem;
  padding-bottom: 2.5rem;
  margin-top: 4.375rem;
}
body.index .index-reviewa__card-wrap .index-reviewa__card {
  width: 29.7619047619%;
}
body.index .index-reviewa__card-float-01 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 40/64;
  background: var(--color-bold);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='43' height='68' viewBox='0 0 43 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7578 14.609L2.43003 49.4036C0.624651 56.1327 4.67308 63.1354 11.4022 64.9408L13.7273 65.57C20.4565 67.3753 27.4592 63.3269 29.2646 56.5978L40.5619 14.4449C41.9296 9.38432 38.8932 4.1323 33.8327 2.76458L32.082 2.29956C27.0215 0.931848 21.6327 4.43319 20.4018 9.02871L11.156 43.4951C10.226 46.9417 12.3049 50.5525 15.7515 51.4552L16.9551 51.7834C20.4018 52.7135 24.0125 50.6345 24.9152 47.1879L32.4103 19.1771' stroke='%23EFB700' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='43' height='68' viewBox='0 0 43 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7578 14.609L2.43003 49.4036C0.624651 56.1327 4.67308 63.1354 11.4022 64.9408L13.7273 65.57C20.4565 67.3753 27.4592 63.3269 29.2646 56.5978L40.5619 14.4449C41.9296 9.38432 38.8932 4.1323 33.8327 2.76458L32.082 2.29956C27.0215 0.931848 21.6327 4.43319 20.4018 9.02871L11.156 43.4951C10.226 46.9417 12.3049 50.5525 15.7515 51.4552L16.9551 51.7834C20.4018 52.7135 24.0125 50.6345 24.9152 47.1879L32.4103 19.1771' stroke='%23EFB700' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.index .index-reviewa__card-float-02 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 7.5rem;
  aspect-ratio: 120/76;
  background: repeating-linear-gradient(134deg, var(--color-light), var(--color-light) 7.8%, var(--color-bold) 7.8%, var(--color-bold) 15.6%);
  opacity: 0.6;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='120' height='76' viewBox='0 0 120 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28.6418L9.1478 22.9095L6.23168 14.3209L14.6005 10.3862L12.4634 0L120 46.7377L111.891 52.5899L113.768 61.0586L105.899 66.3715L107.557 75.3795L0 28.6418Z' fill='%23EFB700'/%3E%3Cpath d='M118.462 46.0789L113.509 51.4118L111.891 52.5902L111.991 53.0496L95.992 70.3665L85.486 65.7926L107.956 41.505L118.462 46.0789Z' fill='%23FFFA75'/%3E%3Cpath d='M97.7299 37.0705L75.2798 61.3581L64.7738 56.7842L87.2239 32.4966L97.7299 37.0705Z' fill='%23FFFA75'/%3E%3Cpath d='M77.0173 28.0629L54.5473 52.3505L44.0613 47.7966L66.5113 23.489L77.0173 28.0629Z' fill='%23FFFA75'/%3E%3Cpath d='M56.3052 19.0542L33.8351 43.3419L23.3292 38.7879L45.7992 14.4803L56.3052 19.0542Z' fill='%23FFFA75'/%3E%3Cpath d='M2.61644 29.7792L8.68835 23.208L9.14775 22.9084L9.10779 22.7686L25.0865 5.49158L35.5725 10.0455L13.1224 34.3331L2.61644 29.7792Z' fill='%23FFFA75'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='120' height='76' viewBox='0 0 120 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28.6418L9.1478 22.9095L6.23168 14.3209L14.6005 10.3862L12.4634 0L120 46.7377L111.891 52.5899L113.768 61.0586L105.899 66.3715L107.557 75.3795L0 28.6418Z' fill='%23EFB700'/%3E%3Cpath d='M118.462 46.0789L113.509 51.4118L111.891 52.5902L111.991 53.0496L95.992 70.3665L85.486 65.7926L107.956 41.505L118.462 46.0789Z' fill='%23FFFA75'/%3E%3Cpath d='M97.7299 37.0705L75.2798 61.3581L64.7738 56.7842L87.2239 32.4966L97.7299 37.0705Z' fill='%23FFFA75'/%3E%3Cpath d='M77.0173 28.0629L54.5473 52.3505L44.0613 47.7966L66.5113 23.489L77.0173 28.0629Z' fill='%23FFFA75'/%3E%3Cpath d='M56.3052 19.0542L33.8351 43.3419L23.3292 38.7879L45.7992 14.4803L56.3052 19.0542Z' fill='%23FFFA75'/%3E%3Cpath d='M2.61644 29.7792L8.68835 23.208L9.14775 22.9084L9.10779 22.7686L25.0865 5.49158L35.5725 10.0455L13.1224 34.3331L2.61644 29.7792Z' fill='%23FFFA75'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.index .index-reviewa__card-float-03 {
  position: absolute;
  z-index: 1;
}
body.index .index-reviewa__card {
  position: relative;
}
body.index .index-reviewa__card .p-card-02 {
  --theme-color: var(--color-bold-opacity);
  transform: rotate(-2deg);
}
@media all and (min-width: 1281px), print {
  body.index .index-reviewa__card:nth-child(6n+2) .p-card-02, body.index .index-reviewa__card:nth-child(6n+3) .p-card-02, body.index .index-reviewa__card:nth-child(6n+4) .p-card-02 {
    transform: rotate(2deg);
  }
}
body.index .index-reviewa__card.--float01 .index-reviewa__card-float-01 {
  top: 0;
  right: 5.5%;
  width: 2.625rem;
  transform: translateY(-56%);
}
body.index .index-reviewa__card.--float01 .index-reviewa__card-float-02 {
  bottom: 0;
  left: 0;
  transform: translate(-6%, 34%);
}
body.index .index-reviewa__card.--float02 .index-reviewa__card-float-01 {
  top: 0;
  right: 5.8%;
  width: 3rem;
  transform: rotate(9deg) translate(0, -47%);
}
body.index .index-reviewa__card.--float02 .index-reviewa__card-float-02 {
  top: 0;
  left: 0;
  width: 8.625rem;
  transform: scale(-1, 1) translate(26%, -35%);
}
body.index .index-reviewa__card.--float03 .index-reviewa__card-float-01 {
  top: 0;
  left: 2%;
  width: 2.625rem;
  transform: scale(-1, 1) translateY(-44%);
}
body.index .index-reviewa__card.--float03 .index-reviewa__card-float-02 {
  right: 0;
  bottom: 0;
  transform: scale(-1, 1) translate(-6%, 36%);
}
body.index .index-reviewa__card.--float04 .index-reviewa__card-float-01 {
  top: 0;
  left: 1%;
  width: 3rem;
  transform: scaleX(-1) rotate(6deg) translate(0, -47%);
}
body.index .index-reviewa__card.--float04 .index-reviewa__card-float-02 {
  top: 0;
  right: 0;
  width: 8.625rem;
  transform: translate(19%, -36%);
}
body.index .index-reviewa__card.--yellow {
  --color-bold: #efb700;
  --color-bold-opacity: #efb7004d;
  --color-light: #fffa75;
}
body.index .index-reviewa__card.--green {
  --color-bold: #0f6f1d;
  --color-bold-opacity: #0f6f1d4d;
  --color-light: #96d9a1;
}
body.index .index-reviewa__card.--red {
  --color-bold: #da1f22;
  --color-bold-opacity: #da1f224d;
  --color-light: #ff9a9c;
}
body.index .index-reviewa__card.--blue {
  --color-bold: #006f87;
  --color-bold-opacity: #006f874d;
  --color-light: #a5d2d9;
}
body.index .index-reviewa__card.--purple {
  --color-bold: #a71876;
  --color-bold-opacity: #a718764d;
  --color-light: #d8a1c5;
}
body.index .index-reviewa__card.--orange {
  --color-bold: #e7721f;
  --color-bold-opacity: #e7721f4d;
  --color-light: #ecae81;
}
body.index .index-reviewa__card.--item01 {
  margin-top: 0.625rem;
}
body.index .index-reviewa__card.--item02 {
  margin-top: 1.5rem;
}
body.index .index-reviewa__card.--item02 .index-reviewa__card-float-03 {
  bottom: -5rem;
  left: -31%;
}
body.index .index-reviewa__card.--item03 .index-reviewa__card-float-03 {
  top: 100%;
  left: -2%;
  margin-top: 0.75rem;
}
body.index .index-reviewa__card.--item04 {
  margin-top: -2rem;
}
body.index .index-reviewa__card.--item05 {
  margin-left: -0.9375rem;
}
body.index .index-reviewa__card.--item06 {
  margin-top: -7.3125rem;
}
body.index .index-reviewa__card.--item07 {
  margin-top: -1.5rem;
}
body.index .index-reviewa__card.--item09 {
  margin-top: -12.5rem;
}
body.index .index-reviewa__frame01 {
  max-height: 77.5rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
          mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
}
body.index .index-reviewa__frame01.is-open {
  -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 0%);
          mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 0%);
  transition: all 0.3s linear;
}
body.index .index-saga {
  overflow: hidden;
}
body.index .index-saga__copy {
  margin: 0 -0.114em;
  font-family: "Chango", serif;
  font-size: clamp(2.4375rem, 7.1875vw, 8.75rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 111, 135, 0.5);
  text-align: center;
}
body.index .index-saga__photo {
  padding: 2.5rem 0;
}
body.index .index-saga__swiper {
  opacity: 0;
}
body.index .index-saga__swiper.swiper-initialized {
  opacity: 1;
}
body.index .index-saga__swiper-wrap {
  transition-timing-function: linear;
}
body.index .index-saga__swiper-slide {
  width: 20rem;
  aspect-ratio: 320/213;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
body.index .index-saga__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-beginner {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-beginner__float01 {
  position: absolute;
  top: -6.875rem;
  right: 4.343220339%;
  z-index: -1;
}
body.index .index-beginner__card {
  margin-top: 6.875rem;
}
body.index .index-beginner__card .p-card-03:first-child .p-card-03__right {
  margin-top: 1.125rem;
  margin-bottom: 0;
}
body.index .index-beginner__card .p-card-03 + .p-card-03 {
  margin-top: 1.875rem;
}
body.index .index-arena {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-arena__map {
  margin-top: 7.1875rem;
}
body.index .index-price {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-price__float01 {
  position: absolute;
  top: -5rem;
  left: 4.4491525424%;
  z-index: -1;
}
body.index .index-price__desc {
  margin-top: 4.5rem;
}
body.index .index-price__button {
  margin-top: 1.5rem;
}
body.index .index-price__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
  position: absolute;
  top: -8.125rem;
  left: 50%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.375rem;
  margin-top: 2.5rem;
  color: #fff;
  white-space: nowrap;
  background: url("/files/user/ticket-lp/images/common/bg-under-text-white-01.png") no-repeat center/contain;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  body.index .index-price__sub {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
body.index .index-price__sub .c-icon {
  flex-shrink: 0;
  margin-right: 0.625rem;
}
body.index .index-price__slide {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 0.0625rem;
  margin-top: 5rem;
  overflow: hidden;
}
body.index .index-price__slide::before, body.index .index-price__slide::after {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  align-self: stretch;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  pointer-events: none;
  content: "";
  background: rgba(167, 24, 118, 0.4);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
body.index .index-price__slide::before {
  border-radius: 1rem 0 0 1rem;
}
body.index .index-price__slide::after {
  border-radius: 0 1rem 1rem 0;
}
body.index .index-price__slide .swiper {
  z-index: unset;
  flex-shrink: 0;
  width: 60rem;
  max-width: 56%;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  border: 0.0625rem solid #000;
  border-radius: 1rem;
  perspective: none;
}
body.index .index-price__slide .swiper-slide {
  padding: 1.25rem;
}
body.index .index-price__slide .swiper-slide.swiper-slide-active .index-price__slide-img::before {
  opacity: 0;
}
body.index .index-price__slide .swiper-button-prev {
  top: 0;
  bottom: 0.25rem;
  left: -6.375rem;
  z-index: 100;
  margin-top: auto;
  margin-bottom: auto;
}
body.index .index-price__slide .swiper-button-next {
  top: 0;
  right: -6rem;
  bottom: 0.25rem;
  z-index: 100;
  margin-top: auto;
  margin-bottom: auto;
}
body.index .index-price__slide-img {
  position: relative;
}
body.index .index-price__slide-img::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
body.index .index-price__slide-img img {
  border-radius: 0.5rem;
}
body.index .index-sheet {
  padding: 10.5rem 0 7.5rem;
}
body.index .index-sheet__card {
  margin-top: 5.625rem;
}
body.index .index-sheet__accordion {
  margin-top: 6.0625rem;
}
body.index .index-schedule {
  padding: 8.375rem 0;
}
body.index .index-schedule__accordion {
  margin-top: 6.75rem;
}
@media all and (min-width: 768px), print {
  body.index .index-schedule .p-accordion__content {
    padding-right: max(calc((100% - 16px - 960px) / 2), 5rem);
    padding-left: max(calc((100% - 16px - 960px) / 2), 5rem);
  }
}
body.index .index-schedule .p-accordion + .p-accordion {
  margin-top: 2.125rem;
}
body.index .index-organization {
  padding: 5rem 0;
}
body.index .index-yume {
  padding: 5rem 0;
}
body.index .index-wheelchair {
  padding: 4rem 0;
}
body.index .index-wheelchair__accordion {
  margin-top: 2.5rem;
}
body.index .index-purchasing {
  padding: 5rem 0;
}
body.index .index-purchasing__accordion {
  margin-top: 2.5rem;
}
body.index .index-note {
  padding: 4rem 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .index-price__float01 {
    max-width: 20%;
  }
  body.index .index-beginner__float01 {
    max-width: 22%;
  }
  body.index .index-reviewa__card-wrap {
    justify-content: center;
  }
  body.index .index-reviewa__card-wrap .index-reviewa__card {
    width: 80%;
  }
  body.index .index-reviewa__card .p-card-02 {
    transform: rotate(-2deg);
  }
  body.index .index-reviewa__card:nth-child(2n) .p-card-02 {
    transform: rotate(2deg);
  }
  body.index .index-reviewa__card.--item02 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item04 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item06 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item07 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item09 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-floor {
    padding: 6.375rem 0 5rem;
  }
  body.index .index-floor .c-heading-01 img {
    width: auto;
    height: 5.125rem;
  }
  body.index .index-floor__desc {
    margin-top: 3rem;
  }
  body.index .index-floor__map {
    margin-top: 0.875rem;
  }
  body.index .sheet-modal__title01 {
    margin-top: 0.75rem;
  }
  body.index .sheet-modal__text {
    margin-top: 0.25rem;
  }
  body.index .sheet-modal__list {
    margin-top: 0.75rem;
  }
  body.index .sheet-modal__list li {
    padding: 0.375rem 0;
  }
  body.index .index-reviewa {
    padding: 6.375rem 0 5rem;
  }
  body.index .index-reviewa .p-section-button {
    margin-top: 1.125rem;
  }
  body.index .index-reviewa__desc {
    margin-top: 3rem;
  }
  body.index .index-reviewa__frame01 {
    max-height: 88.25rem;
  }
  body.index .index-reviewa__card-wrap {
    flex-direction: column;
    gap: 4.125rem 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.625rem 2.5rem;
    margin-top: 1.625rem;
  }
  body.index .index-reviewa__card-wrap .index-reviewa__card {
    width: 19.6875rem;
    max-width: 100%;
  }
  body.index .index-reviewa__card .p-card-02 {
    transform: rotate(-2deg);
  }
  body.index .index-reviewa__card:nth-child(2n) .p-card-02 {
    transform: rotate(2deg);
  }
  body.index .index-reviewa__card.--float01 .index-reviewa__card-float-01 {
    right: 7.5%;
    width: 1.75rem;
    transform: translateY(-50%);
  }
  body.index .index-reviewa__card.--float01 .index-reviewa__card-float-02 {
    width: 5.625rem;
    transform: translate(-8%, 53%);
  }
  body.index .index-reviewa__card.--float02 .index-reviewa__card-float-01 {
    right: 0;
    width: 1.6875rem;
    transform: rotate(9deg) translate(15%, -40%);
  }
  body.index .index-reviewa__card.--float02 .index-reviewa__card-float-02 {
    width: 4.5rem;
    transform: scale(-1, 1) translate(12%, -28%);
  }
  body.index .index-reviewa__card.--float03 .index-reviewa__card-float-01 {
    right: 5%;
    left: auto;
    width: 1.75rem;
    transform: translateY(-33%);
  }
  body.index .index-reviewa__card.--float03 .index-reviewa__card-float-03 {
    top: 0;
    left: 3.2%;
    width: 6.5rem;
    margin-top: 0;
    transform: translateY(-72%);
  }
  body.index .index-reviewa__card.--float03 .index-reviewa__card-float-02 {
    width: 5.625rem;
    transform: scale(-1, 1) translate(-12%, 49%);
  }
  body.index .index-reviewa__card.--float04 .index-reviewa__card-float-01 {
    width: 1.6875rem;
  }
  body.index .index-reviewa__card.--float04 .index-reviewa__card-float-02 {
    width: 4.5rem;
  }
  body.index .index-reviewa__card.--item02 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item02 .index-reviewa__card-float-03 {
    inset: 0 1.5% auto auto;
    width: 7.25rem;
    transform: translate(0, -70%);
  }
  body.index .index-reviewa__card.--item04 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item06 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item07 {
    margin-top: 0;
  }
  body.index .index-reviewa__card.--item09 {
    margin-top: 0;
  }
  body.index .index-saga__copy {
    font-size: 2.4375rem;
    white-space: nowrap;
  }
  body.index .index-saga__swiper-slide {
    width: 13.5rem;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
  }
  body.index .index-saga__photo {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  body.index .index-beginner {
    padding-top: 6.375rem;
    padding-bottom: 5rem;
  }
  body.index .index-beginner__float01 {
    top: -4.375rem;
    right: 2.4%;
    width: 7.5rem;
  }
  body.index .index-beginner__card {
    margin-top: 4.375rem;
  }
  body.index .index-beginner__card .p-card-03:nth-child(3) .p-card-03__float {
    right: 0;
  }
  body.index .index-beginner__card .p-card-03 + .p-card-03 {
    margin-top: 2.5rem;
  }
  body.index .index-arena {
    padding-top: 6.375rem;
    padding-bottom: 4.9375rem;
  }
  body.index .index-arena .c-heading-01 img {
    width: auto;
    height: 2.875rem;
  }
  body.index .index-arena__map {
    margin-top: 2.875rem;
  }
  body.index .index-price {
    padding-top: 6.375rem;
    padding-bottom: 4.625rem;
  }
  body.index .index-price .c-heading-01 img {
    width: auto;
    height: 2.875rem;
  }
  body.index .index-price__float01 {
    top: -4.0625rem;
    left: 2.9%;
    width: 7.25rem;
  }
  body.index .index-price__desc {
    margin-top: 3rem;
  }
  body.index .index-price__sub {
    gap: 0.75rem;
    padding-left: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.index .index-price__sub {
    top: -7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-price__slide {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
    margin-top: 2.5rem;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  body.index .index-price__slide::before, body.index .index-price__slide::after {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    background: rgba(167, 24, 118, 0.2);
    border-radius: 0;
  }
  body.index .index-price__slide .swiper {
    width: 83%;
    max-width: calc(100% - 3.75rem);
  }
  body.index .index-price__slide .swiper-slide {
    padding: 0.5625rem;
  }
  body.index .index-price__slide .swiper-slide .c-zoom__button {
    visibility: hidden;
    opacity: 0;
  }
  body.index .index-price__slide .swiper-slide.swiper-slide-active .c-zoom__button {
    visibility: visible;
    opacity: 1;
  }
  body.index .index-price__slide .c-button-circle {
    width: 2.375rem;
    box-shadow: 0.25rem 0.125rem 0 #000;
  }
  body.index .index-price__slide .swiper-button-prev {
    top: calc(100% + 2.1875rem);
    right: calc(50% + 1.1875rem);
    left: auto;
  }
  body.index .index-price__slide .swiper-button-next {
    top: calc(100% + 2.1875rem);
    right: auto;
    left: calc(50% + 0.9375rem);
  }
  body.index .index-sheet {
    padding-top: 6.375rem;
    padding-bottom: 4.9375rem;
  }
  body.index .index-sheet__card {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem 0;
    margin-top: 2.9375rem;
  }
  body.index .index-sheet__accordion {
    margin-top: 4rem;
  }
  body.index .index-sheet .c-heading-01 img {
    width: auto;
    height: 2.8125rem;
  }
  body.index .index-organization {
    padding: 3.5rem 0;
  }
  body.index .index-organization .p-section-heading-lv2 img {
    width: auto;
    height: 2.5625rem;
  }
  body.index .index-yume {
    padding: 3.5rem 0;
  }
  body.index .index-yume .p-section-heading-lv2 img {
    width: auto;
    height: 5rem;
  }
  body.index .index-buy {
    padding-bottom: 2.125rem;
  }
  body.index .index-buy__copy {
    margin-bottom: -0.2em;
    font-size: 3.125rem;
    white-space: nowrap;
  }
  body.index .index-buy__swiper-slide {
    width: 18.125rem;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
  body.index .index-wheelchair {
    padding: 3.5rem 0;
  }
  body.index .index-wheelchair .p-section-heading-lv2 img {
    width: auto;
    height: 2.5625rem;
  }
  body.index .index-wheelchair__accordion {
    margin-top: 1.5rem;
  }
  body.index .index-purchasing {
    padding: 3.5rem 0;
  }
  body.index .index-purchasing .p-ticket {
    width: 18.125rem;
  }
  body.index .index-purchasing .p-section-heading-lv2 img {
    width: auto;
    height: 2.5625rem;
  }
  body.index .index-purchasing__accordion {
    margin-top: 1.5rem;
  }
  body.index .index-note {
    padding: 3.5rem 0;
  }
  body.index .index-schedule {
    padding: 6.25rem 0;
  }
  body.index .index-schedule .c-heading-01 img {
    width: auto;
    max-height: 2.8125rem;
  }
  body.index .index-schedule__accordion {
    margin-top: 5rem;
  }
  body.index .index-schedule .p-table-01 col {
    width: 150px !important;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bg-dark-teal {
  position: relative;
  z-index: 1;
}
.u-bg-dark-teal::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgb(0, 111, 135);
  mix-blend-mode: multiply;
  opacity: 0.1;
}

.u-bg-cross {
  position: relative;
  z-index: 1;
}
.u-bg-cross::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("../images/common/bg-texture-03.png") top left/auto auto repeat;
  opacity: 0.3;
}

.u-bg-cross-purple {
  position: relative;
  z-index: 1;
}
.u-bg-cross-purple::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("../images/common/bg-texture-03.png") top left/auto auto repeat;
  opacity: 0.2;
}
.u-bg-cross-purple::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: linear-gradient(0deg, rgba(167, 24, 118, 0.4) 0%, rgba(167, 24, 118, 0.4) 100%), rgba(255, 255, 255, 0.2);
}

.u-bg-cross-dark-teal {
  position: relative;
  z-index: 1;
}
.u-bg-cross-dark-teal::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: url("../images/common/bg-texture-03.png") top left/auto auto repeat;
  opacity: 0.2;
}
.u-bg-cross-dark-teal::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: rgba(0, 111, 135, 0.5);
}

.u-bg-dot-dark-teal {
  position: relative;
  z-index: 1;
}
.u-bg-dot-dark-teal::before, .u-bg-dot-dark-teal::after {
  position: absolute;
  inset: 0;
  content: "";
}
.u-bg-dot-dark-teal::before {
  z-index: -2;
  background: #006f87;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.u-bg-dot-dark-teal::after {
  z-index: -1;
  background-image: url("../images/common/bg-texture-04.png");
  background-position: top left;
  background-size: 8.125rem auto;
}

.u-bg-mix-dot-black-01 {
  background: url("../images/common/bg-texture-02.png") repeat left top/800px auto, #000;
}

@media only screen and (max-width: 767px) {
  .u-bg-dot-dark-teal::after {
    -webkit-mask-size: 4.375rem auto;
            mask-size: 4.375rem auto;
  }
  .u-bg-cross-purple::before {
    background-size: 4.375rem auto;
  }
}
.u-border-radius {
  border-radius: 0.5rem;
}

.u-sec-bd-b {
  border-bottom: 0.0625rem solid #000;
}

.u-sec-bd-tb {
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
.u-wb-keep {
  word-break: keep-all;
}

.u-z-10 {
  z-index: 10;
}

.u-z-9 {
  z-index: 9;
}

.u-z-8 {
  z-index: 8;
}

.u-z-7 {
  z-index: 7;
}