@charset "UTF-8";
/* ==================================================
[Style]
	1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #252525;
  letter-spacing: 0.03em;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  background-color: #004ea2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #252525;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  input,
  button,
  select,
  textarea {
    font-size: 2.6666666667vw;
  }
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* animation */
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* simplebar */
.--bar-01 .simplebar-track {
  background-color: #fff;
  border: 0.0625rem solid #aeaeae;
  border-radius: 1.5625rem;
}
@media only screen and (width < 600px) {
  .--bar-01 .simplebar-track {
    border-width: 0.1666666667vw;
    border-radius: 4.1666666667vw;
  }
}
.--bar-01 .simplebar-track.simplebar-horizontal {
  height: 1.5625rem;
}
@media only screen and (width < 600px) {
  .--bar-01 .simplebar-track.simplebar-horizontal {
    height: 4.1666666667vw;
  }
}
.--bar-01 .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  inset: 0.40625rem 0.5rem;
}
@media only screen and (width < 600px) {
  .--bar-01 .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    inset: 1.0833333333vw 1.3333333333vw;
  }
}
.--bar-01 .simplebar-track.simplebar-vertical {
  width: 1.5625rem;
}
@media only screen and (width < 600px) {
  .--bar-01 .simplebar-track.simplebar-vertical {
    width: 4.1666666667vw;
  }
}
.--bar-01 .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  inset: 0.5rem 0.3125rem;
}
@media only screen and (width < 600px) {
  .--bar-01 .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    inset: 1.3333333333vw 0.8333333333vw;
  }
}
.--bar-01 .simplebar-scrollbar::before {
  background-color: #f5f5f5;
}
.--bar-01 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.--vertical-none .simplebar-vertical {
  display: none !important;
}

.simplebar-track.simplebar-vertical {
  top: 1rem;
  right: 0.5rem;
  bottom: 1rem;
}
@media only screen and (width < 600px) {
  .simplebar-track.simplebar-vertical {
    top: 2.6666666667vw;
    right: 1.3333333333vw;
    bottom: 2.6666666667vw;
  }
}

/* swiper */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  line-height: 1.2;
}
.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #004ea2;
  transition: all 0.3s;
}
.l-header__inner {
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media only screen and (width < 600px) {
  .l-header__inner {
    padding: 0 3.3333333333vw;
  }
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  height: 5rem;
}
@media only screen and (width < 600px) {
  .l-header__container {
    gap: 3.3333333333vw;
    height: 13.3333333333vw;
  }
}
.l-header__logo {
  z-index: 2;
  display: flex;
  align-items: center;
}
.l-header__logo img {
  width: 21.25rem;
}
@media only screen and (width < 600px) {
  .l-header__logo img {
    width: 56.6666666667vw;
  }
}
.l-header__menu {
  height: calc(100vh - 4rem);
  padding: 0.625rem 0 8.75rem;
  overflow: auto;
}
@media only screen and (width < 600px) {
  .l-header__menu {
    height: calc(100vh - 10.6666666667vw);
    padding: 1.6666666667vw 0 23.3333333333vw;
  }
}
.l-header__nav {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.5);
}
.l-header__nav-menu-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 600px;
  height: auto;
  min-height: 100%;
  padding-top: 5rem;
  margin: 0 auto;
  background-color: #004ea2;
  transform: translateX(-50%);
}
@media only screen and (width < 600px) {
  .l-header__nav-menu-inner {
    width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.l-header__nav-list {
  border-top: 0.0625rem solid #75acff;
}
@media only screen and (width < 600px) {
  .l-header__nav-list {
    border-top-width: 0.1666666667vw;
  }
}
.l-header__nav-item {
  position: relative;
  border-bottom: 0.0625rem solid #75acff;
}
@media only screen and (width < 600px) {
  .l-header__nav-item {
    border-bottom-width: 0.1666666667vw;
  }
}
.l-header__nav-link, .l-header__nav-title {
  position: relative;
  display: block;
  padding: 1.25rem;
  cursor: pointer;
}
@media only screen and (width < 600px) {
  .l-header__nav-link, .l-header__nav-title {
    padding: 3.3333333333vw;
  }
}
.l-header__nav-link-en, .l-header__nav-title-en {
  margin-bottom: 0.5rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en, .l-header__nav-title-en {
    margin-bottom: 1.3333333333vw;
  }
}
.l-header__nav-link-en.--home, .l-header__nav-title-en.--home {
  width: 5.6875rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--home, .l-header__nav-title-en.--home {
    width: 15.1666666667vw;
  }
}
.l-header__nav-link-en.--navi, .l-header__nav-title-en.--navi {
  width: 16.84375rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--navi, .l-header__nav-title-en.--navi {
    width: 44.9166666667vw;
  }
}
.l-header__nav-link-en.--enjoy, .l-header__nav-title-en.--enjoy {
  width: 17.828125rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--enjoy, .l-header__nav-title-en.--enjoy {
    width: 47.5416666667vw;
  }
}
.l-header__nav-link-en.--whats, .l-header__nav-title-en.--whats {
  width: 22.859375rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--whats, .l-header__nav-title-en.--whats {
    width: 60.9583333333vw;
  }
}
.l-header__nav-link-en.--ticket, .l-header__nav-title-en.--ticket {
  width: 21.765625rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--ticket, .l-header__nav-title-en.--ticket {
    width: 58.0416666667vw;
  }
}
.l-header__nav-link-en.--club, .l-header__nav-title-en.--club {
  width: 16.296875rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-link-en.--club, .l-header__nav-title-en.--club {
    width: 43.4583333333vw;
  }
}
.l-header__nav-link-jp, .l-header__nav-title-jp {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .l-header__nav-link-jp, .l-header__nav-title-jp {
    font-size: 2vw;
  }
}
.l-header__nav-link-icon {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 0.625rem;
  height: 0.7577722283rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  transform: translateY(-50%);
}
@media only screen and (width < 600px) {
  .l-header__nav-link-icon {
    right: 4.6666666667vw;
    width: 1.6666666667vw;
    height: 2.0207259422vw;
  }
}
.l-header__nav-title-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (width < 600px) {
  .l-header__nav-title-icon {
    right: 3.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.1666666667vw;
  }
}
.l-header__nav-title-icon::before, .l-header__nav-title-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}
@media only screen and (width < 600px) {
  .l-header__nav-title-icon::before, .l-header__nav-title-icon::after {
    width: 2.6666666667vw;
    height: 0.3333333333vw;
  }
}
.l-header__nav-title-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header__nav-title.is-open .l-header__nav-title-icon::after {
  opacity: 0;
}
.l-header__nav-sub {
  max-height: 0;
  overflow: hidden;
  color: #fff;
  background-color: #006add;
  transition: max-height 0.3s ease;
}
.l-header__nav-sub-item {
  border-top: 0.0625rem solid #75acff;
}
@media only screen and (width < 600px) {
  .l-header__nav-sub-item {
    border-top-width: 0.1666666667vw;
  }
}
.l-header__nav-sub-item-link {
  position: relative;
  display: block;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
}
@media only screen and (width < 600px) {
  .l-header__nav-sub-item-link {
    padding: 2.6666666667vw 4.6666666667vw;
    font-size: 2.5vw;
  }
}
.l-header__nav-sub-item-link::after {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 0.625rem;
  height: 0.7577722283rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
@media only screen and (width < 600px) {
  .l-header__nav-sub-item-link::after {
    right: 4.6666666667vw;
    width: 1.6666666667vw;
    height: 2.0207259422vw;
  }
}
.l-header__banner {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (width < 600px) {
  .l-header__banner {
    margin-top: 8vw;
  }
}
.l-header__banner-item {
  position: relative;
  color: #fff;
}
.l-header__banner-item + .l-header__banner-item {
  margin-top: 1rem;
}
@media only screen and (width < 600px) {
  .l-header__banner-item + .l-header__banner-item {
    margin-top: 2.6666666667vw;
  }
}
.l-header__banner-link {
  position: relative;
  display: inline-block;
}
.l-header__banner-link-img {
  width: 22.5rem;
}
@media only screen and (width < 600px) {
  .l-header__banner-link-img {
    width: 60vw;
  }
}

.l-hum {
  position: relative;
  z-index: 2;
  width: 2.125rem;
  height: 1.5rem;
  border-radius: 50%;
}
@media only screen and (width < 600px) {
  .l-hum {
    width: 5.6666666667vw;
    height: 4vw;
  }
}
.l-hum__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.125rem;
  height: 0.1875rem;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: left center;
}
@media only screen and (width < 600px) {
  .l-hum__line {
    width: 5.6666666667vw;
    height: 0.5vw;
  }
}
.l-hum__line:nth-child(1) {
  top: 0;
}
.l-hum__line:nth-child(2) {
  top: calc(50% - 0.0625rem);
}
@media only screen and (width < 600px) {
  .l-hum__line:nth-child(2) {
    top: calc(50% - 0.1666666667vw);
  }
}
.l-hum__line:nth-child(3) {
  bottom: 0;
}
.l-hum.is-active::before {
  opacity: 1;
}
.l-hum.is-active .l-hum__line:nth-child(1) {
  transform: translateX(-50%) translateY(-50%) rotate(38deg);
}
.l-hum.is-active .l-hum__line:nth-child(2) {
  opacity: 0;
}
.l-hum.is-active .l-hum__line:nth-child(3) {
  transform: translateX(-50%) translateY(-50%) rotate(-38deg);
}

@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s ease;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
  .l-header__banner-link {
    transition: 0.3s ease;
  }
  .l-header__banner-link:hover {
    opacity: 0.7;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 2.5rem 0 0;
  overflow: hidden;
  background-color: #fafafa;
}
@media only screen and (width < 600px) {
  .l-footer {
    padding: 6.6666666667vw 0 0;
  }
}
.l-footer__logo {
  max-width: 23.75rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (width < 600px) {
  .l-footer__logo {
    max-width: 63.3333333333vw;
  }
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.0625rem;
}
@media only screen and (width < 600px) {
  .l-footer__list {
    gap: 3.3333333333vw;
    margin-top: 5.5vw;
  }
}
.l-footer__list-link {
  display: block;
  font-size: 1.125rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.03em;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .l-footer__list-link {
    font-size: 3vw;
  }
}
.l-footer__pagetop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1.25rem;
  bottom: 0.875rem;
  z-index: 1;
  flex-direction: column;
  width: 7.5rem;
  height: 7.5rem;
  padding: 0.5rem 0.25rem 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #004ea2;
  border-radius: 50%;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .l-footer__pagetop-button {
    right: -3.3333333333vw;
    bottom: 2.3333333333vw;
    width: 20vw;
    height: 20vw;
    padding: 1.3333333333vw 0.6666666667vw 0 0;
    font-size: 4vw;
  }
}
.l-footer__pagetop-button-inner {
  position: relative;
  width: 100%;
}
.l-footer__pagetop-button-inner::before {
  position: absolute;
  top: -1.25rem;
  right: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.125rem;
  margin: 0 auto;
  content: "";
  background: url("../images/common/icon_arrow_down_white.svg") no-repeat center/contain;
  transform: scaleY(-1);
}
@media only screen and (width < 600px) {
  .l-footer__pagetop-button-inner::before {
    top: -3.3333333333vw;
    width: 3.3333333333vw;
    height: 3vw;
  }
}
.l-footer__sidebar {
  position: fixed;
  right: -0.625rem;
  bottom: 2.5rem;
  z-index: 2;
  width: 18.75rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-footer__sidebar.is-scroll {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (width <= 1700px) {
  .l-footer__sidebar {
    width: 12.5rem;
  }
  .l-footer__sidebar.is-fixed {
    position: absolute;
    bottom: 16.25rem;
  }
}
@media only screen and (width < 600px) {
  .l-footer__sidebar {
    right: -1.6666666667vw;
    bottom: 6.6666666667vw;
    width: 33.3333333333vw;
  }
  .l-footer__sidebar.is-fixed {
    bottom: 43.3333333333vw;
  }
}
.l-footer__sidebar-link {
  display: block;
}
.l-footer__sidebar-link + .l-footer__sidebar-link {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  .l-footer__sidebar-link + .l-footer__sidebar-link {
    margin-top: 3.3333333333vw;
  }
}
.l-footer__copy {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0;
  margin-top: 3.75rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .l-footer__copy {
    padding: 1.3333333333vw 0;
    margin-top: 10vw;
    font-size: 2.6666666667vw;
  }
}

@media (hover: hover) {
  .l-footer__list-link {
    transition: 0.3s ease;
  }
  .l-footer__list-link:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .l-footer__pagetop-button {
    transition: 0.3s ease;
  }
  .l-footer__pagetop-button:hover {
    opacity: 0.7;
  }
  .l-footer__sidebar-link {
    transition: opacity 0.3s ease;
  }
  .l-footer__sidebar-link:hover {
    opacity: 0.7;
  }
}
/* main */
.l-all {
  position: relative;
}
.l-all::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/common/bg_main.jpg") no-repeat center/cover;
}
.l-all__inner {
  width: 600px;
  max-width: 100%;
  height: inherit;
  margin: 0 auto;
}
@media only screen and (width < 600px) {
  .l-all__inner {
    width: 100%;
  }
}

.l-container {
  overflow: hidden;
  background: #f0f0f0 url("../images/common/bg_inner_sub.svg") no-repeat left top/contain;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (width < 600px) {
  .l-container {
    box-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

.l-inner {
  padding: 0 1.25rem;
  overflow: hidden;
}
@media only screen and (width < 600px) {
  .l-inner {
    padding: 0 3.3333333333vw;
  }
}

.l-section-first {
  margin-top: 3.75rem;
}
@media only screen and (width < 600px) {
  .l-section-first {
    margin-top: 10vw;
  }
}

.l-space-content {
  margin-top: 9.375rem !important;
}
@media only screen and (width < 600px) {
  .l-space-content {
    margin-top: 25vw !important;
  }
}

.l-footer {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (width < 600px) {
  .l-footer {
    box-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}

@media all and (width >= 600px), print {
  .l-header,
  .l-container,
  .l-footer {
    transform: translateX(calc((100vw - 600px) / 2 - 0.625rem)) !important;
  }
}
@media only screen and (width > 900px) {
  .l-header,
  .l-container,
  .l-footer {
    transform: translateX(16vw) !important;
  }
}
/* background */
.l-background .p-background-movie {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translateX(-50%);
}
@media all and (width >= 600px), print {
  .l-background .p-background-movie {
    width: calc(600px - 0.25rem);
    transform: translateX(calc((100vw - 600px) / 2 - 0.5rem - 50%));
  }
}
@media only screen and (width > 900px) {
  .l-background .p-background-movie {
    transform: translateX(calc((32vw - 600px) / 2 + 0.125rem));
  }
}
.l-background .p-background-movie__video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  aspect-ratio: 16/9;
  transform: translateX(-50%);
}
.l-background .p-background-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  --button-bg: #004ea2;
  --button-bg-shadow: #002a57;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 1rem);
  padding: 1rem 0.75rem 1rem 0;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  transform: rotate(0.03deg);
}
.c-button.--pink {
  --button-bg: #ce0f69;
  --button-bg-shadow: #660030;
}
@media only screen and (width < 600px) {
  .c-button {
    width: calc(100% - 2.6666666667vw);
    padding: 2.6666666667vw 2vw 2.6666666667vw 0;
    font-size: 3.3333333333vw;
  }
}
.c-button.--image {
  padding: 1.5rem 0.75rem 1.5rem 0;
}
.c-button.--image span::after {
  display: none;
}
@media only screen and (width < 600px) {
  .c-button.--image {
    padding: 1.5rem 0.75rem 1.5rem 0;
  }
  .c-button.--image span::after {
    display: none;
  }
}
.c-button::before, .c-button::after {
  position: absolute;
  inset: 0;
  clip-path: polygon(0% 0%, calc(100% - 1.875rem) 0%, 100% 100%, 0% 100%);
  content: "";
}
@media only screen and (width < 600px) {
  .c-button::before, .c-button::after {
    clip-path: polygon(0% 0%, calc(100% - 5vw) 0%, 100% 100%, 0% 100%);
  }
}
.c-button::before {
  z-index: 1;
  background-color: var(--button-bg);
}
.c-button::after {
  background-color: var(--button-bg-shadow);
  transform: translate(1rem, 0.625rem);
}
@media only screen and (width < 600px) {
  .c-button::after {
    transform: translate(2.6666666667vw, 1.6666666667vw);
  }
}
.c-button span {
  position: relative;
  z-index: 1;
}
.c-button span::after {
  display: inline-block;
  margin-left: 0.25rem;
  content: "▶";
}
@media only screen and (width < 600px) {
  .c-button span::after {
    margin-left: 0.6666666667vw;
  }
}
@media (hover: hover) {
  .c-button::after {
    transition: transform 0.3s ease;
  }
  .c-button:hover::after {
    transform: translate(0, 0);
  }
}

.c-number {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  border: 0.125rem solid #fff;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .c-number {
    width: 4.3333333333vw;
    height: 4.3333333333vw;
    font-size: 3vw;
    border-width: 0.3333333333vw;
  }
}
.c-number.--red {
  background-color: #e40011;
}
.c-number.--green {
  background-color: #abcd03;
}
.c-number.--pink13 {
  background-color: #68003e;
}
.c-number.--pink14 {
  background-color: #81004f;
}
.c-number.--pink15 {
  background-color: #97005f;
}
.c-number.--pink16 {
  background-color: #ac076c;
}
.c-number.--pink17 {
  background-color: #cd0080;
}
.c-number.--pink18 {
  background-color: #ae377f;
}
.c-number.--pink19 {
  background-color: #da409f;
}
.c-number.--pink20 {
  background-color: #e473b9;
}
.c-number.--pink21 {
  background-color: #eb99cc;
}
.c-number.--blue22 {
  background-color: #0094ac;
}
.c-number.--blue23 {
  background-color: #40afc1;
}
.c-number.--blue24 {
  background-color: #66bfcd;
}
.c-number.--blue25 {
  background-color: #99d4de;
}
.c-number.--purple26 {
  background-color: #615ea8;
}
.c-number.--purple27 {
  background-color: #908fc2;
}
.c-number.--purple28 {
  background-color: #c0bfdc;
}
.c-number.--yellow29 {
  background-color: #dfd355;
}
.c-number.--green30 {
  background-color: #3a9a2d;
}
.c-number.--green31 {
  background-color: #75b86c;
}
.c-number.--green32 {
  background-color: #929c25;
}
.c-number.--purple33 {
  background-color: #b963a4;
}

.c-swiper-pagination {
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-horizontal-gap: 0.625rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #fff;
}
@media only screen and (width < 600px) {
  .c-swiper-pagination {
    --swiper-pagination-bullet-width: 2.6666666667vw;
    --swiper-pagination-bullet-height: 2.6666666667vw;
    --swiper-pagination-bullet-horizontal-gap: 1.6666666667vw;
  }
}
.c-swiper-pagination .swiper-pagination-bullet {
  border: 0.0625rem solid #ce0f69 !important;
}
@media only screen and (width < 600px) {
  .c-swiper-pagination .swiper-pagination-bullet {
    border-width: 0.1666666667vw !important;
  }
}
.c-swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.c-swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  content: "";
  background: #ce0f69;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.c-text-link {
  color: #ce0f69;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-text-link:hover {
    text-decoration: none;
  }
}

/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  .p-accordion__item + .p-accordion__item {
    margin-top: 3.3333333333vw;
  }
}
.p-accordion__head {
  position: relative;
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  color: #fff;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-accordion__head {
    padding: 2.6666666667vw 8vw 2.6666666667vw 4vw;
  }
}
.p-accordion__head-text {
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-accordion__head-text {
    font-size: 3vw;
  }
}
.p-accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}
@media only screen and (width < 600px) {
  .p-accordion__head-icon {
    right: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-accordion__head-icon::after, .p-accordion__head-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media only screen and (width < 600px) {
  .p-accordion__head-icon::after, .p-accordion__head-icon::before {
    width: 2.6666666667vw;
    height: 0.3333333333vw;
  }
}
.p-accordion__head-icon::before {
  transition: transform 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion__head.is-active .p-accordion__head-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-accordion__number {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-right: 0.75rem;
}
@media only screen and (width < 600px) {
  .p-accordion__number {
    gap: 1.3333333333vw;
    margin-right: 2vw;
  }
}
.p-accordion__content {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  transition: max-height 0.5s;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-accordion__content {
    font-size: 2.6666666667vw;
  }
}
.p-accordion__content-inner {
  padding: 0.75rem 1.5rem 0;
}
@media only screen and (width < 600px) {
  .p-accordion__content-inner {
    padding: 2vw 4vw 0;
  }
}

.p-arena-mc__message-title {
  position: relative;
  padding: 0.25rem 0;
  margin: 1.875rem 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-arena-mc__message-title {
    padding: 0.6666666667vw 0;
    margin: 5vw 0;
    font-size: 5.3333333333vw;
  }
}
.p-arena-mc__message-title::after {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 1.875rem;
  height: 1.6237976321rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #004ea2;
  transform: translateX(-50%);
}
@media only screen and (width < 600px) {
  .p-arena-mc__message-title::after {
    bottom: -3.3333333333vw;
    width: 5vw;
    height: 4.3301270189vw;
  }
}
.p-arena-mc__message-description {
  font-size: 1.125rem;
  line-height: 1.8;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-arena-mc__message-description {
    font-size: 3vw;
  }
}

.p-definition-title {
  padding: 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-definition-title {
    padding: 2vw;
    font-size: 3vw;
  }
}
.p-definition-description {
  padding: 1rem;
  font-size: 1rem;
  border: 0.125rem solid #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-definition-description {
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
    border-width: 0.3333333333vw;
  }
}
.p-definition-description-title {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-definition-description-title {
    font-size: 2.6666666667vw;
  }
}

.p-list__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list__item {
    font-size: 2.6666666667vw;
  }
}
.p-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background-color: #252525;
  border-radius: 50%;
  transform: translate(0.5em, 0.5em);
}
@media only screen and (width < 600px) {
  .p-list__item::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}
.p-list__item + .p-list__item {
  margin-top: 0.25rem;
}
@media only screen and (width < 600px) {
  .p-list__item + .p-list__item {
    margin-top: 0.6666666667vw;
  }
}
.p-list.--white .p-list__item::before {
  background-color: #fff;
}
.p-list-asterisk__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-asterisk__item {
    font-size: 2.6666666667vw;
  }
}
.p-list-asterisk__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p-list-asterisk__item + .p-list-asterisk__item {
  margin-top: 0.5rem;
}
@media only screen and (width < 600px) {
  .p-list-asterisk__item + .p-list-asterisk__item {
    margin-top: 1.3333333333vw;
  }
}
.p-list-circle__item {
  position: relative;
  padding-left: 1.5em;
  margin-top: 0.5rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-circle__item {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-list-circle__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 1.25rem;
  content: "";
  background-color: #ce0f69;
  border-radius: 50%;
  transform: translate(0.5em, 0.35em);
}
@media only screen and (width < 600px) {
  .p-list-circle__item::before {
    width: 2vw;
    height: 2vw;
    margin-right: 3.3333333333vw;
  }
}
.p-list-disc {
  list-style: disc;
}
.p-list-disc__item {
  margin-left: 1.75em;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-disc__item {
    font-size: 2.6666666667vw;
  }
}
.p-list-number__item {
  margin-top: 1.875rem;
  font-size: 1rem;
  counter-increment: item;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-number__item {
    margin-top: 5vw;
    font-size: 2.6666666667vw;
  }
}
.p-list-number__title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-number__title {
    font-size: 3.3333333333vw;
  }
}
.p-list-number__title::before {
  margin-right: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  content: counter(item, decimal-leading-zero);
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-number__title::before {
    margin-right: 1.3333333333vw;
    font-size: 4vw;
  }
}
.p-list-number__description {
  margin-top: 0.375rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-number__description {
    margin-top: 1vw;
    font-size: 2.6666666667vw;
  }
}
.p-list-definition__term {
  padding: 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-list-definition__term {
    padding: 2vw;
    font-size: 3vw;
  }
}
.p-list-definition__description {
  padding: 1rem;
  font-size: 1rem;
  border: 0.125rem solid #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-definition__description {
    padding: 2.6666666667vw;
    font-size: 2.6666666667vw;
    border-width: 0.3333333333vw;
  }
}
.p-list-definition__description-title {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-list-definition__description-title {
    font-size: 2.6666666667vw;
  }
}
.p-list-definition.--white .p-list-definition__term {
  color: #004ea2;
  background-color: #fff;
}
.p-list-definition.--white .p-list-definition__description {
  border-color: #fff;
}

.p-mainvisual {
  position: relative;
  padding-top: 50vh;
  text-align: center;
}
.p-mainvisual__title {
  position: relative;
}
.p-mainvisual__title::before {
  position: absolute;
  inset: -0.0625rem 0;
  content: "";
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgb(0, 78, 162) 90%);
  background-position: center;
  background-size: cover;
}
.p-mainvisual__title-img {
  position: relative;
  width: 26.25rem;
}
@media only screen and (width < 600px) {
  .p-mainvisual__title-img {
    width: 70vw;
  }
}
.p-mainvisual__catch {
  position: relative;
  padding: calc(50vh - 24.25rem) 0 1.25rem;
  overflow: hidden;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-mainvisual__catch {
    padding: calc(50vh - 64.6666666667vw) 0 3.3333333333vw;
  }
}
.p-mainvisual__catch img {
  -webkit-mask-image: linear-gradient(to right, #000 0, #000);
          mask-image: linear-gradient(to right, #000 0, #000);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left 0;
          mask-position: left 0;
  -webkit-mask-size: 0 100%;
          mask-size: 0 100%;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.5s;
}
.p-mainvisual__catch.is-active img {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.p-mainvisual__message {
  position: relative;
  padding-top: 6.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-mainvisual__message {
    padding-top: 16.6666666667vw;
    font-size: 4vw;
  }
}
.p-mainvisual__msg {
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(1em);
}
.p-mainvisual__msg.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-match-card {
  color: #252525;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  translate: 0 5%;
}
@media only screen and (width < 600px) {
  .p-match-card {
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.3);
  }
}
.p-match-card__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
}
@media only screen and (width < 600px) {
  .p-match-card__head {
    min-height: 8vw;
  }
}
.p-match-card__head::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #ce0f69;
}
.p-match-card__head-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  min-height: 3rem;
  padding-right: 2.1875rem;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
  font-size: 1.125rem;
  color: #fff;
  background-color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__head-tag {
    min-height: 8vw;
    padding-right: 5.8333333333vw;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4vw) 100%, 0% 100%);
    font-size: 3vw;
  }
}
.p-match-card__head-tag-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
}
@media only screen and (width < 600px) {
  .p-match-card__head-tag-inner {
    padding-left: 1.6666666667vw;
  }
}
.p-match-card__head-tag-inner::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  content: "";
  background: url("../images/common/icon_map_white.svg") no-repeat center/contain;
}
@media only screen and (width < 600px) {
  .p-match-card__head-tag-inner::before {
    width: 4vw;
    height: 4vw;
    margin-right: 0.6666666667vw;
  }
}
.p-match-card__head-tag-inner::after {
  position: absolute;
  inset: 0 0.3125rem 0.0625rem 0;
  content: "";
}
@media only screen and (width < 600px) {
  .p-match-card__head-tag-inner::after {
    inset: 0 0.8333333333vw 0.1666666667vw 0;
  }
}
.p-match-card__head-title {
  position: relative;
  width: 65%;
  padding: 0.25rem 0.875rem 0.25rem 0;
  font-size: 1.125rem;
  color: #fff;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__head-title {
    padding: 0.6666666667vw 2.3333333333vw 0.6666666667vw 0;
    font-size: 3vw;
  }
}
.p-match-card__body {
  padding: 1.25rem 1.875rem 1.875rem;
  background-color: #fff;
}
@media only screen and (width < 600px) {
  .p-match-card__body {
    padding: 3.3333333333vw 5vw 5vw;
  }
}
.p-match-card__opponent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-match-card__opponent-logo {
  width: 11.25rem;
  text-align: center;
}
@media only screen and (width < 600px) {
  .p-match-card__opponent-logo {
    width: 30vw;
  }
}
.p-match-card__opponent-title-label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  color: #ce0f69;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__opponent-title-label {
    font-size: 4.3333333333vw;
  }
}
.p-match-card__opponent-title-name {
  font-size: 1.5rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__opponent-title-name {
    font-size: 4vw;
  }
}
.p-match-card__opponent-area {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__opponent-area {
    gap: 0.8333333333vw;
    font-size: 3vw;
  }
}
.p-match-card__opponent-area::before {
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  content: "";
  background: url("../images/common/icon_map_blue.svg") no-repeat center/contain;
}
@media only screen and (width < 600px) {
  .p-match-card__opponent-area::before {
    width: 4.3333333333vw;
    height: 4.3333333333vw;
  }
}
.p-match-card__games {
  margin-top: 2.25rem;
}
@media only screen and (width < 600px) {
  .p-match-card__games {
    margin-top: 6vw;
  }
}
.p-match-card__days {
  font-family: "Barlow Condensed", sans-serif;
}
.p-match-card__days + .p-match-card__days {
  margin-top: 1.5rem;
}
@media only screen and (width < 600px) {
  .p-match-card__days + .p-match-card__days {
    margin-top: 4vw;
  }
}
.p-match-card__days-section {
  padding: 0.25rem;
  clip-path: polygon(0% 0%, calc(100% - 1.25rem) 0%, 100% 100%, 0% 100%);
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__days-section {
    padding: 0.6666666667vw;
    clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 100%, 0% 100%);
    font-size: 4.3333333333vw;
  }
}
.p-match-card__days-title {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (width < 600px) {
  .p-match-card__days-title {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}
.p-match-card__days-day {
  display: flex;
  gap: 1.125rem;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1rem;
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (width < 600px) {
  .p-match-card__days-day {
    gap: 3vw;
    margin-top: 2.6666666667vw;
  }
}
.p-match-card__days-day-year {
  font-size: 1.875rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__days-day-year {
    font-size: 5vw;
  }
}
.p-match-card__days-day-date {
  font-size: 4.625rem;
  letter-spacing: 0.05em;
}
@media only screen and (width < 600px) {
  .p-match-card__days-day-date {
    font-size: 12.3333333333vw;
  }
}
.p-match-card__days-day-week {
  font-size: 3rem;
}
@media only screen and (width < 600px) {
  .p-match-card__days-day-week {
    font-size: 8vw;
  }
}
.p-match-card__days-day-week.--sun {
  color: #ce0f69;
}
.p-match-card__days-day-week.--sat {
  color: #004ea2;
}
.p-match-card__days-time {
  padding: 0.375rem 0;
  margin-top: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-top: 0.0625rem solid #aeaeae;
  border-bottom: 0.0625rem solid #aeaeae;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__days-time {
    padding: 1vw 0;
    margin-top: 2.6666666667vw;
    font-size: 4.3333333333vw;
    border-top-width: 0.1666666667vw;
    border-bottom-width: 0.1666666667vw;
  }
}
.p-match-card__days-memo {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__days-memo {
    margin-top: 1.3333333333vw;
    font-size: 3vw;
  }
}
.p-match-card__sale {
  margin-top: 2.5rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (width < 600px) {
  .p-match-card__sale {
    margin-top: 6.6666666667vw;
  }
}
.p-match-card__sale-regular {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 0;
  line-height: 1.2;
  color: #fff;
  background-color: #ce0f69;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-regular {
    gap: 2.6666666667vw;
    padding: 2.3333333333vw 0;
  }
}
.p-match-card__sale-regular-title {
  padding: 0.25rem 0.625rem;
  font-size: 1.25rem;
  border: 0.0625rem solid #fff;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__sale-regular-title {
    padding: 0.6666666667vw 1.6666666667vw;
    font-size: 3.3333333333vw;
    border-width: 0.1666666667vw;
  }
}
.p-match-card__sale-regular-date {
  font-size: 3.25rem;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-regular-date {
    font-size: 8.6666666667vw;
  }
}
.p-match-card__sale-regular-week-time {
  font-size: 2rem;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-regular-week-time {
    font-size: 5.3333333333vw;
  }
}
.p-match-card__sale-priority-title {
  margin-top: 1.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-title {
    margin-top: 4.3333333333vw;
    font-size: 4vw;
  }
}
.p-match-card__sale-priority-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0.875rem;
  text-align: center;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-list {
    gap: 2.6666666667vw;
    margin-top: 2.3333333333vw;
  }
}
.p-match-card__sale-priority-item {
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-item {
    padding-bottom: 2.6666666667vw;
  }
}
.p-match-card__sale-priority-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-subtitle {
    font-size: 4vw;
  }
}
.p-match-card__sale-priority-subtitle.--diamond {
  background-color: #252525;
}
.p-match-card__sale-priority-subtitle.--platinum {
  background-color: #6e6e6e;
}
.p-match-card__sale-priority-subtitle.--gold {
  background-color: #c8ae57;
}
.p-match-card__sale-priority-label {
  width: 50%;
}
.p-match-card__sale-priority-label.--blue {
  background-color: #004ea2;
}
.p-match-card__sale-priority-label.--junior {
  background-color: #6db4ff;
}
.p-match-card__sale-priority-date {
  margin-top: 0.5rem;
  font-size: 2.625rem;
  line-height: 1.2;
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-date {
    margin-top: 1.3333333333vw;
    font-size: 7vw;
  }
}
.p-match-card__sale-priority-week-time {
  font-size: 1.5rem;
  line-height: 1.2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__sale-priority-week-time {
    font-size: 4vw;
  }
}
.p-match-card__buttons {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  .p-match-card__buttons {
    margin-top: 6.6666666667vw;
  }
}
.p-match-card__buttons .c-button-ticket {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280/64;
  font-weight: 700;
  color: #fff;
  background: url("../images/index/btn_ticket.svg") no-repeat center/contain;
}
@media only screen and (width < 600px) {
  .p-match-card__buttons .c-button-ticket {
    gap: 5.3333333333vw;
  }
}
.p-match-card__buttons .c-button-ticket + .c-button-ticket {
  margin-top: 1rem;
}
@media only screen and (width < 600px) {
  .p-match-card__buttons .c-button-ticket + .c-button-ticket {
    margin-top: 2.6666666667vw;
  }
}
.p-match-card__buttons .c-button-ticket__date {
  margin-left: 1.25rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.625rem;
  letter-spacing: 0.05em;
}
@media only screen and (width < 600px) {
  .p-match-card__buttons .c-button-ticket__date {
    margin-left: 3.3333333333vw;
    font-size: 9.6666666667vw;
  }
}
.p-match-card__buttons .c-button-ticket__text {
  font-size: 1.25rem;
  transform: rotate(0.03deg);
  transform: translateY(0.25em);
}
@media only screen and (width < 600px) {
  .p-match-card__buttons .c-button-ticket__text {
    font-size: 3.3333333333vw;
  }
}
.p-match-card__buttons .c-button-ticket__text::after {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  content: "▶";
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-match-card__buttons .c-button-ticket__text::after {
    margin-left: 1.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media (hover: hover) {
  .p-match-card__buttons .c-button-ticket {
    transition: 0.3s ease;
  }
  .p-match-card__buttons .c-button-ticket:hover {
    opacity: 0.9;
  }
}
.p-match-card.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-match-card-tab__title {
  padding: 1rem 0;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background-color: #ce0f69;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__title {
    padding: 2.6666666667vw 0;
    margin-top: 6.6666666667vw;
    font-size: 4vw;
  }
}
.p-match-card-tab__tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 1.25rem;
  margin: 1.75rem -1.25rem 0;
  border-color: transparent;
  border-bottom: 0.125rem solid #fff;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tabs {
    padding: 0 3.3333333333vw;
    margin: 4.6666666667vw -3.3333333333vw 0;
    border-width: 0.3333333333vw;
  }
}
.p-match-card-tab__tabs.--col3 .p-match-card-tab__tab {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32%;
}
.p-match-card-tab__tab {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  width: 48%;
  padding: 0.375rem 1.25rem;
  color: #004ea2;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  transform: translateY(0.125rem);
}
.p-match-card-tab__tab.--column {
  flex-direction: column;
  align-items: center;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab {
    padding: 1vw 3.3333333333vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    transform: translateY(0.3333333333vw);
  }
}
.p-match-card-tab__tab-place {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  transform: translateY(0.375rem);
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-place {
    font-size: 4vw;
    transform: translateY(1vw);
  }
}
.p-match-card-tab__tab-place::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  content: "";
  background: url("../images/common/icon_map_blue.svg") no-repeat center/contain;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-place::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 0.6666666667vw;
  }
}
.p-match-card-tab__tab-section {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-section {
    font-size: 4vw;
    letter-spacing: 0.6666666667vw;
  }
}
.p-match-card-tab__tab-section strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-section strong {
    font-size: 8vw;
  }
}
.p-match-card-tab__tab-section.--small {
  font-size: 1rem;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-section.--small {
    font-size: 2.6666666667vw;
  }
}
.p-match-card-tab__tab-section.--small strong {
  font-size: 2rem;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__tab-section.--small strong {
    font-size: 5.3333333333vw;
  }
}
.p-match-card-tab__tab.is-active {
  color: #fff;
  background-color: #004ea2;
  border: 0.125rem solid #fff;
  border-bottom-color: #004ea2;
}
.p-match-card-tab__tab.is-active .p-match-card-tab__tab-place::before {
  background-image: url("../images/common/icon_map_white.svg");
}
.p-match-card-tab__contents {
  margin-top: 1.75rem;
}
@media only screen and (width < 600px) {
  .p-match-card-tab__contents {
    margin-top: 4.6666666667vw;
  }
}
.p-match-card-tab__content {
  display: none;
}
.p-match-card-tab__content.is-active {
  display: block;
}

.p-partner {
  padding: 2rem 0;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  .p-partner {
    padding: 5.3333333333vw 0;
  }
}
.p-partner__box {
  padding: 1.5rem 1rem 2rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media only screen and (width < 600px) {
  .p-partner__box {
    padding: 4vw 2.6666666667vw 5.3333333333vw;
    border-radius: 0.8333333333vw;
  }
}
.p-partner__box-inner {
  max-width: 55rem;
  margin: 0 auto;
}
@media only screen and (width < 600px) {
  .p-partner__box-inner {
    max-width: 146.6666666667vw;
  }
}
.p-partner__title {
  padding-bottom: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #004ea2;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: 0.0625rem solid #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-partner__title {
    padding-bottom: 1.6666666667vw;
    font-size: 4vw;
    border-bottom-width: 0.1666666667vw;
  }
}
.p-partner__box-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 0;
}
@media only screen and (width < 600px) {
  .p-partner__box-flex {
    gap: 5.3333333333vw;
  }
}
.p-partner__box-flex + .p-partner__box-flex {
  margin-top: 1.875rem;
}
@media only screen and (width < 600px) {
  .p-partner__box-flex + .p-partner__box-flex {
    margin-top: 5vw;
  }
}
.p-partner__box-item {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (width < 600px) {
  .p-partner__box-item {
    margin-top: 2.6666666667vw;
  }
}
.p-partner__logo-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (width < 600px) {
  .p-partner__logo-flex {
    gap: 1.3333333333vw;
  }
}
.p-partner__logo-flex.--col2 {
  flex-flow: row wrap;
}
.p-partner__logo-flex.--col2 .p-partner__logo {
  width: calc(50% - 0.5rem);
}
@media only screen and (width < 600px) {
  .p-partner__logo-flex.--col2 .p-partner__logo {
    width: calc(50% - 1.3333333333vw);
  }
}
.p-partner__logo {
  margin-top: 0.625rem;
  text-align: center;
}
@media only screen and (width < 600px) {
  .p-partner__logo {
    margin-top: 1.6666666667vw;
  }
}
.p-partner__logo .w-420 {
  width: 26.25rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-420 {
    width: 70vw;
  }
}
.p-partner__logo .w-260 {
  width: 16.25rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-260 {
    width: 43.3333333333vw;
  }
}
.p-partner__logo .w-220 {
  width: 13.75rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-220 {
    width: 36.6666666667vw;
  }
}
.p-partner__logo .w-180 {
  width: 11.25rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-180 {
    width: 30vw;
  }
}
.p-partner__logo .w-160 {
  width: 10rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-160 {
    width: 26.6666666667vw;
  }
}
.p-partner__logo .w-120 {
  width: 7.5rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-120 {
    width: 20vw;
  }
}
.p-partner__logo .w-80 {
  width: 5rem;
}
@media only screen and (width < 600px) {
  .p-partner__logo .w-80 {
    width: 13.3333333333vw;
  }
}
@media (hover: hover) {
  .p-partner__logo a {
    transition: 0.3s ease;
  }
  .p-partner__logo a:hover {
    opacity: 0.7;
  }
}

.p-rank {
  --rank-item-title: #fff;
  --rank-gap: 0.75rem;
  --rank-border: #fff;
  --rank-background: transparent;
  margin-top: 1.5rem;
  background-color: var(--rank-background);
  border: 0.125rem solid var(--rank-border);
}
@media only screen and (width < 600px) {
  .p-rank {
    --rank-gap: 2vw;
  }
}
.p-rank.--pink {
  --rank-item-title: #252525;
  --rank-gap: 0.25rem;
  --rank-border: #ce0f69;
  --rank-background: #fff;
}
@media only screen and (width < 600px) {
  .p-rank.--pink {
    --rank-gap: 0.6666666667vw;
  }
}
@media only screen and (width < 600px) {
  .p-rank {
    margin-top: 4vw;
    border-width: 0.3333333333vw;
  }
}
.p-rank__title {
  width: 10rem;
  padding: 0.375rem 0.625rem 0.375rem 0;
  clip-path: polygon(0% 0%, calc(100% - 1.25rem) 0%, 100% 100%, 0% 100%);
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background-color: #ce0f69;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rank__title {
    width: 26.6666666667vw;
    padding: 1vw 1.6666666667vw 1vw 0;
    clip-path: polygon(0% 0%, calc(100% - 3.3333333333vw) 0%, 100% 100%, 0% 100%);
    font-size: 3vw;
  }
}
.p-rank__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--rank-gap) 0;
  align-items: center;
  padding: 1.875rem;
  font-size: 0.75rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rank__list {
    padding: 5vw;
    font-size: 2vw;
  }
}
.p-rank__list .p-list-asterisk {
  font-size: 0.875rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rank__list .p-list-asterisk {
    font-size: 2.3333333333vw;
  }
}
.p-rank__item:nth-child(even) {
  margin-left: 1rem;
}
@media only screen and (width < 600px) {
  .p-rank__item:nth-child(even) {
    margin-left: 2.6666666667vw;
  }
}
.p-rank__item-title {
  font-size: 1rem;
  color: var(--rank-item-title);
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rank__item-title {
    font-size: 2.6666666667vw;
  }
}
.p-rank__item-img {
  width: 2.5rem;
  margin-right: 0.375rem;
}
@media only screen and (width < 600px) {
  .p-rank__item-img {
    width: 6.6666666667vw;
    margin-right: 1vw;
  }
}

.p-rules__item {
  padding: 1.875rem 1.25rem;
  margin-top: 2.5rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media only screen and (width < 600px) {
  .p-rules__item {
    padding: 5vw 3.3333333333vw;
    margin-top: 6.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
.p-rules__item:first-child {
  margin-top: 3.75rem;
}
@media only screen and (width < 600px) {
  .p-rules__item:first-child {
    margin-top: 10vw;
  }
}
.p-rules__item-title {
  width: 13.75rem;
  padding: 0.5rem 0;
  margin: -3rem auto 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #ce0f69;
  border-radius: 2em;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rules__item-title {
    width: 36.6666666667vw;
    padding: 1.3333333333vw 0;
    margin: -8vw auto 3.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
.p-rules__item-description {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rules__item-description {
    font-size: 2.6666666667vw;
  }
}
.p-rules__item-image {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  .p-rules__item-image {
    margin-top: 3.3333333333vw;
  }
}
.p-rules__movie {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  .p-rules__movie {
    margin-top: 6.6666666667vw;
  }
}
.p-rules__movie + .p-rules__movie {
  margin-top: 0rem;
}
@media only screen and (width < 600px) {
  .p-rules__movie + .p-rules__movie {
    margin-top: 0vw;
  }
}
.p-rules__movie-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-rules__movie-title {
    font-size: 4vw;
  }
}
.p-rules__movie-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 0.625rem;
  margin-bottom: 3.75rem;
}
@media only screen and (width < 600px) {
  .p-rules__movie-video {
    margin-top: 1.6666666667vw;
    margin-bottom: 10vw;
  }
}

.p-schedule__example {
  font-size: 1.25rem;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-schedule__example {
    font-size: 3.3333333333vw;
  }
}
.p-schedule__list {
  margin-top: 1.25rem;
  border-left: 0.1875rem dotted #004ea2;
  -o-border-image: repeating-linear-gradient(to bottom, #004ea2 0, #004ea2 0.1875rem, transparent 0.1875rem, transparent 0.625rem) 1;
     border-image: repeating-linear-gradient(to bottom, #004ea2 0, #004ea2 0.1875rem, transparent 0.1875rem, transparent 0.625rem) 1;
}
@media only screen and (width < 600px) {
  .p-schedule__list {
    margin-top: 3.3333333333vw;
    border-left-width: 0.5vw;
    -o-border-image: repeating-linear-gradient(to bottom, #004ea2 0, #004ea2 0.5vw, transparent 0.5vw, transparent 1.6666666667vw) 1;
       border-image: repeating-linear-gradient(to bottom, #004ea2 0, #004ea2 0.5vw, transparent 0.5vw, transparent 1.6666666667vw) 1;
  }
}
.p-schedule__item + .p-schedule__item {
  padding-top: 2.5rem;
}
@media only screen and (width < 600px) {
  .p-schedule__item + .p-schedule__item {
    padding-top: 6.6666666667vw;
  }
}
.p-schedule__title {
  display: flex;
  align-items: center;
  margin-left: -1.5rem;
}
@media only screen and (width < 600px) {
  .p-schedule__title {
    margin-left: -4vw;
  }
}
.p-schedule__title-time {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 10rem;
  padding: 0.25rem 0.75rem 0.25rem 0;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 100%, 0% 100%);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-schedule__title-time {
    width: 26.6666666667vw;
    padding: 0.6666666667vw 2vw 0.6666666667vw 0;
    clip-path: polygon(0% 0%, calc(100% - 2.6666666667vw) 0%, 100% 100%, 0% 100%);
    font-size: 5.3333333333vw;
  }
}
.p-schedule__title-time-suffix {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-schedule__title-time-suffix {
    margin-left: 0.6666666667vw;
    font-size: 3vw;
  }
}
.p-schedule__title-event {
  margin-left: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004ea2;
  letter-spacing: 0.01em;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-schedule__title-event {
    margin-left: 1.3333333333vw;
    font-size: 4vw;
  }
}
.p-schedule__title-event-img {
  width: 18.75rem;
}
@media only screen and (width < 600px) {
  .p-schedule__title-event-img {
    width: 50vw;
  }
}
.p-schedule__image {
  margin-top: 1.25rem;
  transform: translateX(1.25rem);
}
@media only screen and (width < 600px) {
  .p-schedule__image {
    margin-top: 3.3333333333vw;
    transform: translateX(3.3333333333vw);
  }
}
.p-schedule__description {
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .p-schedule__description {
    margin-top: 3.3333333333vw;
    margin-left: 3.3333333333vw;
    font-size: 3vw;
  }
}

.p-section__title {
  --mask-position: 50%;
  position: relative;
  overflow: hidden;
}
.p-section__title.--lower {
  --mask-position: 67.5%;
}
.p-section__title-bg {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.7s;
  transform: scale(0.8);
}
.p-section__title-upper, .p-section__title-lower, .p-section__title-catch {
  position: absolute;
  inset: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.5s;
}
.p-section__title-upper {
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 var(--mask-position), transparent 0, transparent);
          mask-image: linear-gradient(to bottom, #000 0, #000 var(--mask-position), transparent 0, transparent);
  translate: -100% 0;
}
.p-section__title-lower {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent var(--mask-position), #000 0, #000);
          mask-image: linear-gradient(to bottom, transparent 0, transparent var(--mask-position), #000 0, #000);
  translate: 100% 0;
}
.p-section__title-catch {
  opacity: 0;
  transition-delay: 0.75s;
  translate: 0 25%;
}
.p-section__title.is-active .p-section__title-upper, .p-section__title.is-active .p-section__title-lower, .p-section__title.is-active .p-section__title-catch {
  opacity: 1;
  translate: 0 0;
}
.p-section__title.is-active:not(.--hidden-bg) .p-section__title-bg {
  opacity: 1;
  transform: scale(1);
}

.p-subtitle {
  --subtitle-color: #fff;
  --subtitle-border-color: #004ea2;
  --subtitle-en-color: #004ea2;
  --subtitle-jp-color: #252525;
  position: relative;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
  line-height: 1;
  color: var(--subtitle-color);
  text-align: center;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
}
.p-subtitle.--white {
  --subtitle-color: #fff;
  --subtitle-border-color: #fff;
  --subtitle-en-color: #fff;
  --subtitle-jp-color: #fff;
}
@media only screen and (width < 600px) {
  .p-subtitle {
    padding: 3.3333333333vw 0;
    margin-bottom: 5vw;
    border-top-width: 0.3333333333vw;
    border-bottom-width: 0.3333333333vw;
  }
}
.p-subtitle__en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  color: var(--subtitle-en-color);
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.2s;
  translate: 0 60%;
}
@media only screen and (width < 600px) {
  .p-subtitle__en {
    font-size: 10vw;
  }
}
.p-subtitle__en img {
  width: 26.25rem;
}
@media only screen and (width < 600px) {
  .p-subtitle__en img {
    width: 70vw;
  }
}
.p-subtitle__jp {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--subtitle-jp-color);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.3s;
  transform: rotate(0.03deg);
  translate: 0 80%;
}
@media only screen and (width < 600px) {
  .p-subtitle__jp {
    margin-top: 1.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
.p-subtitle.is-active {
  border-top-color: var(--subtitle-border-color);
  border-bottom-color: var(--subtitle-border-color);
}
.p-subtitle.is-active .p-subtitle__en, .p-subtitle.is-active .p-subtitle__jp {
  opacity: 1;
  translate: 0 0;
}

/* pages */
body.club .p-bonus {
  padding-bottom: 5rem;
}
@media only screen and (width < 600px) {
  body.club .p-bonus {
    padding-bottom: 13.3333333333vw;
  }
}
body.club .p-bonus-catch {
  width: 25rem;
}
@media only screen and (width < 600px) {
  body.club .p-bonus-catch {
    width: 66.6666666667vw;
  }
}
body.club .p-step__title {
  margin-top: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-step__title {
    margin-top: 10vw;
    font-size: 5vw;
  }
}
body.club .p-step__item {
  position: relative;
  padding: 3.75rem 1.25rem 1.875rem;
  margin-top: 1.875rem;
  counter-increment: item;
}
@media only screen and (width < 600px) {
  body.club .p-step__item {
    padding: 10vw 3.3333333333vw 5vw;
    margin-top: 5vw;
  }
}
body.club .p-step__item::before {
  position: absolute;
  top: 3.125rem;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background-color: #fff;
}
@media only screen and (width < 600px) {
  body.club .p-step__item::before {
    top: 8.3333333333vw;
  }
}
body.club .p-step__item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.25rem;
  transform: translateX(-50%);
}
@media only screen and (width < 600px) {
  body.club .p-step__item-icon {
    width: 16.6666666667vw;
  }
}
body.club .p-step__item-title {
  display: flex;
  align-items: center;
  margin-top: 3.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-step__item-title {
    margin-top: 8.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
body.club .p-step__item-title::before {
  margin-right: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  content: counter(item, decimal-leading-zero);
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-step__item-title::before {
    margin-right: 1.3333333333vw;
    font-size: 4vw;
  }
}
body.club .p-step__item-description {
  margin-top: 0.5rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-step__item-description {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body.club .p-step__item .p-list-asterisk {
  color: #ce0f69;
}
body.club .p-gift {
  padding-bottom: 5rem;
}
@media only screen and (width < 600px) {
  body.club .p-gift {
    padding-bottom: 13.3333333333vw;
  }
}
body.club .p-gift__item {
  margin-top: 3.75rem;
}
@media only screen and (width < 600px) {
  body.club .p-gift__item {
    margin-top: 10vw;
  }
}
body.club .p-gift__item:first-child {
  margin-top: 1.875rem;
}
@media only screen and (width < 600px) {
  body.club .p-gift__item:first-child {
    margin-top: 5vw;
  }
}
body.club .p-gift__item-title {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 0.125rem solid #919191;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-gift__item-title {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2vw;
    font-size: 4vw;
    border-bottom-width: 0.3333333333vw;
  }
}
body.club .p-gift__item-description {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.club .p-gift__item-description {
    font-size: 2.6666666667vw;
  }
}

body.index .l-header {
  position: fixed;
  left: 50%;
  width: 600px;
  transform: translateX(-50%);
}
@media only screen and (width < 600px) {
  body.index .l-header {
    width: 100%;
  }
}
@media all and (width >= 600px), print {
  body.index .l-header {
    transform: translateX(calc(-50% + (100vw - 600px) / 2 - 0.625rem)) !important;
  }
}
@media only screen and (width > 900px) {
  body.index .l-header {
    transform: translateX(calc(-50% + 16vw)) !important;
  }
}
body.index .l-header::before {
  opacity: 0;
}
body.index .l-header.is-fixed::before {
  opacity: 1;
}
body.index .l-container {
  background: none;
}
body.index section.--sub-bg {
  background: #fff url("../images/common/bg_inner.png") repeat-y center/100% auto;
}
body.index .p-navi {
  padding-bottom: 3.75rem;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  body.index .p-navi {
    padding-bottom: 10vw;
  }
}
body.index .p-navi .p-jump-together {
  position: relative;
  z-index: 2;
  margin: 0 1.25rem;
  transform: translateY(50%);
}
@media only screen and (width < 600px) {
  body.index .p-navi .p-jump-together {
    margin: 0 3.3333333333vw;
  }
}
body.index .p-navi .p-home-arena {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-navi .p-home-arena {
    margin-top: 6.6666666667vw;
  }
}
body.index .p-navi .p-home-arena__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-navi .p-home-arena__info {
    margin-top: 3.3333333333vw;
  }
}
body.index .p-navi .p-home-arena__info-title {
  width: 6.25rem;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: #ce0f69;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-navi .p-home-arena__info-title {
    width: 16.6666666667vw;
    padding: 0.6666666667vw 0;
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-navi .p-home-arena__info-description {
  width: calc(100% - 6.25rem);
  padding-left: 0.5rem;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-navi .p-home-arena__info-description {
    width: calc(100% - 16.6666666667vw);
    padding-left: 1.3333333333vw;
    margin-top: 0.6666666667vw;
    font-size: 3vw;
  }
}
body.index .p-navi__link {
  margin: 0 -1.25rem;
  margin-top: 2.5rem;
  overflow: hidden;
}
@media only screen and (width < 600px) {
  body.index .p-navi__link {
    margin: 0 -3.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
body.index .p-navi__link-img {
  display: block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
}
body.index .p-navi__link-img + .p-navi__link-img {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-navi__link-img + .p-navi__link-img {
    margin-top: 3.3333333333vw;
  }
}
body.index .p-navi__link-img.--program {
  translate: 50% 0;
}
body.index .p-navi__link-img.--schedule {
  transition-delay: 0.1s;
  translate: -50% 0;
}
@media (hover: hover) {
  body.index .p-navi__link-img {
    transition: 0.3s ease;
  }
  body.index .p-navi__link-img:hover {
    opacity: 0.9;
  }
}
body.index .p-navi__link.is-active .p-navi__link-img {
  opacity: 1;
  translate: 0 0;
}
body.index .p-enjoy__list {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__list {
    margin-top: 6.6666666667vw;
  }
}
body.index .p-enjoy__item + .p-enjoy__item {
  padding-top: 2.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item + .p-enjoy__item {
    padding-top: 6.6666666667vw;
  }
}
body.index .p-enjoy__item-title {
  position: relative;
  padding: 0.5rem;
  overflow: visible;
  font-size: 1.25rem;
  color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-title {
    padding: 1.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
body.index .p-enjoy__item-title::before, body.index .p-enjoy__item-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 100%, 0% 100%);
  content: "";
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-title::before, body.index .p-enjoy__item-title::after {
    clip-path: polygon(0% 0%, calc(100% - 2.6666666667vw) 0%, 100% 100%, 0% 100%);
  }
}
body.index .p-enjoy__item-title::before {
  z-index: 1;
  background-color: #004ea2;
  transform: translate(-1.25rem, 0rem);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-title::before {
    transform: translate(-3.3333333333vw, 0vw);
  }
}
body.index .p-enjoy__item-title::after {
  background-color: #ce0f69;
  transform: translate(-0.5rem, 0.5rem);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-title::after {
    transform: translate(-1.3333333333vw, 1.3333333333vw);
  }
}
body.index .p-enjoy__item-title-text {
  position: relative;
  z-index: 1;
}
body.index .p-enjoy__item-image {
  margin-top: 1.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-image {
    margin-top: 4vw;
  }
}
body.index .p-enjoy__item-image.--dummy {
  height: 22.5rem;
  background-color: #ccc;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-image.--dummy {
    height: 60vw;
  }
}
body.index .p-enjoy__item-description {
  margin-top: 0.75rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__item-description {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-enjoy__item-description-title {
  font-weight: 700;
}
body.index .p-enjoy__item-contents {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.625rem;
}
body.index .p-enjoy__item-contents-title {
  width: 5em;
}
body.index .p-enjoy__item-contents-description {
  width: calc(100% - 5em);
}
body.index .p-enjoy__message {
  position: relative;
  padding: 3rem 0;
  margin: 5rem -1.25rem;
  color: #fff;
  text-align: center;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__message {
    padding: 8vw 0;
    margin: 13.3333333333vw -3.3333333333vw;
  }
}
body.index .p-enjoy__message::before, body.index .p-enjoy__message::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transform-origin: center;
}
body.index .p-enjoy__message::before {
  background-color: #004ea2;
  transition-delay: 0.2s;
  transform: skewY(5deg) scale(2);
}
body.index .p-enjoy__message::after {
  background-color: #ce0f69;
  transition-delay: 0.3s;
  transform: skewY(-5deg) scale(2);
}
body.index .p-enjoy__message-text {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.125rem;
  font-weight: 900;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
  transition-delay: 0.5s;
  transform: scale(1.5);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__message-text {
    font-size: 5.6666666667vw;
  }
}
body.index .p-enjoy__message-text span {
  font-size: 1.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-enjoy__message-text span {
    font-size: 4vw;
  }
}
body.index .p-enjoy__message.is-active::before {
  opacity: 1;
  transform: skewY(5deg) scale(1);
}
body.index .p-enjoy__message.is-active::after {
  opacity: 1;
  transform: skewY(-5deg) scale(1);
}
body.index .p-enjoy__message.is-active .p-enjoy__message-text {
  opacity: 1;
  transform: scale(1);
}
body.index .p-enjoy .p-street__message {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy .p-street__message {
    font-size: 2.6666666667vw;
  }
}
body.index .p-enjoy .p-groumet__message {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy .p-groumet__message {
    font-size: 2.6666666667vw;
  }
}
body.index .p-enjoy .p-groumet__check {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-enjoy .p-groumet__check {
    margin-top: 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
body.index .p-whats {
  padding-bottom: 3.75rem;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  body.index .p-whats {
    padding-bottom: 10vw;
  }
}
body.index .p-whats .p-cheer-up__message {
  font-size: 1rem;
  color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__message {
    font-size: 2.6666666667vw;
  }
}
body.index .p-whats .p-cheer-up__movie {
  margin-top: 1.75rem;
  color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__movie {
    margin-top: 4.6666666667vw;
  }
}
body.index .p-whats .p-cheer-up__movie-title {
  font-size: 1.125rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__movie-title {
    font-size: 3vw;
  }
}
body.index .p-whats .p-cheer-up__movie-description {
  margin-top: 0.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__movie-description {
    margin-top: 0.6666666667vw;
  }
}
body.index .p-whats .p-cheer-up__movie-description-text {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__movie-description-text {
    margin-bottom: 2vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-whats .p-cheer-up__movie-description + .p-cheer-up__movie-title {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-cheer-up__movie-description + .p-cheer-up__movie-title {
    margin-top: 6.6666666667vw;
  }
}
body.index .p-whats .p-arena-mc__message-title {
  color: #004ea2;
  background-color: #fff;
}
body.index .p-whats .p-arena-mc__message-title::after {
  background-color: #fff;
}
body.index .p-whats .p-arena-mc__message-description {
  color: #fff;
}
body.index .p-whats .p-manners {
  padding-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners {
    padding-top: 3.3333333333vw;
  }
}
body.index .p-whats .p-manners__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners__list {
    gap: 3.3333333333vw;
  }
}
body.index .p-whats .p-manners__item {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners__item {
    margin-top: 3.3333333333vw;
  }
}
body.index .p-whats .p-manners__item-img {
  width: 7.5rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners__item-img {
    width: 20vw;
  }
}
body.index .p-whats .p-manners__item-title {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners__item-title {
    margin-top: 3.3333333333vw;
    font-size: 3vw;
  }
}
body.index .p-whats .p-manners__item-description {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-whats .p-manners__item-description {
    margin-top: 1.6666666667vw;
    font-size: 2.3333333333vw;
  }
}
body.index .p-ticket {
  padding-bottom: 5rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket {
    padding-bottom: 13.3333333333vw;
  }
}
body.index .p-ticket__buttons {
  margin-top: 1.875rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket__buttons {
    margin-top: 5vw;
  }
}
body.index .p-ticket .p-seat-map,
body.index .p-ticket .p-seat-info,
body.index .p-ticket .p-point,
body.index .p-ticket .p-howto-buy,
body.index .p-ticket .p-point {
  margin-top: 5rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-seat-map,
  body.index .p-ticket .p-seat-info,
  body.index .p-ticket .p-point,
  body.index .p-ticket .p-howto-buy,
  body.index .p-ticket .p-point {
    margin-top: 13.3333333333vw;
  }
}
body.index .p-ticket .p-howto-buy__title {
  text-align: center;
}
body.index .p-ticket .p-howto-buy__title-image {
  width: 30rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__title-image {
    width: 80vw;
  }
}
body.index .p-ticket .p-howto-buy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__list {
    gap: 2.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
body.index .p-ticket .p-howto-buy__item {
  position: relative;
  overflow: hidden;
  counter-increment: item;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item {
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.3);
  }
}
body.index .p-ticket .p-howto-buy__item::before {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  content: counter(item, decimal-leading-zero);
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item::before {
    top: 1.3333333333vw;
    left: 2vw;
    font-size: 3.3333333333vw;
  }
}
body.index .p-ticket .p-howto-buy__item-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 3.125rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item-image {
    min-height: 8.3333333333vw;
    padding: 1.3333333333vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
body.index .p-ticket .p-howto-buy__item-icon {
  width: 3.75rem;
  margin: 0 0.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item-icon {
    width: 10vw;
    margin: 0 0.6666666667vw;
  }
}
body.index .p-ticket .p-howto-buy__item-title {
  position: relative;
  padding: 0.5rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 0 0 0.3125rem 0.3125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item-title {
    padding: 1.3333333333vw 0;
    font-size: 3.3333333333vw;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
body.index .p-ticket .p-howto-buy__item-title::before, body.index .p-ticket .p-howto-buy__item-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateX(-50%) translateY(-50%);
}
body.index .p-ticket .p-howto-buy__item-title::before {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item-title::before {
    width: 2vw;
    height: 2vw;
  }
}
body.index .p-ticket .p-howto-buy__item-title::after {
  right: 0.375rem;
  width: 0.375rem;
  height: 0.3247595264rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #ce0f69;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__item-title::after {
    right: 1vw;
    width: 1vw;
    height: 0.8660254038vw;
  }
}
body.index .p-ticket .p-howto-buy__item-title.--web {
  background-color: #004ea2;
}
body.index .p-ticket .p-howto-buy__item-title.--web::after {
  background-color: #004ea2;
}
body.index .p-ticket .p-howto-buy__item-title.--arena {
  background-color: #ce0f69;
}
body.index .p-ticket .p-howto-buy__item-title.--web-arena {
  background: linear-gradient(to right, #004ea2 50%, #ce0f69 50%);
}
@media (hover: hover) {
  body.index .p-ticket .p-howto-buy__item .p-howto-buy__item-image {
    transition: 0.3s ease;
  }
  body.index .p-ticket .p-howto-buy__item .p-howto-buy__item-image:hover {
    background-color: #ececec;
  }
}
body.index .p-ticket .p-howto-buy__frame {
  padding: 1.875rem 1.5rem 2.5rem;
  margin-top: 1.875rem;
  background-color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__frame {
    padding: 5vw 4vw 6.6666666667vw;
    margin-top: 5vw;
  }
}
body.index .p-ticket .p-howto-buy__frame-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__frame-title {
    font-size: 5vw;
  }
}
body.index .p-ticket .p-howto-buy__frame-image {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__frame-image {
    margin-top: 3.3333333333vw;
  }
}
body.index .p-ticket .p-howto-buy__frame-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-howto-buy__frame-images {
    gap: 1.6666666667vw;
    margin-top: 1.6666666667vw;
  }
}
body.index .p-ticket .p-point-list__item + .p-point-list__item {
  margin-top: 2.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-list__item + .p-point-list__item {
    margin-top: 6.6666666667vw;
  }
}
body.index .p-ticket .p-point-list__point {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-list__point {
    font-size: 4vw;
  }
}
body.index .p-ticket .p-point-list__point-no {
  padding: 0 2rem 0 1rem;
  margin-right: 0.5rem;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 100%, 0% 100%);
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  background-color: #ce0f69;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-list__point-no {
    padding: 0 5.3333333333vw 0 2.6666666667vw;
    margin-right: 1.3333333333vw;
    clip-path: polygon(0% 0%, calc(100% - 2.6666666667vw) 0%, 100% 100%, 0% 100%);
  }
}
body.index .p-ticket .p-point-list__point-title {
  line-height: 1.2;
  color: #ce0f69;
}
body.index .p-ticket .p-point-list__description-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-list__description-text {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-ticket .p-point-photo__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-photo__title {
    font-size: 3.3333333333vw;
  }
}
body.index .p-ticket .p-point-photo__description {
  margin-top: 0.5rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-photo__description {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-ticket .p-point-frame {
  padding: 1.25rem;
  background-color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-frame {
    padding: 3.3333333333vw;
  }
}
body.index .p-ticket .p-point-frame__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-frame__title {
    font-size: 3vw;
  }
}
body.index .p-ticket .p-point-frame__title.--icon {
  display: inline-flex;
  align-items: center;
  color: #ce0f69;
}
body.index .p-ticket .p-point-frame__title.--icon img {
  width: 1.875rem;
  margin-right: 0.5rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-frame__title.--icon img {
    width: 5vw;
    margin-right: 1.3333333333vw;
  }
}
body.index .p-ticket .p-point-frame__description {
  margin-top: 0.625rem;
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-frame__description {
    margin-top: 1.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
body.index .p-ticket .p-point-frame__description .p-list-asterisk {
  margin-top: 0.625rem;
}
@media only screen and (width < 600px) {
  body.index .p-ticket .p-point-frame__description .p-list-asterisk {
    margin-top: 1.6666666667vw;
  }
}
body.index .p-club {
  padding-bottom: 3.75rem;
  color: #fff;
  background-color: #004ea2;
}
@media only screen and (width < 600px) {
  body.index .p-club {
    padding-bottom: 10vw;
  }
}
body.index .p-club__buttons {
  margin-top: 1.875rem;
}
@media only screen and (width < 600px) {
  body.index .p-club__buttons {
    margin-top: 5vw;
  }
}
body.index .p-faq {
  padding-bottom: 3.75rem;
  background-color: #fff;
}
@media only screen and (width < 600px) {
  body.index .p-faq {
    padding-bottom: 10vw;
  }
}
body.index .p-movie {
  padding: 16.25rem 0 8.75rem;
}
@media only screen and (width < 600px) {
  body.index .p-movie {
    padding: 43.3333333333vw 0 23.3333333333vw;
  }
}

body.point .p-seat-map {
  padding-bottom: 5rem;
}
@media only screen and (width < 600px) {
  body.point .p-seat-map {
    padding-bottom: 13.3333333333vw;
  }
}
body.point .p-area {
  margin-top: 3.75rem;
}
@media only screen and (width < 600px) {
  body.point .p-area {
    margin-top: 10vw;
  }
}
body.point .p-area__title {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 0.125rem solid #919191;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__title {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2vw;
    font-size: 4.6666666667vw;
    border-bottom-width: 0.3333333333vw;
  }
}
body.point .p-area__description {
  font-size: 1.125rem;
  line-height: 1.6;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__description {
    font-size: 3vw;
  }
}
body.point .p-area__image {
  margin-top: 1.75rem;
}
@media only screen and (width < 600px) {
  body.point .p-area__image {
    margin-top: 4.6666666667vw;
  }
}
body.point .p-area__frame {
  padding: 1.25rem 1.25rem 2.5rem;
  margin-top: 1.75rem;
  background-color: #fff;
}
@media only screen and (width < 600px) {
  body.point .p-area__frame {
    padding: 3.3333333333vw 3.3333333333vw 6.6666666667vw;
    margin-top: 4.6666666667vw;
  }
}
body.point .p-area__frame-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004ea2;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__frame-title {
    font-size: 4vw;
  }
}
body.point .p-area__frame-description {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__frame-description {
    margin-top: 1.3333333333vw;
    font-size: 3vw;
  }
}
body.point .p-area__frame-subtitle {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  color: #ce0f69;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__frame-subtitle {
    margin-top: 2vw;
    font-size: 3.3333333333vw;
  }
}
body.point .p-area__frame .p-ticket__buttons {
  margin-top: 1.875rem;
}
@media only screen and (width < 600px) {
  body.point .p-area__frame .p-ticket__buttons {
    margin-top: 5vw;
  }
}
body.point .p-area__seat-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ce0f69;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__seat-title {
    font-size: 4vw;
  }
}
body.point .p-area__seat-description {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  body.point .p-area__seat-description {
    margin-top: 0.6666666667vw;
    font-size: 3vw;
  }
}
body.point .p-area__seat-image {
  margin-top: 1.25rem;
}
@media only screen and (width < 600px) {
  body.point .p-area__seat-image {
    margin-top: 3.3333333333vw;
  }
}
body.point .p-area__seat-image img {
  width: 100%;
}
body.point .p-area .p-accordion {
  margin-top: 1.75rem;
}
@media only screen and (width < 600px) {
  body.point .p-area .p-accordion {
    margin-top: 4.6666666667vw;
  }
}
body.point .p-area .p-accordion__item + .p-accordion__item {
  margin-top: 1rem;
}
@media only screen and (width < 600px) {
  body.point .p-area .p-accordion__item + .p-accordion__item {
    margin-top: 2.6666666667vw;
  }
}
body.point .p-area .p-accordion__head {
  padding: 0.75rem 3rem 0.75rem 1.5rem;
}
@media only screen and (width < 600px) {
  body.point .p-area .p-accordion__head {
    padding: 2vw 8vw 2vw 4vw;
  }
}

/* utility */
.u-anime {
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.6, 0.4, 1);
}
.u-anime.is-active {
  opacity: 1;
  translate: 0 0 !important;
}
.u-anime.--fade-img {
  translate: 0 10%;
}
.u-anime.--fade-up {
  translate: 0 20%;
}
.u-anime.--fade-down {
  translate: 0 -20%;
}
.u-anime.--fade-right {
  overflow: hidden;
  translate: -50% 0;
}
.u-anime.--fade-left {
  overflow: hidden;
  translate: 50% 0;
}

.u-aria-hidden {
  display: none !important;
}

@media (hover: hover) {
  .u-hover {
    transition: 0.3s ease;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mb-9 {
  margin-bottom: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mb-10 {
  margin-bottom: 5rem !important;
}

.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mb-11 {
  margin-bottom: 5.5rem !important;
}

.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mb-12 {
  margin-bottom: 6rem !important;
}

.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mb-13 {
  margin-bottom: 6.5rem !important;
}

.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mb-14 {
  margin-bottom: 7rem !important;
}

.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mb-15 {
  margin-bottom: 7.5rem !important;
}

.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mb-16 {
  margin-bottom: 8rem !important;
}

.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mb-17 {
  margin-bottom: 8.5rem !important;
}

.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mb-18 {
  margin-bottom: 9rem !important;
}

.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mb-19 {
  margin-bottom: 9.5rem !important;
}

.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mb-20 {
  margin-bottom: 10rem !important;
}

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mb-21 {
  margin-bottom: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mb-22 {
  margin-bottom: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mb-23 {
  margin-bottom: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

.u-mb-24 {
  margin-bottom: 12rem !important;
}

.u-mt-25 {
  margin-top: 12.5rem !important;
}

.u-mb-25 {
  margin-bottom: 12.5rem !important;
}

@media only screen and (width < 600px) {
  .u-mt-0 {
    margin-top: 0vw !important;
  }
  .u-mb-0 {
    margin-bottom: 0vw !important;
  }
  .u-mt-1 {
    margin-top: 1.3333333333vw !important;
  }
  .u-mb-1 {
    margin-bottom: 1.3333333333vw !important;
  }
  .u-mt-2 {
    margin-top: 2.6666666667vw !important;
  }
  .u-mb-2 {
    margin-bottom: 2.6666666667vw !important;
  }
  .u-mt-3 {
    margin-top: 4vw !important;
  }
  .u-mb-3 {
    margin-bottom: 4vw !important;
  }
  .u-mt-4 {
    margin-top: 5.3333333333vw !important;
  }
  .u-mb-4 {
    margin-bottom: 5.3333333333vw !important;
  }
  .u-mt-5 {
    margin-top: 6.6666666667vw !important;
  }
  .u-mb-5 {
    margin-bottom: 6.6666666667vw !important;
  }
  .u-mt-6 {
    margin-top: 8vw !important;
  }
  .u-mb-6 {
    margin-bottom: 8vw !important;
  }
  .u-mt-7 {
    margin-top: 9.3333333333vw !important;
  }
  .u-mb-7 {
    margin-bottom: 9.3333333333vw !important;
  }
  .u-mt-8 {
    margin-top: 10.6666666667vw !important;
  }
  .u-mb-8 {
    margin-bottom: 10.6666666667vw !important;
  }
  .u-mt-9 {
    margin-top: 12vw !important;
  }
  .u-mb-9 {
    margin-bottom: 12vw !important;
  }
  .u-mt-10 {
    margin-top: 13.3333333333vw !important;
  }
  .u-mb-10 {
    margin-bottom: 13.3333333333vw !important;
  }
  .u-mt-11 {
    margin-top: 14.6666666667vw !important;
  }
  .u-mb-11 {
    margin-bottom: 14.6666666667vw !important;
  }
  .u-mt-12 {
    margin-top: 16vw !important;
  }
  .u-mb-12 {
    margin-bottom: 16vw !important;
  }
  .u-mt-13 {
    margin-top: 17.3333333333vw !important;
  }
  .u-mb-13 {
    margin-bottom: 17.3333333333vw !important;
  }
  .u-mt-14 {
    margin-top: 18.6666666667vw !important;
  }
  .u-mb-14 {
    margin-bottom: 18.6666666667vw !important;
  }
  .u-mt-15 {
    margin-top: 20vw !important;
  }
  .u-mb-15 {
    margin-bottom: 20vw !important;
  }
  .u-mt-16 {
    margin-top: 21.3333333333vw !important;
  }
  .u-mb-16 {
    margin-bottom: 21.3333333333vw !important;
  }
  .u-mt-17 {
    margin-top: 22.6666666667vw !important;
  }
  .u-mb-17 {
    margin-bottom: 22.6666666667vw !important;
  }
  .u-mt-18 {
    margin-top: 24vw !important;
  }
  .u-mb-18 {
    margin-bottom: 24vw !important;
  }
  .u-mt-19 {
    margin-top: 25.3333333333vw !important;
  }
  .u-mb-19 {
    margin-bottom: 25.3333333333vw !important;
  }
  .u-mt-20 {
    margin-top: 26.6666666667vw !important;
  }
  .u-mb-20 {
    margin-bottom: 26.6666666667vw !important;
  }
  .u-mt-21 {
    margin-top: 28vw !important;
  }
  .u-mb-21 {
    margin-bottom: 28vw !important;
  }
  .u-mt-22 {
    margin-top: 29.3333333333vw !important;
  }
  .u-mb-22 {
    margin-bottom: 29.3333333333vw !important;
  }
  .u-mt-23 {
    margin-top: 30.6666666667vw !important;
  }
  .u-mb-23 {
    margin-bottom: 30.6666666667vw !important;
  }
  .u-mt-24 {
    margin-top: 32vw !important;
  }
  .u-mb-24 {
    margin-bottom: 32vw !important;
  }
  .u-mt-25 {
    margin-top: 33.3333333333vw !important;
  }
  .u-mb-25 {
    margin-bottom: 33.3333333333vw !important;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-pt-9 {
  padding-top: 4.5rem !important;
}

.u-pb-9 {
  padding-bottom: 4.5rem !important;
}

.u-py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.u-pt-10 {
  padding-top: 5rem !important;
}

.u-pb-10 {
  padding-bottom: 5rem !important;
}

.u-py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-pt-11 {
  padding-top: 5.5rem !important;
}

.u-pb-11 {
  padding-bottom: 5.5rem !important;
}

.u-py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.u-pt-12 {
  padding-top: 6rem !important;
}

.u-pb-12 {
  padding-bottom: 6rem !important;
}

.u-py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-pt-13 {
  padding-top: 6.5rem !important;
}

.u-pb-13 {
  padding-bottom: 6.5rem !important;
}

.u-py-13 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.u-pt-14 {
  padding-top: 7rem !important;
}

.u-pb-14 {
  padding-bottom: 7rem !important;
}

.u-py-14 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-pt-15 {
  padding-top: 7.5rem !important;
}

.u-pb-15 {
  padding-bottom: 7.5rem !important;
}

.u-py-15 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.u-pt-16 {
  padding-top: 8rem !important;
}

.u-pb-16 {
  padding-bottom: 8rem !important;
}

.u-py-16 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-pt-17 {
  padding-top: 8.5rem !important;
}

.u-pb-17 {
  padding-bottom: 8.5rem !important;
}

.u-py-17 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.u-pt-18 {
  padding-top: 9rem !important;
}

.u-pb-18 {
  padding-bottom: 9rem !important;
}

.u-py-18 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.u-pt-19 {
  padding-top: 9.5rem !important;
}

.u-pb-19 {
  padding-bottom: 9.5rem !important;
}

.u-py-19 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.u-pt-20 {
  padding-top: 10rem !important;
}

.u-pb-20 {
  padding-bottom: 10rem !important;
}

.u-py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-pt-21 {
  padding-top: 10.5rem !important;
}

.u-pb-21 {
  padding-bottom: 10.5rem !important;
}

.u-py-21 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.u-pt-22 {
  padding-top: 11rem !important;
}

.u-pb-22 {
  padding-bottom: 11rem !important;
}

.u-py-22 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.u-pt-23 {
  padding-top: 11.5rem !important;
}

.u-pb-23 {
  padding-bottom: 11.5rem !important;
}

.u-py-23 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.u-pt-24 {
  padding-top: 12rem !important;
}

.u-pb-24 {
  padding-bottom: 12rem !important;
}

.u-py-24 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.u-pt-25 {
  padding-top: 12.5rem !important;
}

.u-pb-25 {
  padding-bottom: 12.5rem !important;
}

.u-py-25 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

@media only screen and (width < 600px) {
  .u-pt-0 {
    padding-top: 0vw !important;
  }
  .u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .u-py-0 {
    padding-top: 0vw !important;
    padding-bottom: 0vw !important;
  }
  .u-pt-1 {
    padding-top: 1.3333333333vw !important;
  }
  .u-pb-1 {
    padding-bottom: 1.3333333333vw !important;
  }
  .u-py-1 {
    padding-top: 1.3333333333vw !important;
    padding-bottom: 1.3333333333vw !important;
  }
  .u-pt-2 {
    padding-top: 2.6666666667vw !important;
  }
  .u-pb-2 {
    padding-bottom: 2.6666666667vw !important;
  }
  .u-py-2 {
    padding-top: 2.6666666667vw !important;
    padding-bottom: 2.6666666667vw !important;
  }
  .u-pt-3 {
    padding-top: 4vw !important;
  }
  .u-pb-3 {
    padding-bottom: 4vw !important;
  }
  .u-py-3 {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
  .u-pt-4 {
    padding-top: 5.3333333333vw !important;
  }
  .u-pb-4 {
    padding-bottom: 5.3333333333vw !important;
  }
  .u-py-4 {
    padding-top: 5.3333333333vw !important;
    padding-bottom: 5.3333333333vw !important;
  }
  .u-pt-5 {
    padding-top: 6.6666666667vw !important;
  }
  .u-pb-5 {
    padding-bottom: 6.6666666667vw !important;
  }
  .u-py-5 {
    padding-top: 6.6666666667vw !important;
    padding-bottom: 6.6666666667vw !important;
  }
  .u-pt-6 {
    padding-top: 8vw !important;
  }
  .u-pb-6 {
    padding-bottom: 8vw !important;
  }
  .u-py-6 {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
  .u-pt-7 {
    padding-top: 9.3333333333vw !important;
  }
  .u-pb-7 {
    padding-bottom: 9.3333333333vw !important;
  }
  .u-py-7 {
    padding-top: 9.3333333333vw !important;
    padding-bottom: 9.3333333333vw !important;
  }
  .u-pt-8 {
    padding-top: 10.6666666667vw !important;
  }
  .u-pb-8 {
    padding-bottom: 10.6666666667vw !important;
  }
  .u-py-8 {
    padding-top: 10.6666666667vw !important;
    padding-bottom: 10.6666666667vw !important;
  }
  .u-pt-9 {
    padding-top: 12vw !important;
  }
  .u-pb-9 {
    padding-bottom: 12vw !important;
  }
  .u-py-9 {
    padding-top: 12vw !important;
    padding-bottom: 12vw !important;
  }
  .u-pt-10 {
    padding-top: 13.3333333333vw !important;
  }
  .u-pb-10 {
    padding-bottom: 13.3333333333vw !important;
  }
  .u-py-10 {
    padding-top: 13.3333333333vw !important;
    padding-bottom: 13.3333333333vw !important;
  }
  .u-pt-11 {
    padding-top: 14.6666666667vw !important;
  }
  .u-pb-11 {
    padding-bottom: 14.6666666667vw !important;
  }
  .u-py-11 {
    padding-top: 14.6666666667vw !important;
    padding-bottom: 14.6666666667vw !important;
  }
  .u-pt-12 {
    padding-top: 16vw !important;
  }
  .u-pb-12 {
    padding-bottom: 16vw !important;
  }
  .u-py-12 {
    padding-top: 16vw !important;
    padding-bottom: 16vw !important;
  }
  .u-pt-13 {
    padding-top: 17.3333333333vw !important;
  }
  .u-pb-13 {
    padding-bottom: 17.3333333333vw !important;
  }
  .u-py-13 {
    padding-top: 17.3333333333vw !important;
    padding-bottom: 17.3333333333vw !important;
  }
  .u-pt-14 {
    padding-top: 18.6666666667vw !important;
  }
  .u-pb-14 {
    padding-bottom: 18.6666666667vw !important;
  }
  .u-py-14 {
    padding-top: 18.6666666667vw !important;
    padding-bottom: 18.6666666667vw !important;
  }
  .u-pt-15 {
    padding-top: 20vw !important;
  }
  .u-pb-15 {
    padding-bottom: 20vw !important;
  }
  .u-py-15 {
    padding-top: 20vw !important;
    padding-bottom: 20vw !important;
  }
  .u-pt-16 {
    padding-top: 21.3333333333vw !important;
  }
  .u-pb-16 {
    padding-bottom: 21.3333333333vw !important;
  }
  .u-py-16 {
    padding-top: 21.3333333333vw !important;
    padding-bottom: 21.3333333333vw !important;
  }
  .u-pt-17 {
    padding-top: 22.6666666667vw !important;
  }
  .u-pb-17 {
    padding-bottom: 22.6666666667vw !important;
  }
  .u-py-17 {
    padding-top: 22.6666666667vw !important;
    padding-bottom: 22.6666666667vw !important;
  }
  .u-pt-18 {
    padding-top: 24vw !important;
  }
  .u-pb-18 {
    padding-bottom: 24vw !important;
  }
  .u-py-18 {
    padding-top: 24vw !important;
    padding-bottom: 24vw !important;
  }
  .u-pt-19 {
    padding-top: 25.3333333333vw !important;
  }
  .u-pb-19 {
    padding-bottom: 25.3333333333vw !important;
  }
  .u-py-19 {
    padding-top: 25.3333333333vw !important;
    padding-bottom: 25.3333333333vw !important;
  }
  .u-pt-20 {
    padding-top: 26.6666666667vw !important;
  }
  .u-pb-20 {
    padding-bottom: 26.6666666667vw !important;
  }
  .u-py-20 {
    padding-top: 26.6666666667vw !important;
    padding-bottom: 26.6666666667vw !important;
  }
  .u-pt-21 {
    padding-top: 28vw !important;
  }
  .u-pb-21 {
    padding-bottom: 28vw !important;
  }
  .u-py-21 {
    padding-top: 28vw !important;
    padding-bottom: 28vw !important;
  }
  .u-pt-22 {
    padding-top: 29.3333333333vw !important;
  }
  .u-pb-22 {
    padding-bottom: 29.3333333333vw !important;
  }
  .u-py-22 {
    padding-top: 29.3333333333vw !important;
    padding-bottom: 29.3333333333vw !important;
  }
  .u-pt-23 {
    padding-top: 30.6666666667vw !important;
  }
  .u-pb-23 {
    padding-bottom: 30.6666666667vw !important;
  }
  .u-py-23 {
    padding-top: 30.6666666667vw !important;
    padding-bottom: 30.6666666667vw !important;
  }
  .u-pt-24 {
    padding-top: 32vw !important;
  }
  .u-pb-24 {
    padding-bottom: 32vw !important;
  }
  .u-py-24 {
    padding-top: 32vw !important;
    padding-bottom: 32vw !important;
  }
  .u-pt-25 {
    padding-top: 33.3333333333vw !important;
  }
  .u-pb-25 {
    padding-bottom: 33.3333333333vw !important;
  }
  .u-py-25 {
    padding-top: 33.3333333333vw !important;
    padding-bottom: 33.3333333333vw !important;
  }
}
.u-radius-0 {
  border-radius: 0;
}

.u-radius-main {
  border-radius: 0.3125rem;
}
@media only screen and (width < 600px) {
  .u-radius-main {
    border-radius: 0.8333333333vw;
  }
}

.u-tel-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .u-tel-link {
    text-decoration: none;
    pointer-events: none;
  }
}
.u-text-center {
  text-align: center;
}

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

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

.u-color-blue {
  color: #004ea2;
}
.u-color-pink {
  color: #ce0f69;
}

.u-text-xsm {
  font-size: 0.875rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .u-text-xsm {
    font-size: 2.3333333333vw;
  }
}
.u-text-sm {
  font-size: 1rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .u-text-sm {
    font-size: 2.6666666667vw;
  }
}
.u-text-md {
  font-size: 1.125rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .u-text-md {
    font-size: 3vw;
  }
}
.u-text-lg {
  font-size: 1.375rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .u-text-lg {
    font-size: 3.6666666667vw;
  }
}
.u-text-xlg {
  font-size: 1.625rem;
  transform: rotate(0.03deg);
}
@media only screen and (width < 600px) {
  .u-text-xlg {
    font-size: 4.3333333333vw;
  }
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-italic {
  font-style: italic;
}

.u-text-underline {
  text-decoration: underline;
}