@charset "UTF-8";
/*
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.13 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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]) {
  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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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::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;
}
.collapse{
  visibility: collapse;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.-ml-14{
  margin-left: -3.5rem;
}
.-mt-52{
  margin-top: -13rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-44{
  margin-top: 11rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-56{
  width: 14rem;
}
.w-full{
  width: 100%;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-7{
  gap: 1.75rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.bg-base01{
  --tw-bg-opacity: 1;
  background-color: rgb(34 139 35 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-56{
  padding-top: 14rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  color: #262626;
  display: flex;
  flex-direction: column;
}

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

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1022px) {
  .navPosition {
    display: none;
  }
}

.footer-wrap {
  min-width: 360px;
  margin: 0 24px 12px 0;
}
@media screen and (max-width: 1022px) {
  .footer-wrap {
    min-width: unset;
    width: 100%;
    margin: 0;
  }
}
.footer-wrap-container {
  display: block;
}
@media screen and (max-width: 1022px) {
  .footer-wrap-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 48px 0;
  }
}
.footer-wrap-container-fb {
  display: block;
  width: 60px;
  height: 60px;
}
.footer-map {
  border-radius: 12px;
  height: 263px;
  max-width: 780px;
  width: 100%;
}
@media screen and (max-width: 1022px) {
  .footer-map {
    display: none;
  }
}

.rubik {
  font-family: "Rubik", sans-serif;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.lh-175 {
  line-height: 1.75;
}

.lh-135 {
  line-height: 1.35;
}

@media screen and (max-width: 1022px) {
  .br-sp-hidden br {
    display: none;
  }
}

.br-sp-block br {
  display: none;
}
@media screen and (max-width: 1022px) {
  .br-sp-block br {
    display: block;
  }
}

.fv-text-28 {
  font-size: 60px;
}
@media screen and (max-width: 1022px) {
  .fv-text-28 {
    font-size: 28px;
  }
}

.fv-text-50 {
  font-size: 110px;
}
@media screen and (max-width: 1022px) {
  .fv-text-50 {
    font-size: 50px;
  }
  .footer-copyright-10 {
    font-size: 10px;
  }
}

.text-blue-002 {
  color: #002A55;
}

.text-blue-008 {
  color: #0081C4;
}

.text-green-228 {
  color: #228B23;
}

.bg-white {
  background: #fff;
}

.bg-blue-eff {
  background: #EFF6FA;
}

.bg-green-eff {
  background: #EFFAF1;
}

.bg-blue-008 {
  background: #0081C4;
}

.bg-blue-002 {
  background: #002A55;
}

.bg-white-f4f {
  background: #F4F1ED;
}

.bg-green-228 {
  background: #228B23;
}

.head-border-left {
  border-left: 6px solid #0081C4;
}
@media screen and (max-width: 1022px) {
  .head-border-left {
    border-left: 4px solid #0081C4;
  }
}

.map-border {
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.35);
}

.ticket-span-border {
  border: 1px solid #002A55;
}

.rule-pdf-border {
  border: 2px solid #002A55;
}

.text-green-228-underline {
  text-decoration: underline;
  text-decoration-color: #228B23;
}

.ticket-slash-border {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/table-border.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 112px;
  height: 54px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .ticket-slash-border {
    background: url("../../../assets/img/top/table-border-sp.webp");
    background-size: cover;
    left: 0px;
    transform: rotate(0deg);
    width: 88px;
    height: 48px;
  }
}

.slash-container {
  width: 112px;
  height: 54px;
}
@media screen and (max-width: 1022px) {
  .slash-container {
    width: 76px;
    height: 46px;
  }
}

.table-border {
  border: solid 1px #002A55;
}

.container-212 {
  max-width: 212px;
}
.container-info-list {
  max-width: 908px;
}
@media screen and (max-width: 1022px) {
  .container-info-list {
    max-width: 460px;
    width: 100%;
  }
}
.container-mw1920, .container-mw1024 {
  max-width: 1920px;
}
@media screen and (max-width: 1022px) {
  .container-mw1920, .container-mw1024 {
    max-width: 100%;
    width: 100%;
  }
}
.container-mw1280 {
  max-width: 1280px;
}
@media screen and (max-width: 1022px) {
  .container-mw1280 {
    max-width: 583px;
    width: 100%;
  }
}
.container-ticket-term {
  max-width: 950px;
}
@media screen and (max-width: 1022px) {
  .container-ticket-term {
    max-width: 326px;
    width: 100%;
  }
}
.container-ticket-list {
  max-width: 1048px;
  justify-content: space-between;
  padding: 0 16px;
}
@media screen and (max-width: 1022px) {
  .container-ticket-list {
    max-width: 736px;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .container-ticket-list {
    max-width: 500px;
  }
}
.container-ticket-office {
  max-width: 460px;
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 1022px) {
  .container-ticket-office {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .container-ticket-office {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1022px) {
  .container-ticket-office:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .container-ticket-office:last-child {
    margin: 0 auto;
  }
}
.container-ticket-office-head-icon {
  content: "";
  background: url("../../../assets/img/top/office-link-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 7px 0 0 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.container-ticket-office-head-icon.white {
  background-image: url("../../../assets/img/top/office-link-icon-white.webp");
}
@media screen and (max-width: 1022px) {
  .container-ticket-office-head-icon {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0 0 5px;
    width: 12px;
    height: 12px;
  }
}
.container-ticket-office-head-icon.no-margin-top {
  margin: 0 0 0 8px;
}
.container-ticket-office-address {
  position: relative;
  white-space: nowrap;
}
.container-ticket-office-address-img {
  width: 40px;
  height: 40px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .container-ticket-office-address-img {
    right: -40px;
    top: 4px;
    width: 28px;
    height: 28px;
  }
}
.container-ticket-sub {
  max-width: 950px;
}
@media screen and (max-width: 1022px) {
  .container-ticket-sub {
    overflow: auto;
  }
}
.container-ticket-sub-tool {
  width: 650px;
}
@media screen and (max-width: 1022px) {
  .container-ticket-sub-tool {
    width: 260px;
  }
  .ticket-span-head {
    width: 64px;
  }
}

html {
  scroll-behavior: smooth;
}

/*========= レイアウトのためのCSS ===============*/
#wrapper {
  position: absolute;
  bottom: 0;
  z-index: 40;
  width: 100%;
}

/*========= waveを描画するエリア設定 ===============*/
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6840px;
  z-index: 50;
}
.wave-wrap {
  position: relative;
}

.loop_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 68px;
  overflow: hidden;
}
@media screen and (max-width: 1022px) {
  .loop_wrap {
    height: 50px;
  }
}
.loop_wrap img {
  max-width: none;
  min-width: 100vw;
}
@media screen and (max-width: 1400px) {
  .loop_wrap img {
    min-width: auto;
  }
}
@media screen and (max-width: 1022px) {
  .loop_wrap img {
    min-width: auto;
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap2 img:first-child {
  animation: loop 60s -30s linear infinite;
}

.loop_wrap2 img:last-child {
  animation: loop2 60s linear infinite;
}

.wave-404 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6840px;
  z-index: 50;
}
.wave-404-wrap {
  position: relative;
}

.loop_wrap-404 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 68px;
  overflow: hidden;
}
@media screen and (max-width: 1022px) {
  .loop_wrap-404 {
    height: 50px;
  }
}
.loop_wrap-404 img {
  max-width: none;
  min-width: 100vw;
}
@media screen and (max-width: 1400px) {
  .loop_wrap-404 img {
    min-width: auto;
  }
}
@media screen and (max-width: 1022px) {
  .loop_wrap-404 img {
    min-width: auto;
  }
}

/*========= 流れるテキスト ===============*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.topKey {
  position: absolute;
  z-index: 1;
  width: 1856px;
  height: 930px;
  margin: 0 auto;
  display: flex;
  top: 152px;
  right: 64px;
  border-radius: 0 120px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1022px) {
  .topKey {
    border-radius: 0 60px 0 0;
    width: 959px;
    height: 570px;
    top: 57px;
    right: 20px;
  }
}
.topKey img {
  object-fit: contain !important;
  object-position: left bottom !important;
}

.contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 40px 120px 64px;
}
@media screen and (max-width: 1022px) {
  .contact-form {
    padding: 24px 20px 48px;
  }
}
.contact-form-dl {
  align-items: center;
  padding: 1rem 0;
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1022px) {
  .contact-form-dl {
    padding: 0.5rem 0;
  }
}
.contact-form-dt {
  font-size: 16px;
  margin: 0 0 6px 6px;
}
@media screen and (max-width: 1022px) {
  .contact-form-dt {
    font-size: 16px;
  }
}
.contact-form-dd {
  font-size: 16px;
}
@media screen and (max-width: 1022px) {
  .contact-form-dd {
    font-size: 16px;
  }
}
.contact-form-required-label {
  font-weight: 500;
  color: white;
  background-color: #081C4F;
  padding: 4px 5px;
  font-size: 14px;
  display: inline-block;
  margin-left: 1rem;
}

.form-input {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.form-input::placeholder {
  font-weight: 300;
  opacity: 0.2;
}

.contact-form-detail {
  height: 120px;
}

.submit-button {
  width: 300px;
  height: 64px;
  background: #556B2F;
  color: #fff;
  border-radius: 32px;
  transition: 0.3s;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 0 32px 0 0;
}
@media screen and (max-width: 1022px) {
  .submit-button {
    width: 202px;
    height: 40px;
    font-size: 16px;
  }
}
.submit-button:hover {
  background: #fff;
  border: solid 2px #556B2F;
}
.submit-button:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  right: 24px;
  width: 38px;
  height: 38px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .submit-button:after {
    top: 7px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
}
.submit-button:hover:after {
  background-image: url("/assets/img/btn_arrow_hover.webp");
}

.top-news-facebook-btn {
  text-decoration: none;
  background: #0081C4;
  color: #fff;
  height: 70px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 2px #fff;
}
@media screen and (max-width: 1022px) {
  .top-news-facebook-btn {
    max-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
}
.top-news-facebook-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .top-news-facebook-btn-text {
    font-size: 18px;
  }
}
.top-news-facebook-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/top/btn-deco01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 42px;
  width: 18px;
  height: 16px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .top-news-facebook-btn-text:after {
    top: 20px;
    right: 24px;
    width: 14px;
    height: 12px;
  }
}

.top-news-facebook-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.top-contact-tel-btn {
  text-decoration: none;
  background: #228B23;
  color: #fff;
  height: 70px;
  max-width: 320px;
  width: 100%;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 2px #fff;
}
@media screen and (max-width: 1022px) {
  .top-contact-tel-btn {
    max-width: 250px;
    height: 56px;
    margin: 0 auto;
  }
}
.top-contact-tel-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 52px 0 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .top-contact-tel-btn-text {
    font-size: 18px;
    padding: 0 40px 0 0;
  }
}
.top-contact-tel-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/top/btn-deco02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  right: 63px;
  width: 36px;
  height: 36px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .top-contact-tel-btn-text:after {
    top: 10px;
    right: 38px;
    width: 30px;
    height: 30px;
  }
}

.top-contact-tel-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.top-map-btn-upstream {
  text-decoration: none;
  background: #0081C4;
  color: #fff;
  height: 40px;
  max-width: 160px;
  width: 100%;
  border-radius: 20px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  /*--影の複数指定--*/
  box-shadow: 0 3px 0 #002A55;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-upstream {
    max-width: 104px;
    height: 30px;
    margin: 0 auto;
  }
}
.top-map-btn-upstream-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-upstream-text {
    font-size: 16px;
    padding: 0;
  }
}
.top-map-btn-upstream-text:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/top/magnifying_glass.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 20px;
  width: 18px;
  height: 18px;
  z-index: 5;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-upstream-text:after {
    display: none;
  }
}
.top-map-btn-upstream:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 #002A55;
}

.top-map-btn-overall {
  text-decoration: none;
  color: #fff;
  height: 68px;
  width: 280px;
  border-radius: 8px;
  outline: none;
  /*--影の複数指定--*/
  box-shadow: 0 3px 0 #00294E;
  transition: ease 0.2s;
  display: block;
}
@media screen and (max-width: 1280px) {
  .top-map-btn-overall {
    height: 5.3125vw;
    width: 21.875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 1022px) {
  .top-map-btn-overall {
    margin: 0 auto;
    height: 30px;
    width: 125px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 580px) {
  .top-map-btn-overall {
    height: 5.1724137931vw;
    width: 21.5517241379vw;
    border-radius: 0.6896551724vw;
  }
}
.top-map-btn-overall-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 32px;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top-map-btn-overall-text {
    font-size: clamp(0px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 1022px) {
  .top-map-btn-overall-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .top-map-btn-overall-text {
    font-size: clamp(0px, 2.5862068966vw, 15px);
  }
}

.top-map-btn-overall.is-active {
  background: #585657;
}

.top-map-btn-overall:hover {
  /*--影の複数指定--*/
  transform: translateY(3px);
  box-shadow: 0 0 0 #002A55;
}

.top-map-btn-downstream {
  text-decoration: none;
  background: #0081C4;
  color: #fff;
  height: 40px;
  max-width: 160px;
  width: 100%;
  border-radius: 20px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  /*--影の複数指定--*/
  box-shadow: 0 3px 0 #002A55;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-downstream {
    max-width: 104px;
    height: 30px;
    margin: 0 auto;
  }
}
.top-map-btn-downstream-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-downstream-text {
    font-size: 16px;
    padding: 0;
  }
}
.top-map-btn-downstream-text:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/top/magnifying_glass.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 20px;
  width: 18px;
  height: 18px;
  z-index: 5;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .top-map-btn-downstream-text:after {
    display: none;
  }
}
.top-map-btn-downstream:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 #002A55;
}

.absent-btn {
  text-decoration: none;
  background: #228B23;
  color: #fff;
  height: 70px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 2px #fff;
}
@media screen and (max-width: 1022px) {
  .absent-btn {
    max-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
}
.absent-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 1022px) {
  .absent-btn-text {
    font-size: 18px;
  }
}
.absent-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("/assets/img/top/btn-deco01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 25px;
  right: 42px;
  width: 18px;
  height: 16px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1022px) {
  .absent-btn-text:after {
    top: 20px;
    right: 24px;
    width: 14px;
    height: 12px;
  }
}

.absent-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#g-nav {
  display: none;
}
@media screen and (max-width: 1500px) {
  #g-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: -170%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0081C4;
    transition: all 0.6s;
  }
}
#g-nav.panelactive {
  display: none;
}
@media screen and (max-width: 1500px) {
  #g-nav.panelactive {
    display: block;
    top: 0;
    overflow: hidden;
  }
}
#g-nav.panelactive #g-nav-list {
  display: none;
}
@media screen and (max-width: 1500px) {
  #g-nav.panelactive #g-nav-list {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#g-nav.panelactive:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/gnav-deco-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 1920px;
  height: 52px;
  z-index: 5;
}

.openbtn1 {
  display: none;
}
@media screen and (max-width: 1500px) {
  .openbtn1 {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 4px;
    right: 8px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #228B23;
    border-radius: 50%;
  }
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 24px;
  transform: translate(-50%, 0);
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 23px;
  left: 10px;
  transform: rotate(-30deg);
  width: 28px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 23px;
  left: 10px;
  transform: rotate(30deg);
  width: 28px;
}

.fv-text-shadow {
  text-shadow: #002A55 0 3px 6px;
}

.lum-gallery-button {
  display: none;
}

.lum-lightbox {
  background: rgba(255, 255, 255, 0.8);
}

.lum-lightbox-inner img {
  margin: auto;
}
@media screen and (max-width: 1022px) {
  .lum-lightbox-inner img {
    max-width: 100%;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 38, 38, 0.7);
}

.modal__container {
  margin: 96px 0 0 0;
  padding: 64px 80px 80px 80px;
  max-width: 920px;
  max-height: 813px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1022px) {
  .modal__container {
    margin: 48px 0 0 0;
    padding: 48px 16px 56px;
    max-width: 320px;
    max-height: 453px;
  }
}

.modal__header {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 1022px) {
  .modal__header {
    top: -44px;
  }
}

.modal__title {
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.25;
  color: #002A55;
  box-sizing: border-box;
}

.modal__img {
  margin: 0 auto 18px;
  max-width: 690px;
  max-height: 430px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1022px) {
  .modal__img {
    margin: 0 auto 12px;
    max-width: 288px;
    max-height: 180px;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}
.modal__close .modal__svg {
  pointer-events: none;
  width: 60px;
  height: 58px;
}
@media screen and (max-width: 1022px) {
  .modal__close .modal__svg {
    width: 42px;
    height: 36px;
  }
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__link {
  position: relative;
  width: 220px;
  height: 48px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1022px) {
  .modal__link {
    width: 170px;
    height: 32px;
  }
}
.modal__link-text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0 32px 0 0;
}
@media screen and (max-width: 1022px) {
  .modal__link-text {
    font-size: 16px;
    padding: 0 32px 0 0;
  }
}

.modal__link:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/google-map-icon.webp");
  background-size: contain;
  right: 32px;
  top: 50%; /* 縦方向の中央に配置するために50%を指定 */
  transform: translateY(-50%); /* 要素の高さの半分を引いて中央に配置 */
  width: 28px;
  height: 28px;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1022px) {
  .modal__link:after {
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}

.modal__link:hover {
  cursor: pointer;
  transform: scale(1.1);
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
  z-index: 99999;
}
.micromodal-slide.is-open body {
  overflow: hidden;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.floatingNav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 2px -1px gray;
  z-index: 888;
  width: 100%;
  background-color: #fff;
  height: 112px;
}
@media screen and (max-width: 1022px) {
  .floatingNav {
    position: absolute;
    background-color: unset;
    height: 56px;
  }
}
.floatingNav-logo {
  color: #002A55;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 0 0 64px;
}
@media screen and (max-width: 1022px) {
  .floatingNav-logo {
    font-size: 20px;
    padding: 0 0 0 20px;
  }
}
.floatingNav-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
  gap: 54px;
  margin: 0 64px 0 0;
}
@media screen and (max-width: 1500px) {
  .floatingNav-list {
    display: none;
  }
}
.floatingNav-list-item {
  position: relative;
  transition: 0.2s;
}
.floatingNav-list-item-link {
  color: #002A55;
  font-size: 20px;
  font-weight: bold;
}
.floatingNav-list-item:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/green_circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 4px;
  width: 14px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .floatingNav-list-item:before {
    display: none;
  }
}
.floatingNav-list-item:hover {
  opacity: 0.5;
}

.floatingBottom {
  display: none;
  bottom: -64px;
}
@media screen and (max-width: 1022px) {
  .floatingBottom {
    display: block;
    position: fixed;
    z-index: 888;
    width: 100%;
    height: 64px;
    bottom: -64px;
    left: 0;
    transition: 0.2s;
  }
}
.floatingBottom.is-active {
  bottom: 0;
}
.floatingBottom-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
.floatingBottom-list-item {
  transition: 0.2s;
  width: 25%;
  height: 64px;
  position: relative;
}
.floatingBottom-list-item-link {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  position: relative;
}
.floatingBottom-list-item-link-text {
  white-space: nowrap;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.floatingBottom-list-item-img {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.floatingBottom-list-item:nth-child(1) {
  background: #228B23;
}
.floatingBottom-list-item:nth-child(2) {
  background: #0081C4;
}
.floatingBottom-list-item:nth-child(3) {
  background: #D1551E;
}
.floatingBottom-list-item:nth-child(4) {
  background: #081C4F;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: -100px;
  width: 100px;
  height: 100px;
  background-color: #228B23;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: 0.1s ease;
}
@media screen and (max-width: 1022px) {
  .page-top {
    right: -66px;
    width: 56px;
    height: 56px;
  }
}
.page-top.is-active {
  right: 14px;
  bottom: 14px;
  left: auto;
}
.page-top-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.page-top-link:before {
  position: absolute;
  content: "";
  background: url("../../../assets/img/top/page-top-text.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 24px;
  top: 17px;
  width: 54px;
  height: 65px;
  pointer-events: none;
}
@media screen and (max-width: 1022px) {
  .page-top-link:before {
    left: 13px;
    top: 9px;
    width: 30px;
    height: 37px;
    z-index: 5;
  }
}

.page-top:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.top {
  position: relative;
}

.fv-vw {
  max-width: 1920px;
  height: 100svh;
  margin: 0 auto;
  position: relative;
}
.fv-wrap {
  height: 100svh;
}
.fv-wrap-head {
  position: absolute;
  bottom: 116px;
  left: 13.3333333333%;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .fv-wrap-head {
    left: 20px;
  }
}
@media screen and (max-width: 1022px) {
  .fv-wrap-head {
    bottom: 58px;
    left: 8px;
  }
}
.fv-wrap-head-asahigawa {
  position: relative;
}
.fv-wrap-head-asahigawa-img {
  width: 200px;
  height: 178px;
}
@media screen and (max-width: 1022px) {
  .fv-wrap-head-asahigawa-img {
    width: 100px;
    height: 90px;
  }
}
.fv-wrap-head-asahigawa-wave {
  position: absolute;
  width: 249px;
  height: 136px;
  right: -353px;
  bottom: -50px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .fv-wrap-head-asahigawa-wave {
    width: 110px;
    height: 60px;
    right: -66px;
    bottom: -22px;
  }
}
.fv-wrap-head-asahigawa-bubble {
  position: absolute;
  width: 106px;
  height: 300px;
  right: -744px;
  bottom: -216px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .fv-wrap-head-asahigawa-bubble {
    width: 50px;
    height: 134px;
    right: -94px;
    bottom: -157px;
  }
}
.fv-wrap-head-text {
  position: relative;
}
.fv-wrap-head-text-br {
  display: none;
}
@media screen and (max-width: 1022px) {
  .fv-wrap-head-text-br {
    display: block;
  }
}
.fv-slide {
  position: absolute;
  right: 64px;
  bottom: 0;
  width: 1856px;
  max-height: 85.9519408503%;
}
@media screen and (max-width: 1600px) {
  .fv-slide {
    right: 20px;
  }
}
@media screen and (max-width: 1022px) {
  .fv-slide {
    right: 20px;
    top: 57px;
    width: 959px;
    max-height: 570px;
    height: 90vh; /* 画面の高さの90%に調整 */
  }
}
.fv-slide-item-list-img {
  object-fit: contain;
  width: 1856px;
  height: 85.9519408503%;
}
@media screen and (max-width: 1022px) {
  .fv-slide-item-list-img {
    object-fit: fill;
    width: 959px;
    height: 570px;
  }
  .slick-track {
    height: 100svh !important;
  }
}

.top-explain-deco {
  position: relative;
}

.bg-triangle__right01::after {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/top/deco-tri-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.4166666667vw;
  height: 31.25vw;
  min-width: 80px;
  max-width: 200px;
  min-height: 240px;
  max-height: 600px;
  z-index: 1;
  right: 0;
  top: -360px;
}
@media screen and (max-width: 1022px) {
  .bg-triangle__right01::after {
    top: -186px;
  }
}
.bg-triangle__right02::after {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/top/deco-tri-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.4166666667vw;
  height: 31.25vw;
  min-width: 80px;
  max-width: 200px;
  min-height: 240px;
  max-height: 600px;
  z-index: 1;
  right: 0;
  bottom: -200px;
}
@media screen and (max-width: 1022px) {
  .bg-triangle__right02::after {
    bottom: -100px;
  }
}
.bg-triangle__right03::after {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/top/deco-tri-right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.4166666667vw;
  height: 31.25vw;
  min-width: 80px;
  max-width: 200px;
  min-height: 240px;
  max-height: 600px;
  z-index: 1;
  right: 0;
  bottom: 440px;
}
@media screen and (max-width: 1022px) {
  .bg-triangle__right03::after {
    display: none;
  }
}
.bg-triangle__left01::after {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/top/deco-tri-left.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.4166666667vw;
  height: 31.25vw;
  min-width: 80px;
  max-width: 200px;
  min-height: 240px;
  max-height: 600px;
  z-index: 1;
  left: 0;
  bottom: 524px;
}
@media screen and (max-width: 1022px) {
  .bg-triangle__left01::after {
    bottom: 68px;
  }
}
.bg-triangle__left02::after {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/top/deco-tri-left.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10.4166666667vw;
  height: 31.25vw;
  min-width: 80px;
  max-width: 200px;
  min-height: 240px;
  max-height: 600px;
  z-index: 1;
  left: 0;
  bottom: 524px;
}
@media screen and (max-width: 1022px) {
  .bg-triangle__left02::after {
    bottom: 68px;
  }
}

.top-explain {
  padding: 252px 20px 362px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1022px) {
  .top-explain {
    padding: 102px 20px 156px;
  }
}
.top-explain-head {
  line-height: 1.86;
  display: inline-block;
}
.top-explain-head-br {
  display: none;
}
@media screen and (max-width: 1022px) {
  .top-explain-head-br {
    display: block;
  }
}
.top-explain-head-us {
  position: absolute;
  left: -4px;
  top: -92px;
  width: 256px;
  height: 92px;
}
@media screen and (max-width: 1022px) {
  .top-explain-head-us {
    left: -20px;
    top: -40px;
    width: 128px;
    height: 46px;
  }
}
.top-explain-head .dolphin-br {
  position: absolute;
  right: -480px;
  bottom: -480px;
  transition: 1s;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 1022px) {
  .top-explain-head .dolphin-br {
    right: -200px;
    bottom: -200px;
  }
}
.top-explain-head .dolphin-br.is-active {
  right: -240px;
  bottom: -244px;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .top-explain-head .dolphin-br.is-active {
    right: -140px;
    bottom: -204px;
  }
}
@media screen and (max-width: 1022px) {
  .top-explain-head .dolphin-br.is-active {
    right: -30px;
    bottom: -107px;
  }
}
.top-explain-head-dolphin {
  width: 254px;
  height: 200px;
}
@media screen and (max-width: 1022px) {
  .top-explain-head-dolphin {
    width: 140px;
    height: 110px;
  }
}
.top-explain-head-dolphin.is-active {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 1022px) {
  .top-explain-head-dolphin.is-active {
    -webkit-animation: verticalSp 1s ease-in-out infinite alternate;
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(-10px);
  }
}
@-webkit-keyframes verticalSp {
  0% {
    -webkit-transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-3px) translateX(-3px);
  }
}

.top-explain:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/explain-deco-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 248px;
  width: 400px;
  height: 82px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-explain:before {
    background: url("../../../assets/img/top/explain-deco-wave-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 94px;
    width: 220px;
    height: 42px;
  }
}

.top-explain:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/explain-deco-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 138px;
  width: 400px;
  height: 82px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-explain:after {
    background: url("../../../assets/img/top/explain-deco-wave-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 40px;
    width: 220px;
    height: 42px;
  }
}

.top-news {
  position: relative;
}
.top-news-head {
  position: relative;
}
.top-news-head:before {
  content: "NEWS";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-news-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}

.facebook_wrap {
  margin: 0 auto 64px;
  width: 500px;
  height: 748px;
}
@media screen and (max-width: 1022px) {
  .facebook_wrap {
    margin: 0 auto 20px;
    width: 320px;
    height: 420px;
  }
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
  height: 100% !important;
}

.top-info {
  position: relative;
}
.top-info-head {
  position: relative;
}
.top-info-head:before {
  content: "INFORMATION";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-info-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
  .top-info-list-item {
    width: 140px;
  }
}
.top-info-list-item-link {
  transition: 0.2s;
}
.top-info-list-item-link-img {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 0 60px 0 0;
}
@media screen and (max-width: 1022px) {
  .top-info-list-item-link-img {
    border-radius: 0 32px 0 0;
  }
}
.top-info-list-item-link:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.top-map {
  position: relative;
}
.top-map-head {
  position: relative;
}
.top-map-head:before {
  content: "MAP";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-map-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-map-wrap-abs {
  top: 66px;
  left: 400px;
}
@media screen and (max-width: 1280px) {
  .top-map-wrap-abs {
    top: 5.15625vw;
    left: 31.25vw;
  }
}
@media screen and (max-width: 1022px) {
  .top-map-wrap-abs {
    top: 28px;
    left: 170px;
  }
}
@media screen and (max-width: 580px) {
  .top-map-wrap-abs {
    top: 4.1379310345vw;
    left: 29.3103448276vw;
  }
}
.top-map-sub {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-map-sub:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/head-text-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -28px;
  bottom: -20px;
  width: 200px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-map-sub:before {
    background: url("../../../assets/img/top/head-text-wave-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    bottom: -14px;
    width: 139px;
    height: 14px;
  }
}
.top-map-overlay {
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1022px) {
  .top-map-list-item {
    width: 140px;
  }
}
.top-ticket-head {
  position: relative;
}
.top-ticket-head:before {
  content: "FISHINGTICKET";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-ticket-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-ticket-sub {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-ticket-sub:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/head-text-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -28px;
  bottom: -20px;
  width: 200px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-ticket-sub:before {
    background: url("../../../assets/img/top/head-text-wave-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    bottom: -14px;
    width: 139px;
    height: 14px;
  }
}
.top-ticket-office {
  position: relative;
}
.top-ticket-office-head {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-ticket-office-head:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/head-text-wave-office.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -28px;
  bottom: -20px;
  width: 262px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-ticket-office-head:before {
    background: url("../../../assets/img/top/head-text-wave-office-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    bottom: -14px;
    width: 188px;
    height: 14px;
  }
}
.top-ticket-office-comment {
  position: relative;
}
.top-ticket-office-comment-link {
  text-decoration: underline;
  transition: 0.2s;
}
.top-ticket-office-comment-link:hover {
  opacity: 0.5;
}
.top-ticket-office-comment:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/office_deco_bottom.webp");
  background-size: contain;
  background-repeat: repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .top-ticket-office-comment:before {
    width: 1920px;
  }
}
@media screen and (max-width: 1022px) {
  .top-ticket-office-comment:before {
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 1024px;
  }
}
.top-ticket-office:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/office_deco_top.webp");
  background-size: contain;
  background-repeat: repeat;
  left: 0;
  top: -64px;
  width: 100%;
  height: 68px;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .top-ticket-office:before {
    width: 1920px;
  }
}
@media screen and (max-width: 1022px) {
  .top-ticket-office:before {
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -36px;
    width: 1024px;
  }
}

.top-rule-head {
  position: relative;
}
.top-rule-head:before {
  content: "RULES&MANNERS";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-rule-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-rule-pdf {
  position: relative;
  width: 250px;
  height: 64px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1022px) {
  .top-rule-pdf {
    width: 230px;
    height: 64px;
  }
}
.top-rule-pdf:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/rule-pdf-icon.webp");
  background-size: contain;
  right: 24px;
  top: 50%; /* 縦方向の中央に配置するために50%を指定 */
  transform: translateY(-50%); /* 要素の高さの半分を引いて中央に配置 */
  width: 50px;
  height: 50px;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1022px) {
  .top-rule-pdf:after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
}
.top-rule-pdf:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.top-rule-wrap {
  position: relative;
  z-index: 5;
}
.top-rule-wrap-head {
  font-family: "Noto Serif JP", serif;
  width: 622px;
  margin: 0 auto 56px;
  font-size: 60px;
  line-height: 1.35;
}
@media screen and (max-width: 1022px) {
  .top-rule-wrap-head {
    width: 266px;
    margin: 0 auto 28px;
    font-size: 24px;
  }
}
.top-rule-wrap-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  width: 18px;
  height: 36px;
  background-image: url("../../../assets/img/top/rule-head-deco-l.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.top-rule-wrap-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -28px;
  width: 18px;
  height: 36px;
  background-image: url("../../../assets/img/top/rule-head-deco-r.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.top-rule-wrap-text {
  font-family: "Noto Serif JP", serif;
}
.top-rule-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 478px;
  background-image: url("../../../assets/img/top/rule-bg-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1022px) {
  .top-rule-wrap:before {
    width: 1023px;
    height: 240px;
    background-image: url("../../../assets/img/top/rule-bg-sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.top-about-head {
  position: relative;
}
.top-about-head:before {
  content: "ABOUT US";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-about-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-about-explain01 {
  max-width: 1600px;
  margin-right: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .top-about-explain01 {
    margin-bottom: unset;
  }
}
.top-about-explain01-text {
  max-width: 600px;
  width: 100%;
  margin: auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .top-about-explain01-text {
    padding: unset;
    max-width: 960px;
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-explain01-text {
    max-width: 583px;
  }
}
.top-about-explain01-img {
  max-width: 960px;
  width: 100%;
  margin: auto 0;
}
@media screen and (max-width: 1600px) {
  .top-about-explain01-img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-explain01-img {
    max-width: 583px;
    display: block;
    margin: 0 auto 20px;
  }
}
.top-about-explain02 {
  max-width: 1600px;
  margin-left: 0;
}
.top-about-explain02-text {
  max-width: 600px;
  width: 100%;
  margin: auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .top-about-explain02-text {
    padding: unset;
    order: 1;
    max-width: 960px;
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-explain02-text {
    max-width: 583px;
  }
}
.top-about-explain02-img {
  max-width: 960px;
  width: 100%;
  margin: auto 0;
  order: 1;
}
@media screen and (max-width: 1600px) {
  .top-about-explain02-img {
    order: 2;
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-explain02-img {
    max-width: 583px;
    display: block;
    margin: 0 auto 20px;
  }
}
.top-about-detail {
  position: relative;
}
.top-about-detail-sub {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 70px 0;
}
@media screen and (max-width: 1022px) {
  .top-about-detail-sub {
    margin: 0 0 38px 0;
  }
}
.top-about-detail-sub:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/head-text-wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -28px;
  bottom: -20px;
  width: 200px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-about-detail-sub:before {
    background: url("../../../assets/img/top/head-text-wave-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    bottom: -14px;
    width: 139px;
    height: 14px;
  }
}
.top-about-detail-wrap {
  padding: 0 0 0 320px;
  margin-right: 64px;
}
@media screen and (max-width: 1600px) {
  .top-about-detail-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: unset;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-detail-wrap {
    max-width: 583px;
  }
}
.top-about-detail-wrap-img {
  max-width: 1038px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .top-about-detail-wrap-img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1022px) {
  .top-about-detail-wrap-img {
    max-width: 583px;
    display: block;
    margin: 0 auto 20px;
  }
}

.top-contact {
  position: relative;
}
.top-contact-head {
  position: relative;
}
.top-contact-head:before {
  content: "CONTACT";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-contact-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-contact-number {
  font-family: "Rubik", sans-serif;
}
.top-contact-office {
  position: absolute;
  right: 64px;
  top: 164px;
  width: 38.3333333333%;
  height: auto;
  max-height: 459px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1400px) {
  .top-contact-office {
    display: none;
  }
}

.top-contact:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/about_detail_deco.webp");
  background-size: contain;
  background-repeat: repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 5;
}
@media screen and (max-width: 1920px) {
  .top-contact:before {
    width: 1920px;
  }
}
@media screen and (max-width: 1022px) {
  .top-contact:before {
    top: 0;
    width: 1023px;
    height: 34px;
  }
}

.top-link {
  padding: 120px 20px 48px;
}
@media screen and (max-width: 1022px) {
  .top-link {
    padding: 155px 20px 48px;
  }
}
.top-link-head {
  position: relative;
}
.top-link-head:before {
  content: "LINK";
  position: absolute;
  top: -28px;
  left: 12px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Rubik", sans-serif;
  color: #0081C4;
}
@media screen and (max-width: 1022px) {
  .top-link-head:before {
    font-size: 18px;
    top: -36px;
    left: -6px;
  }
}
.top-link .link-dolphin-br {
  position: absolute;
  right: -480px;
  bottom: -480px;
  transition: 1s;
  opacity: 0;
  z-index: 10;
  width: 357px;
  height: 340px;
}
.top-link .link-dolphin-br.is-active {
  right: 224px;
  bottom: 24px;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .top-link .link-dolphin-br.is-active {
    display: none;
  }
}
.top-link-dolphin {
  width: 357px;
  height: 340px;
}
@media screen and (max-width: 1400px) {
  .top-link-dolphin {
    display: none;
  }
}
.top-link-dolphin.is-active {
  -webkit-animation: vertical-link 1s ease-in-out infinite alternate;
}
@-webkit-keyframes vertical-link {
  0% {
    -webkit-transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(-10px);
  }
}
.top-link-list-item-link {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #262626;
  display: inline-block;
}
.top-link-list-item-link:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/blue-circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 50%; /* 縦方向の中央に配置するために50%を指定 */
  transform: translateY(-50%); /* 要素の高さの半分を引いて中央に配置 */
  width: 14px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-link-list-item-link:before {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
  }
}
.top-link-list-item-link:after {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/link-move-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -20px;
  top: 50%; /* 縦方向の中央に配置するために50%を指定 */
  transform: translateY(-50%); /* 要素の高さの半分を引いて中央に配置 */
  width: 14px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1022px) {
  .top-link-list-item-link:after {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
  }
}

.top-link:before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/top/link-bg-pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  right: 64px;
  bottom: -16px;
  width: 2000px;
  height: 409px;
  z-index: 0;
}
@media screen and (max-width: 1022px) {
  .top-link:before {
    background: url("../../../assets/img/top/link-bg-sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 0;
    width: 959px;
    height: 325px;
  }
}

.floor-map-overlay {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1022px) {
  .floor-map-overlay {
    display: block;
    height: 160px;
    width: 180px;
  }
  .tap-me {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    transition: 0.2s;
  }
}

.can-click {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(38, 38, 38, 0.5);
  width: 100%;
  height: 100%;
}
.can-click-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.can-click-wrap-img {
  width: 420px;
  height: 340px;
  display: block;
}
@media screen and (max-width: 1022px) {
  .can-click-wrap-img {
    width: 240px;
    min-width: 240px;
    height: 190px;
  }
}

.anchor-ajust {
  padding: 100px 0 0 0;
  margin: -100px 0 0 0;
}
@media screen and (max-width: 1022px) {
  .anchor-ajust {
    padding: 50px 0 0 0;
    margin: -50px 0 0 0;
  }
}

.absent {
  position: relative;
  background: #EFF6FA;
  padding: 272px 0 160px;
}
@media screen and (max-width: 1022px) {
  .absent {
    padding: 154px 20px 128px;
  }
}
.absent-left-deco {
  position: absolute;
  left: 191px;
  bottom: 107px;
  width: 106px;
  height: 106px;
}
@media screen and (max-width: 1400px) {
  .absent-left-deco {
    left: 12px;
    bottom: 60px;
    width: 50px;
    height: 50px;
  }
}
.absent-right-deco {
  position: absolute;
  right: 160px;
  bottom: 132px;
  width: 357px;
  height: 340px;
}
@media screen and (max-width: 1400px) {
  .absent-right-deco {
    right: 40px;
    top: 82px;
    width: 42px;
    height: 72px;
  }
}
.absent-right-deco.is-active {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 1022px) {
  .absent-right-deco.is-active {
    -webkit-animation: verticalSp 1s ease-in-out infinite alternate;
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px) translateX(-10px);
  }
}
@-webkit-keyframes verticalSp {
  0% {
    -webkit-transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-3px) translateX(-3px);
  }
}

.absent-wrap {
  position: relative;
}
.absent-wrap-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.absent-wrap-container-head {
  text-align: center;
  display: block;
  font-size: 48px;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 auto 80px;
  color: #002A55;
}
@media screen and (max-width: 1022px) {
  .absent-wrap-container-head {
    margin: 0 auto 48px;
    font-size: 24px;
  }
}
.absent-wrap-container-head span {
  font-size: 24px;
}
@media screen and (max-width: 1022px) {
  .absent-wrap-container-head span {
    font-size: 16px;
  }
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:-ml-16{
    margin-left: -4rem;
  }
  .lg\:-mt-0{
    margin-top: -0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:whitespace-normal{
    white-space: normal;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pb-44{
    padding-bottom: 11rem;
  }
  .lg\:pb-52{
    padding-bottom: 13rem;
  }
  .lg\:pb-56{
    padding-bottom: 14rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-36{
    padding-top: 9rem;
  }
  .lg\:pt-44{
    padding-top: 11rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-snug{
    line-height: 1.375;
  }
}