@charset "UTF-8";
/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
a {
  color: #000;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  color: #3f80c8;
  text-decoration: underline;
}

body {
  height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
body.is-naviOpened, body.is-modalOpened {
  overflow: hidden;
}

@media all and (min-width: 640px) {
  body {
    font-size: 16px;
  }
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .l-inner {
    width: calc(100% - 100px);
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.o-header-naviButton {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right top, #3fa2ee, #ff7ba6);
}
.o-header-naviButton:hover {
  cursor: pointer;
}
.o-header-naviButton span {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 44%;
  transition: 0.3s;
}
.o-header-naviButton span:nth-child(1) {
  left: 28%;
  top: calc(33% - 1px);
  transform-origin: 50% 50%;
}
.o-header-naviButton span:nth-child(2) {
  left: 28%;
  top: calc(50% - 1px);
}
.o-header-naviButton span:nth-child(3) {
  left: 28%;
  top: calc(67% - 1px);
  transform-origin: 50% 50%;
}
body.is-naviOpened .o-header-naviButton span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
body.is-naviOpened .o-header-naviButton span:nth-child(2) {
  width: 0;
}
body.is-naviOpened .o-header-naviButton span:nth-child(3) {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}

.o-heading img {
  height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (min-width: 640px) {
  .o-heading img {
    height: 72px;
  }
}
.o-openIcon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff7ba6;
}
@media all and (min-width: 640px) {
  .o-openIcon {
    width: 24px;
    height: 24px;
  }
}
.o-openIcon.--is__machine {
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
@media all and (min-width: 640px) {
  .o-openIcon.--is__machine {
    right: 24px;
  }
}
.o-openIcon.--is__trainer {
  right: 18px;
  bottom: 18px;
}
.o-openIcon:before, .o-openIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 53%;
  height: 1px;
  content: "";
  background-color: white;
}
@media all and (min-width: 960px) {
  .o-openIcon:before, .o-openIcon:after {
    height: 2px;
  }
}
.o-openIcon:after {
  rotate: 90deg;
}

details[open] .o-openIcon:after {
  rotate: 0deg;
}

@media all and (min-width: 960px) {
  .c-concept-why__inner {
    margin-bottom: 80px;
  }
}

.c-concept-why__pagination .swiper-pagination {
  position: static;
  width: 225px;
  margin-right: auto;
  margin-top: 25px;
  margin-left: auto;
}
@media all and (min-width: 640px) {
  .c-concept-why__pagination .swiper-pagination {
    width: 30%;
    max-width: 450px;
    height: 10px;
    margin-top: 50px;
  }
}
.c-concept-why__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  --swiper-pagination-color: #3fa2ee;
}

.c-floor-machine {
  background-color: white;
}
.c-floor-machine:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.c-floor-machine:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.c-floor-machine__head {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 16px 18px;
}
@media all and (min-width: 640px) {
  .c-floor-machine__head {
    padding: 36px 24px 32px;
  }
}
.c-floor-machine__head img {
  height: 18px;
}
@media all and (min-width: 640px) {
  .c-floor-machine__head img {
    height: 27px;
  }
}

summary.c-floor-machine__head::-webkit-details-marker {
  display: none;
}

.c-floor-machine:nth-child(2n-1) .c-floor-machine__head {
  background-color: #edf6fc;
}

.c-floor-machine__head-icon {
  position: absolute;
}

.c-floor-machine__inner {
  position: relative;
}
@media all and (min-width: 640px) {
  .c-floor-machine__inner {
    padding: 0 72px;
  }
}

.c-floor-machine__slider-item {
  padding: 35px 35px 24px;
}
@media all and (min-width: 640px) {
  .c-floor-machine__slider-item {
    padding: 50px 0 24px;
  }
}

.c-floor-machine.--swiper__deny .c-floor-machine__slider-item {
  width: 100%;
}
@media all and (min-width: 640px) {
  .c-floor-machine.--swiper__deny .c-floor-machine__slider-item {
    width: 33.3333%;
    margin: 0 auto;
  }
  .c-floor-machine__slider-item .__visual {
    padding: 0 50px;
  }
}
.c-floor-machine__slider-item .__visual img {
  width: 100%;
}
.c-floor-machine__slider-item .__text {
  text-align: center;
  font-weight: 500;
  padding-top: 16px;
}
@media all and (min-width: 640px) {
  .c-floor-machine__slider-item .__text {
    padding: 0 16px;
    padding-top: 24px;
  }
}

.c-floor-machine__slider-pager {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
}
.c-floor-machine__slider-pager.--prev {
  left: 20px;
}
.c-floor-machine__slider-pager.--next {
  right: 20px;
}

.c-header-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-navi li {
  position: relative;
  padding: 0 24px;
}
.c-header-navi li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 1px;
  background: radial-gradient(circle farthest-side, #231815, #231815 20%, transparent 20%, transparent);
  background-size: 5px;
  content: "";
  transform: translate(50%, -50%) rotate(291deg);
}
.c-header-navi li:last-child {
  padding-right: 0;
}
.c-header-navi li:last-child::after {
  display: none;
}
.c-header-navi li a {
  text-align: center;
}
.c-header-navi li a .__en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  height: 20px;
}
.c-header-navi li a .__ja {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 0.5em;
  white-space: nowrap;
}
.c-header-navi li:last-child {
  margin-right: 0;
}

@media all and (min-width: 960px) {
  .c-price-flow__inner {
    margin-bottom: 80px;
  }
}

.c-price-flow__pagination .swiper-pagination {
  position: static;
  width: 125px;
  margin-right: auto;
  margin-top: 25px;
  margin-left: auto;
}
@media all and (min-width: 640px) {
  .c-price-flow__pagination .swiper-pagination {
    width: 30%;
    max-width: 250px;
    height: 10px;
  }
}
.c-price-flow__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  --swiper-pagination-color: #3fa2ee;
}

.c-price-item {
  width: 100%;
  border-collapse: separate;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media all and (min-width: 960px) {
  .c-price-item {
    border-radius: 20px;
  }
  .c-price-item.--sp__disp {
    display: none;
    visibility: hidden;
  }
}
@media not all and (min-width: 960px) {
  .c-price-item.--sp__hidden {
    display: none;
    visibility: hidden;
  }
}

.c-price-item__head {
  width: 44%;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (min-width: 960px) {
  .c-price-item__head {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 21px;
  }
}
@media all and (min-width: 1280px) {
  .c-price-item__head {
    width: 40%;
  }
}
.c-price-item__head .__small {
  display: block;
  font-size: 80%;
}
.c-price-item__head-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-price-item__head-flex .__icon {
  flex: 0 0 16%;
}
.c-price-item__head-flex .__icon img {
  margin: 0 auto;
}
.c-price-item__head-flex .__text {
  flex: 1 0 auto;
}

.c-price-item.--color__blue th {
  background-color: #3fa2ee;
}
.c-price-item.--color__skyblue th {
  background-color: #65b0ed;
}
.c-price-item.--color__green th {
  background-color: #33b1a7;
}
.c-price-item.--color__yellow th {
  background-color: #f2b662;
}
.c-price-item.--color__darkblue th {
  background-color: #67a5ce;
}
.c-price-item.--color__red th {
  background-color: #ec777c;
}

.c-price-item__body {
  width: 56%;
  background-color: white;
  padding: 24px 8px;
}
@media all and (min-width: 960px) {
  .c-price-item__body {
    width: 50%;
    padding: 32px 16px;
    font-size: 21px;
  }
}
@media all and (min-width: 1280px) {
  .c-price-item__body {
    width: 60%;
  }
}
.c-price-item__body .__small {
  font-size: 80%;
}

.c-trainer-card__visual {
  position: relative;
}

.c-trainer-card__name {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 20px;
  background-color: white;
  text-align: center;
  line-height: 1.3;
  padding: 8px 10px;
}
@media all and (min-width: 640px) {
  .c-trainer-card__name {
    padding: 8px 16px;
  }
}
.c-trainer-card__name .__furigana {
  color: #3fa2ee;
  font-size: 10px;
}
@media all and (min-width: 640px) {
  .c-trainer-card__name .__furigana {
    font-size: 12px;
  }
}
.c-trainer-card__name .__name {
  font-weight: 700;
  font-size: 16px;
}
@media all and (min-width: 640px) {
  .c-trainer-card__name .__name {
    font-size: 20px;
  }
}

.t-trainer__body .c-trainer-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.t-trainer__body .c-trainer-card__details {
  display: none;
}

.m-modal__content .c-trainer-card {
  display: grid;
  gap: 24px;
  padding: 50px 25px;
}
@media all and (min-width: 960px) {
  .m-modal__content .c-trainer-card {
    grid-template-columns: 360px 1fr;
    gap: 30px;
    padding: 50px;
  }
}
.m-modal__content .c-trainer-card__visual {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
}

@media not all and (min-width: 960px) {
  .m-price {
    width: calc(100% + 25px);
  }
}

.m-price__line {
  display: grid;
  gap: 25px;
}
@media all and (min-width: 960px) {
  .m-price__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  .m-price__line > * {
    flex: 0 0 calc(50% - 9px);
  }
}

.m-price__line + .m-price__line {
  margin-top: 25px;
}
@media all and (min-width: 960px) {
  .m-price__line + .m-price__line {
    margin-top: 50px;
  }
}

@media not all and (min-width: 960px) {
  .m-price__block.--sp__hidden {
    display: none;
    visibility: hidden;
  }
}

.m-price__block-head {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (min-width: 960px) {
  .m-price__block-head {
    font-size: 22px;
  }
}
.m-price__block-head:before {
  display: inline-block;
  width: 9px;
  height: 3px;
  margin-right: 8px;
  content: "";
  background-color: #3fa2ee;
  vertical-align: middle;
}
@media all and (min-width: 960px) {
  .m-price__block-head:before {
    width: 13px;
    height: 2px;
    margin-right: 10px;
  }
}
.m-price__block-head .__small {
  font-weight: 500;
  font-size: 12px;
}
@media all and (min-width: 960px) {
  .m-price__block-head .__small {
    display: block;
    font-size: 16px;
  }
}
@media all and (min-width: 1280px) {
  .m-price__block-head .__small {
    display: inline;
  }
}

.m-price__block-comment {
  font-size: 13px;
}
@media all and (min-width: 960px) {
  .m-price__block-comment {
    margin-top: 16px;
    font-size: 16px;
  }
}

.m-modal {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.m-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  max-width: 1200px;
  cursor: auto;
  overflow-y: auto;
  background-color: white;
  border: 3px solid #3fa2ee;
}
@media all and (min-width: 960px) {
  .m-modal__content {
    width: 100%;
  }
}
@media not all and (min-width: 960px) {
  .m-modal__content {
    height: calc(100% - 50px);
  }
}

.m-modal#modal-mvBanner .m-modal__content {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (min-width: 960px) {
  .m-modal#modal-mvBanner .m-modal__content {
    height: auto;
  }
}

.m-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media all and (min-width: 640px) {
  .m-modal__close {
    width: 32px;
    height: 32px;
  }
}
.m-modal__close:before, .m-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #3fa2ee;
}
.m-modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal__banner {
  padding: 50px 10px 10px;
}
@media all and (min-width: 960px) {
  .m-modal__banner {
    padding: 100px 20px 20px;
  }
}

.t-access {
  position: relative;
  background: #e5e5e5;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width: 640px) {
  .t-access {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.t-access__map {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .t-access__map {
    margin-top: 50px;
  }
}
.t-access__map iframe {
  width: 100%;
  height: 300px;
}
@media all and (min-width: 640px) {
  .t-access__map iframe {
    height: 550px;
  }
}

.t-access__info {
  margin: 24px auto 0;
}
@media all and (min-width: 640px) {
  .t-access__info {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
  }
}

.t-access__info-head {
  white-space: nowrap;
  text-align: left;
  vertical-align: baseline;
  color: #3fa2ee;
  font-weight: 700;
}
@media all and (min-width: 640px) {
  .t-access__info-head {
    font-size: 18px;
  }
}

.t-access__info-text {
  padding-left: 24px;
  font-size: 13px;
}
@media all and (min-width: 640px) {
  .t-access__info-text {
    padding-left: 64px;
    font-size: 18px;
  }
}

.t-campaign {
  position: relative;
  background-image: url("../images/campaign_bg.png?0lctjhff");
  background-repeat: repeat;
  background-size: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (min-width: 640px) {
  .t-campaign {
    background-size: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.t-campaign__body {
  display: block;
  margin-bottom: 50px;
}
@media all and (min-width: 640px) {
  .t-campaign__body {
    margin-bottom: 40px;
  }
}

.t-campaign__comment {
  margin-bottom: 25px;
  font-size: 13px;
}
@media all and (min-width: 640px) {
  .t-campaign__comment {
    margin-bottom: 50px;
    font-size: 18px;
  }
}

.t-campaign__buttons {
  display: grid;
  gap: 20px;
}
@media all and (min-width: 640px) {
  .t-campaign__buttons {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 32px;
  }
}
@media all and (min-width: 960px) {
  .t-campaign__buttons {
    width: 72.5%;
    margin: 0 auto;
  }
}
.t-campaign__buttons img {
  width: 100%;
}

.t-concept {
  position: relative;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media all and (min-width: 640px) {
  .t-concept {
    padding-top: 168px;
    padding-bottom: 100px;
  }
}
.t-concept > * + * {
  margin-top: 50px;
}
@media all and (min-width: 640px) {
  .t-concept > * + * {
    margin-top: 100px;
  }
}

.t-conept__text .__heading {
  margin-bottom: 50px;
}
@media all and (min-width: 640px) {
  .t-conept__text .__heading {
    width: 630px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
}
.t-conept__text .__lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media all and (min-width: 640px) {
  .t-conept__text .__lead {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.t-conept__text .__desc {
  font-size: 14px;
  font-weight: 500;
}
@media all and (min-width: 640px) {
  .t-conept__text .__desc {
    text-align: center;
    font-size: 22px;
  }
}
@media not all and (min-width: 640px) {
  .t-conept__text .__desc br.sp-hidden {
    display: none;
  }
}

.t-concept__why .__subHeading {
  width: 180px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media all and (min-width: 640px) {
  .t-concept__why .__subHeading {
    width: 290px;
    margin-bottom: 50px;
  }
}

.t-floor {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/floor_bg.png?s5psftu2");
  background-repeat: repeat;
  background-size: 15px;
}

@media all and (min-width: 640px) {
  .t-floor {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 30px;
  }
}
.t-floor__body {
  margin-bottom: 25px;
  padding-top: 25px;
}
@media all and (min-width: 640px) {
  .t-floor__body {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

.t-floor__facility {
  margin-bottom: 50px;
}
@media all and (min-width: 640px) {
  .t-floor__facility {
    margin-bottom: 100px;
  }
}

@media not all and (min-width: 640px) {
  .t-floor__foot > * {
    position: relative;
    left: calc(50% - 50vw);
    display: block;
    width: 100vw;
  }
}

.t-mv {
  position: relative;
  height: 100vh;
}

.t-mv__bg {
  position: relative;
  width: 100%;
  height: calc(100% - 49.3333333333vw);
}
.t-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

@media all and (min-width: 640px) {
  .t-mv__bg {
    height: 100%;
  }
  .t-mv__banner {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1000px;
    width: calc(100% - 100px);
    transform: translate(-50%, 50%);
  }
}
.t-mv__scroll {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.t-mv__scroll img {
  -o-object-fit: contain;
     object-fit: contain;
}
.t-mv__scroll .__text {
  width: 36px;
  margin: 0 auto;
}

@media all and (min-width: 640px) {
  .t-mv__scroll {
    bottom: 140px;
  }
  .t-mv__scroll .__text {
    width: 44px;
  }
}
.t-mv__banner {
  cursor: pointer;
}

/* Visitor Pass & Corporate Member Buttons in Hero Section */
.t-mv__buttons {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media all and (min-width: 640px) {
  .t-mv__buttons {
    left: 40px;
    gap: 14px;
  }
}

@media all and (min-width: 960px) {
  .t-mv__buttons {
    left: 60px;
    gap: 16px;
  }
}

.t-mv__visitor-btn,
.t-mv__corporate-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-weight: 700;
}

.t-mv__visitor-btn {
  background: linear-gradient(135deg, #3fa2ee 0%, #65b0ed 100%);
}

.t-mv__visitor-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 162, 238, 0.4);
  background: linear-gradient(135deg, #65b0ed 0%, #3fa2ee 100%);
}

.t-mv__corporate-btn {
  background: linear-gradient(135deg, #33b1a7 0%, #4cd0c6 100%);
}

.t-mv__corporate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(51, 177, 167, 0.4);
  background: linear-gradient(135deg, #4cd0c6 0%, #33b1a7 100%);
}

@media all and (min-width: 640px) {
  .t-mv__visitor-btn,
  .t-mv__corporate-btn {
    padding: 14px 24px;
    gap: 14px;
  }
}

.t-mv__visitor-text,
.t-mv__corporate-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.t-mv__visitor-title,
.t-mv__corporate-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .t-mv__visitor-title,
  .t-mv__corporate-title {
    font-size: 16px;
  }
}

.t-mv__visitor-desc,
.t-mv__corporate-desc {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.95;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .t-mv__visitor-desc,
  .t-mv__corporate-desc {
    font-size: 11px;
  }
}

.t-mv__visitor-arrow,
.t-mv__corporate-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.t-mv__visitor-btn:hover .t-mv__visitor-arrow,
.t-mv__corporate-btn:hover .t-mv__corporate-arrow {
  transform: translateX(4px);
}

.t-price {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eaf3f9;
}
@media all and (min-width: 640px) {
  .t-price {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.t-price_body {
  margin-top: 24px;
}
@media all and (min-width: 640px) {
  .t-price_body {
    margin-top: 40px;
  }
}

.t-price__flow {
  margin-top: 64px;
}
@media all and (min-width: 640px) {
  .t-price__flow {
    margin-top: 100px;
  }
}
.t-price__flow .__subHeading {
  width: 56px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media all and (min-width: 640px) {
  .t-price__flow .__subHeading {
    width: 80px;
    margin-bottom: 50px;
  }
}

.t-trainer {
  position: relative;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width: 640px) {
  .t-trainer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.t-trainer__body {
  margin-top: 25px;
  display: grid;
  gap: 25px;
}
@media all and (min-width: 640px) {
  .t-trainer__body {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media all and (min-width: 960px) {
  .t-trainer__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media not all and (min-width: 640px) {
  .g-footer {
    padding-bottom: 16vw;
  }
}

.g-footer__link {
  padding-top: 50px;
  padding-bottom: 45px;
}

@media all and (min-width: 640px) {
  .g-footer__link {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.g-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.g-footer__sns li {
  width: 30px;
  margin: 0 10px;
}

@media all and (min-width: 640px) {
  .g-footer__sns {
    margin-bottom: 40px;
  }
  .g-footer__sns li {
    width: 60px;
    margin: 0 20px;
  }
}
.g-footer__others {
  text-align: center;
  font-size: 14px;
}

@media all and (min-width: 640px) {
  .g-footer__others {
    font-size: 20px;
  }
}
.g-footer__copy {
  background: linear-gradient(to right, rgba(63, 162, 238, 0.5), rgba(255, 123, 166, 0.5));
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

@media all and (min-width: 640px) {
  .g-footer__copy {
    font-size: 18px;
    height: 120px;
  }
}
.g-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s;
}
.is-naviOpened .g-header .g-header__logo {
  opacity: 0;
}

@media all and (min-width: 1024px) {
  .g-header {
    height: 100px;
    position: fixed;
  }
}
.g-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
}

@media all and (min-width: 1024px) {
  .g-header__inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1350px;
    width: calc(100% - 100px);
    padding: 25px 3.75%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 16px 16px;
  }
}
.g-header__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

@media all and (min-width: 1024px) {
  .g-header__layout {
    align-items: center;
  }
}
.g-header__logo {
  width: 98px;
  margin-top: 8px;
}

@media all and (min-width: 1024px) {
  .g-header__logo {
    margin-top: 0;
    width: 15.4101077051%;
  }
}
.g-menu {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-naviOpened .g-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

@media all and (min-width: 640px) {
  .g-menu {
    display: flex;
    flex-direction: column;
  }
}

.g-menu__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to right top, rgba(63, 162, 238, 0.8), rgba(255, 123, 166, 0.8));
}
@media not all and (min-width: 640px) {
  .g-menu__inner {
    height: auto;
    min-height: calc(100% - 49.3333333333vw);
    overflow-y: auto;
  }
}
@media all and (min-width: 640px) {
  .g-menu__inner {
    flex: 1 0 auto;
  }
}

.g-menu__navi {
  width: 265px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media not all and (min-width: 640px) {
  .g-menu__navi {
    padding: 50px 0;
  }
}
.g-menu__navi ul:not(.g-menu__navi-snslist) {
  display: block;
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li {
  position: relative;
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(circle farthest-side, #fff, #fff 20%, transparent 20%, transparent);
  background-size: 5px;
  content: "";
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li a {
  padding: 15px 15px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li a span {
  display: block;
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li a .__en {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  height: 20px;
}
.g-menu__navi ul:not(.g-menu__navi-snslist) li a .__ja {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.g-menu__navi-snslist {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.g-menu__navi-snslist li {
  width: 30px;
  margin: 0 10px;
}

@media all and (min-width: 640px) {
  .g-menu__navi-snslist {
    margin-top: 50px;
  }
  .g-menu__navi-snslist li {
    width: 60px;
    margin: 0 20px;
  }
}
.g-sticky {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  height: 16vw;
}

@media all and (min-width: 640px) {
  .g-sticky {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    width: 60px;
    height: auto;
    display: block;
  }
}
.g-sticky__buttons {
  width: 100%;
  display: flex;
}

@media all and (min-width: 640px) {
  .g-sticky__buttons {
    height: 450px;
    display: block;
  }
}
.g-sticky__item {
  width: 50%;
}

@media all and (min-width: 640px) {
  .g-sticky__item {
    width: 100%;
    height: 50%;
  }
}
.g-sticky__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
}

@media all and (min-width: 640px) {
  .g-sticky__button {
    writing-mode: vertical-rl;
    font-size: 18px;
  }
}
.g-sticky__button--join {
  background: #3fa2ee;
}
.g-sticky__button--join .__icon {
  display: inline-block;
  width: 5.3333333333vw;
  margin-left: 1.8666666667vw;
}

@media all and (min-width: 640px) {
  .g-sticky__button--join {
    border-top-left-radius: 16px;
  }
  .g-sticky__button--join .__icon {
    width: 22px;
    margin-left: 0;
    margin-top: 11px;
  }
}
.g-sticky__button--line {
  background: #07c054;
}
.g-sticky__button--line .__icon {
  display: inline-block;
  width: 7.2vw;
  margin-right: 4vw;
}

@media all and (min-width: 640px) {
  .g-sticky__button--line {
    border-bottom-left-radius: 16px;
  }
  .g-sticky__button--line .__icon {
    width: 30px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.g-sticky__snslist {
  display: none;
}

@media all and (min-width: 640px) {
  .g-sticky__snslist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .g-sticky__snslist li {
    width: 30px;
  }
  .g-sticky__snslist li + li {
    margin-top: 16px;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

/* Corporate Banner */
.t-corporate-banner {
    padding: 60px 0;
    background: #f0f8ff;
}

.t-corporate-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.t-corporate-banner__heading {
    font-size: 24px;
    font-weight: bold;
    color: #1976D2;
    margin-bottom: 10px;
}

.t-corporate-banner__subheading {
    font-size: 16px;
    color: #333;
}

.c-button {
    display: inline-block;
    background: #2196F3;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.c-button:hover {
    background: #1976D2;
    color: #fff;
}

.g-footer__link-corporate {
    margin-right: 20px;
}

@media not all and (min-width: 768px) {
    .t-corporate-banner__content {
        flex-direction: column;
        text-align: center;
    }
    .t-corporate-banner__text {
        margin-bottom: 30px;
    }
}
