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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

:where(dialog) {
  inset: 0;
  border: unset;
  padding: unset;
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  background-color: unset;
  overflow: unset;
  color: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --designW: 1440;
  --designContW: 375;
  --contW: 335px;
  --contMargin_hor: calc((100% - var(--contW)) / 2);
  --_clr_red: #E7242E;
  --_clr_blue: #0075C2;
  --_clr_black: #212121;
  --_clr_dark: #231815;
  --_clr_gray: #808080;
  --_clr_ash: #DDDDDD;
  --_clr_yellow: #F7C950;
  --_ff_jost: "Jost", sans-serif;
  --_ff_NotoSansJP: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 375;
    --contW: calc(335 / var(--designW) * 100%);
  }
}

:lang(en) {
  --negLeading: calc((1cap - 1lh) / 2);
}

/**
 * Base
 */
:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

html.is_locked {
  position: fixed;
  width: 100%;
  overscroll-behavior: contain;
}

body {
  color: var(--_clr_black);
  font-family: var(--_ff_NotoSansJP);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Layout
 */
@media not all and (max-width: 767px), print {
  .ly_cont {
    position: relative;
    pointer-events: none;
    z-index: 1;
  }
}
.ly_cont_main {
  container-type: inline-size;
}
@media not all and (max-width: 767px), print {
  .ly_cont_main {
    width: 375px;
    margin: auto;
    background-color: #fff;
    border-left: 4px solid var(--_clr_black);
    border-right: 4px solid var(--_clr_black);
    box-sizing: content-box;
    pointer-events: auto;
    overflow: hidden;
  }
}

/**
 * Header
 */
.ly_header {
  position: sticky;
  top: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .ly_header {
    z-index: 100;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header {
    z-index: 0;
  }
}
.ly_header_inner {
  position: absolute;
  top: 0;
  width: 100%;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .ly_header_inner {
    height: 100dvh;
    pointer-events: none;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_inner {
    display: grid;
    grid-template-columns: calc((100% - 375px) / 2) 375px calc((100% - 375px) / 2);
    height: 100vh;
  }
  .ly_header_inner:before, .ly_header_inner:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    aspect-ratio: 120;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .ly_header_inner:before {
    top: 0;
    background-image: url(../img/common/pc_line_top.webp);
    background-position: top center;
  }
  .ly_header_inner:after {
    bottom: 0;
    background-image: url(../img/common/pc_line_bottom.webp);
    background-position: bottom center;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .header_head {
    position: relative;
    z-index: 10;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .header_head {
    display: grid;
    place-content: center;
    height: 100vh;
    border-right: 4px solid var(--_clr_black);
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .header_head .header_hamBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_header .header_head .header_hamBtn {
    position: absolute;
    display: grid;
    place-content: center;
    top: calc(19 / var(--designContW) * 100cqi);
    right: calc(20 / var(--designContW) * 100cqi);
    width: calc(50 / var(--designContW) * 100cqi);
    aspect-ratio: 4/3;
    background-color: var(--_clr_black);
    border-radius: calc(5 / var(--designContW) * 100cqi);
    pointer-events: auto;
  }
}
.ly_header .header_head .header_hamBtn > span {
  position: relative;
  display: inline-block;
  width: calc(30 / var(--designContW) * 100cqi);
  height: calc(17 / var(--designContW) * 100cqi);
  background-image: linear-gradient(#fff 0%, #fff 100%);
  background-size: 100% calc(3 / var(--designContW) * 100cqi);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  transition: background-size var(--transDur);
}
.ly_header .header_head .header_hamBtn > span:before, .ly_header .header_head .header_hamBtn > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(3 / var(--designContW) * 100cqi);
  background-color: #fff;
  transition-property: translate, rotate;
  transition-duration: var(--transDur);
}
.ly_header .header_head .header_hamBtn > span:before {
  top: 0;
  transform-origin: center;
}
.ly_header .header_head .header_hamBtn > span:after {
  top: 50%;
  translate: 0 -50%;
  transform-origin: center;
}
.ly_header .header_head .header_hamBtn[aria-expanded=true] > span {
  background-size: 0 calc(3 / var(--designContW) * 100cqi);
}
.ly_header .header_head .header_hamBtn[aria-expanded=true] > span:before {
  rotate: 30deg;
  translate: 0 calc(6.5 / var(--designContW) * 100cqi);
}
.ly_header .header_head .header_hamBtn[aria-expanded=true] > span:after {
  rotate: -30deg;
}
@media screen and (max-width: 767px) {
  .ly_header .header_head figure {
    display: none;
  }
}
.ly_header .header_head figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ly_header .header_body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_header .header_body {
    height: 100dvh;
    background-color: #fff;
    pointer-events: auto;
    transition-property: opacity, visibility;
    transition-duration: var(--transDur);
  }
  .ly_header .header_body[aria-hidden=true] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .ly_header .header_body:before, .ly_header .header_body:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    aspect-ratio: 375/10;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .ly_header .header_body:before {
    top: 0;
    background-image: url(../img/common/sp_line_top.webp);
    background-position: top center;
    z-index: 3;
  }
  .ly_header .header_body:after {
    bottom: 0;
    background-image: url(../img/common/sp_line_bottom.webp);
    background-position: bottom center;
    z-index: 2;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .header_body {
    grid-column: 3/4;
    border-left: 4px solid var(--_clr_black);
  }
}
.ly_header .header_body_inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.ly_header .header_body_inner > nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ly_header .header_body_inner > nav {
    padding: calc(50 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi) calc(70 / var(--designContW) * 100cqi);
    aspect-ratio: 375/667;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .header_body_inner > nav {
    padding: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw) 17.4647887324% calc(75 / (var(--designW) + var(--scrollbarW)) * 100vw) 17.6525821596%;
    height: 100vh;
  }
}
.ly_header .header_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(30 / var(--designContW) * 100cqi);
}
@media not all and (max-width: 767px), print {
  .ly_header .header_list {
    display: none;
  }
}
.ly_header .header_list_item {
  position: relative;
  font-family: var(--_ff_jost);
  font-weight: 500;
  font-size: calc(20 / var(--designContW) * 100cqi);
  line-height: 1.45;
}
@media not all and (max-width: 767px), print {
  .ly_header .header_list_item {
    text-align: center;
  }
}
.ly_header .header_list_item.coming-soon {
  opacity: 0.5;
}
.ly_header .header_list_item.coming-soon:after {
  content: "(Coming soon)";
  display: block;
}
.ly_header .header_list_item.coming-soon a {
  pointer-events: none;
}
.ly_header .header_btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  padding-right: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_header .header_btn {
    display: none;
  }
}
.ly_header .header_btn_item {
  position: relative;
  font-family: var(--_ff_jost);
  font-weight: 500;
  font-size: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.45;
  text-align: center;
}
.ly_header .header_btn_item .inner {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 335/90;
  padding: 0 calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  border-radius: 1000px;
  border: 4px solid var(--_clr_dark);
  background-color: var(--_theme-color);
  box-shadow: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) 0px 0px var(--_clr_black);
  transition-property: box-shadow, translate;
  transition-duration: var(--transDur);
}
.ly_header .header_btn_item .inner .txt img {
  height: calc(55 / (var(--designW) + var(--scrollbarW)) * 100vw);
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_header .header_btn_item .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
  width: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_tri.svg);
  mask-image: url(../img/common/icon/icon_tri.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  translate: 0 -50%;
}
.ly_header .header_btn_item.btn_match {
  --_theme-color: var(--_clr_red);
}
.ly_header .header_btn_item.btn_match .inner .txt img {
  width: calc(180 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
.ly_header .header_btn_item.btn_fes {
  --_theme-color: var(--_clr_blue);
}
.ly_header .header_btn_item.btn_fes .inner .txt img {
  width: calc(86 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
.ly_header .header_btn_item a {
  display: block;
}
@media not all and (max-width: 767px), print {
  .ly_header .header_btn_item a:focus-visible .inner {
    translate: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    box-shadow: 0px 0px 0px 0px var(--_clr_black);
  }
  @media (any-hover: hover) {
    .ly_header .header_btn_item a:hover .inner {
      translate: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
      box-shadow: 0px 0px 0px 0px var(--_clr_black);
    }
  }
}
.ly_header .header_btn_item.coming-soon a {
  pointer-events: none;
}
.ly_header .header_btn_item.coming-soon a .inner:before {
  content: none;
}
.ly_header .header_btn_item.coming-soon a .inner .txt img {
  margin-block: calc(-5 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(-7 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
.ly_header .header_btn_item.coming-soon a .inner .txt:after {
  content: "COMING SOON";
  display: block;
  font-family: var(--_ff_jost);
  font-weight: bold;
  font-style: italic;
  font-size: calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.4;
  color: #fff;
}
.ly_header .header_ticket {
  margin-top: calc(40 / (var(--designW) + var(--scrollbarW)) * 100vw);
  margin-right: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_header .header_ticket {
    margin-top: calc(40 / var(--designContW) * 100cqi);
    margin-right: calc(6 / var(--designContW) * 100cqi);
  }
}
.ly_header .header_travel {
  margin-top: calc(21 / (var(--designW) + var(--scrollbarW)) * 100vw);
  margin-right: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
}
@media screen and (max-width: 767px) {
  .ly_header .header_travel {
    margin-top: calc(21 / var(--designContW) * 100cqi);
    margin-right: calc(6 / var(--designContW) * 100cqi);
  }
}
.ly_header .header_travel .el_btn_inner {
  background-color: var(--_clr_yellow);
  color: var(--_clr_black);
}
.ly_header .header_desc {
  margin-top: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  font-size: calc(14 / (var(--designW) + var(--scrollbarW)) * 100vw);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_header .header_desc {
    margin-top: calc(15 / var(--designContW) * 100cqi);
    font-size: calc(14 / var(--designContW) * 100cqi);
  }
}
.ly_header .header_sns {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  column-gap: calc(30 / (var(--designW) + var(--scrollbarW)) * 100vw);
  bottom: calc(45 / (var(--designW) + var(--scrollbarW)) * 100vw);
  left: 0;
  margin-top: calc(20 / (var(--designW) + var(--scrollbarW)) * 100vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_header .header_sns {
    -moz-column-gap: calc(30 / var(--designContW) * 100cqi);
    column-gap: calc(30 / var(--designContW) * 100cqi);
    bottom: calc(41 / var(--designContW) * 100cqi);
    margin-top: calc(20 / var(--designContW) * 100cqi);
  }
}
.ly_header .header_sns > li > a {
  transition: opacity var(--transDur);
}
.ly_header .header_sns > li > a img {
  width: calc(29 / (var(--designW) + var(--scrollbarW)) * 100vw);
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .ly_header .header_sns > li > a img {
    width: calc(29 / var(--designContW) * 100cqi);
  }
}
@media not all and (max-width: 767px), print {
  .ly_header .header_sns > li > a:focus-visible {
    opacity: 0.6;
  }
  @media (any-hover: hover) {
    .ly_header .header_sns > li > a:hover {
      opacity: 0.6;
    }
  }
}

/**
 * Footer
 */
.ly_footer {
  container-type: inline-size;
}
@media not all and (max-width: 767px), print {
  .ly_footer {
    position: relative;
    width: 375px;
    margin: auto;
    border-left: 4px solid var(--_clr_black);
    border-right: 4px solid var(--_clr_black);
    box-sizing: content-box;
    z-index: 2;
  }
  .ly_footer > * {
    box-sizing: border-box;
  }
}
.ly_footer_inner {
  position: relative;
  padding-bottom: calc(10 / var(--designContW) * 100cqi);
  background-color: var(--_clr_black);
}
.ly_footer_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/10;
  background-image: url(../img/common/sp_line_bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.ly_footer .footer_main {
  background-color: #eee;
  padding: calc(40 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi);
}
.ly_footer .footer_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(10 / var(--designContW) * 100cqi);
}
.ly_footer .footer_list_item {
  position: relative;
  padding-left: calc(19 / var(--designContW) * 100cqi);
  font-weight: 500;
  font-size: calc(14 / var(--designContW) * 100cqi);
  line-height: 1.2;
}
.ly_footer .footer_list_item:before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: calc(9 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_tri.svg);
  mask-image: url(../img/common/icon/icon_tri.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  translate: 0 -50%;
}
.ly_footer .footer_list_item a {
  position: relative;
  display: inline-block;
  transition: opacity var(--transDur);
}
.ly_footer .footer_list_item a[target=_blank] {
  padding-right: calc(17 / var(--designContW) * 100cqi);
}
.ly_footer .footer_list_item a[target=_blank]:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5lh;
  right: 0;
  width: calc(15 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  background-image: url(../img/common/icon/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  translate: 0 -50%;
}
@media not all and (max-width: 767px), print {
  .ly_footer .footer_list_item a:focus-visible {
    opacity: 0.6;
  }
  @media (any-hover: hover) {
    .ly_footer .footer_list_item a:hover {
      opacity: 0.6;
    }
  }
}
.ly_footer .footer_list_item.coming-soon {
  opacity: 0.5;
}
.ly_footer .footer_list_item.coming-soon:before {
  content: none;
}
.ly_footer .footer_list_item.coming-soon:after {
  content: "(Coming soon)";
  display: block;
}
.ly_footer .footer_list_item.coming-soon a {
  pointer-events: none;
}
.ly_footer .footer_list_item.coming-soon a:after {
  content: none;
}
.ly_footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(30 / var(--designContW) * 100cqi);
  column-gap: calc(30 / var(--designContW) * 100cqi);
  margin-top: calc(20 / var(--designContW) * 100cqi);
}
.ly_footer .footer_sns > li > a {
  transition: opacity var(--transDur);
}
.ly_footer .footer_sns > li > a img {
  width: calc(29 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media not all and (max-width: 767px), print {
  .ly_footer .footer_sns > li > a:focus-visible {
    opacity: 0.6;
  }
  @media (any-hover: hover) {
    .ly_footer .footer_sns > li > a:hover {
      opacity: 0.6;
    }
  }
}
.ly_footer .footer_bottom {
  padding: calc(20 / var(--designContW) * 100cqi);
  color: #fff;
}
.ly_footer .footer_bottom .osaka_logo {
  width: calc(88 / var(--designContW) * 100cqi);
  margin-bottom: calc(10 / var(--designContW) * 100cqi);
}
.ly_footer .footer_bottom .osaka_logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ly_footer .footer_bottom .osaka_link > a {
  transition: opacity var(--transDur);
}
.ly_footer .footer_bottom .osaka_link > a .inner {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: calc(10 / var(--designContW) * 100cqi);
  column-gap: calc(10 / var(--designContW) * 100cqi);
  padding: calc(10 / var(--designContW) * 100cqi) calc(29 / var(--designContW) * 100cqi) calc(10 / var(--designContW) * 100cqi) calc(10 / var(--designContW) * 100cqi);
  border: calc(1 / var(--designContW) * 100cqi) solid rgba(255, 255, 255, 0.3);
}
.ly_footer .footer_bottom .osaka_link > a .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 / var(--designContW) * 100cqi);
  width: calc(9 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_tri.svg);
  mask-image: url(../img/common/icon/icon_tri.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  translate: 0 -50%;
}
.ly_footer .footer_bottom .osaka_link > a .inner .label {
  display: inline-block;
  flex-shrink: 0;
  padding: calc(2 / var(--designContW) * 100cqi) calc(5 / var(--designContW) * 100cqi);
  font-weight: 500;
  font-size: calc(13 / var(--designContW) * 100cqi);
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.2);
}
.ly_footer .footer_bottom .osaka_link > a .inner .ttl {
  font-weight: 500;
  font-size: calc(13 / var(--designContW) * 100cqi);
  line-height: 1.4;
}
.ly_footer .footer_bottom .osaka_link > a[target=_blank] .inner:after {
  width: calc(15 / var(--designContW) * 100cqi);
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
@media not all and (max-width: 767px), print {
  .ly_footer .footer_bottom .osaka_link > a:focus-visible {
    opacity: 0.6;
  }
  @media (any-hover: hover) {
    .ly_footer .footer_bottom .osaka_link > a:hover {
      opacity: 0.6;
    }
  }
}
.ly_footer .footer_bottom .footer_policy {
  margin-top: calc(20 / var(--designContW) * 100cqi);
  font-size: calc(12 / var(--designContW) * 100cqi);
  line-height: 1;
  text-align: center;
}
.ly_footer .footer_bottom .footer_policy > a {
  position: relative;
  display: inline-block;
  transition: opacity var(--transDur);
}
.ly_footer .footer_bottom .footer_policy > a[target=_blank] {
  padding-right: calc(17 / var(--designContW) * 100cqi);
}
.ly_footer .footer_bottom .footer_policy > a[target=_blank]:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5lh;
  right: 0;
  width: calc(15 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  translate: 0 -50%;
}
@media not all and (max-width: 767px), print {
  .ly_footer .footer_bottom .footer_policy > a:focus-visible {
    opacity: 0.6;
  }
  @media (any-hover: hover) {
    .ly_footer .footer_bottom .footer_policy > a:hover {
      opacity: 0.6;
    }
  }
}
.ly_footer .footer_bottom .footer_copyright {
  margin-top: calc(10 / var(--designContW) * 100cqi);
  font-family: var(--_ff_jost);
  font-size: calc(12 / var(--designContW) * 100cqi);
  line-height: 1.45;
  opacity: 0.5;
  text-align: center;
}

/**
 * Container
 */
.ct_std {
  margin-inline: auto;
  width: var(--contW);
}
/**
 * Block
 */
.bl_breadcrumb {
  margin-bottom: 60px;
}
.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.bl_breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 22px;
}
.bl_breadcrumb li:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}
.bl_breadcrumb a {
  display: block;
}
.bl_breadcrumb li:last-child a {
  pointer-events: none;
}

.bl_contSet > :not(:first-child) {
  margin-top: 80px;
}
.bl_contSet > .bl_hdgSet + * {
  margin-top: 0;
}

.bl_anchorLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .bl_anchorLinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_anchorLinks > li {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.bl_anchorLinks a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 20px 20px 0;
}
.bl_anchorLinks a::after {
  content: ">";
  line-height: 1;
  rotate: 90deg;
}

.bl_btns {
  display: grid;
  gap: 30px;
}
@media not all and (max-width: 767px), print {
  .bl_btns__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_btns__4col {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.bl_imgAndBody {
  --_gap_row: 30px;
  --_gap_col: 40px;
  --_imageMaxW: 40%;
}
.bl_imgAndBody_inner {
  display: grid;
  gap: var(--_gap_row) var(--_gap_col);
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_inner {
    grid-template-columns: auto fit-content(var(--_imageMaxW));
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgRight .bl_imgAndBody_img {
    order: 1;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgLeft .bl_imgAndBody_inner {
    grid-template-columns: fit-content(var(--_imageMaxW)) auto;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner {
    display: block;
    margin-bottom: calc(var(--_gap_row) * -1);
  }
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_inner::after, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    padding-bottom: var(--_gap_row);
    max-width: var(--_imageMaxW);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_img {
    float: right;
    margin-left: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_img {
    float: left;
    margin-right: var(--_gap_col);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgAndBody__imgFloatRight .bl_imgAndBody_body, .bl_imgAndBody__imgFloatLeft .bl_imgAndBody_body {
    padding-bottom: var(--_gap_row);
  }
}

.bl_img {
  display: table;
  margin: auto;
  caption-side: bottom;
}
.bl_img__w100p {
  width: 100%;
}
.bl_img__w100p img {
  width: 100%;
}
.bl_img figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_imgGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_imgGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_imgGroup .bl_img:not(:last-child) {
  margin-bottom: 20px;
}
.bl_imgGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_imgGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_wysiwyg h2 {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.bl_wysiwyg h3 {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}
.bl_wysiwyg h4 {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}
.bl_wysiwyg a {
  text-decoration: underline;
}
.bl_wysiwyg a::after {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.bl_wysiwyg a[target=_blank]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_blank.svg);
  mask-image: url(../img/common/icon/icon_blank.svg);
}
.bl_wysiwyg a[href$=".pdf"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_pdf.svg);
  mask-image: url(../img/common/icon/icon_pdf.svg);
}
.bl_wysiwyg a[href*=".doc"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_doc.svg);
  mask-image: url(../img/common/icon/icon_doc.svg);
}
.bl_wysiwyg a[href*=".xls"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_xls.svg);
  mask-image: url(../img/common/icon/icon_xls.svg);
}
.bl_wysiwyg a[href*=".ppt"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_ppt.svg);
  mask-image: url(../img/common/icon/icon_ppt.svg);
}
.bl_wysiwyg a[href$=".zip"]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_file.svg);
  mask-image: url(../img/common/icon/icon_file.svg);
}
.bl_wysiwyg a::after {
  translate: 0 4px;
}
.bl_wysiwyg a > span {
  margin-right: 5px;
}
.bl_wysiwyg a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_wysiwyg a:hover {
    text-decoration: none;
  }
}
.bl_wysiwyg ol li:not(:first-child),
.bl_wysiwyg ul li:not(:first-child) {
  margin-top: 0.5em;
}
.bl_wysiwyg ol li ol,
.bl_wysiwyg ol li ul,
.bl_wysiwyg ul li ol,
.bl_wysiwyg ul li ul {
  margin-top: 0.5em;
}
.bl_wysiwyg ol {
  counter-reset: liCounter;
}
.bl_wysiwyg ol > li {
  position: relative;
  margin-left: 1em;
}
.bl_wysiwyg ol > li::before {
  content: counter(liCounter) ".";
  counter-increment: liCounter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 3px;
  white-space: nowrap;
}
.bl_wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
}
.bl_wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  border-radius: 50%;
  width: 0.5em;
  aspect-ratio: 1;
  background-color: currentColor;
  translate: 0 -50%;
}
.bl_wysiwyg table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-collapse: separate;
}
.bl_wysiwyg th,
.bl_wysiwyg td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 16px;
}
.bl_wysiwyg th {
  background-color: #eee;
}

@media screen and (max-width: 767px) {
  .bl_table__spScroll {
    margin-inline: var(--contMargin_hor) 0;
    padding: 0 var(--contMargin_hor) 1px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_table__spScroll table {
    width: 200%;
  }
}

.bl_video {
  display: table;
  width: 100%;
  caption-side: bottom;
}
.bl_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bl_video figcaption {
  display: table-caption;
  margin-top: 15px;
  font-size: 0.875rem;
}

.bl_videoGroupList {
  display: grid;
  gap: 40px 24px;
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media not all and (max-width: 767px), print {
  .bl_videoGroupList__4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bl_videoGroup .bl_video:not(:last-child) {
  margin-bottom: 20px;
}
.bl_videoGroup_title {
  font-size: 1.25rem;
  font-weight: bold;
}
.bl_videoGroup_title:not(:last-child) {
  margin-bottom: 15px;
}

.bl_dataTable {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  .bl_dataTable {
    grid-template-columns: minmax(100px, max-content) 1fr;
  }
}
.bl_dataTable_row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  border-bottom: 2px solid;
  padding: 20px;
}
.bl_dataTable_row:nth-child(odd) {
  background-color: #ddd;
}
.bl_dataTable dt {
  font-weight: bold;
}

.bl_accordionList {
  display: grid;
  gap: 30px;
}

.bl_accordion {
  border: 2px solid;
}
.bl_accordion_head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
}
.bl_accordion_head::-webkit-details-marker {
  display: none;
}
.bl_accordion_head .icon {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.bl_accordion_head .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  rotate: 90deg;
}
.bl_accordion[open] .bl_accordion_head .icon::before {
  opacity: 0;
}
.bl_accordion_body {
  overflow: hidden;
}
.bl_accordion_body > div {
  padding: 0 30px 20px;
}

.bl_dialog {
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition-property: opacity, visibility, overlay;
  transition-duration: var(--transDur);
  transition-timing-function: var(--transEasing);
  transition-behavior: allow-discrete;
  scrollbar-width: none;
}
.bl_dialog::-webkit-scrollbar {
  display: none;
}
.bl_dialog[open] {
  opacity: 1;
  visibility: visible;
}
.bl_dialog::backdrop {
  display: none;
}
.bl_dialog_backdrop {
  height: calc(100% + 1px);
}
.bl_dialog_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bl_dialog_body {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.bl_dialog_closeBtn {
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  aspect-ratio: 1;
  background-color: #000;
}
.bl_dialog_closeBtn > span:not([class]) {
  position: relative;
  width: 16px;
  height: 2px;
}
.bl_dialog_closeBtn > span:not([class])::before, .bl_dialog_closeBtn > span:not([class])::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
}
.bl_dialog_closeBtn > span:not([class])::before {
  rotate: -45deg;
}
.bl_dialog_closeBtn > span:not([class])::after {
  rotate: 45deg;
}

.bl_tabCont_tablist button {
  border: 1px solid var(--black_txt);
  border-bottom: 0;
  padding: 1em;
}
.bl_tabCont_tablist button[aria-selected=true] {
  background-color: var(--black_txt);
  color: #fff;
}
.bl_tabCont_tabpanel {
  border: 2px solid;
  padding: 2em;
}

/**
 * Element
 */
.el_hdgLg {
  margin-bottom: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.el_hdgMd {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}

.el_hdgSm {
  margin-bottom: 15px;
  font-size: 1.625rem;
  font-weight: bold;
}

.el_btn {
  position: relative;
  display: block;
  transition: translate var(--transDur);
}
.el_btn:after {
  content: "";
  position: absolute;
  top: calc(6 / var(--designContW) * 100cqi);
  left: calc(6 / var(--designContW) * 100cqi);
  width: 100%;
  height: 100%;
  border: calc(2 / var(--designContW) * 100cqi) solid var(--_clr_black);
  background-color: #fff;
  transition: inherit;
  z-index: 0;
}
@media not all and (max-width: 767px), print {
  .el_btn:focus-visible {
    translate: calc(6 / var(--designContW) * 100cqi) calc(6 / var(--designContW) * 100cqi);
  }
  .el_btn:focus-visible:after {
    translate: calc(-6 / var(--designContW) * 100cqi) calc(-6 / var(--designContW) * 100cqi);
  }
  @media (any-hover: hover) {
    .el_btn:hover {
      translate: calc(6 / var(--designContW) * 100cqi) calc(6 / var(--designContW) * 100cqi);
    }
    .el_btn:hover:after {
      translate: calc(-6 / var(--designContW) * 100cqi) calc(-6 / var(--designContW) * 100cqi);
    }
  }
}
.el_btn_inner {
  position: relative;
  display: block;
  padding: calc(18 / var(--designContW) * 100cqi) calc(40 / var(--designContW) * 100cqi) calc(18 / var(--designContW) * 100cqi) calc(15 / var(--designContW) * 100cqi);
  background-color: var(--_clr_black);
  border: calc(2 / var(--designContW) * 100cqi) solid var(--_clr_black);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.el_btn_inner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(17 / var(--designContW) * 100cqi);
  width: calc(15 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon/icon_tri.svg);
  mask-image: url(../img/common/icon/icon_tri.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  translate: 0 -50%;
}
.el_btn_inner > span {
  font-weight: 700;
  font-size: calc(16 / var(--designContW) * 100cqi);
  line-height: 1.2;
}
.el_btn.coming-soon {
  pointer-events: none;
}
.el_btn.coming-soon:after {
  border-color: #808080;
}
.el_btn.coming-soon .el_btn_inner {
  padding: calc(8 / var(--designContW) * 100cqi) calc(15 / var(--designContW) * 100cqi);
  border-color: #808080;
  background-color: #ddd !important;
  color: #808080 !important;
}
.el_btn.coming-soon .el_btn_inner:before {
  content: none;
}
.el_btn.coming-soon .el_btn_inner > span {
  position: relative;
  display: block;
}
.el_btn.coming-soon .el_btn_inner > span:before {
  content: "COMING SOON";
  display: block;
  margin-inline: auto;
  margin-bottom: calc(5 / var(--designContW) * 100cqi);
  padding: calc(3 / var(--designContW) * 100cqi) calc(10 / var(--designContW) * 100cqi);
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(128, 128, 128, 0.6);
  color: #fff;
  font-family: var(--_ff_jost);
  font-weight: bold;
  font-style: italic;
  font-size: calc(12 / var(--designContW) * 100cqi);
  line-height: 1.2;
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .el_btn_header:after {
    top: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    left: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border: 2px solid var(--_clr_black);
  }
  .el_btn_header:focus-visible {
    translate: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .el_btn_header:focus-visible:after {
    translate: calc(-6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(-6 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  @media (any-hover: hover) {
    .el_btn_header:hover {
      translate: calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    }
    .el_btn_header:hover:after {
      translate: calc(-6 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(-6 / (var(--designW) + var(--scrollbarW)) * 100vw);
    }
  }
  .el_btn_header .el_btn_inner {
    padding: calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(40 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(18 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
    border: 2px solid var(--_clr_black);
  }
  .el_btn_header .el_btn_inner:before {
    right: calc(17 / (var(--designW) + var(--scrollbarW)) * 100vw);
    width: calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .el_btn_header .el_btn_inner > span {
    font-size: calc(16 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media not all and (max-width: 767px), print {
  .el_btn_header.coming-soon .el_btn_inner {
    padding: calc(8 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(15 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
  .el_btn_header.coming-soon .el_btn_inner > span:before {
    margin-bottom: calc(5 / (var(--designW) + var(--scrollbarW)) * 100vw);
    padding: calc(3 / (var(--designW) + var(--scrollbarW)) * 100vw) calc(10 / (var(--designW) + var(--scrollbarW)) * 100vw);
    font-size: calc(12 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}

/**
 * Unique
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hp_trimLeading::before, .hp_trimLeading::after {
  content: "";
  display: block;
}
.hp_trimLeading::before {
  margin-block-end: var(--negLeading);
}
.hp_trimLeading::after {
  margin-block-start: var(--negLeading);
}

html:is(:not([lang=ja])) .hp_ja {
  display: none;
}

html:is(:not([lang=cn])) .hp_cn {
  display: none;
}

html:is([lang=ja]) .hp_en, html:is([lang=cn]) .hp_en {
  display: none;
}

/**
 * Page
 */
.pg_home .sectionHdg {
  margin-bottom: calc(15 / var(--designContW) * 100cqi);
  font-family: var(--_ff_jost);
  font-weight: 700;
  font-size: calc(36 / var(--designContW) * 100cqi);
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
.pg_home .areaHdg {
  padding: calc(5 / var(--designContW) * 100cqi);
  margin-inline: auto;
  margin-bottom: calc(15 / var(--designContW) * 100cqi);
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(200 / var(--designContW) * 100cqi);
  background-color: var(--_clr_black);
  border-radius: 1000px;
  font-weight: 700;
  font-size: calc(20 / var(--designContW) * 100cqi);
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.pg_home .mvSect {
  position: relative;
  width: 100%;
  aspect-ratio: 375/667;
}
.pg_home .mvSect .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pg_home .eventSect {
  padding-block: calc(50 / var(--designContW) * 100cqi) calc(66 / var(--designContW) * 100cqi);
}
.pg_home .eventSect .eventList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(56 / var(--designContW) * 100cqi);
}
.pg_home .eventSect .eventList .eventList_item > a {
  display: block;
}
.pg_home .eventSect .eventList .eventList_item > a .inner {
  background-color: var(--_theme-color);
  box-shadow: calc(6 / var(--designContW) * 100cqi) calc(6 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) #000000;
  transition-property: box-shadow, translate;
  transition-duration: var(--transDur);
}
.pg_home .eventSect .eventList .eventList_item > a .inner .thumb {
  padding: calc(8 / var(--designContW) * 100cqi);
}
.pg_home .eventSect .eventList .eventList_item > a .inner .thumb img {
  width: 100%;
  height: 100%;
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label .txt {
  position: relative;
  padding: calc(4 / var(--designContW) * 100cqi) calc(30 / var(--designContW) * 100cqi) calc(12 / var(--designContW) * 100cqi);
  font-weight: 700;
  font-size: calc(17 / var(--designContW) * 100cqi);
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label .txt:before {
  content: "";
  position: absolute;
  top: 45%;
  right: calc(13 / var(--designContW) * 100cqi);
  width: calc(11 / var(--designContW) * 100cqi);
  height: calc(13 / var(--designContW) * 100cqi);
  background-image: url(../img/common/icon/icon_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  translate: 0 -50%;
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label .txt span.pre {
  display: inline-block;
  margin-top: calc(6 / var(--designContW) * 100cqi);
  padding: calc(3 / var(--designContW) * 100cqi) calc(25 / var(--designContW) * 100cqi);
  background-color: #fff;
  font-weight: 600;
  font-size: calc(13 / var(--designContW) * 100cqi);
  line-height: 1.2;
  color: var(--_theme-color);
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label.coming-soon {
  display: grid;
  place-content: center;
  padding: calc(12 / var(--designContW) * 100cqi);
  background-color: var(--_clr_ash);
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label.coming-soon:before {
  content: "COMING SOON";
  font-family: var(--_ff_jost);
  font-weight: 700;
  font-style: italic;
  font-size: calc(28 / var(--designContW) * 100cqi);
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--_clr_gray);
}
.pg_home .eventSect .eventList .eventList_item > a .inner .label.coming-soon .txt {
  display: none;
}
@media not all and (max-width: 767px), print {
  .pg_home .eventSect .eventList .eventList_item > a:focus-visible .inner {
    translate: calc(6 / var(--designContW) * 100cqi) calc(6 / var(--designContW) * 100cqi);
    box-shadow: calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) #000000;
  }
  @media (any-hover: hover) {
    .pg_home .eventSect .eventList .eventList_item > a:hover .inner {
      translate: calc(6 / var(--designContW) * 100cqi) calc(6 / var(--designContW) * 100cqi);
      box-shadow: calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) calc(0 / var(--designContW) * 100cqi) #000000;
    }
  }
}
.pg_home .eventSect .eventList .eventList_item > a:has(.coming-soon) {
  pointer-events: none;
}
.pg_home .eventSect .event__match {
  --_theme-color: var(--_clr_red);
}
.pg_home .eventSect .event__fes {
  --_theme-color: var(--_clr_blue);
}
.pg_home .eventSect .event_desc {
  margin-top: calc(15 / var(--designContW) * 100cqi);
  font-size: calc(14 / var(--designContW) * 100cqi);
  line-height: 1.2;
  text-align: center;
}
.pg_home .eventSect .event_ticket {
  margin-top: calc(30 / var(--designContW) * 100cqi);
}
.pg_home .eventSect .event_travel {
  margin-top: calc(21 / var(--designContW) * 100cqi);
}
.pg_home .eventSect .event_travel .el_btn_inner {
  background-color: var(--_clr_yellow);
  color: var(--_clr_black);
}
.pg_home .leadSect {
  padding: calc(50 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi);
}
.pg_home .leadSect .lead_logo {
  margin-inline: auto;
  margin-bottom: calc(30 / var(--designContW) * 100cqi);
  text-align: center;
}
.pg_home .leadSect .lead_txt {
  font-weight: bold;
  font-size: calc(15 / var(--designContW) * 100cqi);
  line-height: 2.2;
  text-align: center;
}
.pg_home .newsSect {
  position: relative;
  padding: calc(60 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi) calc(65 / var(--designContW) * 100cqi);
  background-color: #f2f2f2;
}
.pg_home .newsSect:before, .pg_home .newsSect:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 375/11;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.pg_home .newsSect:before {
  top: 0;
  background-image: url(../img/common/sp_line_top.webp);
  background-position: top center;
}
.pg_home .newsSect:after {
  bottom: 0;
  background-image: url(../img/common/sp_line_bottom.webp);
  background-position: bottom center;
}
.pg_home .newsSect .newsList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .newsSect .newsList_item article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  -moz-column-gap: calc(15 / var(--designContW) * 100cqi);
  column-gap: calc(15 / var(--designContW) * 100cqi);
  padding: calc(13 / var(--designContW) * 100cqi);
  border: calc(2 / var(--designContW) * 100cqi) solid #333;
  border-radius: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .newsSect .newsList_item article time {
  display: block;
  padding-right: calc(14 / var(--designContW) * 100cqi);
  border-right: calc(1 / var(--designContW) * 100cqi) solid #ccc;
  font-family: var(--_ff_jost);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.pg_home .newsSect .newsList_item article time .yyyy {
  display: block;
  font-size: calc(13 / var(--designContW) * 100cqi);
}
.pg_home .newsSect .newsList_item article time .mm-dd {
  display: block;
  font-size: calc(15 / var(--designContW) * 100cqi);
}
.pg_home .newsSect .newsList_item article .ttl {
  font-weight: 500;
  font-size: calc(15 / var(--designContW) * 100cqi);
  line-height: 2.2;
}
.pg_home .commissionSect {
  padding: calc(50 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi);
  background-image: radial-gradient(circle, #dedede 0.7px, transparent 0.8px);
  background-size: 3px 3px;
}
.pg_home .commissionSect .sectionHdg {
  margin-bottom: calc(20 / var(--designContW) * 100cqi);
}
.pg_home .commissionSect .commissionList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(15 / var(--designContW) * 100cqi);
  padding: calc(27 / var(--designContW) * 100cqi);
  border: calc(3 / var(--designContW) * 100cqi) solid var(--_clr_black);
  border-radius: calc(10 / var(--designContW) * 100cqi);
  background-color: #fff;
}
.pg_home .commissionSect .commissionList_item figure {
  width: 100%;
  aspect-ratio: 130/48;
}
.pg_home .commissionSect .commissionList_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pg_home .matchSect .match_headArea {
  position: relative;
  padding-block: calc(80 / var(--designContW) * 100cqi) calc(178 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_headArea .match_logo {
  margin-bottom: calc(40 / var(--designContW) * 100cqi);
  text-align: center;
}
.pg_home .matchSect .match_headArea .match_lead {
  padding-inline: calc(48 / var(--designContW) * 100cqi);
  font-weight: 700;
  font-size: calc(16 / var(--designContW) * 100cqi);
  line-height: 1.6;
  text-align: center;
}
.pg_home .matchSect .match_infoArea {
  position: relative;
  padding: calc(30 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi);
  background-color: var(--_clr_red);
}
.pg_home .matchSect .match_infoArea:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 375/50;
  background-image: url(../img/common/bg_dots01.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.pg_home .matchSect .match_infoArea:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 375/50;
  background-image: url(../img/common/bg_dots02.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.pg_home .matchSect .match_infoArea .date {
  padding-bottom: calc(40 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_infoArea .date .dateList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(7 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_infoArea .date .dateList_item {
  padding: calc(12 / var(--designContW) * 100cqi) calc(9 / var(--designContW) * 100cqi) calc(9 / var(--designContW) * 100cqi);
  border: calc(3 / var(--designContW) * 100cqi) solid var(--_clr_black);
  border-radius: calc(10 / var(--designContW) * 100cqi);
  background-color: #fff;
  font-family: var(--_ff_jost);
  text-align: center;
}
.pg_home .matchSect .match_infoArea .date .dateList_item time {
  display: block;
  font-weight: 900;
  font-size: calc(32 / var(--designContW) * 100cqi);
  line-height: 1;
  letter-spacing: -0.05em;
}
.pg_home .matchSect .match_infoArea .date .dateList_item .dow {
  display: block;
  font-weight: 700;
  font-size: calc(20 / var(--designContW) * 100cqi);
  line-height: 1;
  color: #666;
}
.pg_home .matchSect .match_infoArea .date .dateList_item .dow_sat {
  color: var(--_clr_blue);
}
.pg_home .matchSect .match_infoArea .date .dateList_item .dow_sun {
  color: var(--_clr_red);
}
.pg_home .matchSect .match_infoArea .place {
  padding-bottom: calc(30 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_infoArea .place .areaHdg {
  margin-bottom: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_infoArea .place > p {
  font-weight: 700;
  font-size: calc(24 / var(--designContW) * 100cqi);
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.pg_home .matchSect .match_infoArea .place > address {
  margin-top: calc(5 / var(--designContW) * 100cqi);
  font-weight: 500;
  font-size: calc(16 / var(--designContW) * 100cqi);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.pg_home .matchSect .match_infoArea .schedule_desc {
  font-weight: 600;
  font-size: calc(18 / var(--designContW) * 100cqi);
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.pg_home .matchSect .match_infoArea .schedule_calender {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: calc(15 / var(--designContW) * 100cqi);
  border: calc(3 / var(--designContW) * 100cqi) solid var(--_clr_black);
  border-radius: calc(10 / var(--designContW) * 100cqi);
  overflow: hidden;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(5 / var(--designContW) * 100cqi);
  column-gap: calc(5 / var(--designContW) * 100cqi);
  padding: calc(10 / var(--designContW) * 100cqi);
  background-color: var(--_clr_black);
  font-family: var(--_ff_jost);
  text-align: center;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dt time {
  font-weight: 900;
  font-size: calc(28 / var(--designContW) * 100cqi);
  line-height: 1;
  color: #fff;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dt .dow {
  margin-top: calc(5 / var(--designContW) * 100cqi);
  font-weight: 700;
  font-size: calc(20 / var(--designContW) * 100cqi);
  line-height: 1;
  color: #bbb;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dt .dow_sat {
  color: var(--_clr_blue);
}
.pg_home .matchSect .match_infoArea .schedule_calender > dt .dow_sun {
  color: var(--_clr_red);
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item {
  background-color: #fff;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item:not(:last-child) {
  border-bottom: calc(2 / var(--designContW) * 100cqi) dashed var(--_clr_black);
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item .game_hdg {
  padding: calc(10 / var(--designContW) * 100cqi);
  background-color: #eee;
  font-family: var(--_ff_jost);
  font-weight: 700;
  font-size: calc(18 / var(--designContW) * 100cqi);
  line-height: 1;
  text-align: center;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item .game_versus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(15 / var(--designContW) * 100cqi);
  column-gap: calc(15 / var(--designContW) * 100cqi);
  padding: calc(10 / var(--designContW) * 100cqi) calc(19 / var(--designContW) * 100cqi) calc(12 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item .game_versus .game_team {
  font-weight: 700;
  font-size: calc(16 / var(--designContW) * 100cqi);
  line-height: 1.4;
  text-align: center;
}
.pg_home .matchSect .match_infoArea .schedule_calender > dd .gameList_item .game_versus .vs {
  display: inline-block;
  font-family: var(--_ff_jost);
  font-weight: 700;
  font-size: calc(15 / var(--designContW) * 100cqi);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #999;
}
.pg_home .matchSect .match_teamSect {
  padding: calc(70 / var(--designContW) * 100cqi) calc(20 / var(--designContW) * 100cqi) calc(66 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .sectionHdg {
  margin-bottom: calc(20 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: calc(15 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList_item {
  padding: calc(17 / var(--designContW) * 100cqi) calc(28 / var(--designContW) * 100cqi) calc(17 / var(--designContW) * 100cqi) calc(17 / var(--designContW) * 100cqi);
  border: calc(3 / var(--designContW) * 100cqi) solid #e4e4e4;
  border-radius: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList_item .team_hdg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: calc(15 / var(--designContW) * 100cqi);
  column-gap: calc(15 / var(--designContW) * 100cqi);
  margin-bottom: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList_item .team_hdg .team_name {
  font-weight: 700;
  font-size: calc(18 / var(--designContW) * 100cqi);
  line-height: 1.4;
}
.pg_home .matchSect .match_teamSect .teamList_item .team_hdg .team_logo {
  flex-shrink: 0;
}
.pg_home .matchSect .match_teamSect .teamList_item .team_hdg .team_logo img {
  width: calc(70 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.pg_home .matchSect .match_teamSect .teamList_item .team_txt {
  font-size: calc(13 / var(--designContW) * 100cqi);
  line-height: 1.6;
}
.pg_home .matchSect .match_teamSect .teamList_item .team_link {
  margin-top: calc(10 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList_item .team_link > a {
  position: relative;
  display: inline-block;
  font-size: calc(13 / var(--designContW) * 100cqi);
  line-height: 1.6;
  text-decoration: underline;
  transition: text-decoration-color var(--transDur);
}
.pg_home .matchSect .match_teamSect .teamList_item .team_link > a[target=_blank] {
  padding-right: calc(17 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .teamList_item .team_link > a[target=_blank]:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.5lh;
  right: 0;
  width: calc(15 / var(--designContW) * 100cqi);
  aspect-ratio: 1;
  background-image: url(../img/common/icon/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  translate: 0 -50%;
}
@media not all and (max-width: 767px), print {
  .pg_home .matchSect .match_teamSect .teamList_item .team_link > a:focus-visible {
    text-decoration-color: transparent;
  }
  @media (any-hover: hover) {
    .pg_home .matchSect .match_teamSect .teamList_item .team_link > a:hover {
      text-decoration-color: transparent;
    }
  }
}
.pg_home .matchSect .match_teamSect .team_ticket {
  margin-top: calc(30 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .team_travel {
  margin-top: calc(21 / var(--designContW) * 100cqi);
}
.pg_home .matchSect .match_teamSect .team_travel .el_btn_inner {
  background-color: var(--_clr_yellow);
  color: var(--_clr_black);
}

/**
 * Keyframes
 */