@charset "UTF-8";
:root {
  --spDesign: 375;
  --spViewport: 375;
  --breakPointSpMin: 374px;
  --breakPointWide: 768px;
  --widthDefault: 112rem;
  --widthMax: 160rem;
  --widthMin: 100rem;
  --heightHeaderSp:6rem;
  --heightHeaderPc:12rem;
  --headerHeight:calc((var(--heightHeaderSp) + var(--heightHeaderPc)) / 2);
  --vh:100vh;
  --vw:100vw;
  --sidePaddingSp1:1rem;
  --sidePaddingPc1:3rem;
  --fontBase: "Noto Sans JP", sans-serif;
  --colorMain1:#EEEEEE;
  --colorMain2:#F6F6F6;
  --colorMain3:#829A9F;
  --colorMain4:#FF0000;
  --colorMain5:#12697B;
  --colorMain6:#217687;
  --colorMain7:#000000;
  --colorMain8:#40A8BE;
  --colorMain9:#217687;
  --colorMain10:#C21E1E;
  --colorMain11:#666666;
  --colorMain12:#999999;
  --colorMain13:#CCCCCC;
  --colorMain14:#E8F2F4;
  --colorMain15:#636896;
  --colorMain16:#4D8965;
  --colorMain17:#958C3A;
  --colorMain18:#707070;
  --colorMain19:#E9E9E9;
  --colorMain20:#46BED7;
  --colorMain21:#003EE5;
  --colorBg1: #FFFFFF;
  --colorBg2: #EEEEEE;
  --colorBg3: #222222;
  --colorBg4: #6DA5B0;
  --colorBg5: #EEFAFD;
  --colorBg6: #E1EEF1;
  --colorBg7: #C5E6EC;
  --colorBg8: #CCCCCC;
  --colorBg9: #166DD3;
  --colorBg10: #7298d4;
  --colorBg11: #4B97F0;
  --colorText1: #111111;
  --filterColorWhite:invert(100%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(103%) contrast(104%);
  --filterColorBlue1: invert(41%) sepia(71%) saturate(485%) hue-rotate(143deg) brightness(92%) contrast(84%);
  --filterColorBlue2: invert(31%) sepia(41%) saturate(986%) hue-rotate(143deg) brightness(95%) contrast(86%);
  --easingBasic:cubic-bezier(0,0,.06,1);
  --zIndexHeader:100;
  --zIndexFixedButton:99;
  --zIndexModal:101;
  --primaryShadow:0rem 0rem 1rem 0px rgba(0, 0, 0, 0.3);
}

/*Thin*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Thin.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-family: var(--fontBase);
  width: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: var(--colorText1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  position: relative;
  word-break: break-all;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a[data-anchor] {
  cursor: pointer;
}
a[href^="tel:"] {
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

em {
  font-style: normal;
}

select, input, textarea, button {
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  color: inherit;
}

select, button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #818181;
  opacity: 1;
  letter-spacing: 0.06em;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fontweight-bold {
  font-weight: bold;
}

.width-full {
  width: 100%;
}

.figure-image img {
  width: 100%;
}

.figure-image__caption {
  font-size: 1.3rem;
  margin-top: 0.4rem;
}

/**
 * Swiper 10.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2023
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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-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-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: var(--swiper-navigation-top-offset, 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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-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;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

.m-iconic-button {
  display: flex;
  align-items: center;
  background: var(--colorMain6);
  box-shadow: var(--primaryShadow);
  color: #fff;
  min-height: 6rem;
  padding: 0 0 0 1.2rem;
  position: relative;
}
.m-iconic-button--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.m-iconic-button::before {
  content: "";
  display: block;
  width: 5.8rem;
  height: 100%;
  -webkit-clip-path: polygon(47% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(47% 0, 100% 0, 100% 100%, 0% 100%);
  background: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.m-iconic-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
}
.m-iconic-button--blank::after {
  background: url("../img/common/icon_external-link.svg") no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}
.m-iconic-button--pdf::after {
  background: url("../img/common/icon_pdf.svg") no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}
.m-iconic-button--color-dark {
  background: var(--colorBg3);
}
.m-iconic-button--color-dark::before {
  opacity: 1;
}
.m-iconic-button--color-dark::after {
  filter: var(--filterColorBlue1);
}
.m-iconic-button--color-white-blank {
  background: var(--colorBg1);
  border: 1px solid var(--colorMain6);
  padding-left: 2.4rem;
  height: 8rem;
}
.m-iconic-button--color-white-blank::before {
  background: var(--colorMain6);
  opacity: 1;
  top: -0.1rem;
  height: auto;
  bottom: -0.1rem;
}
.m-iconic-button--color-white-blank::after {
  background: url("../img/common/icon_external-link.svg") no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
}
.m-iconic-button--color-white-blank .m-iconic-button__text {
  color: var(--colorMain6);
}
.m-iconic-button--color-blue {
  background: var(--colorBg9);
}
.m-iconic-button--color-blue::before {
  opacity: 1;
  background-color: white;
  opacity: 0.3;
}
.m-iconic-button--color-blue::after {
  filter: var(--filterColorWhite);
}
.m-iconic-button--color-green {
  background: #3E8A23;
}
.m-iconic-button--color-light-green {
  background: #52A80F;
  color: #262626;
}
.m-iconic-button--br-20 {
  border-radius: 1rem;
}

.m-iconic-button__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07rem;
}

.m-iconic-button__icon {
  width: 5rem;
  height: 3.6rem;
  filter: var(--filterColorWhite);
  position: relative;
  margin-right: 0.7rem;
}

.m-iconic-button__icon__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 70%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.5rem;
  height: 5rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
}
.m-more-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--colorMain6);
  -webkit-clip-path: polygon(1.8rem 0, 100% 0, calc(100% - 1.8rem) 100%, 0% 100%);
          clip-path: polygon(1.8rem 0, 100% 0, calc(100% - 1.8rem) 100%, 0% 100%);
  transition: 0.3s;
}
.m-more-button::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.m-more-button__inner {
  position: relative;
  z-index: 1;
}

.m-rss-button {
  width: 8rem;
  height: 3.3rem;
}

.m-rss-button__link {
  background: #F49236;
  box-shadow: var(--primaryShadow);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.m-rss-button__link::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/common/icon_rss-feed.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
}

.m-back-button {
  margin: 3rem auto 0;
}

.m-text-link {
  color: var(--colorMain6);
}
.m-text-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: translateY(0.1em);
  transition: transform 0.3s;
  filter: var(--filterColorBlue1);
  background: no-repeat center center/contain;
}
.m-text-link--icon-none::after {
  content: none;
}
.m-text-link--internal::after {
  background-image: url("../img/common/icon_arrow-right.svg");
  margin-left: 0.5em;
}
.m-text-link--external::after {
  background-image: url("../img/common/icon_external-link.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--pdf::after {
  background-image: url("../img/common/icon_pdf.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--word::after {
  background-image: url("../img/common/icon_word.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--excel::after {
  background-image: url("../img/common/icon_excel.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--ppt::after {
  background-image: url("../img/common/icon_ppt.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--zip::after {
  background-image: url("../img/common/icon_zip.svg");
  width: 1.6em;
  height: 1.6em;
  transform: translateY(0.4em);
}
.m-text-link--color-gray {
  color: #656565;
}

.m-confirm-button {
  display: flex;
  align-items: center;
  position: relative;
  background: var(--colorMain6);
  box-shadow: var(--primaryShadow);
  color: #fff;
  min-height: 6rem;
  max-width: 36rem;
  width: 100%;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.m-confirm-button .m-confirm-button__text {
  line-height: 1.4;
  font-size: 1.8rem;
}
.m-confirm-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
}

.m-profile-button {
  display: flex;
  align-items: center;
  position: relative;
  background: var(--colorMain6);
  box-shadow: var(--primaryShadow);
  color: #fff;
  min-height: 5rem;
  max-width: 23.3rem;
  width: 100%;
  justify-content: center;
  font-weight: 700;
  margin: 2rem auto 0;
  cursor: pointer;
}
.m-profile-button .m-profile-button__text {
  line-height: 1.4;
  font-size: 1.4rem;
}
.m-profile-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/icon_plus.svg") no-repeat center center/contain;
}
.m-profile-button.open::after {
  background: url("../img/common/icon_plus.svg") no-repeat center center/contain;
}
.m-profile-button.close {
  border: 1px solid var(--colorMain6);
  color: var(--colorMain6);
  background-color: white;
}
.m-profile-button.close::after {
  background: url("../img/common/icon_minus.svg") no-repeat center center/contain;
}

.m-edit-button {
  display: flex;
  align-items: center;
  background-color: var(--colorMain12);
  box-shadow: var(--primaryShadow);
  color: #fff;
  min-height: 6rem;
  position: relative;
  justify-content: center;
  max-width: 20rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}
.m-edit-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon_arrow-left.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
}
.m-tel-link {
  color: #0F66DE !important;
}
.m-tel-link::after {
  content: none !important;
}
.m-tel-link::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  transform: translateY(0.3em);
  filter: invert(42%) sepia(97%) saturate(6355%) hue-rotate(208deg) brightness(96%) contrast(88%);
  background: url("../img/common/icon_phone.svg") no-repeat center center/contain;
  position: relative;
  top: -0.1rem;
  margin-right: 0.3rem;
}

.m-primary-heading {
  position: relative;
}

.m-primary-heading__en {
  font-size: 0;
}

.m-primary-heading__ja {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.104rem;
}
.m-primary-heading--color-white .m-primary-heading__ja {
  color: #fff;
}

.m-section-heading {
  text-align: center;
}

.m-section-heading__ja {
  display: block;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
}

.m-section-heading__en {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}
.m-section-heading__en::before, .m-section-heading__en::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: var(--colorMain6);
}

.m-section-heading__en__img {
  height: 1rem;
  width: auto;
}

.m-sub-heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 2.2rem;
}
.m-sub-heading::before {
  content: "";
  display: block;
  width: 1.485rem;
  height: 0.297rem;
  background: var(--colorMain6);
  position: absolute;
  left: 0;
  top: 1.1rem;
  -webkit-clip-path: polygon(0.2rem 0%, 100% 0%, calc(100% - 0.2rem) 100%, 0% 100%);
          clip-path: polygon(0.2rem 0%, 100% 0%, calc(100% - 0.2rem) 100%, 0% 100%);
}

.m-medium-heading {
  border-bottom: 0.2rem solid var(--colorMain13);
}

.m-medium-heading__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.8rem;
  position: relative;
}
.m-medium-heading__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  border-bottom: 0.2rem solid var(--colorMain6);
}

.m-minimum-heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 1.2rem;
}
.m-minimum-heading::before {
  content: "";
  display: inline-block;
  background: var(--colorMain6);
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.m-small-heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 2rem;
  margin-left: 1rem;
}
.m-small-heading::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.3rem;
  background: var(--colorMain6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-small-heading--popular-icon {
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
}
.m-small-heading--popular-icon::after {
  content: "人気";
  display: block;
  background: url(../img/seat/reserved/icon_sircle_shine_sp.svg) no-repeat center center/contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
  line-height: 4rem;
  top: 0.9rem;
  right: -5.7rem;
  font-size: 1.2rem;
  color: var(--colorBg1);
  text-align: center;
  text-shadow: 2px 2px 1px #46BED7, -2px 2px 1px #46BED7, 2px -2px 1px #46BED7, -2px -2px 1px #46BED7, 2px 0px 1px #46BED7, 0px 2px 1px #46BED7, -2px 0px 1px #46BED7, 0px -2px 1px #46BED7;
}

.m-large-heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.2rem solid var(--colorBg8);
}

.m-large-heading__text {
  display: inline-block;
  position: relative;
  padding-bottom: 1.2rem;
}
.m-large-heading__text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  border-bottom: 0.4rem solid var(--colorMain6);
}

.m-boxed-heading {
  background-color: var(--colorBg6);
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 1.5rem;
}
.m-boxed-heading::before {
  content: "";
  display: inline-block;
  background-color: var(--colorMain6);
  width: 0.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m-boxed-heading__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}

.m-boxed-heading__small-text {
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
}

.m-iconic-heading__text {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: inline-block;
  position: relative;
  padding-left: 5rem;
}
.m-iconic-heading__text::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 3.4rem;
  background: url("../img/common/icon_horse.svg") no-repeat center center/contain;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.m-iconic-heading--color-white .m-iconic-heading__text {
  color: #fff;
}
.m-iconic-heading--color-white .m-iconic-heading__text::before {
  filter: var(--filterColorWhite);
}

.m-article-panel {
  box-shadow: var(--primaryShadow);
  background: #fff;
}

.m-article-panel__title {
  background: var(--colorBg4);
  display: flex;
  padding: 1rem 1.2rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-article-panel__body {
  padding: 1rem 2rem 4rem;
  position: relative;
}

.m-article-panel__description {
  color: var(--colorText1, #111);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.m-article-panel__more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.4rem;
  height: 3.4rem;
  filter: none;
}
.m-article-panel__more::before {
  -webkit-clip-path: polygon(1.4rem 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(1.4rem 0, 100% 0, 100% 100%, 0% 100%);
}
.m-article-panel__more::after {
  right: 1rem;
}

.m-article-panel-list {
  display: flex;
}

.m-tab-menu {
  display: flex;
  gap: 0.4rem;
}

.m-tab-menu__item {
  width: 100%;
}
.m-tab-menu__item--disabled {
  pointer-events: none;
  opacity: 0.4;
}

.m-tab-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--colorMain9);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.4rem;
  border-bottom: 0.2rem solid var(--colorMain5);
  box-shadow: var(--primaryShadow);
  position: relative;
  cursor: pointer;
}
.m-tab-menu__item--current .m-tab-menu__link {
  background: #FFF;
  color: var(--colorText1);
  box-shadow: none;
  pointer-events: none;
}
.m-tab-menu__item--current .m-tab-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1.4rem;
  height: 0.7rem;
  background: var(--colorMain5);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.m-local-tab {
  background: var(--colorMain1);
  padding: 1.3rem 0 2.3rem;
  border-bottom: 0.2rem solid var(--colorMain6);
}
.m-local-tab .m-tab-menu {
  gap: 1rem;
}
.m-local-tab .m-tab-menu__text {
  text-align: center;
}

.m-guide-tab {
  background: var(--colorMain1);
  padding: 1.3rem 0 0;
  border-bottom: 0.2rem solid var(--colorMain6);
  padding-top: 2rem;
}
.m-guide-tab .m-tab-menu {
  gap: 0.7rem;
}
.m-guide-tab .m-tab-menu__item .m-tab-menu__link {
  border-bottom: 0;
}
.m-guide-tab .m-tab-menu__item .m-tab-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  transform: initial;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: white;
  width: 0.4rem;
  height: 0.4rem;
}
.m-guide-tab .m-tab-menu__item--current .m-tab-menu__link {
  box-shadow: 0.06rem 0 var(--colorMain6) inset, 0 0.06rem var(--colorMain6) inset, -0.06rem 0 var(--colorMain6) inset;
}
.m-guide-tab .m-tab-menu__item--current .m-tab-menu__link::after {
  background: var(--colorMain6);
}
.m-guide-tab .m-tab-menu__item--current .m-tab-menu__text {
  color: var(--colorMain6);
}
.m-guide-tab .m-tab-menu__text {
  text-align: center;
}

.m-anchor-tab {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.m-anchor-tab::after {
  content: "";
  display: block;
  z-index: 1;
  width: 80%;
  height: 50%;
  position: absolute;
  background: #E7E7E7;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  filter: blur(3rem);
}

.m-anchor-tab__button {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.m-anchor-tab__button::after {
  content: "";
  display: block;
  width: 0.1rem;
  background: var(--colorMain6);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 2.2rem);
}
.m-anchor-tab__button:first-child::after {
  content: none;
}

.m-anchor-tab__link {
  font-size: 1.2rem;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 6rem;
  line-height: 1.1;
  padding: 0 0.5rem;
}
.m-anchor-tab__link::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid var(--colorText1);
  border-width: 0 0.1rem 0.1rem 0;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
  margin-top: 0.2rem;
}

.m-topics-article + .m-topics-article {
  border-top: 1px solid var(--colorMain13);
}

.m-topics-article__inner {
  position: relative;
  display: block;
  padding: 1rem 0;
}
.m-topics-article__inner::before {
  width: 1.3rem;
  height: 0.9rem;
  content: "";
  display: block;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1.7rem;
  filter: var(--filterColorBlue1);
}

.m-topics-article__head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.m-topics-article__date {
  font-size: 1.4rem;
  width: 8.5rem;
}

.m-topics-article__label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  border-left: 0.4rem solid var(--colorText1);
  padding-left: 0.6rem;
}
.m-topics-article__label--category01 {
  color: var(--colorMain15);
  border-left-color: var(--colorMain15);
}
.m-topics-article__label--category02 {
  color: var(--colorMain16);
  border-left-color: var(--colorMain16);
}
.m-topics-article__label--category03 {
  color: var(--colorMain17);
  border-left-color: var(--colorMain17);
}

.m-topics-article__description {
  font-size: 1.4rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.3rem;
}

.m-calendar-table--scroll-wrap {
  overflow: auto;
}
.m-calendar-table--scroll-wrap .m-calendar-table {
  min-width: 112rem;
}

.m-calendar-table__head {
  display: flex;
  gap: 0.4rem;
}

.m-calendar-table__heading {
  background: var(--colorMain6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.8rem;
}

.m-calendar-table__body {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.m-calendar-table__body__row {
  display: flex;
  gap: 0.4rem;
}

.m-calendar-table__body__row-group {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.m-calendar-table__body__row-group .m-calendar-table__body__row {
  flex: 1 1;
}

.m-calendar-table__body__cell {
  background: #fff;
  display: flex;
  flex: 1 1;
  align-items: center;
  padding: 0.8rem 0.8rem;
}

.m-calendar-table__body:nth-child(odd) .m-calendar-table__body__cell {
  background: #eee;
}

.m-calendar-table__width-small {
  width: 11rem;
  flex: none;
}

.m-calendar-table__width-medium {
  width: 11rem;
  flex: none;
}

.m-calendar-table__width-large {
  width: 14rem;
  flex: none;
}

.m-calendar-table__width-x-large {
  width: 17rem;
  flex: none;
}

.m-calendar-table__date {
  font-weight: 600;
  font-size: 1.4rem;
  white-space: nowrap;
}

.m-calendar-table__venue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.m-calendar-table__venue__block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.m-calendar-table__venue__icon {
  font-size: 0;
  width: 5.7rem;
  flex: none;
}

.m-calendar-table__venue__time {
  font-size: 0;
}

.m-calendar-table__time {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.m-calendar-table__time__label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: var(--colorMain10);
  color: #fff;
  font-size: 1.3rem;
  width: 3.9rem;
  height: 2rem;
}
.m-calendar-table__time__label--inactive {
  background: #999;
}

.m-calendar-table__time--head .m-calendar-table__time__text {
  background: #000;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.2rem;
  padding: 0.05rem 0.4rem 0.2rem;
}

.m-calendar-table__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}

.m-calendar-table__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1;
  margin-right: 1rem;
}

.m-calendar-table__body__bottom .m-calendar-table__body__cell {
  height: 100%;
}

.m-calendar-table__center-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.m-link-panel {
  width: 100%;
  box-shadow: var(--primaryShadow);
}

.m-link-panel__inner {
  background: var(--colorBg3);
  display: flex;
}
.m-link-panel__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-link-panel__body {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 3rem 1.6rem 1.6rem;
  position: relative;
}
.m-link-panel__body::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 3rem;
  background: var(--colorMain6);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(1.2rem 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(1.2rem 0%, 100% 0%, 100% 100%, 0% 100%);
}
.m-link-panel__body::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  filter: var(--filterColorWhite);
  position: absolute;
  right: 1.1rem;
  bottom: 0.8rem;
  z-index: 1;
}
.m-link-panel--external .m-link-panel__body::after {
  background-image: url("../img/common/icon_external-link.svg");
  width: 1.8rem;
  height: 1.8rem;
  bottom: 0.7rem;
}

.m-link-panel__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.m-link-panel__title__small {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.m-subpage-mv {
  height: 12rem;
  padding: 0 var(--sidePaddingSp1);
  position: relative;
  background-color: var(--colorBg4);
}

.m-subpage-mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: var(--colorBg4);
}
.m-subpage-mv--color-green .m-subpage-mv__bg {
  background: #6eb92b;
}

.m-subpage-mv__bg__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-subpage-mv__inner {
  position: relative;
  z-index: 1;
}

.m-subpage-mv__heading.m-primary-heading {
  width: 100%;
  color: #fff;
}
.m-subpage-mv--color-green .m-subpage-mv__heading.m-primary-heading {
  color: #373737;
}

.m-subpage-mv__heading--jp-only .m-primary-heading__ja {
  position: static;
}

.m-subpage-mv__inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.m-form-pulldown {
  background: #fff;
  height: 4.4rem;
  position: relative;
}
.m-form-pulldown::before {
  content: "";
  display: block;
  border-radius: 0 0.4rem 0.4rem 0;
  background: var(--colorMain6);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 4rem;
  pointer-events: none;
  z-index: 0;
}
.m-form-pulldown::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #FFF;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
  z-index: 1;
  transform: rotate(45deg);
  pointer-events: none;
}

.m-form-pulldown__content {
  color: var(--colorMain6);
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  padding: 0 4rem 0 2rem;
  border-radius: 0.4rem;
  border: 1px solid var(--colorMain6);
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.25) inset;
}

.m-form-item {
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  position: relative;
}
.m-form-item--textarea {
  margin-bottom: 0.6rem;
}
.m-form-item .input-hidden {
  display: none;
}

.error {
  color: var(--colorMain10);
}

.m-form-item__label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
}
.m-form-item__label .ex {
  font-weight: normal;
}
.m-form-item__label.required::after {
  display: block;
  content: "必須";
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 0.2rem;
  background-color: var(--colorMain10);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  margin-top: 0.6rem;
}

.m-form-item__input-field,
.m-form-item__textarea-field {
  padding: 1rem 1.6rem;
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 0.4rem;
  border: 1px solid var(--colorMain6);
  max-width: 100%;
  flex: 1 1;
  box-sizing: border-box;
}

.m-form-item__input-field::-moz-placeholder, .m-form-item__textarea-field::-moz-placeholder {
  color: #B4CFD4;
}

.m-form-item__input-field::placeholder,
.m-form-item__textarea-field::placeholder {
  color: #B4CFD4;
}

.m-form-item__input-field {
  width: 100%;
  height: 4.5rem;
}

.m-form-item__textarea-field {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}

.m-form-item__textarea-limit {
  text-align: right;
  color: var(--colorMain12);
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-form-item__checkbox-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-form-item__checkbox-field .checkbox-label {
  width: 50%;
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.m-form-item__checkbox-field .checkbox-label-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #fff;
  border: 1px solid var(--colorMain6);
  transform: translateY(-50%);
}
.m-form-item__checkbox-field .checkbox-label-arrow:after {
  content: "";
  position: absolute;
  display: none;
}
.m-form-item__checkbox-field .checkbox-label input:checked ~ .checkbox-label-arrow:after {
  display: block;
}
.m-form-item__checkbox-field .checkbox-label-arrow:after {
  left: 0.6rem;
  top: 0.3rem;
  width: 0.6rem;
  height: 1rem;
  border: solid var(--colorMain6);
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}

.m-form-item__radio-field {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.m-form-item__radio-field .radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
}
.m-form-item__radio-field .radio-label::before,
.m-form-item__radio-field .radio-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.m-form-item__radio-field .radio-label::before {
  background-color: #fff;
  border: 1px solid var(--colorMain6);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  left: 0;
}
.m-form-item__radio-field .radio-label::after {
  background-color: var(--colorMain6);
  border-radius: 50%;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  left: 0.5rem;
}
.m-form-item__radio-field input:checked + label::after {
  opacity: 1;
}

.m-listpage-menu {
  padding: 2rem var(--sidePaddingSp1) 4rem;
  background: var(--colorBg2);
}

.m-listpage-menu__months__list.m-tab-menu {
  flex-wrap: wrap;
}
.m-listpage-menu__months__list .m-tab-menu__item {
  width: calc((100% - 3rem) / 4);
}
.m-listpage-menu__months__list .m-tab-menu__link::after {
  content: none;
}

.m-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.m-pagination--no-number {
  justify-content: center;
  gap: 4rem;
}

.m-pagination__button {
  display: flex;
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--colorMain6);
  position: relative;
}
.m-pagination__button--size-large {
  width: 6.2rem;
  height: 6.2rem;
}
.m-pagination__button--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.m-pagination__button--first::after, .m-pagination__button--last::after, .m-pagination__button--prev::after, .m-pagination__button--next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.5rem);
}
.m-pagination__button--first::before, .m-pagination__button--last::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.5rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-pagination__button--first::before {
  left: calc(50% - 0.8rem);
}
.m-pagination__button--first::after {
  left: calc(50% - 0rem);
  border-width: 0 0 2px 2px;
}
.m-pagination__button--last::before {
  right: calc(50% - 0.8rem);
}
.m-pagination__button--last::after {
  right: calc(50% - 0rem);
  border-width: 2px 2px 0 0;
}
.m-pagination__button--prev::after {
  left: calc(50% - 0.4rem);
  border-width: 0 0 2px 2px;
}
.m-pagination__button--next::after {
  right: calc(50% - 0.4rem);
  border-width: 2px 2px 0 0;
}

.m-pagination__numbers {
  flex: 1 1;
  text-align: center;
  font-size: 1.6rem;
}

.m-article-header {
  padding: 1.2rem 1.8rem;
  background: #fff;
  margin-bottom: 2rem;
}

.m-article-header__inner {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  max-width: var(--widthDefault);
  margin: 0 auto;
}

.m-article-header__heading {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.m-article-header__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  background: var(--colorBg2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3.4rem 0.5rem 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.4rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.4rem) 100%, 0% 100%);
}

.m-post-area {
  font-size: 1.6rem;
}
.m-post-area p {
  margin-bottom: 2rem;
}
.m-post-area em {
  font-style: italic;
}
.m-post-area h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1.6rem;
  margin-top: 4rem;
}
.m-post-area h2 {
  margin-bottom: 1.6rem;
}
.m-post-area h2:not(.m-large-heading) {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  border-bottom: 2px solid var(--colorMain13);
  padding-bottom: 0.8rem;
  position: relative;
}
.m-post-area h2:not(.m-large-heading)::after {
  content: "";
  display: block;
  width: 8rem;
  border-bottom: 0.2rem solid var(--colorMain6);
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.m-post-area h3 {
  margin-top: 3.5rem;
  margin-bottom: 1.8rem;
}
.m-post-area h3:not(.m-small-heading) {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.m-post-area h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.m-post-area table {
  margin-bottom: 2rem;
}
.m-post-area table:not(.m-basic-table) {
  font-size: 1.3rem;
  line-height: 1.4;
  border-collapse: collapse;
  width: 100%;
}
.m-post-area table:not(.m-basic-table) th,
.m-post-area table:not(.m-basic-table) td {
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--colorMain13);
}
.m-post-area table:not(.m-basic-table) thead th {
  background: var(--colorMain19);
  font-weight: 600;
}
.m-post-area strong {
  font-weight: 600;
}
.m-post-area img:not([width]) {
  width: 100%;
}
.m-post-area a {
  color: var(--colorMain6);
}
.m-post-area a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: translateY(0.1em);
  transition: transform 0.3s;
  filter: var(--filterColorBlue1);
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  margin-left: 0.5em;
}
.m-post-area a[target=_blank]::after {
  background-image: url("../img/common/icon_external-link.svg");
}
.m-post-area .figure-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m-post-area *:first-child {
  margin-top: 0;
}
.m-post-area .kiji__video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.m-post-area .kiji__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.m-article-card {
  box-shadow: var(--primaryShadow);
  border-bottom: 0.2rem solid var(--colorMain6);
}
.m-article-card.swiper-slide {
  height: auto;
}

.m-article-card__inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-article-card__thumbnail {
  aspect-ratio: 128/72;
  flex: none;
  position: relative;
}

.m-article-card__thumbnail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.m-article-card__body {
  padding: 0.5rem 1rem;
  position: relative;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.m-article-card__body::before {
  content: "";
  display: block;
  width: 2.44rem;
  height: 2.4rem;
  background: var(--colorMain6);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0.84rem 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0.84rem 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.m-article-card__body::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  position: absolute;
  right: 0.6rem;
  bottom: 0.7rem;
  z-index: 1;
  filter: var(--filterColorWhite);
}

.m-article-card__title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
}

.m-article-card__date {
  line-height: 1;
  display: block;
  color: var(--colorMain11);
  margin-top: auto;
}

.m-article-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0.6rem;
}
.m-article-card-list .m-article-card {
  width: calc(50% - 0.3rem);
}
.m-article-card-list--slider {
  flex-wrap: nowrap;
  gap: initial;
}

.m-section-inner {
  margin-left: var(--sidePaddingSp1);
  margin-right: var(--sidePaddingSp1);
}
.m-section-inner--bg-white {
  background: #fff;
  padding-left: var(--sidePaddingSp1);
  padding-right: var(--sidePaddingSp1);
  margin-right: 0;
  margin-left: 0;
}

.m-basic-table {
  min-width: calc(100% + 0.8rem);
  border-spacing: 0.4rem;
  margin-left: -0.4rem;
  border-collapse: separate;
}

.m-basic-table__cell {
  text-align: left;
  background: var(--colorMain2);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.9rem 0.5rem;
}
.m-basic-table__cell--header {
  color: #272727;
  background: var(--colorMain3);
  font-weight: 600;
}
.m-basic-table__cell--sub-header {
  background: var(--colorBg5);
}
.m-basic-table--striped .m-basic-table__row:nth-child(even) .m-basic-table__cell {
  background: var(--colorMain1);
}
.m-basic-table--striped .m-basic-table__row:nth-child(even) .m-basic-table__cell--sub-header {
  background: #E1EEF1;
}

.m-event-table {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
  border-spacing: 0.2rem;
  min-width: calc(100% + 0.4rem);
}

.m-event-table__cell {
  text-align: left;
  background: var(--colorMain2);
  padding: 0.9rem 0.5rem;
}
.m-event-table__cell--header {
  color: #3C3C3C;
  background: var(--colorMain20);
  font-weight: 600;
}
.m-event-table__cell--sub-header {
  background: var(--colorBg5);
}
.m-event-table--striped .m-event-table__row:nth-child(even) .m-event-table__cell {
  background: var(--colorMain1);
}
.m-event-table--striped .m-event-table__row:nth-child(even) .m-event-table__cell--sub-header {
  background: var(--colorBg6);
}

.m-event-table__circle-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--colorMain20);
  margin: 0 auto;
}

.m-article-share {
  background: var(--colorBg5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-article-share__sns {
  display: flex;
}

.m-article-share__sns__item {
  width: 4rem;
}

.m-basic-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--vh);
  z-index: var(--zIndexModal);
  transition: opacity 0.3s var(--easingBasic);
}
.m-basic-modal:not(.js-modalActive) {
  opacity: 0;
  pointer-events: none;
}

.m-basic-modal__overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.m-basic-modal__inner {
  padding: 0 var(--sidePaddingSp1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.m-basic-modal__content {
  background: #fff;
  max-height: calc(var(--vh) - 15rem);
  overflow: auto;
  position: relative;
  z-index: 1;
}

.m-basic-modal__close {
  width: 2rem;
  height: 2rem;
  background: var(--colorText1);
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.m-basic-modal__close::before, .m-basic-modal__close::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: calc(50% - 0.7rem);
  top: 50%;
}
.m-basic-modal__close::before {
  transform: rotate(45deg);
}
.m-basic-modal__close::after {
  transform: rotate(-45deg);
}

.m-generic-section {
  background-color: var(--colorBg2);
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.m-generic-section__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-bulleted-text {
  position: relative;
  padding-left: 1.5em;
}
.m-bulleted-text::before {
  content: "・";
  position: absolute;
  left: 0.2em;
  top: 0;
}

.m-numbered-list {
  list-style-type: none;
  counter-reset: item;
}

.m-numbered-text {
  position: relative;
  padding-left: 2.6em;
}
.m-numbered-text::before {
  counter-increment: item;
  content: "（" counter(item) "）";
  position: absolute;
  left: -0.4em;
  top: 0;
}
.m-numbered-text--kana::before {
  content: "（" counter(item, katakana) "）";
}

.m-profile-panel__name {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.09rem;
  margin-top: 2rem;
}

.m-seat-card {
  position: relative;
}

.m-seat-card__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0.8rem;
}

.m-seat-card__total {
  color: var(--colorBg1);
  background-color: var(--colorText1);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  width: 9rem;
}

.m-seat-card__content {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
}

.m-seat-card__info {
  padding: 1rem;
}

.m-seat-card__info-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.m-seat-card__icon {
  color: var(--colorBg1);
  background-color: var(--colorMain7);
  font-size: 1.3rem;
  padding-left: 2.8rem;
  padding-right: 0.4rem;
  display: inline-block;
  position: relative;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
}
.m-seat-card__icon--socket::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4rem;
  left: 0.9rem;
  width: 1rem;
  height: 1.5rem;
  background: url(../img/common/icon_socket.svg) no-repeat center center/contain;
  filter: var(--filterColorWhite);
}
.m-seat-card__icon--monitor::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../img/common/icon_monitor.svg) no-repeat center center/contain;
  filter: var(--filterColorWhite);
}

.m-seat-card__list {
  display: flex;
  gap: 0.4rem;
  text-align: center;
}

.m-seat-card__box {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.m-seat-card__list-head {
  color: var(--colorBg1);
  background-color: var(--colorMain6);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.m-seat-card__list-item {
  background-color: var(--colorMain2);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  flex: 1 1;
}
.m-seat-card__list-item small {
  font-size: 1.2rem;
}
.m-seat-card__list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.m-seat-card__text {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1rem;
}

.m-seat-card__fee-box {
  display: flex;
  justify-content: space-between;
}

.m-seat-card__fee-text {
  font-size: 1.4rem;
}

.en-mv {
  position: relative;
}

.en-mv__bg {
  width: 100%;
  height: 100%;
}

.en-mv__title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 2rem;
}

.global-lists {
  padding: 2rem 0 6rem;
}
.global-lists .global__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.global-lists .global__item {
  position: relative;
}
.global-lists .global__box {
  box-shadow: var(--primaryShadow);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.global-lists .global__box__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.global-lists .global__box__button .m-more-button::before, .global-lists .global__box__button .m-more-button::after {
  -webkit-clip-path: none;
          clip-path: none;
}
.global-lists .global__box__title {
  color: #fff;
  background-color: var(--colorBg4);
  font-weight: 700;
}

.m-video-embed {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.m-video-embed iframe {
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
}

.l-main {
  margin-bottom: auto;
  margin-top: var(--headerHeight);
  position: relative;
}

.l-page-wrap {
  position: relative;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zIndexHeader);
  width: 100%;
  height: var(--heightHeaderSp);
  background: #fff;
  display: flex;
}

.l-header__humberger__line {
  width: 2.6rem;
  height: 0.2rem;
  background: #fff;
  display: block;
  transition: 0.3s var(--easingBasic);
  pointer-events: none;
}
.l-header__humberger__line:nth-child(2) {
  margin: 0.8rem 0;
}
.l-header--menu-open .l-header__humberger__line:nth-child(1) {
  transform: rotate(45deg);
}
.l-header--menu-open .l-header__humberger__line:nth-child(2) {
  display: none;
}
.l-header--menu-open .l-header__humberger__line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -0.2rem;
}

.l-header__lang {
  display: flex;
  align-items: center;
}

.l-header__lang__item {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.6rem;
}
.l-header__lang__item:not(:last-child) {
  margin-right: 2.4rem;
  padding-right: 2.4rem;
  border-right: 1px solid var(--colorBg8);
}
.l-header__lang__item--current {
  color: var(--colorMain12);
  pointer-events: none;
}

.l-header__sns {
  display: flex;
  align-items: center;
}

.l-header__sns__item {
  width: 4rem;
}

.l-header__navi__child-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 31rem;
  background: #fff;
  opacity: 0;
  transition: 0.3s var(--easingBasic);
  box-shadow: var(--primaryShadow);
  pointer-events: none;
}
.l-header__navi__item:nth-last-child(-n+2) .l-header__navi__child-menu {
  left: auto;
  right: 0;
}
.l-header__navi__item.is-child-active .l-header__navi__child-menu {
  opacity: 1;
  pointer-events: auto;
}

.l-header__navi__child-menu__link {
  border-bottom: 1px solid var(--colorMain1);
}
.l-header__navi__child-menu__link:last-child {
  border-bottom: none;
}
.l-header__navi__child-menu__link a {
  width: 100%;
  min-height: 6rem;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  transition: var(--easingBasic) 0.4s;
}
.l-header__navi__child-menu__link a:hover {
  opacity: 1;
  background: var(--colorMain1);
}
.l-header__navi__child-menu__link--blank a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/common/icon_link-external.svg") no-repeat center center/contain;
  margin-left: 0.9rem;
  margin-top: 0.1rem;
}
.l-header__drawer::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: var(--easingBasic) 0.4s;
  pointer-events: none;
}
.l-header--menu-open .l-header__drawer {
  pointer-events: auto;
  visibility: visible;
}

.l-header__drawer__inner {
  width: 100%;
  min-height: calc(var(--vh) - var(--headerHeight));
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  transition: 0.3s var(--easingBasic);
  opacity: 0;
}
.l-header--menu-open .l-header__drawer__inner {
  transform: translateX(0);
  opacity: 1;
}

.l-header__drawer__list {
  position: relative;
  transition: left 0.3s var(--easingBasic);
  left: 0;
}
.l-header__drawer__list.is-child-active {
  left: -100%;
}

.l-header__drawer__list__item.is-child-active {
  z-index: 10;
}

.l-header__drawer__link {
  min-height: 6rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid var(--colorBg2);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5rem 5rem 1.5rem 2rem;
  position: relative;
  cursor: pointer;
}
.l-header__drawer__link::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
  filter: var(--filterColorBlue2);
  position: absolute;
  right: 2.46rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__drawer__link--back {
  color: var(--colorMain11);
  padding-left: 5.5rem;
}
.l-header__drawer__link--back::after {
  background-image: url("../img/common/icon_arrow-left.svg");
  right: auto;
  left: 2rem;
}
.l-header__drawer__link--external::after {
  background-image: url("../img/common/icon_link-external.svg");
}

.l-header__drawer__child-menu {
  width: 100%;
  height: calc(var(--vh) - var(--headerHeight));
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  z-index: 2;
}

.l-header__drawer__list__item.is-child-active .l-header__drawer__child-menu {
  z-index: 10;
}

.l-header__search__inner {
  display: flex;
}

.l-header__search__label {
  display: block;
  position: relative;
  width: 20rem;
  height: 3.8rem;
  background: #fff;
  box-shadow: 0px 0px 0.8rem 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 0.4rem 0 0 0.4rem;
  border: 1px solid var(--colorMain6);
}

.l-header__search__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  font-size: 1.6rem;
}

.l-header__search__button {
  background: var(--colorMain6);
  width: 3.8rem;
  border-radius: 0 0.4rem 0.4rem 0;
  position: relative;
}
.l-header__search__button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/common/icon_search.svg") no-repeat center center/56% auto;
  filter: var(--filterColorWhite);
}

.l-header__search-modal {
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.5rem 2rem;
  transition: opacity 0.2s;
}
.l-header__search-modal .l-header__search__label {
  width: auto;
  flex: 1 1;
}

.l-header__text-link {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4rem;
}

.l-page-list {
  background: var(--colorBg5);
  padding: 2.4rem var(--sidePaddingSp1);
}

.l-page-list__inner {
  display: flex;
}

.l-page-list__logo {
  width: 8rem;
  mix-blend-mode: multiply;
  flex: none;
}

.l-page-list__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3rem;
}

.l-page-list__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem 3rem;
}

.l-page-list__heading {
  margin-bottom: 1rem;
  width: 100%;
}
.l-page-list__link a {
  color: var(--colorMain6);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-page-list__link--external a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/common/icon_link-external.svg") no-repeat center center/contain;
  flex: none;
  filter: var(--filterColorBlue1);
  margin-top: 0.2rem;
}

.l-footer {
  background: var(--colorBg3);
  color: #fff;
}

.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__fixed-buttons {
  position: fixed;
  right: 0;
  bottom: 7rem;
  z-index: var(--zIndexFixedButton);
  pointer-events: none;
}
.l-footer__fixed-buttons * {
  pointer-events: auto;
}

.l-footer__access {
  width: 4.8rem;
  height: 7.5rem;
  background: var(--colorMain6);
  margin-bottom: 2rem;
  transition: transform 0.3s;
}
.l-footer__access:not(.l-footer__access--active) {
  transform: translateX(100%);
}
.l-footer__access a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer__access__text {
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1;
  width: 1em;
  font-weight: 700;
  display: inline-block;
}

.l-footer__pagetop {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  background: var(--colorMain11);
  cursor: pointer;
  transition: opacity 0.3s;
}
.l-footer__pagetop:not(.l-footer__pagetop--active) {
  opacity: 0;
  pointer-events: none;
}
.l-footer__pagetop::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.3rem;
  background: url("../img/common/icon_arrow-top.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: var(--filterColorWhite);
}

.l-footer__bottom {
  padding: 9rem 0 2.5rem;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

.l-footer__stickybar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: var(--zIndexFixedButton);
  width: 100%;
  height: 5.4rem;
  background: #333;
  display: flex;
}

.l-footer__stickybar__button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border-left: 1px solid #FFF;
  padding-top: 0.3rem;
}
.l-footer__stickybar__button:first-child {
  border-left: none;
}

.l-footer__stickybar__icon {
  display: block;
  font-size: 0;
  height: 1.8rem;
}
.l-footer__stickybar__button--reserve .l-footer__stickybar__icon {
  aspect-ratio: 30/18;
  filter: var(--filterColorWhite);
}
.l-footer__stickybar__button--spat .l-footer__stickybar__icon {
  aspect-ratio: 54/18;
}
.l-footer__stickybar__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__stickybar__text {
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline-block;
}

.l-breadcrumb {
  background: var(--colorMain6);
}

.l-breadcrumb__list {
  display: flex;
  gap: 3.6rem;
  overflow: auto;
  height: 3.5rem;
}

.l-breadcrumb__item {
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  position: relative;
}
.l-breadcrumb__item::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #FFF;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: -1.9rem;
  top: calc(50% - 0.2rem);
  transform: rotate(45deg);
}
.l-breadcrumb__item:first-child {
  padding-left: 1rem;
}
.l-breadcrumb__item:last-child {
  padding-right: 1rem;
}
.l-breadcrumb__item:last-child::after {
  content: none;
}

.l-breadcrumb__text {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen {
  html {
    font-size: calc(1000vw / var(--spViewport));
  }
  .only-wide {
    display: none !important;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt5-sp {
    margin-top: 0.5rem !important;
  }
  .mt10-sp {
    margin-top: 1rem !important;
  }
  .mt15-sp {
    margin-top: 1.5rem !important;
  }
  .mt20-sp {
    margin-top: 2rem !important;
  }
  .mt25-sp {
    margin-top: 2.5rem !important;
  }
  .mt30-sp {
    margin-top: 3rem !important;
  }
  .mt35-sp {
    margin-top: 3.5rem !important;
  }
  .mt40-sp {
    margin-top: 4rem !important;
  }
  .mt50-sp {
    margin-top: 5rem !important;
  }
  .mt60-sp {
    margin-top: 6rem !important;
  }
  .mt80-sp {
    margin-top: 8rem !important;
  }
  .mt-10-sp {
    margin-top: -1rem !important;
  }
  .mb0-sp {
    margin-bottom: 0rem !important;
  }
  .mb5-sp {
    margin-bottom: 0.5rem !important;
  }
  .mb10-sp {
    margin-bottom: 1rem !important;
  }
  .mb15-sp {
    margin-bottom: 1.5rem !important;
  }
  .mb20-sp {
    margin-bottom: 2rem !important;
  }
  .mb25-sp {
    margin-bottom: 2.5rem !important;
  }
  .mb30-sp {
    margin-bottom: 3rem !important;
  }
  .mb40-sp {
    margin-bottom: 4rem !important;
  }
  .mb50-sp {
    margin-bottom: 5rem !important;
  }
  .mb60-sp {
    margin-bottom: 6rem !important;
  }
  .ml40-sp {
    margin-left: 4rem !important;
  }
  .m-center-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pb0-sp {
    padding-bottom: 0rem !important;
  }
  .pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .pb10-sp {
    padding-bottom: 1rem !important;
  }
  .pb20-sp {
    padding-bottom: 2rem !important;
  }
  .pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .pb30-sp {
    padding-bottom: 3rem !important;
  }
  .pt10-sp {
    padding-top: 1rem !important;
  }
  .pt15-sp {
    padding-top: 1.5rem !important;
  }
  .pt20-sp {
    padding-top: 2rem !important;
  }
  .pt40-sp {
    padding-top: 4rem !important;
  }
  .pt50-sp {
    padding-top: 5rem !important;
  }
  .alignleft-sp {
    text-align: left !important;
  }
  .alignright-sp {
    text-align: right !important;
  }
  .aligncenter-sp {
    text-align: center !important;
  }
  .width-inner-out-sp {
    margin-left: calc(var(--sidePaddingSp1) * -1);
    margin-right: calc(var(--sidePaddingSp1) * -1);
  }
  .clamp1-sp {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .clamp2-sp {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
  .clamp4-sp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .m-iconic-button--color-white-blank .m-iconic-button__text {
    font-size: 1.6rem;
  }
  .m-primary-heading {
    text-align: center;
  }
  .m-primary-heading__en__img--one-line {
    height: 4.1rem;
    width: auto;
  }
  .m-iconic-heading {
    text-align: center;
  }
  .m-article-panel-list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .m-article-panel-list--sp-column2 {
    flex-wrap: wrap;
    gap: 0.9rem;
    flex-direction: row;
  }
  .m-article-panel-list--sp-column2 .m-article-panel {
    width: calc((100% - 0.9rem) / 2);
  }
  .m-article-panel-list--sp-column2 .m-article-panel__title {
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: 7rem;
  }
  .m-article-panel-list--sp-column2 .m-article-panel__body {
    padding-bottom: 1.5rem;
  }
  .m-local-tab .m-tab-menu__link::after {
    width: 2.2rem;
    height: 1.1rem;
  }
  .m-local-tab .m-tab-menu__text {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .m-guide-tab .m-tab-menu__item .m-tab-menu__link {
    height: 3.1rem;
  }
  .m-guide-tab .m-tab-menu__link::after {
    width: 2.2rem;
    height: 1.1rem;
  }
  .m-guide-tab .m-tab-menu__text {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .m-anchor-tab__button:last-child:nth-child(2)::after {
    height: 2.3rem;
  }
  .m-link-panel__inner {
    min-height: 8rem;
  }
  .m-link-panel__thumbnail {
    width: 14.5rem;
    flex: none;
  }
  .m-subpage-mv__heading.m-primary-heading {
    text-align: left;
  }
  .m-subpage-mv__heading.m-primary-heading .m-primary-heading__en {
    padding-left: 4rem;
  }
  .m-form-item__label {
    margin-bottom: 1.2rem;
  }
  .m-listpage-menu__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .m-listpage-menu__months__list.m-tab-menu {
    gap: 1.5rem 1rem;
  }
  .m-listpage-menu__months__list .m-tab-menu__link {
    height: 3.8rem;
  }
  .m-article-card__date {
    font-size: 1rem;
    transform-origin: center left;
    transform: scale(0.8, 0.8);
    padding-top: 1.2rem;
  }
  .m-scroll-table {
    overflow: scroll;
  }
  .m-scroll-table__content {
    min-width: 150vw;
    white-space: nowrap;
  }
  .m-article-share__sns {
    gap: 2.4rem;
    justify-content: center;
  }
  .m-profile-panel {
    padding-bottom: 3rem;
  }
  .m-profile-panel__accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .m-profile-panel__accordion.is-open {
    max-height: auto;
  }
  .global-lists .global__box__inner {
    padding: 1rem 2rem 2rem;
  }
  .global-lists .global__box__title {
    font-size: 2rem;
    text-align: center;
    padding: 1rem 1.2rem;
  }
  .global-lists .global__box__text {
    padding-bottom: 3rem;
  }
  .l-page-list__block {
    display: flex;
    flex-wrap: wrap;
  }
  .l-page-list__link {
    width: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
    padding-left: 1.3rem;
    margin-top: 0.8rem;
  }
  .l-page-list__link:nth-of-type(odd) {
    padding-left: 0.7rem;
  }
  .l-footer {
    padding-bottom: 5.8rem;
  }
  .l-footer__menu__link {
    width: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 1px solid var(--colorMain11);
    min-height: 6rem;
  }
  .l-footer__menu__link:nth-child(odd) {
    border-right: 1px solid var(--colorMain11);
  }
  .l-footer__menu__link a {
    height: 100%;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .l-footer__menu__link a::after {
    content: "";
    display: block;
    width: 1.3rem;
    height: 0.9rem;
    background: url("../img/common/icon_arrow-right.svg") no-repeat center center/contain;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    filter: var(--filterColorWhite);
  }
}

@media print {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-size: 1.6rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .only-sp {
    display: none !important;
  }
  .mt0-wide {
    margin-top: 0 !important;
  }
  .mt5-wide {
    margin-top: 0.5rem !important;
  }
  .mt10-wide {
    margin-top: 1rem !important;
  }
  .mt15-wide {
    margin-top: 1.5rem !important;
  }
  .mt20-wide {
    margin-top: 2rem !important;
  }
  .mt25-wide {
    margin-top: 2.5rem !important;
  }
  .mt30-wide {
    margin-top: 3rem !important;
  }
  .mt35-wide {
    margin-top: 3.5rem !important;
  }
  .mt40-wide {
    margin-top: 4rem !important;
  }
  .mt50-wide {
    margin-top: 5rem !important;
  }
  .mt55-wide {
    margin-top: 5.5rem !important;
  }
  .mt60-wide {
    margin-top: 6rem !important;
  }
  .mt70-wide {
    margin-top: 7rem !important;
  }
  .mt75-wide {
    margin-top: 7.5rem !important;
  }
  .mt80-wide {
    margin-top: 8rem !important;
  }
  .mt90-wide {
    margin-top: 9rem !important;
  }
  .mt100-wide {
    margin-top: 10rem !important;
  }
  .mt110-wide {
    margin-top: 11rem !important;
  }
  .mt125-wide {
    margin-top: 12.5rem !important;
  }
  .mt165-wide {
    margin-top: 12.5rem !important;
  }
  .mt-10-wide {
    margin-top: -1rem !important;
  }
  .mb0-wide {
    margin-bottom: 0rem !important;
  }
  .mb5-wide {
    margin-bottom: 0.5rem !important;
  }
  .mb10-wide {
    margin-bottom: 1rem !important;
  }
  .mb15-wide {
    margin-bottom: 1.5rem !important;
  }
  .mb20-wide {
    margin-bottom: 2rem !important;
  }
  .mb25-wide {
    margin-bottom: 2.5rem !important;
  }
  .mb30-wide {
    margin-bottom: 3rem !important;
  }
  .mb40-wide {
    margin-bottom: 4rem !important;
  }
  .mb50-wide {
    margin-bottom: 5rem !important;
  }
  .mb55-wide {
    margin-bottom: 5.5rem !important;
  }
  .mb60-wide {
    margin-bottom: 6rem !important;
  }
  .mb70-wide {
    margin-bottom: 7rem !important;
  }
  .mb80-wide {
    margin-bottom: 8rem !important;
  }
  .mb90-wide {
    margin-bottom: 9rem !important;
  }
  .mb100-wide {
    margin-bottom: 10rem !important;
  }
  .mb125-wide {
    margin-bottom: 12.5rem !important;
  }
  .ml30-wide {
    margin-left: 3rem !important;
  }
  .mr-auto-wide {
    margin-right: auto !important;
  }
  .ml-auto-wide {
    margin-left: auto !important;
  }
  .m-center-wide {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pb0-wide {
    padding-bottom: 0rem !important;
  }
  .pb5-wide {
    padding-bottom: 0.5rem !important;
  }
  .pb10-wide {
    padding-bottom: 1rem !important;
  }
  .pb20-wide {
    padding-bottom: 2rem !important;
  }
  .pb30-wide {
    padding-bottom: 3rem !important;
  }
  .pb55-wide {
    padding-bottom: 5.5rem !important;
  }
  .pt0-wide {
    padding-top: 0rem !important;
  }
  .pt5-wide {
    padding-top: 0.5rem !important;
  }
  .pt15-wide {
    padding-top: 1.5rem !important;
  }
  .pt20-wide {
    padding-top: 2rem !important;
  }
  .pt50-wide {
    padding-top: 5rem !important;
  }
  .pt60-wide {
    padding-top: 6rem !important;
  }
  .alignleft-wide {
    text-align: left !important;
  }
  .alignright-wide {
    text-align: right !important;
  }
  .aligncenter-wide {
    text-align: center !important;
  }
  .clamp1-wide {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .clamp2-wide {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .figure-image__caption {
    font-size: 1.4rem;
  }
  .m-iconic-button {
    transition: 0.3s;
    min-height: 8rem;
  }
  .m-iconic-button:hover {
    opacity: 1;
    background: var(--colorMain8);
  }
  .m-iconic-button--text-only {
    padding-left: 2.4rem;
  }
  .m-iconic-button::before {
    width: 6.4rem;
  }
  .m-iconic-button::after {
    right: 1.6rem;
  }
  .m-iconic-button--color-white-blank {
    height: 12rem;
  }
  .m-iconic-button--color-white-blank:hover {
    border-color: var(--colorMain8);
  }
  .m-iconic-button--color-white-blank:hover .m-iconic-button__text {
    color: #fff;
  }
  .m-iconic-button--color-blue:hover {
    background-color: var(--colorBg11);
  }
  .m-iconic-button--color-green:hover {
    background-color: #52A80F;
    color: #262626;
  }
  .m-iconic-button--color-light-green:hover {
    background: #3E8A23;
  }
  .m-iconic-button--br-20 {
    border-radius: 2rem;
  }
  .m-iconic-button__text {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
  .m-iconic-button__icon {
    width: 8rem;
    height: 5.76rem;
  }
  .m-more-button {
    width: 16.4rem;
    height: 3.6rem;
    padding-right: 1rem;
  }
  .m-more-button:hover {
    opacity: 1;
  }
  .m-more-button:hover::before, a:hover .m-more-button::before {
    background: var(--colorMain8);
  }
  .m-back-button {
    margin: 6rem auto 0;
    max-width: 48rem;
  }
  .m-text-link:hover {
    opacity: 1;
  }
  .m-text-link:hover::after {
    transform: translate(0.2em, 0.1em);
  }
  .m-text-link--internal:hover::after {
    transform: translate(0.16em, 0.1em);
  }
  .m-confirm-button::after {
    right: 1.6rem;
  }
  .m-edit-button::before {
    right: 1.6rem;
  }
  .m-gradient-button {
    position: relative;
    display: block;
    overflow: hidden;
    height: 11.2rem;
    width: 100%;
  }
  .m-gradient-button .m-gradient-hover,
  .m-gradient-button .m-gradient-normal {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-gradient-button .m-gradient-normal {
    opacity: 1;
  }
  .m-gradient-button .m-gradient-hover {
    transition: opacity 0.3s;
    opacity: 0;
  }
  .m-gradient-button:hover {
    opacity: 1;
  }
  .m-gradient-button:hover .m-gradient-hover {
    opacity: 1;
  }
  .m-primary-heading--pc-center {
    text-align: center;
  }
  .m-primary-heading__en {
    margin-left: 5.5rem;
  }
  .m-primary-heading--pc-center .m-primary-heading__en {
    margin-left: 0;
  }
  .m-primary-heading__ja {
    font-size: 4.2rem;
    letter-spacing: -0.168rem;
    margin-top: -0.4rem;
  }
  .m-section-heading__ja {
    font-size: 3.8rem;
  }
  .m-section-heading__en {
    margin-top: 1.5rem;
  }
  .m-section-heading__en__img {
    height: 2rem;
  }
  .m-sub-heading {
    font-size: 3.2rem;
    padding-left: 3.6rem;
  }
  .m-sub-heading::before {
    width: 2.5rem;
    height: 0.5rem;
    top: 2rem;
  }
  .m-medium-heading__text {
    font-size: 2.8rem;
  }
  .m-minimum-heading {
    font-size: 1.6rem;
    padding-left: 1.7rem;
  }
  .m-minimum-heading::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.8rem;
  }
  .m-small-heading {
    font-size: 2.4rem;
    padding-left: 3.5rem;
    margin-left: 1.5rem;
  }
  .m-small-heading::before {
    width: 2rem;
    height: 0.5rem;
  }
  .m-small-heading--popular-icon::after {
    background: url(../img/seat/reserved/icon_sircle_shine.svg) no-repeat center center/contain;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    top: 0;
    right: -7rem;
    font-size: 1.4rem;
  }
  .m-large-heading {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .m-large-heading__text {
    padding-bottom: 2.4rem;
  }
  .m-boxed-heading {
    padding: 1.2rem 3rem;
  }
  .m-boxed-heading__text {
    font-size: 2.8rem;
  }
  .m-boxed-heading__small-text {
    font-size: 1.8rem;
  }
  .m-iconic-heading__text {
    font-size: 4.2rem;
    padding-left: 7.3rem;
  }
  .m-iconic-heading__text::before {
    width: 5.6rem;
    height: 4.6rem;
    top: 0.6rem;
  }
  .m-article-panel__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .m-article-panel__title {
    font-size: 2.4rem;
    padding: 1.6rem 3rem;
  }
  .m-article-panel__body {
    padding: 2.5rem 3rem 5rem;
    flex: 1 1;
  }
  .m-article-panel__description {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .m-article-panel__more {
    width: 16.6rem;
  }
  .m-article-panel-list {
    gap: 6rem;
    flex-wrap: wrap;
  }
  .m-article-panel-list .m-article-panel {
    width: calc(50% - 3rem);
  }
  .m-tab-menu {
    gap: 2rem;
  }
  .m-tab-menu__link {
    font-size: 1.8rem;
    transition: 0.3s;
  }
  .m-tab-menu__link:hover {
    opacity: 1;
    background: var(--colorMain6);
    color: #fff;
  }
  .m-tab-menu__item--current .m-tab-menu__link::after {
    width: 2.2rem;
    height: 1.1rem;
  }
  .m-local-tab {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .m-local-tab .m-tab-menu__link {
    height: 7rem;
  }
  .m-guide-tab {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .m-guide-tab .m-tab-menu {
    gap: 2.4rem;
  }
  .m-guide-tab .m-tab-menu__item .m-tab-menu__link::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .m-guide-tab .m-tab-menu__item--current .m-tab-menu__link {
    box-shadow: 0.2rem 0 var(--colorMain6) inset, 0 0.2rem var(--colorMain6) inset, -0.2rem 0 var(--colorMain6) inset;
  }
  .m-guide-tab .m-tab-menu__link {
    height: 7rem;
  }
  .m-anchor-tab::after {
    width: 40%;
    height: 45%;
    filter: blur(5rem);
  }
  .m-anchor-tab__button::after {
    width: 0.2rem;
    height: 5.2rem;
  }
  .m-anchor-tab__link {
    transition: opacity 0.3s;
    font-size: 1.8rem;
    min-height: 12rem;
    line-height: 1.4;
    padding: 0 1rem;
  }
  .m-anchor-tab__link:hover {
    opacity: 0.6;
  }
  .m-anchor-tab__link::after {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0 0.2rem 0.2rem 0;
  }
  .m-anchor-tab--column2 .m-anchor-tab__link {
    max-width: calc(var(--widthDefault) / 2);
  }
  .m-anchor-tab--column2 .m-anchor-tab__button:nth-child(odd) .m-anchor-tab__link {
    margin-left: auto;
  }
  .m-anchor-tab--column2 .m-anchor-tab__button:nth-child(even) .m-anchor-tab__link {
    margin-right: auto;
  }
  .m-topics-article__inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.6rem 2rem 1.6rem 0;
  }
  .m-topics-article__inner::before {
    top: 2.6rem;
  }
  .m-topics-article__head {
    gap: 1.5rem;
  }
  .m-topics-article__date {
    font-size: 1.6rem;
    width: 10rem;
  }
  .m-topics-article__label {
    font-size: 1.6rem;
    width: 8rem;
  }
  .m-topics-article__description {
    margin-top: 0;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
    flex: 1 1;
  }
  .m-calendar-table__heading {
    font-size: 1.5rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .m-link-panel__inner {
    flex-direction: column;
    height: 100%;
  }
  .m-link-panel__thumbnail {
    aspect-ratio: 360/150;
  }
  .m-link-panel__body {
    padding: 1.1rem 5.5rem 1.2rem 1.6rem;
  }
  .m-link-panel__body::before {
    width: 4.88rem;
    height: 100%;
    -webkit-clip-path: polygon(1.68rem 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(1.68rem 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .m-link-panel__body::after {
    right: 1.2rem;
    bottom: auto;
    top: calc(50% - 0.6rem);
  }
  .m-link-panel--external .m-link-panel__body::after {
    top: calc(50% - 0.9rem);
  }
  .m-link-panel__title {
    font-size: 1.8rem;
  }
  .m-subpage-mv {
    height: 17rem;
    padding: 0 var(--sidePaddingPc1);
  }
  .m-subpage-mv__bg__image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center right;
       object-position: center right;
  }
  .m-subpage-mv__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .m-form-item {
    align-items: center;
    flex-direction: row;
  }
  .error {
    position: absolute;
    bottom: -2.5rem;
  }
  .m-form-item--radio .error {
    top: 3rem;
  }
  .m-form-item__label {
    max-width: 20rem;
    margin-right: 1.2rem;
  }
  .m-form-item__input-field {
    height: 4.8rem;
    max-width: 40rem;
  }
  .m-form-item__textarea-limit {
    bottom: -2.5rem;
  }
  .m-form-item__checkbox-field {
    max-width: 60rem;
  }
  .m-form-item__text {
    margin-left: 1rem;
  }
  .m-listpage-menu {
    padding: 4rem var(--sidePaddingPc1);
  }
  .m-listpage-menu__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
    display: grid;
    grid-template-areas: "area1 area3" "area2 area3";
    gap: 0 4rem;
    grid-template-columns: min(24.5rem, 29%) 1fr;
    grid-template-rows: max-content 1fr;
  }
  .m-listpage-menu__button {
    grid-area: area2;
    margin-top: auto;
  }
  .m-listpage-menu__pulldown {
    grid-area: area1;
  }
  .m-listpage-menu__months {
    grid-area: area3;
  }
  .m-listpage-menu__months__list.m-tab-menu {
    gap: 2rem 1rem;
  }
  .m-listpage-menu__months__list .m-tab-menu__item {
    width: calc((100% - 5rem) / 6);
  }
  .m-pagination {
    max-width: 49.3rem;
    margin: 0 auto;
    gap: 2rem;
  }
  .m-pagination--no-number {
    gap: 4rem;
  }
  .m-pagination__button {
    width: 6.2rem;
    height: 6.2rem;
  }
  .m-article-header {
    padding: 2.4rem var(--sidePaddingPc1);
    margin-bottom: 10rem;
  }
  .m-article-header__heading {
    font-size: 3.8rem;
  }
  .m-article-header__label {
    font-size: 2rem;
    padding: 0.2rem 3.4rem 0.2rem 2.5rem;
  }
  .m-post-area {
    font-size: 1.8rem;
  }
  .m-post-area h1 {
    font-size: 3rem;
    margin-top: 8rem;
  }
  .m-post-area h2 {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
  .m-post-area h2:not(.m-large-heading) {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    text-align: center;
  }
  .m-post-area h2:not(.m-large-heading)::after {
    width: 12rem;
    bottom: -0.2rem;
    border-bottom-width: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-post-area h3 {
    margin-top: 6rem;
  }
  .m-post-area h3:not(.m-small-heading) {
    font-size: 2.4rem;
  }
  .m-post-area h4 {
    margin-top: 4rem;
  }
  .m-post-area table:not(.m-basic-table) {
    font-size: 1.6rem;
  }
  .m-post-area table:not(.m-basic-table) th,
  .m-post-area table:not(.m-basic-table) td {
    padding: 1.3rem 1.8rem;
  }
  .m-post-area .figure-image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-post-area *:first-child {
    margin-top: 0;
  }
  .m-article-card {
    border-bottom-width: 0.4rem;
  }
  .m-article-card__body {
    padding: 1.2rem 2rem;
  }
  .m-article-card__body::before {
    width: 4.88rem;
    height: 4rem;
    -webkit-clip-path: polygon(1.68rem 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(1.68rem 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .m-article-card__body::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.2rem;
    bottom: 1rem;
  }
  .m-article-card__title {
    font-size: 2.2rem;
  }
  .m-article-card__date {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .m-article-card-list {
    gap: 3rem 2rem;
  }
  .m-article-card-list .m-article-card {
    width: calc((100% - 4rem) / 3);
  }
  .m-article-card-list--slider {
    flex-wrap: nowrap;
    gap: initial;
  }
  .m-article-card-list--slider .m-article-card {
    width: 36rem;
  }
  .m-section-inner {
    padding-left: var(--sidePaddingPc1);
    padding-right: var(--sidePaddingPc1);
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    margin-right: auto;
    margin-left: auto;
  }
  .m-section-inner--bg-white {
    max-width: var(--widthDefault);
    width: calc(100% - var(--sidePaddingPc1) * 2);
    padding-left: clamp(var(--sidePaddingPc1), (100% - 93rem) / 2, 9.5rem);
    padding-right: clamp(var(--sidePaddingPc1), (100% - 93rem) / 2, 9.5rem);
  }
  .m-basic-table__cell {
    font-size: 1.6rem;
    padding: 1.4rem 1rem;
  }
  .m-event-table {
    border-spacing: 0.4rem;
    margin-right: -0.4rem;
    margin-left: -0.4rem;
    min-width: calc(100% + 0.8rem);
  }
  .m-event-table__cell {
    padding: 1.4rem 1rem;
  }
  .m-article-share__sns {
    gap: 3rem;
  }
  .m-article-share__sns__item {
    width: 6rem;
  }
  .m-basic-modal__inner {
    padding: 0 var(--sidePaddingPc1);
  }
  .m-basic-modal__content {
    max-width: 56rem;
    max-height: calc(var(--vh) - 7rem);
    margin: 0 auto;
  }
  .m-basic-modal__close {
    top: 3rem;
    right: 3rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .m-basic-modal__close::before, .m-basic-modal__close::after {
    width: 2.6rem;
    height: 0.2rem;
    left: calc(50% - 1.3rem);
  }
  .m-generic-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .m-generic-section .m-post-area {
    font-size: 1.6rem;
  }
  .m-generic-section__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .m-profile-panel-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 6rem;
  }
  .m-profile-panel {
    width: calc(50% - 1rem);
  }
  .m-profile-panel__name {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.11rem;
  }
  .m-seat-card__total {
    font-size: 1.4rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .m-seat-card__text {
    font-size: 1.6rem;
  }
  .en-mv__inner {
    padding-top: 60%;
  }
  .en-mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .en-mv__title {
    font-size: 5.5rem;
    z-index: 1;
  }
  .global-lists {
    padding: 7.3rem 0;
  }
  .global-lists .global__list {
    gap: 6.6rem;
  }
  .global-lists .global__item {
    left: 0;
    height: 43.8rem;
  }
  .global-lists .global__item--reverse .global__thumb {
    right: 0;
    left: auto;
  }
  .global-lists .global__item--reverse .global__box {
    left: 0;
  }
  .global-lists .global__item--reverse .m-more-button {
    left: 0;
  }
  .global-lists .global__item--reverse .global__box__title {
    padding-left: 5rem;
  }
  .global-lists .global__item--reverse .global__box__inner {
    padding-top: 5rem;
    padding-right: 17rem;
    padding-left: 5rem;
  }
  .global-lists .global__item--reverse .global__box__button {
    display: flex;
    justify-content: center;
  }
  .global-lists .global__thumb {
    width: 56rem;
    height: 38.3rem;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1;
  }
  .global-lists .global__box {
    position: absolute;
    margin-top: 5.5rem;
    right: 0;
    bottom: 0;
    max-width: 67.6rem;
    height: 38.3rem;
  }
  .global-lists .global__box__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 5rem;
    padding-bottom: 5.4rem;
    padding-right: 5rem;
    padding-left: 17rem;
  }
  .global-lists .global__box__button {
    margin-left: auto;
    max-width: 26.6rem;
    width: 100%;
    justify-content: right;
  }
  .global-lists .global__box__title {
    padding-left: 17rem;
    font-size: 2.4rem;
    padding: 1.6rem 3rem 1.6rem 17rem;
  }
  .global-lists .global__box__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .l-header__logo a:hover {
    opacity: 1;
  }
  .l-header__navi__first-title {
    transition: 0s;
    position: relative;
  }
  .l-header__navi__first-title:hover {
    background: var(--colorMain6);
    opacity: 1;
    color: #fff;
  }
  .l-page-list {
    padding: 5.8rem var(--sidePaddingPc1) 5.5rem;
  }
  .l-page-list__inner {
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .l-page-list__logo a:hover {
    opacity: 1;
  }
  .l-page-list__menu {
    gap: 4rem 4rem;
    flex: 1 1;
  }
  .l-page-list__column {
    gap: 4rem 4rem;
    flex: 1 1;
  }
  .l-page-list__heading {
    margin-bottom: 0.6rem;
  }
  .l-page-list__link {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.9rem;
    margin-left: 1.5rem;
  }
  .l-page-list__link a {
    gap: 1.3rem;
  }
  .l-page-list__link--external a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .l-footer__menu {
    padding: 3.9rem 0;
    justify-content: center;
    max-width: 85rem;
    margin: 0 auto;
    gap: 2rem 3.6rem;
  }
  .l-footer__fixed-buttons {
    bottom: 3rem;
  }
  .l-footer__access {
    margin-left: auto;
    height: 11.6rem;
    margin-bottom: 2.4rem;
  }
  .l-footer__access a {
    transition: 0.3s;
  }
  .l-footer__access a:hover {
    opacity: 1;
    background: var(--colorMain8);
  }
  .l-footer__access__text {
    font-size: 1.6rem;
  }
  .l-footer__pagetop {
    margin-right: 8rem;
    width: 6.2rem;
    height: 6.2rem;
    transition: 0.3s;
  }
  .l-footer__pagetop:hover {
    background: var(--colorMain12);
  }
  .l-footer__pagetop::after {
    width: 1.1rem;
    height: 1.5rem;
  }
  .l-footer__bottom {
    padding: 3.7rem 0;
    border-top: 1px solid var(--colorMain11);
  }
  .l-footer__copyright {
    font-size: 1.6rem;
  }
  .l-footer__stickybar {
    display: none;
  }
  .l-breadcrumb__list {
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    margin: 0 auto;
    height: 4.1rem;
  }
  .l-breadcrumb__item {
    font-size: 1.6rem;
  }
  .l-breadcrumb__item:first-child {
    padding-left: var(--sidePaddingPc1);
  }
  .l-breadcrumb__item:last-child {
    padding-right: var(--sidePaddingPc1);
  }
}

@media screen {
  .only-pc {
    display: none !important;
  }
  .m-calendar-table--mobile-break .m-calendar-table__head {
    display: none;
  }
  .m-calendar-table--mobile-break .m-calendar-table__heading {
    padding: 0;
    height: 3rem;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body {
    margin-top: 1.4rem;
    display: block;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row {
    display: grid;
    gap: 0.2rem;
    grid-template-areas: "area1 area2 area3" "area1 area4 area4";
    grid-template-columns: 11rem 1fr 1fr;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row-group {
    gap: 0.2rem;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell {
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(1) {
    grid-area: area1;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(2) {
    grid-area: area2;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(3) {
    grid-area: area3;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(4) {
    grid-area: area4;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(5) {
    grid-area: area5;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell--date {
    display: none;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body:nth-child(odd) .m-calendar-table__body__cell {
    background: #FFF;
  }
  .m-calendar-table--mobile-break .m-calendar-table__width-small,
  .m-calendar-table--mobile-break .m-calendar-table__width-medium,
  .m-calendar-table--mobile-break .m-calendar-table__width-large,
  .m-calendar-table--mobile-break .m-calendar-table__width-x-large {
    width: auto;
    flex: auto;
  }
  .m-calendar-table--mobile-break .m-calendar-table__venue {
    flex: 1 1;
    flex-direction: column;
    gap: 0.5rem;
  }
  .m-calendar-table--mobile-break .m-calendar-table__venue__block {
    justify-content: center;
  }
  .m-calendar-table--mobile-break .m-calendar-table__venue__icon {
    width: 7rem;
    margin: 0 auto;
  }
  .m-calendar-table--mobile-break .m-calendar-table__time {
    padding: 0.1rem 0 0.3rem;
    flex-direction: column;
  }
  .m-calendar-table--mobile-break .m-calendar-table__time--head {
    width: auto;
    flex-direction: row;
    gap: 1.5rem;
    padding: 0;
    justify-content: start;
  }
  .m-calendar-table--mobile-break .m-calendar-table__description {
    padding: 0.2rem 0.8rem;
  }
  .m-calendar-table--mobile-break .m-calendar-table__sp-head {
    background: var(--colorMain6) !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__bottom {
    margin-top: 0.2rem;
  }
  .m-article-share {
    flex-direction: column;
    gap: 1rem;
    padding: 1.6rem 0 2rem;
    margin-top: 5rem;
  }
  .l-header {
    justify-content: space-between;
  }
  .l-header__logo {
    width: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__humberger {
    cursor: pointer;
    width: 6rem;
    height: 100%;
    background: var(--colorMain7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .l-header__search-icon {
    width: 6rem;
    height: 100%;
    background: url("../img/common/icon_search.svg") no-repeat center center/2.785rem auto;
    filter: var(--filterColorBlue1);
    cursor: pointer;
  }
  .l-header__utility {
    display: none;
  }
  .l-header__lang {
    background: var(--colorMain1);
    justify-content: center;
    height: 7.7rem;
    margin-top: 3rem;
  }
  .l-header__sns {
    gap: 2.4rem;
    justify-content: center;
    margin-top: 3rem;
  }
  .l-header__navi {
    display: none;
  }
  .l-header__drawer {
    position: fixed;
    left: 0;
    top: var(--headerHeight);
    width: 100%;
    height: calc(var(--vh) - var(--headerHeight));
    overflow: auto;
    pointer-events: none;
    visibility: hidden;
  }
  .l-header__search-modal:not(.l-header__search-modal--active) {
    opacity: 0;
    pointer-events: none;
  }
  .l-page-list__inner {
    flex-direction: column;
    gap: 3rem;
  }
  .l-page-list__logo {
    margin: 0 auto;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-listpage-menu__button {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-listpage-menu__pulldown {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-listpage-menu__months {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
  }
}

@media print {
  .m-listpage-menu__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-listpage-menu__pulldown {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-listpage-menu__months {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}

@media screen {
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-calendar-table__body__cell:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-calendar-table__body__cell:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__row > .m-calendar-table__body__cell:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
  }
  .m-calendar-table--mobile-break .m-calendar-table__body__cell:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@media print {
  .m-calendar-table--mobile-break .m-calendar-table__body__cell .m-calendar-table__heading {
    display: none;
  }
  .m-calendar-table--mobile-break .m-calendar-table__width-x-large {
    width: clamp(0px, 12.3vw, 17rem);
  }
  .m-calendar-table--mobile-break .m-calendar-table__sp-head {
    display: none;
  }
  .m-article-share {
    margin-top: 6.5rem;
    padding: 3rem clamp(var(--sidePaddingPc1), (100% - 93rem) / 2, 9.5rem);
  }
  .l-page-wrap {
    margin-top: 1.2rem;
  }
  .l-header {
    height: var(--heightHeaderPc);
    flex-direction: column;
  }
  .l-header__logo {
    height: 100%;
    width: 12rem;
    position: absolute;
    left: max((100% - var(--widthDefault)) / 2, 0px);
    top: 0;
    background: #fff;
  }
  .l-header__logo img {
    width: 85%;
    height: 85%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header__humberger {
    display: none;
  }
  .l-header__search-icon {
    display: none;
  }
  .l-header__utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: none;
    height: 6rem;
    background: var(--colorBg2);
    padding: 0 max((100% - var(--widthDefault)) / 2, var(--sidePaddingPc1));
  }
  .l-header__lang {
    margin-right: 2.4rem;
  }
  .l-header__sns {
    gap: 1.2rem;
    margin-right: 2.4rem;
  }
  .l-header__sns__item {
    width: 3rem;
  }
  .l-header__navi {
    flex: 1 1;
  }
  .l-header__navi__list {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - var(--sidePaddingPc1) * 2);
    padding-left: 11rem;
    max-width: var(--widthDefault);
    margin: 0 auto;
  }
  .l-header__navi__item {
    height: 100%;
    letter-spacing: 0.05em;
    position: relative;
  }
  .l-header__navi__item.is-child-active {
    background: var(--colorMain6);
  }
  .l-header__navi__first-title {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 min(1.2rem, 1vw);
    font-size: min(1.6rem, 1.3vw);
    position: relative;
  }
  .l-header__navi__first-title::after {
    content: "";
    display: block;
    width: 0.8rem;
    aspect-ratio: 1/1;
    position: absolute;
    border: solid var(--colorMain6);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: 0.4rem;
    z-index: 2;
  }
  .l-header__navi__item:hover .l-header__navi__first-title {
    color: #fff;
  }
  .l-header__navi__item:hover .l-header__navi__first-title::after {
    border-color: #FFF;
  }
  .l-header__drawer {
    display: none;
  }
  .l-header__search-modal {
    display: none;
  }
  .l-page-list__inner {
    gap: 4rem;
  }
  .l-page-list__column--pc-wide {
    flex: none;
    width: auto;
  }
}

@media print {
  .m-form-item--checkbox .error {
    top: 7rem;
  }
  .m-form-item__checkbox-field .checkbox-label {
    width: 30%;
  }
}

@media screen {
  .m-seat-card .m-small-heading {
    margin-left: 0.5rem;
  }
  .l-header--menu-open .l-header__drawer::after {
    opacity: 1;
  }
  .l-header__drawer__inner {
    max-width: 35rem;
  }
}

@media print {
  .global-lists .global__item--reverse .global__box__title {
    padding-right: 25.1479289941%;
    padding-left: 7.3964497041%;
  }
  .global-lists .global__item--reverse .global__box__inner {
    padding-top: 5rem;
    padding-right: 25.1479289941%;
    padding-left: 7.3964497041%;
  }
}

@media print {
  .global-lists .global__item--reverse .global__box__button {
    margin-right: auto;
    margin-left: 0;
    justify-content: left;
  }
}

@media print {
  .global-lists .global__thumb {
    width: 50%;
    height: 87.4429223744%;
  }
  .global-lists .global__box {
    max-width: 60.3571428571%;
    height: 87.4429223744%;
    z-index: 0;
  }
  .global-lists .global__box__inner {
    padding-right: 8.5798816568%;
    padding-left: 25.1479289941%;
    padding-top: 11.4155251142%;
    padding-bottom: 12.3287671233%;
    padding-top: 4rem;
    padding-bottom: 4.4rem;
  }
  .global-lists .global__box__title {
    padding-right: 4.4378698225%;
    padding-left: 25.1479289941%;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}