@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 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; /* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  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;
  border: 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;
}

body {
  min-width: 320px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #021225;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.is-loading {
  overflow: hidden;
  opacity: 0;
}
body.is-loaded {
  overflow: auto;
  opacity: 1;
}
body.is-fixed {
  position: fixed;
  inset: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

figure, button {
  font-size: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

@media screen and (min-width: 1281px) {
  .l-header-menu {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header-menu {
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu.is-active {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .l-header-menu__overlay {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(30, 41, 57, 0.7);
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    pointer-events: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1281px) {
  .l-header-menu__container {
    width: max(265px, 13.8020833333vw);
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    overflow-y: auto;
    background: #021225 url("../webp/common/bg_pattern.webp") repeat-y top center/100% auto;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, opacity 0.2s ease-out;
    transition: transform 0.35s ease-out, opacity 0.2s ease-out, -webkit-transform 0.35s ease-out;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .l-header-menu__container::-webkit-scrollbar {
    width: max(8px, 0.4166666667vw);
    height: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .l-header-menu__container::-webkit-scrollbar {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__container::-webkit-scrollbar-track {
    background-color: #939ca9;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__container::-webkit-scrollbar-thumb {
    background-color: #f79428;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .l-header-menu__container::-webkit-scrollbar-thumb {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .l-header-menu__container::-webkit-scrollbar-thumb {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header-menu__container {
    width: 506px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-menu__container {
    width: 84.375vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu__container.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 1281px) {
  .l-header-menu__container-inner {
    padding: max(40px, 2.0833333333vw) 0 max(40px, 2.0833333333vw) max(40px, 2.0833333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-header-menu__container-inner {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-menu__container-inner {
    padding: 10.4166666667vw;
  }
}

.l-footer {
  background: url("../webp/common/footer/bg_footer.webp") no-repeat bottom center/100% auto;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    height: max(1476px, 76.875vw);
    padding-top: max(212px, 11.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer {
    height: 245.8333333333vw;
    padding-top: 35.15625vw;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer-logo {
    width: max(462px, 24.0625vw);
    margin-left: max(78px, 4.0625vw);
    margin-bottom: max(92px, 4.7916666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-logo {
    width: 76.8229166667vw;
    margin-left: 13.0208333333vw;
    margin-bottom: 15.234375vw;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer-official {
    margin-bottom: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official {
    margin-bottom: 10.4166666667vw;
  }
}
.l-footer-official__neo-porte-logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-footer-official__neo-porte-logo {
    width: max(320px, 16.6666666667vw);
    margin-bottom: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__neo-porte-logo {
    width: 53.125vw;
    margin-bottom: 7.9427083333vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__site {
    margin-bottom: max(64px, 3.3333333333vw);
    padding: 0 max(78px, 4.0625vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__site {
    margin-bottom: 10.4166666667vw;
    padding: 0 13.0208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__site-item {
    border-bottom: max(2px, 0.1041666667vw) solid rgba(135, 137, 145, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__site-item {
    border-bottom: 0.2604166667vw solid rgba(135, 137, 145, 0.5);
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__site-item:first-child {
    border-top: max(2px, 0.1041666667vw) solid rgba(135, 137, 145, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__site-item:first-child {
    border-top: 0.2604166667vw solid rgba(135, 137, 145, 0.5);
  }
}
.l-footer-official__site-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .l-footer-official__site-link {
    height: max(94px, 4.8958333333vw);
    padding-right: max(10px, 0.5208333333vw);
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__site-link {
    height: 15.625vw;
    padding-right: 1.4322916667vw;
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .l-footer-official__site-link {
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
  .l-footer-official__site-link:hover {
    color: #f79428;
  }
}
.l-footer-official__site-link .c-svg--external {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .l-footer-official__site-link .c-svg--external {
    width: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__site-link .c-svg--external {
    width: 3.90625vw;
  }
}
.l-footer-official__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .l-footer-official__sns {
    margin-bottom: max(64px, 3.3333333333vw);
    padding: 0 max(78px, 4.0625vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__sns {
    margin-bottom: 10.4166666667vw;
    padding: 0 13.0208333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__sns-item {
    margin: 0 max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__sns-item {
    margin: 0 1.3020833333vw;
  }
}
.l-footer-official__sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1e2939;
}
@media (any-hover: hover) {
  .l-footer-official__sns-link {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .l-footer-official__sns-link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__sns-link {
    width: max(78px, 4.0625vw);
    height: max(78px, 4.0625vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__sns-link {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
.l-footer-official__sns-link .c-svg {
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .l-footer-official__sns-link .c-svg--x {
    width: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__sns-link .c-svg--x {
    width: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-official__sns-link .c-svg--youtube {
    width: max(40px, 2.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-official__sns-link .c-svg--youtube {
    width: 6.5104166667vw;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer-contact {
    margin-bottom: max(64px, 3.3333333333vw);
    padding: 0 max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact {
    margin-bottom: 10.4166666667vw;
    padding: 0 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-contact__item + .l-footer-contact__item {
    margin-top: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact__item + .l-footer-contact__item {
    margin-top: 7.8125vw;
  }
}
.l-footer-contact__text {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .l-footer-contact__text {
    font-size: max(19px, 0.9895833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact__text {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-contact__text + .l-footer-contact__text {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact__text + .l-footer-contact__text {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer-contact__text--email + .l-footer-contact__text {
    margin-top: max(12px, 0.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact__text--email + .l-footer-contact__text {
    margin-top: 1.8229166667vw;
  }
}
.l-footer-contact__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.l-footer-contact__link.u-link-blank .c-svg--external {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .l-footer-contact__link.u-link-blank .c-svg--external {
    margin-left: max(13px, 0.6770833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-contact__link.u-link-blank .c-svg--external {
    margin-left: 2.0833333333vw;
  }
}

.l-footer-copyright__text {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-footer-copyright__text {
    width: max(212px, 11.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-footer-copyright__text {
    width: 35.15625vw;
  }
}

.l-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-wrapper__background {
    position: fixed;
    inset: 0;
    background: #021225 url("../webp/pc/common/bg_fixed.webp") no-repeat top center/cover;
    content: "";
  }
}
@media screen and (min-width: 1281px) {
  .l-fixed-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    inset: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1281px) {
  .l-fixed-layout .l-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
.l-fixed-layout .c-global-nav a {
  pointer-events: auto;
}
@media screen and (min-width: 1281px) {
  .l-fixed-layout .l-main-spacer {
    width: max(600px, 31.25vw);
  }
}
@media screen and (max-width: 1280px) {
  .l-fixed-layout .l-main-spacer {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .l-fixed-layout .l-side-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 1280px) {
  .l-fixed-layout .l-side-content {
    display: none;
  }
}
.l-fixed-layout .l-side-content__sns-link {
  pointer-events: auto;
}

.l-main-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #021225 url("../webp/common/bg_pattern.webp") repeat-y top center/100% auto;
}
@media screen and (min-width: 1025px) {
  .l-main-content {
    width: max(600px, 31.25vw);
    margin: 0 auto;
    -webkit-box-shadow: 0 0 max(40px, 2.0833333333vw) rgba(22, 29, 57, 0.5);
    box-shadow: 0 0 max(40px, 2.0833333333vw) rgba(22, 29, 57, 0.5);
  }
}
.c-svg {
  display: inline-block;
  font-size: 0;
}
.c-svg svg {
  overflow: visible;
  width: 100%;
  fill: currentColor;
}

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.c-button--primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#f79428), to(#e6e6fa));
  background-image: -webkit-linear-gradient(left, #f79428 0%, #e6e6fa 100%);
  background-image: linear-gradient(90deg, #f79428 0%, #e6e6fa 100%);
}
@media (any-hover: hover) {
  .c-button--primary {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-button--primary:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .c-button--primary {
    max-width: max(460px, 23.9583333333vw);
    height: max(94px, 4.8958333333vw);
    -webkit-box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 #1e2939;
    box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 #1e2939;
  }
}
@media screen and (max-width: 1024px) {
  .c-button--primary {
    max-width: 76.5625vw;
    height: 15.625vw;
    -webkit-box-shadow: 1.0416666667vw 1.0416666667vw 0 #1e2939;
    box-shadow: 1.0416666667vw 1.0416666667vw 0 #1e2939;
  }
}
.c-button--primary .c-button__content {
  width: 100%;
  text-align: center;
}
.c-button--primary .c-button__text {
  color: #1e2939;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-button--primary .c-button__text {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-button--primary .c-button__text {
    font-size: 4.4270833333vw;
  }
}
.c-button--primary .c-button__icon {
  position: absolute;
  color: #1e2939;
}
@media screen and (min-width: 1025px) {
  .c-button--primary .c-button__icon {
    top: max(36px, 1.875vw);
    right: max(28px, 1.4583333333vw);
    width: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-button--primary .c-button__icon {
    top: 6.0546875vw;
    right: 4.5572916667vw;
    width: 3.90625vw;
  }
}
.c-button--primary.is-disabled, .c-button--primary:disabled {
  background-image: -webkit-gradient(linear, left top, right top, from(#939ca9), to(#939ca9));
  background-image: -webkit-linear-gradient(left, #939ca9 0%, #939ca9 100%);
  background-image: linear-gradient(90deg, #939ca9 0%, #939ca9 100%);
  pointer-events: none;
}
.c-button--primary.is-disabled .c-button__text, .c-button--primary:disabled .c-button__text {
  color: rgba(30, 41, 57, 0.5);
}

@media screen and (min-width: 1281px) {
  .c-button-menu {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .c-button-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2000;
    mix-blend-mode: difference;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu {
    right: calc(50% - (600px / 2));
    width: 94px;
    height: 94px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu {
    right: 0;
    width: 15.625vw;
    height: 15.625vw;
  }
}
.c-button-menu__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu__inner {
    width: 78px;
    height: 29px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu__inner {
    width: 13.0208333333vw;
    height: 4.9479166667vw;
  }
}
.c-button-menu__inner::before, .c-button-menu__inner::after {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: top 0.35s, -webkit-transform 0.35s;
  transition: top 0.35s, -webkit-transform 0.35s;
  transition: top 0.35s, transform 0.35s;
  transition: top 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu__inner::before, .c-button-menu__inner::after {
    width: 78px;
    height: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu__inner::before, .c-button-menu__inner::after {
    width: 13.0208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu__inner::before {
    top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu__inner::before {
    top: 1.171875vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu__inner::after {
    top: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu__inner::after {
    top: 3.2552083333vw;
  }
}
.c-button-menu.is-open .c-button-menu__inner::before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu.is-open .c-button-menu__inner::before {
    top: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu.is-open .c-button-menu__inner::before {
    top: 2.2135416667vw;
  }
}
.c-button-menu.is-open .c-button-menu__inner::after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-button-menu.is-open .c-button-menu__inner::after {
    top: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button-menu.is-open .c-button-menu__inner::after {
    top: 2.2135416667vw;
  }
}

.c-title {
  background: url("../webp/common/home/bg_title.webp") no-repeat top left;
}
@media screen and (min-width: 1025px) {
  .c-title {
    height: max(78px, 4.0625vw);
    background-size: max(56px, 2.9166666667vw) max(78px, 4.0625vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-title {
    height: 13.0208333333vw;
    background-size: 9.375vw 13.0208333333vw;
  }
}
.c-title img {
  width: 100%;
}

.c-sub-title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background: url("../webp/common/home/bg_sub-title.webp") no-repeat top left;
}
@media screen and (min-width: 1025px) {
  .c-sub-title {
    min-height: max(50px, 2.6041666667vw);
    padding-left: max(20px, 1.0416666667vw);
    font-size: max(32px, 1.6666666667vw);
    background-size: max(6px, 0.3125vw) max(50px, 2.6041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-sub-title {
    min-height: 8.3333333333vw;
    padding-left: 3.3854166667vw;
    font-size: 5.2083333333vw;
    background-size: 0.78125vw 8.3333333333vw;
  }
}

.c-label {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-label {
    height: max(30px, 1.5625vw);
    padding: max(5px, 0.2604166667vw) max(10px, 0.5208333333vw);
    border: max(1px, 0.0520833333vw) solid;
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-label {
    height: 4.9479166667vw;
    padding: 0.9114583333vw 1.4322916667vw;
    border: 0.1302083333vw solid;
    font-size: 2.6041666667vw;
  }
}
.c-label--fill {
  color: #e6f5f5;
}
.c-label--fill.c-label--orange {
  border-color: #f79428;
  background-color: #f79428;
}
.c-label--fill.c-label--gray {
  border-color: #939ca9;
  background-color: #939ca9;
}
.c-label--border.c-label--orange {
  color: #f79428;
  border-color: #f79428;
}
.c-label--border.c-label--gray {
  color: #939ca9;
  border-color: #939ca9;
}

.c-info__title {
  color: #939ca9;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-info__title {
    margin-bottom: max(8px, 0.4166666667vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-info__title {
    margin-bottom: 1.3020833333vw;
    font-size: 3.125vw;
  }
}
.c-info__text {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-info__text {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-info__text {
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-info__text + .c-info__text {
    margin-top: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-info__text + .c-info__text {
    margin-top: 0.5208333333vw;
  }
}

@media screen and (min-width: 769px) {
  .c-accordion {
    -webkit-box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 rgba(30, 41, 57, 0.2);
    box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 rgba(30, 41, 57, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion {
    -webkit-box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(30, 41, 57, 0.2);
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(30, 41, 57, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .c-accordion + .c-accordion {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion + .c-accordion {
    margin-top: 2.6041666667vw;
  }
}
.c-accordion__button {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .c-accordion__button {
    min-height: max(112px, 5.8333333333vw);
    padding: max(34px, 1.7708333333vw) max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__button {
    min-height: 18.4895833333vw;
    padding: 5.7291666667vw 7.8125vw;
  }
}
@media (any-hover: hover) {
  .c-accordion__button .c-accordion__button-icon::before {
    -webkit-transition: background-color 0.35s, -webkit-transform 0.5s;
    transition: background-color 0.35s, -webkit-transform 0.5s;
    transition: transform 0.5s, background-color 0.35s;
    transition: transform 0.5s, background-color 0.35s, -webkit-transform 0.5s;
  }
  .c-accordion__button .c-accordion__button-icon::after {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-accordion__button:hover .c-accordion__button-icon::before, .c-accordion__button:hover .c-accordion__button-icon::after {
    background-color: #f79428;
  }
}
.c-accordion__button.is-open .c-accordion__button-icon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-accordion__button-text {
  color: #084567;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-accordion__button-text {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__button-text {
    font-size: 4.4270833333vw;
  }
}
.c-accordion__button-icon {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .c-accordion__button-icon {
    right: max(48px, 2.5vw);
    width: max(14px, 0.7291666667vw);
    height: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__button-icon {
    right: 7.8125vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.c-accordion__button-icon::before, .c-accordion__button-icon::after {
  position: absolute;
  background-color: #084567;
  content: "";
}
@media screen and (min-width: 1025px) {
  .c-accordion__button-icon::before, .c-accordion__button-icon::after {
    width: max(14px, 0.7291666667vw);
    height: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__button-icon::before, .c-accordion__button-icon::after {
    width: 2.0833333333vw;
    height: 0.2604166667vw;
  }
}
.c-accordion__button-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-accordion__collapse {
  display: none;
  overflow: hidden;
}
.c-accordion__content {
  position: relative;
  background-color: #1e2939;
}
@media screen and (min-width: 1025px) {
  .c-accordion__content {
    padding: max(34px, 1.7708333333vw) max(48px, 2.5vw) max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__content {
    padding: 5.7291666667vw 7.8125vw 10.4166666667vw;
  }
}
.c-accordion__content::before {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 1025px) {
  .c-accordion__content::before {
    top: min(-1px, -0.0520833333vw);
    width: max(16px, 0.8333333333vw);
    height: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-accordion__content::before {
    top: -0.1302083333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}

@media screen and (min-width: 769px) {
  .c-ticket-accordion {
    -webkit-box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 rgba(30, 41, 57, 0.2);
    box-shadow: max(6px, 0.3125vw) max(6px, 0.3125vw) 0 rgba(30, 41, 57, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .c-ticket-accordion {
    -webkit-box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(30, 41, 57, 0.2);
    box-shadow: 1.0416666667vw 1.0416666667vw 0 rgba(30, 41, 57, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion + .c-ticket-accordion {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion + .c-ticket-accordion {
    margin-top: 2.6041666667vw;
  }
}
.c-ticket-accordion__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button {
    min-height: max(148px, 7.7083333333vw);
    padding: max(34px, 1.7708333333vw) max(48px, 2.5vw) max(34px, 1.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button {
    min-height: 24.7395833333vw;
    padding: 5.7291666667vw 7.8125vw 5.5989583333vw;
  }
}
@media (any-hover: hover) {
  .c-ticket-accordion__button .c-ticket-accordion__button-icon::before {
    -webkit-transition: background-color 0.35s, -webkit-transform 0.5s;
    transition: background-color 0.35s, -webkit-transform 0.5s;
    transition: transform 0.5s, background-color 0.35s;
    transition: transform 0.5s, background-color 0.35s, -webkit-transform 0.5s;
  }
  .c-ticket-accordion__button .c-ticket-accordion__button-icon::after {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .c-ticket-accordion__button:hover .c-ticket-accordion__button-icon::before, .c-ticket-accordion__button:hover .c-ticket-accordion__button-icon::after {
    background-color: #f79428;
  }
}
.c-ticket-accordion__button.is-open .c-ticket-accordion__button-icon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-ticket-accordion__button-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button-labels {
    margin-bottom: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button-labels {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button-labels .c-label {
    margin-right: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button-labels .c-label {
    margin-right: 1.3020833333vw;
  }
}
.c-ticket-accordion__button-text {
  color: #084567;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button-text {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button-text {
    font-size: 4.4270833333vw;
  }
}
.c-ticket-accordion__button-icon {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button-icon {
    right: max(48px, 2.5vw);
    width: max(14px, 0.7291666667vw);
    height: max(14px, 0.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button-icon {
    right: 7.8125vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.c-ticket-accordion__button-icon::before, .c-ticket-accordion__button-icon::after {
  position: absolute;
  background-color: #084567;
  content: "";
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__button-icon::before, .c-ticket-accordion__button-icon::after {
    width: max(14px, 0.7291666667vw);
    height: max(2px, 0.1041666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__button-icon::before, .c-ticket-accordion__button-icon::after {
    width: 2.0833333333vw;
    height: 0.2604166667vw;
  }
}
.c-ticket-accordion__button-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-ticket-accordion__collapse {
  display: none;
  overflow: hidden;
}
.c-ticket-accordion__content {
  position: relative;
  background-color: #1e2939;
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__content {
    padding: max(32px, 1.6666666667vw) max(48px, 2.5vw) max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__content {
    padding: 5.2083333333vw 7.8125vw 10.4166666667vw;
  }
}
.c-ticket-accordion__content::before {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__content::before {
    top: min(-1px, -0.0520833333vw);
    width: max(16px, 0.8333333333vw);
    height: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__content::before {
    top: -0.1302083333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-ticket-accordion__action {
    margin-top: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .c-ticket-accordion__action {
    margin-top: 5.2083333333vw;
  }
}

@media screen and (min-width: 1281px) {
  .c-global-nav__list {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__list {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__list {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__item + .c-global-nav__item {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__item + .c-global-nav__item {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__item + .c-global-nav__item {
    margin-top: 4.6875vw;
  }
}
.c-global-nav__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .c-global-nav__link {
    width: max(110px, 5.7291666667vw);
    height: max(26px, 1.3541666667vw);
    padding-top: max(4px, 0.2083333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__link {
    height: 54px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__link {
    height: 9.1145833333vw;
    padding-top: 1.5625vw;
  }
}
@media (any-hover: hover) {
  .c-global-nav__link {
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
  .c-global-nav__link:hover {
    color: #f79428;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__link::before {
    position: absolute;
    top: max(13px, 0.6770833333vw);
    left: min(-40px, -2.0833333333vw);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: max(32px, 1.6666666667vw);
    height: max(1px, 0.0520833333vw);
    background-color: #ffffff;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__link.is-current::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.c-global-nav__link-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1281px) {
  .c-global-nav__link-text {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__link-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__link-text {
    font-size: 5.7291666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__ticket {
    margin-bottom: max(48px, 2.5vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__ticket {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__ticket {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__ticket-button {
    height: max(52px, 2.7083333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__ticket-button {
    height: 94px;
  }
}
@media screen and (min-width: 1281px) and (any-hover: hover) {
  .c-global-nav__ticket-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-global-nav__ticket-button:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 1280px) and (any-hover: hover) {
  .c-global-nav__ticket-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-global-nav__ticket-button:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__ticket-button .c-button__text {
    font-size: max(16px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__ticket-button .c-button__text {
    font-size: 26px;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__ticket-button .c-button__icon {
    top: max(16px, 0.8333333333vw);
    right: max(20px, 1.0416666667vw);
    width: max(20px, 1.0416666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__ticket-button .c-button__icon {
    top: 36px;
    right: 26px;
    width: 23px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__site {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__site {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__site-item + .c-global-nav__site-item {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__site-item + .c-global-nav__site-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__site-item + .c-global-nav__site-item {
    margin-top: 5.2083333333vw;
  }
}
.c-global-nav__site-link--day2 {
  display: block;
}
@media screen and (min-width: 1281px) and (any-hover: hover) {
  .c-global-nav__site-link--day2 {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-global-nav__site-link--day2:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 1280px) and (any-hover: hover) {
  .c-global-nav__site-link--day2 {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-global-nav__site-link--day2:hover {
    opacity: 0.75;
  }
}
.c-global-nav__site-link--portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .c-global-nav__site-link--portal {
    height: max(48px, 2.5vw);
    border: max(1.5px, 0.078125vw) solid #878991;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__site-link--portal {
    height: 78px;
    border: 1px solid #878991;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__site-link--portal {
    height: 13.0208333333vw;
    border: 0.1302083333vw solid #878991;
  }
}
@media (any-hover: hover) {
  .c-global-nav__site-link--portal {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .c-global-nav__site-link--portal:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.c-global-nav__site-link--portal .c-global-nav__site-link-icon {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-icon {
    top: max(1px, 0.0520833333vw);
    width: max(16px, 0.8333333333vw);
    margin-right: max(10px, 0.5208333333vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-icon {
    top: 1px;
    width: 22px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-icon {
    top: 0.1302083333vw;
    width: 3.6458333333vw;
    margin-right: 3.90625vw;
  }
}
.c-global-nav__site-link--portal .c-global-nav__site-link-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1281px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-text {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__site-link--portal .c-global-nav__site-link-text {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1281px) {
  .c-global-nav__sns {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .c-global-nav__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__sns-item {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__sns-item {
    margin-right: 2.6041666667vw;
  }
}
@media screen and (max-width: 1280px) {
  .c-global-nav__sns-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #1e2939;
  }
}
@media screen and (max-width: 1280px) and (any-hover: hover) {
  .c-global-nav__sns-link {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .c-global-nav__sns-link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__sns-link {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__sns-link {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
.c-global-nav__sns-link .c-svg {
  color: #ffffff;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__sns-link .c-svg--x {
    width: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__sns-link .c-svg--x {
    width: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-global-nav__sns-link .c-svg--youtube {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .c-global-nav__sns-link .c-svg--youtube {
    width: 6.5104166667vw;
  }
}

@media screen and (min-width: 1281px) {
  .l-side-content {
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__logo {
    position: absolute;
    top: 50%;
    left: clamp( 24px, calc( 105px - ( (1920px - 100vw) * 0.1267605634 ) ), 5.46875vw );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: clamp( 240px, calc( 396px - ( (1920px - 100vw) * 0.2441314554 ) ), 20.625vw );
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns {
    position: absolute;
    top: 50%;
    right: max(12px, 0.625vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1280px) {
  .l-side-content__sns {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns-text {
    width: max(8px, 0.4166666667vw);
    margin: 0 auto max(20px, 1.0416666667vw);
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns-item + .l-side-content__sns-item {
    margin-top: max(8px, 0.4166666667vw);
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max(30px, 1.5625vw);
    height: max(30px, 1.5625vw);
    border-radius: 100%;
    background-color: #1e2939;
  }
}
@media screen and (min-width: 1281px) and (any-hover: hover) {
  .l-side-content__sns-link {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .l-side-content__sns-link:hover {
    opacity: 0.8;
  }
}
.l-side-content__sns-link .c-svg {
  color: #ffffff;
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns-link .c-svg--x {
    width: max(12px, 0.625vw);
  }
}
@media screen and (min-width: 1281px) {
  .l-side-content__sns-link .c-svg--youtube {
    width: max(16px, 0.8333333333vw);
  }
}
ul.c-attention li {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  ul.c-attention li {
    padding-left: max(26px, 1.3541666667vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  ul.c-attention li {
    padding-left: 4.1666666667vw;
    font-size: 3.3854166667vw;
  }
}
ul.c-attention li::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media screen and (min-width: 1025px) {
  ul.c-attention li + li {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  ul.c-attention li + li {
    margin-top: 3.125vw;
  }
}

.p-home-kv {
  position: relative;
  background: url("../webp/common/home/bg_kv.webp") no-repeat center/cover;
}
@media screen and (min-width: 1025px) {
  .p-home-kv {
    height: max(1000px, 52.0833333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv {
    height: 166.6666666667vw;
  }
}
.p-home-kv__hal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-mask: url("../images/common/home/bg_kv_hal_mask.svg") no-repeat top left;
  mask: url("../images/common/home/bg_kv_hal_mask.svg") no-repeat top left;
}
@media screen and (min-width: 1025px) {
  .p-home-kv__hal {
    height: max(628px, 32.7083333333vw);
    -webkit-mask-size: max(600px, 31.25vw) max(628px, 32.7083333333vw);
    mask-size: max(600px, 31.25vw) max(628px, 32.7083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv__hal {
    height: 104.4270833333vw;
    -webkit-mask-size: 100vw 104.4270833333vw;
    mask-size: 100vw 104.4270833333vw;
  }
}
.p-home-kv__hal::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../webp/common/home/img_kv_hal_effect.webp") no-repeat top right/cover;
  content: "";
}
.p-home-kv__hal-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-kv__hal-inner {
    width: max(600px, 31.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv__hal-inner {
    width: 100vw;
  }
}
.p-home-kv__hal-inner img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-kv__reid {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .p-home-kv__reid {
    height: max(580px, 30.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv__reid {
    height: 96.6145833333vw;
  }
}
.p-home-kv__reid::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../webp/common/home/img_kv_reid_effect.webp") no-repeat bottom left/cover;
  content: "";
}
.p-home-kv__reid-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-kv__reid-inner {
    width: max(600px, 31.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv__reid-inner {
    width: 100vw;
  }
}
.p-home-kv__reid-inner img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-kv__logo {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-kv__logo {
    top: max(356px, 18.5416666667vw);
    max-width: max(600px, 31.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-kv__logo {
    top: 59.375vw;
    max-width: 100vw;
  }
}
.p-home-kv__logo img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-kv.js-animation .p-home-kv__hal-inner {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.1s ease-out;
  transition: transform 0.35s ease-out, opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
}
.p-home-kv.js-animation .p-home-kv__reid-inner {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.1s ease-out;
  transition: transform 0.35s ease-out, opacity 0.1s ease-out, -webkit-transform 0.35s ease-out;
}
.p-home-kv.js-animation .p-home-kv__logo {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s, -webkit-filter 0.45s ease-out 0.35s;
  transition: opacity 0.3s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s, -webkit-filter 0.45s ease-out 0.35s;
  transition: transform 0.3s ease-out 0.35s, opacity 0.3s ease-out 0.35s, filter 0.45s ease-out 0.35s;
  transition: transform 0.3s ease-out 0.35s, opacity 0.3s ease-out 0.35s, filter 0.45s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s, -webkit-filter 0.45s ease-out 0.35s;
}
.p-home-kv.is-animated .p-home-kv__hal-inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.p-home-kv.is-animated .p-home-kv__reid-inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.p-home-kv.is-animated .p-home-kv__logo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-home-about {
  background: url("../webp/common/home/bg_about.webp") no-repeat top center/100% auto;
}
@media screen and (min-width: 1025px) {
  .p-home-about {
    margin-bottom: max(110px, 5.7291666667vw);
    padding-top: max(94px, 4.8958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about {
    margin-bottom: 18.2291666667vw;
    padding-top: 15.625vw;
  }
}
.p-home-about__title {
  color: #939ca9;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-home-about__title {
    margin-bottom: max(32px, 1.6666666667vw);
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__title {
    margin-bottom: 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}
.p-home-about__catch {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-home-about__catch {
    width: max(342px, 17.8125vw);
    margin-bottom: max(54px, 2.8125vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__catch {
    width: 57.03125vw;
    margin-bottom: 8.8541666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-about__text {
    margin-bottom: max(94px, 4.8958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__text {
    margin-bottom: 15.625vw;
  }
}
.p-home-about__text p {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-home-about__text p {
    font-size: max(22px, 1.1458333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__text p {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-about__text p + p {
    margin-top: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__text p + p {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview {
    padding: 0 3.90625vw;
  }
}
.p-home-about__overview-container {
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-container {
    padding: max(48px, 2.5vw) max(48px, 2.5vw) max(90px, 4.6875vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-container {
    padding: 7.8125vw 7.8125vw 14.9739583333vw;
  }
}
.p-home-about__overview-title {
  color: #084567;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-title {
    margin-bottom: max(16px, 0.8333333333vw);
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-title {
    margin-bottom: 2.6041666667vw;
    font-size: 4.9479166667vw;
  }
}
.p-home-about__overview-sub-title {
  color: #939ca9;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-sub-title {
    padding-bottom: max(32px, 1.6666666667vw);
    border-bottom: max(1px, 0.0520833333vw) solid #939ca9;
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-sub-title {
    padding-bottom: 5.2083333333vw;
    border-bottom: 0.1302083333vw solid #939ca9;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-content .c-info-list .c-info {
    padding: max(32px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-content .c-info-list .c-info {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-content .c-info-list .c-info + .c-info {
    margin-top: max(8px, 0.4166666667vw);
    border-top: max(1px, 0.0520833333vw) solid #939ca9;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-content .c-info-list .c-info + .c-info {
    margin-top: 1.3020833333vw;
    border-top: 0.1302083333vw solid #939ca9;
  }
}
.p-home-about__overview-content .c-info-list .c-info__text {
  color: #084567;
}
@media screen and (min-width: 1025px) {
  .p-home-about__overview-action {
    margin-top: min(-39px, -2.03125vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about__overview-action {
    margin-top: -6.5104166667vw;
  }
}
@media (any-hover: hover) {
  .p-home-about__overview-action .c-button--primary {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .p-home-about__overview-action .c-button--primary:hover {
    opacity: 0.9;
  }
}
.p-home-about.js-animation .p-home-about__title {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-about.js-animation .p-home-about__title {
    -webkit-transform: translateY(max(32px, 1.6666666667vw));
    transform: translateY(max(32px, 1.6666666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about.js-animation .p-home-about__title {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.p-home-about.js-animation .p-home-about__catch {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.25s, -webkit-transform 0.5s ease-out 0.25s;
  transition: opacity 0.2s ease-out 0.25s, -webkit-transform 0.5s ease-out 0.25s;
  transition: transform 0.5s ease-out 0.25s, opacity 0.2s ease-out 0.25s;
  transition: transform 0.5s ease-out 0.25s, opacity 0.2s ease-out 0.25s, -webkit-transform 0.5s ease-out 0.25s;
}
@media screen and (min-width: 1025px) {
  .p-home-about.js-animation .p-home-about__catch {
    -webkit-transform: translateY(max(32px, 1.6666666667vw));
    transform: translateY(max(32px, 1.6666666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about.js-animation .p-home-about__catch {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.p-home-about.js-animation .p-home-about__text {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
  transition: transform 0.4s ease-out 0.4s, opacity 0.2s ease-out 0.4s;
  transition: transform 0.4s ease-out 0.4s, opacity 0.2s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}
@media screen and (min-width: 1025px) {
  .p-home-about.js-animation .p-home-about__text {
    -webkit-transform: translateY(max(32px, 1.6666666667vw));
    transform: translateY(max(32px, 1.6666666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about.js-animation .p-home-about__text {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.p-home-about.is-animated .p-home-about__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-home-about.is-animated .p-home-about__catch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-home-about.is-animated .p-home-about__text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.p-home-about .p-home-about__overview.js-animation {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-about .p-home-about__overview.js-animation {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-about .p-home-about__overview.js-animation {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-about .p-home-about__overview.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .p-home-cast {
    margin-bottom: max(240px, 12.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast {
    margin-bottom: 39.84375vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-cast__header {
    margin-bottom: max(20px, 1.0416666667vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__header {
    margin-bottom: 3.125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-cast__title {
    width: max(154px, 8.0208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__title {
    width: 25.5208333333vw;
  }
}
.p-home-cast__body {
  position: relative;
}
.p-home-cast__hal {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__hal {
    height: max(984px, 51.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__hal {
    height: 164.0625vw;
  }
}
.p-home-cast__hal-illust {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__hal-illust {
    width: max(516px, 26.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__hal-illust {
    width: 85.9375vw;
  }
}
.p-home-cast__hal-illust img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-cast__hal-name {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__hal-name {
    top: max(864px, 45vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__hal-name {
    top: 144.0104166667vw;
  }
}
.p-home-cast__hal-name img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-cast__reid {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__reid {
    height: max(984px, 51.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__reid {
    height: 164.0625vw;
  }
}
.p-home-cast__reid-illust {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__reid-illust {
    width: max(516px, 26.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__reid-illust {
    width: 85.9375vw;
  }
}
.p-home-cast__reid-illust img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-cast__reid-name {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__reid-name {
    top: max(660px, 34.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__reid-name {
    top: 109.8958333333vw;
  }
}
.p-home-cast__reid-name img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-home-cast__background {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background: url("../webp/common/home/bg_cast.webp") no-repeat center/100% auto;
}
@media screen and (min-width: 1025px) {
  .p-home-cast__background {
    top: max(106px, 5.5208333333vw);
    height: max(1954px, 101.7708333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-cast__background {
    top: 17.7083333333vw;
    height: 325.5208333333vw;
  }
}
.p-home-cast .p-home-cast__hal.js-animation .p-home-cast__hal-illust {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
.p-home-cast .p-home-cast__hal.js-animation .p-home-cast__hal-name {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, filter 0.45s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, filter 0.45s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
}
.p-home-cast .p-home-cast__hal.is-animated .p-home-cast__hal-illust {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.p-home-cast .p-home-cast__hal.is-animated .p-home-cast__hal-name {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.p-home-cast .p-home-cast__reid.js-animation .p-home-cast__reid-illust {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
.p-home-cast .p-home-cast__reid.js-animation .p-home-cast__reid-name {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, filter 0.45s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, filter 0.45s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s, -webkit-filter 0.45s ease-out 0.3s;
}
.p-home-cast .p-home-cast__reid.is-animated .p-home-cast__reid-illust {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.p-home-cast .p-home-cast__reid.is-animated .p-home-cast__reid-name {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (min-width: 1025px) {
  .p-home-time-table {
    margin-bottom: max(110px, 5.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-time-table {
    margin-bottom: 18.2291666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-time-table__header {
    margin-bottom: max(48px, 2.5vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-time-table__header {
    margin-bottom: 7.8125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-time-table__title {
    width: max(298px, 15.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-time-table__title {
    width: 49.4791666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-time-table__body {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-time-table__body {
    padding: 0 3.90625vw;
  }
}
.p-home-time-table.js-animation .p-home-time-table__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-time-table.js-animation .p-home-time-table__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-time-table.js-animation .p-home-time-table__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-time-table.is-animated .p-home-time-table__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .p-home-ticket {
    margin-bottom: max(110px, 5.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket {
    margin-bottom: 18.2291666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__header {
    margin-bottom: max(48px, 2.5vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__header {
    margin-bottom: 7.8125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__title {
    width: max(192px, 10vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__title {
    width: 31.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__ticket-list {
    margin-bottom: max(64px, 3.3333333333vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__ticket-list {
    margin-bottom: 10.4166666667vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section {
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section + .p-home-ticket__section {
    margin-top: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section + .p-home-ticket__section {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section-title {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section-title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section-content {
    margin-top: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section-content {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section-content h4 {
    margin-bottom: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section-content h4 {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket__section-content ul.c-attention {
    margin-bottom: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket__section-content ul.c-attention {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket .c-ticket-accordion .c-info-list .c-info {
    padding-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket .c-ticket-accordion .c-info-list .c-info {
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket .c-ticket-accordion .c-info-list .c-info + .c-info {
    padding-top: max(32px, 1.6666666667vw);
    border-top: max(1px, 0.0520833333vw) solid #3b3d59;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket .c-ticket-accordion .c-info-list .c-info + .c-info {
    padding-top: 5.2083333333vw;
    border-top: 0.1302083333vw solid #3b3d59;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-ticket .c-ticket-accordion ul.c-attention {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket .c-ticket-accordion ul.c-attention {
    margin-bottom: 5.2083333333vw;
  }
}
.p-home-ticket.js-animation .p-home-ticket__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-ticket.js-animation .p-home-ticket__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-ticket.js-animation .p-home-ticket__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-ticket.is-animated .p-home-ticket__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .p-home-goods {
    margin-bottom: max(110px, 5.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods {
    margin-bottom: 18.2291666667vw;
  }
}
.p-home-goods__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__header {
    margin-bottom: max(56px, 2.9166666667vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__header {
    margin-bottom: 9.1145833333vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__title {
    width: max(208px, 10.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__title {
    width: 34.6354166667vw;
  }
}
.p-home-goods__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__pagination {
    padding-bottom: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__pagination {
    padding-bottom: 1.4322916667vw;
  }
}
.p-home-goods__pagination-current {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.27;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__pagination-current {
    margin-right: max(10px, 0.5208333333vw);
    font-size: max(30px, 1.5625vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__pagination-current {
    margin-right: 1.6927083333vw;
    font-size: 4.9479166667vw;
  }
}
.p-home-goods__pagination-sep {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__pagination-sep {
    width: max(6px, 0.3125vw);
    margin-right: max(6px, 0.3125vw);
    padding-bottom: max(10px, 0.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__pagination-sep {
    width: 1.0416666667vw;
    margin-right: 0.9114583333vw;
    padding-bottom: 1.4322916667vw;
  }
}
.p-home-goods__pagination-total {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.27;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__pagination-total {
    padding-bottom: max(4px, 0.2083333333vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__pagination-total {
    padding-bottom: 0.5208333333vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section {
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section + .p-home-goods__section {
    margin-top: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section + .p-home-goods__section {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-title {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-content .u-text-primary {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-content .u-text-primary {
    margin-bottom: 5.2083333333vw;
  }
}
.p-home-goods__section-box {
  color: #084567;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box {
    padding: max(48px, 2.5vw) max(48px, 2.5vw) max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box {
    padding: 7.8125vw 7.8125vw 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .content-heading {
    margin: max(32px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .content-heading {
    margin: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .content-heading__label {
    margin-bottom: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .content-heading__label {
    margin-bottom: 1.3020833333vw;
  }
}
.p-home-goods__section-box-content .content-heading h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .content-heading h4 {
    font-size: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .content-heading h4 {
    font-size: 4.4270833333vw;
  }
}
.p-home-goods__section-box-content h5 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content h5 {
    margin: max(32px, 1.6666666667vw) 0 max(20px, 1.0416666667vw);
    padding-bottom: max(16px, 0.8333333333vw);
    border-bottom: max(1px, 0.0520833333vw) solid #939ca9;
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content h5 {
    margin: 5.2083333333vw 0 3.125vw;
    padding-bottom: 2.6041666667vw;
    border-bottom: 0.1302083333vw solid #939ca9;
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .c-info-list .c-info {
    border-top: max(1px, 0.0520833333vw) solid #939ca9;
    padding: max(32px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .c-info-list .c-info {
    border-top: 0.1302083333vw solid #939ca9;
    padding: 5.2083333333vw 0;
  }
}
.p-home-goods__section-box-content .u-mt-0 {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .u-mt-24 {
    margin-top: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .u-mt-24 {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .u-mt-80 {
    margin-top: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .u-mt-80 {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-box-content .u-mb-40 {
    margin-bottom: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-box-content .u-mb-40 {
    margin-bottom: 5.2083333333vw;
  }
}
.p-home-goods__section-box-content *:first-child {
  margin-top: 0 !important;
}
.p-home-goods__section-box-content *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1025px) {
  .p-home-goods__section-action {
    margin-top: max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods__section-action {
    margin-top: 5.2083333333vw;
  }
}
.p-home-goods.js-animation .p-home-goods__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-goods.js-animation .p-home-goods__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-goods.js-animation .p-home-goods__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-goods.is-animated .p-home-goods__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-goods-slider {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-goods-slider {
    margin-bottom: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider {
    margin-bottom: 10.4166666667vw;
  }
}
.p-goods-slider::before {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p-goods-slider::before {
    top: max(398px, 20.7291666667vw);
    bottom: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider::before {
    top: 66.1458333333vw;
    bottom: 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__container {
    margin-bottom: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__container {
    margin-bottom: 7.8125vw;
  }
}
.p-goods-slider__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__inner {
    width: max(492px, 25.625vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__inner {
    width: 81.7708333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__item {
    padding: 0 max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__item {
    padding: 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__image {
    margin-bottom: max(32px, 1.6666666667vw);
    border: max(1px, 0.0520833333vw) solid rgba(147, 156, 169, 0.35);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__image {
    margin-bottom: 5.2083333333vw;
    border: 0.1302083333vw solid rgba(147, 156, 169, 0.35);
  }
}
.p-goods-slider__goods-name {
  color: #084567;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__goods-name {
    margin-bottom: max(10px, 0.5208333333vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__goods-name {
    margin-bottom: 1.5625vw;
    font-size: 3.3854166667vw;
  }
}
.p-goods-slider__goods-price {
  color: #939ca9;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__goods-price {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__goods-price {
    font-size: 3.3854166667vw;
  }
}
.p-goods-slider__nav {
  display: block;
  position: absolute;
  z-index: 100;
  border-radius: 100%;
}
@media (any-hover: hover) {
  .p-goods-slider__nav {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .p-goods-slider__nav:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__nav {
    top: max(206px, 10.7291666667vw);
    width: max(64px, 3.3333333333vw);
    height: max(64px, 3.3333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__nav {
    top: 34.375vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__nav--prev {
    left: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__nav--prev {
    left: 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-goods-slider__nav--next {
    right: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-goods-slider__nav--next {
    right: 2.6041666667vw;
  }
}
@media (any-hover: hover) {
  .p-goods-slider__action .c-button--primary {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .p-goods-slider__action .c-button--primary:hover {
    opacity: 0.9;
  }
}

@media screen and (min-width: 1025px) {
  .p-home-map {
    margin-bottom: max(110px, 5.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map {
    margin-bottom: 18.2291666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__header {
    margin-bottom: max(48px, 2.5vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__header {
    margin-bottom: 7.8125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__title {
    width: max(134px, 6.9791666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__title {
    width: 22.3958333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__body {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__body {
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__section + .p-home-map__section {
    margin-top: max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__section + .p-home-map__section {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__sub-title {
    margin-bottom: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__sub-title {
    margin-bottom: 3.90625vw;
  }
}
.p-home-map__floor-map img {
  display: block;
  aspect-ratio: 708/398;
  background-color: #d9d9d9;
}
@media screen and (min-width: 1025px) {
  .p-home-map__floor-map + .p-home-map__floor-map {
    margin-top: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__floor-map + .p-home-map__floor-map {
    margin-top: 3.90625vw;
  }
}
.p-home-map__venue {
  background-image: -webkit-gradient(linear, left top, right top, from(#dcdcdc), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #dcdcdc 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #dcdcdc 0%, #ffffff 100%);
}
.p-home-map__venue-map {
  width: 100%;
  aspect-ratio: 708/452;
  background-color: #ffffff;
}
.p-home-map__venue-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .p-home-map__venue-info {
    padding: 0 max(48px, 2.5vw) max(32px, 1.6666666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__venue-info {
    padding: 0 7.8125vw 5.2083333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__venue-info .c-info-list .c-info {
    padding: max(32px, 1.6666666667vw) 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__venue-info .c-info-list .c-info {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__venue-info .c-info-list .c-info + .c-info {
    border-top: max(1px, 0.0520833333vw) solid #939ca9;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__venue-info .c-info-list .c-info + .c-info {
    border-top: 0.1302083333vw solid #939ca9;
  }
}
.p-home-map__venue-info .c-info-list .c-info__text {
  color: #084567;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-home-map__venue-info .c-info-list .c-info__text + .c-info__text {
    margin-top: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__venue-info .c-info-list .c-info__text + .c-info__text {
    margin-top: 1.3020833333vw;
  }
}
.p-home-map__venue-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #f79428;
}
@media (any-hover: hover) {
  .p-home-map__venue-link {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .p-home-map__venue-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-map__venue-link .c-svg--external {
    width: max(24px, 1.25vw);
    margin-left: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map__venue-link .c-svg--external {
    width: 3.90625vw;
    margin-left: 1.3020833333vw;
  }
}
.p-home-map.js-animation .p-home-map__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-map.js-animation .p-home-map__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-map.js-animation .p-home-map__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-map.is-animated .p-home-map__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .p-home-attention {
    margin-bottom: max(110px, 5.7291666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention {
    margin-bottom: 18.2291666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-attention__header {
    margin-bottom: max(48px, 2.5vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__header {
    margin-bottom: 7.8125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-attention__title {
    width: max(298px, 15.5208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__title {
    width: 49.4791666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-attention__body {
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__body {
    padding: 0 3.90625vw;
  }
}
.p-home-attention__content h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-attention__content h3 {
    margin: max(38px, 1.9791666667vw) 0 max(20px, 1.0416666667vw);
    padding-bottom: max(16px, 0.8333333333vw);
    border-bottom: max(1px, 0.0520833333vw) solid #939ca9;
    font-size: max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__content h3 {
    margin: 6.25vw 0 3.125vw;
    padding-bottom: 2.6041666667vw;
    border-bottom: 0.1302083333vw solid #939ca9;
    font-size: 3.90625vw;
  }
}
.p-home-attention__content h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-attention__content h4 {
    margin: max(32px, 1.6666666667vw) 0 max(20px, 1.0416666667vw);
    padding-bottom: max(16px, 0.8333333333vw);
    border-bottom: max(1px, 0.0520833333vw) solid #939ca9;
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__content h4 {
    margin: 5.2083333333vw 0 3.125vw;
    padding-bottom: 2.6041666667vw;
    border-bottom: 0.1302083333vw solid #939ca9;
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-attention__content .u-text-primary {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__content .u-text-primary {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-attention__content ul.c-attention {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention__content ul.c-attention {
    margin-bottom: 3.125vw;
  }
}
.p-home-attention__content *:first-child {
  margin-top: 0 !important;
}
.p-home-attention__content *:last-child {
  margin-bottom: 0 !important;
}
.p-home-attention.js-animation .p-home-attention__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-attention.js-animation .p-home-attention__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-attention.js-animation .p-home-attention__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-attention.is-animated .p-home-attention__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-home-faq-list__item dt {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-faq-list__item dt {
    margin-bottom: max(14px, 0.7291666667vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-faq-list__item dt {
    margin-bottom: 2.0833333333vw;
    font-size: 3.3854166667vw;
  }
}
.p-home-faq-list__item dd {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-home-faq-list__item dd {
    margin-bottom: max(20px, 1.0416666667vw);
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-faq-list__item dd {
    margin-bottom: 3.125vw;
    font-size: 3.3854166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-faq-list__item + .p-home-faq-list__item {
    margin-top: max(28px, 1.4583333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-faq-list__item + .p-home-faq-list__item {
    margin-top: 4.6875vw;
  }
}

@media screen and (min-width: 1025px) {
  .p-home-sponsor {
    margin-bottom: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor__header {
    margin-bottom: max(48px, 2.5vw);
    padding: 0 max(24px, 1.25vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor__header {
    margin-bottom: 7.8125vw;
    padding: 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor__title {
    width: max(276px, 14.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor__title {
    width: 45.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor__body {
    padding: 0 max(48px, 2.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor__body {
    padding: 0 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor__item + .p-home-sponsor__item {
    margin-top: max(16px, 0.8333333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor__item + .p-home-sponsor__item {
    margin-top: 2.6041666667vw;
  }
}
.p-home-sponsor__image {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor__image {
    border-radius: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor__image {
    border-radius: 1.3020833333vw;
  }
}
.p-home-sponsor.js-animation .p-home-sponsor__body {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .p-home-sponsor.js-animation .p-home-sponsor__body {
    -webkit-transform: translateY(max(48px, 2.5vw));
    transform: translateY(max(48px, 2.5vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-sponsor.js-animation .p-home-sponsor__body {
    -webkit-transform: translateY(7.8125vw);
    transform: translateY(7.8125vw);
  }
}
.p-home-sponsor.is-animated .p-home-sponsor__body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-home-share {
  position: relative;
  background: url("../webp/common/home/bg_share.webp") no-repeat top center/100% auto;
}
@media screen and (min-width: 1025px) {
  .p-home-share {
    padding: max(136px, 7.0833333333vw) 0 max(94px, 4.8958333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-share {
    padding: 22.65625vw 0 15.625vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-share__title {
    margin-bottom: min(-55px, -2.8645833333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-share__title {
    margin-bottom: -9.2447916667vw;
  }
}
.p-home-share__button {
  display: block;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .p-home-share__button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .p-home-share__button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-share__button {
    width: max(538px, 28.0208333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .p-home-share__button {
    width: 89.5833333333vw;
  }
}
.p-home-share.js-animation .p-home-share__title {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.45s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.45s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, filter 0.45s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, filter 0.45s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.45s ease-out;
}
.p-home-share.js-animation .p-home-share__action {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
  transition: transform 0.4s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
  transition: transform 0.4s ease-out 0.2s, opacity 0.2s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
}
@media screen and (min-width: 1025px) {
  .p-home-share.js-animation .p-home-share__action {
    -webkit-transform: translateY(max(32px, 1.6666666667vw));
    transform: translateY(max(32px, 1.6666666667vw));
  }
}
@media screen and (max-width: 1024px) {
  .p-home-share.js-animation .p-home-share__action {
    -webkit-transform: translateY(5.2083333333vw);
    transform: translateY(5.2083333333vw);
  }
}
.p-home-share.is-animated .p-home-share__title {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.p-home-share.is-animated .p-home-share__action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1281px) {
  .u-d-n--xl-min {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .u-d-n--xl-max {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .u-d-n--lg-min {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-d-n--lg-max {
    display: none;
  }
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-mt0 {
  margin-top: 0;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-text-primary {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .u-text-primary {
    font-size: max(20px, 1.0416666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .u-text-primary {
    font-size: 3.3854166667vw;
  }
}

.u-text-orange {
  color: #f79428;
}

.u-text-bold {
  font-weight: 700 !important;
}

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

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

@media (any-hover: hover) {
  .u-text-link {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
  }
  .u-text-link:hover {
    opacity: 0.7;
  }
}

.u-link-blank .c-svg--external {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .u-link-blank .c-svg--external {
    top: max(4px, 0.2083333333vw);
    width: max(24px, 1.25vw);
    margin-left: max(8px, 0.4166666667vw);
  }
}
@media screen and (max-width: 1024px) {
  .u-link-blank .c-svg--external {
    top: 0.6510416667vw;
    width: 3.90625vw;
    margin-left: 1.3020833333vw;
  }
}

.u-text-underline {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .u-text-underline {
    text-decoration-thickness: max(1px, 0.0520833333vw);
    text-underline-offset: max(4px, 0.2083333333vw);
  }
}
@media screen and (max-width: 1024px) {
  .u-text-underline {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.6510416667vw;
  }
}

.u-font-en {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.u-font-family {
  font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
}