@charset "UTF-8";
/*! 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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  line-height: 1.5;
  font-size: 1rem;
  font-size: 2.1333333333vw;
}
@media (min-width: 751px) {
  html {
    font-size: 0.8333333333vw;
  }
}

body {
  overflow-x: hidden;
  color: #000000;
  font-family: Noto Serif JP, serif;
  font-weight: 400;
  position: relative;
}
body *:not(span) {
  letter-spacing: 0em;
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
  margin-top: 9.1875rem;
}
@media (min-width: 751px) {
  main {
    margin-top: 0;
  }
}

a:focus-visible {
  outline: unset;
}

img {
  max-width: 100%;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-375 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-375 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-375 {
    max-width: 23.4375rem;
  }
}

.inner-576 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-576 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-576 {
    max-width: 36rem;
  }
}

.inner-768 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-768 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-768 {
    max-width: 48rem;
  }
}

.inner-800 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-800 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-800 {
    max-width: 50rem;
  }
}

.inner-992 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-992 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-992 {
    max-width: 62rem;
  }
}

.inner-1000 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1000 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1000 {
    max-width: 62.5rem;
  }
}

.inner-1100 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1100 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1100 {
    max-width: 68.75rem;
  }
}

.inner-1200 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1200 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1200 {
    max-width: 75rem;
  }
}

.inner-1300 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1300 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1300 {
    max-width: 81.25rem;
  }
}

.inner-1400 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1400 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1400 {
    max-width: 87.5rem;
  }
}

.inner-1500 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1500 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1500 {
    max-width: 93.75rem;
  }
}

.inner-1600 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1600 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1600 {
    max-width: 100rem;
  }
}

.inner-1920 {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-1920 {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-1920 {
    max-width: 120rem;
  }
}

.inner-global {
  max-width: 39.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 751px) {
  .inner-global {
    max-width: 70rem;
    padding-right: 3.5625rem;
    padding-left: 3.5625rem;
  }
}
@media (min-width: ) {
  .inner-global {
    max-width: 39.5rem;
  }
}

.custom-logo {
  max-width: 15rem;
  height: auto;
}
.js-drawer-open .custom-logo {
  filter: brightness(100%);
  transition: 0.4s;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: 0.4s;
  mix-blend-mode: difference;
}
.header__inner {
  padding: 2.5rem 2.125rem;
}
@media (min-width: 751px) {
  .header__inner {
    padding: 2.5rem 3.375rem;
  }
}
.header__hamburger {
  position: absolute;
  top: 4.5rem;
  right: 2.1875rem;
  z-index: 1100;
}
@media (min-width: 751px) {
  .header__hamburger {
    top: 3.875rem;
    right: 4.5rem;
  }
}

.footer {
  padding: 7.625rem 2.5rem 2.4375rem;
  color: white;
  background: #b91c3c;
  background: linear-gradient(180deg, rgb(185, 28, 60) 0%, rgb(93, 14, 30) 100%);
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .footer {
    padding: 6.9375rem 2.5rem 2rem;
  }
}
.footer__logo {
  position: absolute;
  left: 50%;
  top: -3.75rem;
  transform: translate(-50%, 0);
}

.footer-logo__img {
  max-width: 24.5625rem;
}

.copyright {
  text-align: center;
}
.copyright__text {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 751px) {
  .copyright__text {
    font-size: 0.75rem;
  }
}

.button-bg {
  display: inline-block;
  min-width: 30rem;
  padding: 2.25rem 2.5rem;
  color: #b91c3c;
  background-color: white;
  font-size: 2rem;
  border-radius: 100vh;
  border: 1px solid white;
  text-align: center;
  transition: 0.4s;
}
.button-bg:hover {
  color: white;
  background-color: #b91c3c;
  transition: 0.4s;
}
@media (min-width: 751px) {
  .button-bg {
    min-width: 22.5rem;
    padding: 1.1875rem 1.25rem;
    font-size: 1.125rem;
  }
}

.drawer {
  display: none;
  width: 100%;
  height: 100%;
  background: #b91c3c;
  background: linear-gradient(180deg, rgb(185, 28, 60) 0%, rgb(93, 14, 30) 100%);
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  overflow-y: auto;
}
@media (min-width: 751px) {
  .drawer {
    background: unset;
    background-color: #b91c3c;
    overflow-y: unset;
  }
}
@media (min-width: 751px) {
  .drawer__inner {
    display: flex;
    align-items: center;
  }
}
.drawer__nav {
  flex: 1 0 0;
}
.drawer .widget-drawer {
  display: none;
}
@media (min-width: 751px) {
  .drawer .widget-drawer {
    display: block;
    flex: 0 0 50%;
  }
}
@media (min-width: 751px) {
  .drawer .widget-drawer .wp-block-image {
    margin: 0;
  }
}
.drawer .widget-drawer .wp-block-image > img {
  width: 100%;
}

.drawer-nav {
  padding-top: 18.125rem;
  padding-bottom: 11.75rem;
}
@media (min-width: 751px) {
  .drawer-nav {
    padding: 5rem 2.5rem;
  }
}
.drawer-nav .menu-item {
  margin-bottom: 4rem;
  text-align: center;
}
.drawer-nav .menu-item:last-child {
  margin-bottom: 0;
}
.drawer-nav .menu-item > a {
  color: white;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 751px) {
  .drawer-nav .menu-item > a {
    font-size: 1.5rem;
  }
}

.faq-area__item {
  margin-bottom: 0.5rem;
}
.faq-area__item:last-child {
  margin-bottom: 0;
}

.faq__dt {
  padding: 1.4375rem 2.5rem;
  color: white;
  background-color: #373737;
  font-family: Noto Serif JP, serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: -0.05em;
  border-radius: 0.5rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .faq__dt {
    padding: 0.875rem 2.5rem;
    font-size: 1.25rem;
  }
}
.faq__dt:before, .faq__dt:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.125rem;
  background-color: white;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (min-width: 751px) {
  .faq__dt:before, .faq__dt:after {
    width: 1rem;
    height: 0.0625rem;
  }
}
.faq__dt:before {
  right: 2.5rem;
  transform: translate(0, -50%);
}
.faq__dt:after {
  right: 2.5rem;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.4s;
}
.js-accordion-open .faq__dt:after {
  opacity: 0;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.4s;
}

.faq__dd {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.js-accordion-open .faq__dd {
  height: auto;
}

.faq-content__inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 751px) {
  .faq-content__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.faq-content-list {
  list-style: "※";
}
.faq-content-list__item {
  margin-left: 1.3125rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .faq-content-list__item {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.faq-flower-section__list {
  margin-top: 2.5rem;
}
@media (min-width: 751px) {
  .faq-flower-section__list {
    margin-top: 1.5rem;
  }
}

.faq-flower-area__item:first-child .faq-flower__title {
  margin-top: 0;
}

.faq-flower__title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Noto Serif JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .faq-flower__title {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.faq-flower__content {
  margin-bottom: 1rem;
}
@media (min-width: 751px) {
  .faq-flower__content {
    margin-bottom: 0.5rem;
  }
}
.faq-flower__content:last-of-type {
  margin-bottom: 0;
}

.faq-flower-content__dt {
  font-family: Noto Serif JP, serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .faq-flower-content__dt {
    font-size: 1rem;
  }
}
.faq-flower-content__dd {
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .faq-flower-content__dd {
    font-size: 1rem;
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 5rem;
}
@media (min-width: 9999px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: white;
  transition: 0.4s;
}
.js-drawer-open .hamburger__line {
  background-color: white;
}
.js-drawer-open .hamburger__line:first-child {
  transform: translateY(0.375rem) rotate(-45deg);
}
.js-drawer-open .hamburger__line:last-child {
  transform: translateY(-0.75rem) rotate(45deg);
}

.nav-header {
  display: none;
}
@media (min-width: 9999px) {
  .nav-header {
    display: block;
  }
}
.nav-header__list {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.nav-header__link {
  font-family: Noto Serif JP, serif;
  font-weight: 700;
  line-height: 1.1875;
}
.nav-header__link:link, .nav-header__link:visited {
  color: white;
}

.global-wrapper {
  position: relative;
  z-index: 1;
}

.mv-to-news {
  background-color: white;
}

.section-mv {
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .section-mv {
    margin-bottom: -22rem;
  }
}

.mv {
  display: block;
  max-width: 42.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .mv {
    max-width: 62.5rem;
  }
}
.mv__title {
  position: absolute;
  top: 50.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media (min-width: 751px) {
  .mv__title {
    top: 38.9375rem;
  }
}
.mv__image {
  position: relative;
  z-index: 0;
}
.mv__band-front, .mv__band-back, .mv__band-rearmost {
  display: block;
  position: absolute;
  left: 0;
}
.mv__band-front {
  top: 52.5rem;
  z-index: 2;
}
@media (min-width: 751px) {
  .mv__band-front {
    top: 37.625rem;
  }
}
.mv__band-back {
  top: 37.9375rem;
  z-index: -1;
}
@media (min-width: 751px) {
  .mv__band-back {
    top: 14.5rem;
  }
}
.mv__band-rearmost {
  top: 66.8125rem;
  z-index: -2;
}
@media (min-width: 751px) {
  .mv__band-rearmost {
    top: 59.375rem;
  }
}

.mv-title {
  width: 100%;
  max-width: 40.125rem;
}
@media (min-width: 751px) {
  .mv-title {
    max-width: 45.625rem;
  }
}
.mv-title__front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.live-and-news {
  padding-top: 10.5625rem;
  position: relative;
}
@media (min-width: 751px) {
  .live-and-news {
    padding-bottom: 17.5rem;
  }
}
.live-and-news__illust-crown {
  max-width: 16.4375rem;
  position: absolute;
  top: 1.5rem;
  right: 2.125rem;
  transform: translate(0, -100%);
  z-index: 1;
}
@media (min-width: 751px) {
  .live-and-news__illust-crown {
    top: 20.5625rem;
    right: 15rem;
  }
}
@media (min-width: 751px) {
  .live-and-news__inner {
    display: flex;
    justify-content: center;
  }
}
.live-and-news__news {
  margin-top: 1.6875rem;
}
@media (min-width: 751px) {
  .live-and-news__news {
    margin-top: 0;
  }
}

.section-live {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 751px) {
  .section-live {
    margin-right: unset;
    margin-left: unset;
    position: relative;
    left: 3.1875rem;
  }
}
.section-live__inner {
  max-width: 42.625rem;
  margin-right: auto;
  margin-left: auto;
  padding: 8.625rem 1.875rem 3.375rem;
  background-color: black;
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .section-live__inner {
    min-width: 52.6875rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 9.1875rem 7.5rem 3.3125rem;
    transform: rotate(-2deg);
  }
}
.section-live__inner > * {
  color: white;
}
.section-live__title {
  position: absolute;
  top: 0;
  left: 0.8125rem;
  transform: translate(0, -3.75rem) rotate(-4deg);
  z-index: 0;
}
@media (min-width: 751px) {
  .section-live__title {
    left: 50%;
    transform: translate(-50%, -2.5rem);
  }
}

.live-title {
  max-width: 18.9375rem;
}
.live-title__front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.live-information-area__item {
  padding-top: 1.6875rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid white;
}
@media (min-width: 751px) {
  .live-information-area__item {
    padding: 0.4375rem 0.875rem 0.75rem;
  }
}
.live-information-area__item:last-child {
  border-bottom: none;
}

.live-information-link {
  display: block;
  width: 100%;
}
@media (min-width: 751px) {
  .live-information-link {
    min-width: 36.25rem;
    position: relative;
    z-index: 0;
  }
}
.live-information-link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b91c3c;
  background: linear-gradient(180deg, rgb(185, 28, 60) 0%, rgb(93, 14, 30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
  z-index: -1;
}
@media (min-width: 751px) {
  .live-information-link:hover:after {
    transform: scale(1, 1);
    transition: 0.4s;
  }
}
.live-information-link__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 751px) {
  .live-information-link__wrapper {
    align-items: center;
  }
}
@media (min-width: 751px) {
  .live-information-link__detail {
    transform: translate(0rem, 0.8125rem);
  }
}
.live-information-link__concert {
  display: block;
  font-family: Noto Serif Display, serif;
  font-weight: 800;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.25;
  font-variation-settings: "wdth" 87.5;
  letter-spacing: -0.035em;
}
.live-information-link__time {
  margin-top: 0.3125rem;
  letter-spacing: -0.06em;
}
@media (min-width: 751px) {
  .live-information-link__time {
    margin-top: 0;
  }
}
.live-information-link__performers {
  margin-top: 0.375rem;
}
.live-information-link__detail {
  text-align: center;
}
.live-information-link__prefecture {
  display: inline-block;
  min-width: 8.125rem;
  padding: 0.125rem 0.625rem 0.3125rem;
  color: white;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.4285714286;
  border: 1px solid white;
  border-radius: 100vh;
}
@media (min-width: 751px) {
  .live-information-link__prefecture {
    min-width: 6.625rem;
    padding: 0.1875rem 0.125rem 0.375rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.live-information-link__button {
  display: block;
  margin-top: 0.875rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.45;
}
@media (min-width: 751px) {
  .live-information-link__button {
    margin-top: 0.4375rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.live-information-link-time {
  display: block;
  line-height: 1.34375;
}
@media (min-width: 751px) {
  .live-information-link-time {
    line-height: 1;
  }
}
.live-information-link-time__text {
  font-family: Noto Serif Display, serif;
  font-weight: 800;
  font-size: 2rem;
  font-style: italic;
}
@media (min-width: 751px) {
  .live-information-link-time__text {
    font-size: 1rem;
  }
}
.live-information-link-time__time {
  font-family: Noto Serif Display, serif;
  font-weight: 800;
  font-size: 2rem;
  font-style: italic;
  font-variation-settings: "wdth" 87.5;
}
@media (min-width: 751px) {
  .live-information-link-time__time {
    margin-left: 0.5rem;
    font-size: 1.5rem;
  }
}

.live-information-link-performers {
  display: block;
  line-height: 1.45;
}
@media (min-width: 751px) {
  .live-information-link-performers {
    line-height: 1;
  }
}
.live-information-link-performers__text {
  font-family: Noto Serif Display, serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media (min-width: 751px) {
  .live-information-link-performers__text {
    font-size: 1rem;
  }
}
.live-information-link-performers__performers {
  font-family: Noto Serif Display, Noto Serif JP, serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-variation-settings: "wdth" 87.5;
}
@media (min-width: 751px) {
  .live-information-link-performers__performers {
    margin-left: 0.4375rem;
    font-size: 0.875rem;
  }
}

.live-information-modal {
  display: none;
}
.live-information-modal.is-open {
  display: block;
}

.live-information-modal__overlay {
  max-height: 100vh;
  background: #55554b;
  background: linear-gradient(90deg, rgba(85, 85, 75, 0.82) 0%, rgba(0, 0, 0, 0.82) 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  overflow-y: auto;
}
.live-information-modal__global-container {
  width: 100%;
  max-width: 42.625rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3000;
}
@media (min-width: 751px) {
  .live-information-modal__global-container {
    max-width: 48.75rem;
  }
}
.live-information-modal__container {
  position: relative;
}
.live-information-modal__sub-container {
  width: 100%;
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
  padding: 5rem 1.875rem;
  background-color: #fff;
  border-radius: 1.3125rem;
}
@media (min-width: 751px) {
  .live-information-modal__sub-container {
    margin-top: 7.625rem;
    margin-bottom: 7.625rem;
    padding: 2.5rem 1.875rem;
  }
}
.live-information-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(0%, -50%);
}
@media (min-width: 751px) {
  .live-information-modal__body {
    max-width: 27.4375rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.live-information-modal__address {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.8125rem;
  line-height: 1.4137931034;
  text-align: center;
}
@media (min-width: 751px) {
  .live-information-modal__address {
    font-size: 0.75rem;
  }
}
.live-information-modal__schedule-and-open {
  margin-top: 2rem;
}
.live-information-modal__ticket {
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .live-information-modal__ticket {
    margin-top: 1rem;
  }
}
.live-information-modal__contact {
  margin-top: 2.5rem;
}
@media (min-width: 751px) {
  .live-information-modal__contact {
    margin-top: 1.75rem;
  }
}
.live-information-modal__map {
  margin-top: 4rem;
}
@media (min-width: 751px) {
  .live-information-modal__map {
    margin-top: 2.5rem;
  }
}

.live-information-modal-close {
  display: inline-flex;
  flex-direction: column;
  mix-blend-mode: difference;
}
.live-information-modal-close__line {
  width: 7.5rem;
  height: 4px;
  background-color: white;
}
@media (min-width: 751px) {
  .live-information-modal-close__line {
    width: 3.75rem;
  }
}
.live-information-modal-close__line:first-child {
  transform: rotate(45deg);
}
.live-information-modal-close__line:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.live-information-modal-concert {
  position: relative;
  z-index: 0;
}
.live-information-modal-concert__wrapper {
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.live-information-modal-concert--have-row-2 .live-information-modal-concert__wrapper {
  padding-top: 5.5rem;
}
@media (min-width: 751px) {
  .live-information-modal-concert--have-row-2 .live-information-modal-concert__wrapper {
    padding-top: 5rem;
  }
}
.live-information-modal-concert__row {
  display: block;
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 6.0625rem;
  line-height: 1;
  letter-spacing: -0.1em;
}
@media (min-width: 751px) {
  .live-information-modal-concert__row {
    font-size: 4.3125rem;
  }
}
.live-information-modal-concert__row-1 {
  margin-right: 12.5rem;
  transform: rotate(-3deg);
}
@media (min-width: 751px) {
  .live-information-modal-concert__row-1 {
    margin-right: 10.625rem;
  }
}
.live-information-modal-concert--have-row-2 .live-information-modal-concert__row-1 {
  margin-right: auto;
  margin-left: auto;
  transform: unset;
}
.live-information-modal-concert__row-2 {
  text-align: end;
  transform: rotate(3deg);
}
.live-information-unitedlab .live-information-modal-concert__row-2 {
  margin-right: 2.75rem;
}

.live-information-hatch .live-information-modal-concert__row-2 {
  margin-right: 1.25rem;
}

.live-information-modal-concert__prefecture {
  padding: 0.75rem 3.5rem 0.6875rem 3.125rem;
  background-image: url(../images/illust/illust_script_circle.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 2.0625rem;
  line-height: 1.4666666667;
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  transform: rotate(5deg);
}
@media (min-width: 751px) {
  .live-information-modal-concert__prefecture {
    padding: 0.5625rem 2.6875rem 0.5625rem 2.5rem;
    font-size: 1.5625rem;
  }
}
.live-information-modal-detail-title {
  display: block;
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.4285714286;
}
@media (min-width: 751px) {
  .live-information-modal-detail-title {
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
.live-information-modal-detail-title--pink {
  background-color: #ff719c;
}
.live-information-modal-detail-title--purple {
  background-color: #ce71ff;
}
.live-information-modal-detail-title--yellow {
  background-color: #feed18;
}

@media (min-width: 751px) {
  .live-information-modal-schedule-and-open {
    display: flex;
    gap: 0 1.1875rem;
  }
}
@media (min-width: 751px) {
  .live-information-modal-schedule-and-open__schedule {
    flex: 0 0 auto;
  }
}
.live-information-modal-schedule-and-open__open {
  margin-top: 2rem;
}
@media (min-width: 751px) {
  .live-information-modal-schedule-and-open__open {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

.live-information-modal-schedule-date {
  text-align: center;
}
.live-information-modal-schedule-date__date {
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 3.75rem;
  letter-spacing: -0.1em;
}
@media (min-width: 751px) {
  .live-information-modal-schedule-date__date {
    font-size: 3.125rem;
  }
}
.live-information-modal-schedule-date__day {
  font-family: Noto Serif JP, serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: -0.1em;
}
@media (min-width: 751px) {
  .live-information-modal-schedule-date__day {
    font-size: 1.375rem;
  }
}

.live-information-modal-open__time {
  display: block;
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: -0.1em;
}
@media (min-width: 751px) {
  .live-information-modal-open__time {
    font-size: 3.125rem;
  }
}

@media (min-width: 751px) {
  .live-information-modal-ticket__area {
    margin-top: 0.75rem;
  }
}

.live-information-modal-ticket-area {
  text-align: center;
}
.live-information-modal-ticket-area__item {
  margin-top: 0.375rem;
}
.live-information-modal-ticket-area__item:first-child {
  margin-top: 0;
}

.live-information-modal-ticket-item {
  display: inline-flex;
  align-items: center;
}
.live-information-modal-ticket-item__detail {
  min-width: 14rem;
}
@media (min-width: 751px) {
  .live-information-modal-ticket-item__detail {
    min-width: 7rem;
  }
}
.live-information-modal-ticket-item__detail > p {
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
@media (min-width: 751px) {
  .live-information-modal-ticket-item__detail > p {
    font-size: 0.875rem;
  }
}
.live-information-modal-ticket-item__price {
  margin-left: 0.5rem;
}

.live-information-modal-ticket-price__price {
  font-size: 3.75rem;
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media (min-width: 751px) {
  .live-information-modal-ticket-price__price {
    font-size: 3.125rem;
  }
}
.live-information-modal-ticket-price__tax {
  font-size: 1.75rem;
}
@media (min-width: 751px) {
  .live-information-modal-ticket-price__tax {
    font-size: 0.875rem;
  }
}

.live-information-modal-contact {
  text-align: center;
}
.live-information-modal-contact__to {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media (min-width: 751px) {
  .live-information-modal-contact__to {
    font-size: 0.75rem;
  }
}
.live-information-modal-contact__link {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}
@media (min-width: 751px) {
  .live-information-modal-contact__link {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.live-information-modal-contact__link a {
  color: #f2004a;
  text-decoration: underline;
}

.live-information-modal-map > iframe {
  width: 100%;
  height: 21.8125rem;
}
@media (min-width: 751px) {
  .live-information-modal-map > iframe {
    height: 25.3125rem;
  }
}

.section-news {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 751px) {
  .section-news {
    margin-right: unset;
    margin-left: unset;
    position: relative;
    top: 23.875rem;
    left: -1.25rem;
  }
}
.section-news__inner {
  max-width: 42.625rem;
  margin-right: auto;
  margin-left: auto;
  padding: 8.5rem 1.875rem 3.375rem;
  background-color: #ffd700;
  position: relative;
}
@media (min-width: 751px) {
  .section-news__inner {
    max-width: 48.75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 8.1875rem 10rem 1.875rem;
    background-color: unset;
  }
}
@media (min-width: 751px) {
  .section-news__inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffd700;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(2deg);
  }
}
.section-news__inner > * {
  color: #0211e7;
}
.section-news__title {
  position: absolute;
  top: -3.3125rem;
  right: -0.9375rem;
}
@media (min-width: 751px) {
  .section-news__title {
    top: -2.5rem;
    right: auto;
    left: 50%;
  }
}
@media (min-width: 751px) {
  .section-news__list {
    transform: rotate(2deg);
  }
}
.section-news__button {
  margin-top: 3rem;
}
@media (min-width: 751px) {
  .section-news__button {
    margin-top: 0.25rem;
    transform: translate(-0.5rem, 0) rotate(2deg);
  }
}

.news-title {
  max-width: 21.6875rem;
  transform: rotate(4deg);
  mix-blend-mode: difference;
}
@media (min-width: 751px) {
  .news-title {
    max-width: 18.75rem;
    transform: translate(-50%, 1.25rem) rotate(2deg);
  }
}

.news-information-list__item {
  margin-bottom: 3rem;
}
@media (min-width: 751px) {
  .news-information-list__item {
    margin-bottom: 1.5rem;
  }
}

.news-information-item__time {
  margin-bottom: 0.5rem;
}
@media (min-width: 751px) {
  .news-information-item__time {
    margin-bottom: 0;
  }
}
.news-information-item__title {
  display: block;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4375;
}
@media (min-width: 751px) {
  .news-information-item__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.news-information-item-time {
  display: block;
  font-size: 1.5rem;
  line-height: 1.375;
}
@media (min-width: 751px) {
  .news-information-item-time {
    font-size: 1.25rem;
  }
}
.news-information-item-time__time {
  font-family: Noto Serif Display, serif;
  font-weight: 800;
  font-style: italic;
  font-variation-settings: "wdth" 87.5;
}
.news-information-item-time__text {
  font-family: Noto Serif JP, serif;
  font-weight: 600;
}

.news-button {
  display: block;
  padding: 2.875rem 1.25rem;
  color: white;
  background-color: black;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1;
}
@media (min-width: 751px) {
  .news-button {
    display: inline-block;
    padding: 1rem 0.4375rem;
    font-size: 0.875rem;
  }
}

.section-performers {
  padding-top: 5.25rem;
  padding-bottom: 7.5rem;
  background: #18203a;
  background: linear-gradient(135deg, rgb(24, 32, 58) 0%, rgb(18, 20, 29) 100%);
}
@media (min-width: 751px) {
  .section-performers {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}
.section-performers__inner {
  padding-right: 2.125rem;
  padding-left: 2.125rem;
}
@media (min-width: 751px) {
  .section-performers__inner {
    max-width: 91.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-performers__title {
  margin-bottom: 8.375rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 751px) {
  .section-performers__title {
    margin-bottom: 2.375rem;
  }
}

.performers-title {
  color: white;
}
@media (min-width: 751px) {
  .performers-title {
    display: flex;
    align-items: end;
  }
}
.performers-title__en {
  display: block;
  font-family: Noto Serif Display, serif;
  font-weight: 500;
  font-size: 7.3125rem;
  letter-spacing: -0.1em;
  line-height: 0.8888888889;
}
@media (min-width: 751px) {
  .performers-title__en {
    font-size: 5rem;
  }
}
.performers-title__ja {
  display: block;
  font-family: Noto Serif JP, serif;
  font-weight: 500;
  font-size: 3rem;
}
@media (min-width: 751px) {
  .performers-title__ja {
    margin-left: 1rem;
    font-size: 2rem;
  }
}

@media (min-width: 751px) {
  .performers-content-sp {
    display: none;
  }
}
.performers-content-sp__content-list {
  margin-top: 7.25rem;
}

.performers-content-sp-illust-list {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
.performers-content-sp-illust-list__item {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.performers-content-sp-illust-list .slick-list {
  overflow: visible;
}

.performers-content-sp-illust-item {
  width: 15.3125rem;
  height: 22.8125rem !important;
  background-color: #520716;
  border: 1px solid #b91c3c;
  border-radius: 1.5rem;
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
.performers-content-sp-illust-item.performers-araki {
  background-color: #520716;
  border: 1px solid #b91c3c;
}

.performers-content-sp-illust-item.slick-current.performers-araki {
  background-color: #960f2a;
}

.performers-content-sp-illust-item.performers-unc {
  background-color: #2b2000;
  border: 1px solid #ffc107;
}

.performers-content-sp-illust-item.slick-current.performers-unc {
  background-color: #c49300;
}

.performers-content-sp-illust-item.performers-kool {
  background-color: #002245;
  border: 1px solid #0066cc;
}

.performers-content-sp-illust-item.slick-current.performers-kool {
  background-color: #034688;
}

.performers-content-sp-illust-item.performers-hahe {
  background-color: #430b0b;
  border: 1px solid #dc2626;
}

.performers-content-sp-illust-item.slick-current.performers-hahe {
  background-color: #971b1b;
}

.performers-content-sp-illust-item.performers-morisurei {
  background-color: #003031;
  border: 1px solid #00ced1;
}

.performers-content-sp-illust-item.slick-current.performers-morisurei {
  background-color: #067c7e;
}

.performers-content-sp-illust-item.performers-coming-soon-yellow {
  background-color: #463b00;
  border: 1px solid #ffd700;
}

.performers-content-sp-illust-item.slick-current.performers-coming-soon-yellow {
  background-color: #7c6a00;
}

.performers-content-sp-illust-item.performers-coming-soon-red {
  background-color: #520000;
  border: 1px solid #ff0000;
}

.performers-content-sp-illust-item.slick-current.performers-coming-soon-red {
  background-color: #7c0000;
}

.performers-content-sp-illust-item.slick-current {
  transform: scale(1.6897959184) rotate(7deg);
  z-index: 2;
}

.performers-content-sp-illust-item__img {
  display: inline-block;
  width: 11.625rem;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-current .performers-content-sp-illust-item__img {
  opacity: 1;
}

.performers-content-sp-illust-item__name {
  display: inline-block;
  width: max-content;
  color: white;
  font-family: Noto Serif Display, Noto Serif JP, serif;
  font-weight: 600;
  font-size: 6.6875rem;
  letter-spacing: -0.1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2429906542);
  transition: 0.4s transform;
  transform-origin: center center;
  z-index: 1;
}
.slick-current .performers-content-sp-illust-item__name {
  transform: translate(-50%, -50%) scale(1) rotate(-13deg);
  z-index: 2;
  transition: 0.4s transform;
}

.slick-current.performers-morisurei .performers-content-sp-illust-item__name {
  transform: translate(-50%, -50%) scale(0.7) rotate(-13deg);
}

.slick-current.performers-coming-soon-red .performers-content-sp-illust-item__name {
  transform: translate(-50%, -50%) scale(0.7) rotate(-13deg);
}

.slick-current.performers-coming-soon-yellow .performers-content-sp-illust-item__name {
  transform: translate(-50%, -50%) scale(0.7) rotate(-13deg);
}

.performers-content-sp-content-list .slick-dotted {
  margin-bottom: 0;
}
.performers-content-sp-content-list .slick-list {
  overflow: visible;
}
.performers-content-sp-content-list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3rem);
}
.performers-content-sp-content-list .slick-dots > li {
  margin: 0 0.5rem;
}
.performers-content-sp-content-list .slick-dots > li > button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-color: white;
  font-size: 0;
  border-radius: 50%;
  line-height: 0;
  opacity: 0.3;
}
.performers-content-sp-content-list .slick-dots > li.slick-active > button {
  border: 2px solid white;
  opacity: 1;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(1) > button {
  background-color: #b91c3c;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(2) > button {
  background-color: #ffc107;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(3) > button {
  background-color: #0066cc;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(4) > button {
  background-color: #dc2626;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(5) > button {
  background-color: #00ced1;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(6) > button {
  background-color: #ffd700;
}
.performers-content-sp-content-list .slick-dots > li:nth-child(7) > button {
  background-color: #ff0000;
}

.performers-content-sp-content-item.performers-coming-soon {
  display: none !important;
}
.performers-content-sp-content-item__description {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 1.875rem 6.875rem;
  color: white;
  background-color: black;
  font-family: Noto Serif JP, serif;
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
}
.performers-content-sp-content-item__sns {
  margin-top: 1.5rem;
}

.performers-content-sp-content-item-sns {
  display: flex;
  justify-content: center;
  gap: 0 1.875rem;
  opacity: 0;
  visibility: hidden;
}
.slick-current .performers-content-sp-content-item-sns {
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
}

.performers-content-sp-content-item-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.625rem;
  height: 5.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.performers-content-sp-content-item-sns-link:before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
  z-index: -1;
  backdrop-filter: blur(10px) brightness(-50%);
  opacity: 0.5;
}
.performers-content-sp-content-item-sns-x .performers-content-sp-content-item-sns-link__img {
  max-width: 2.5625rem;
}

.performers-content-sp-content-item-sns-youtube .performers-content-sp-content-item-sns-link__img {
  max-width: 3.375rem;
}

.performers-content-pc {
  display: none;
}
@media (min-width: 751px) {
  .performers-content-pc {
    display: block;
  }
}

.performers-content-pc-list {
  padding-bottom: 3.125rem;
  display: none;
  /* ページ読み込み時に、一瞬縦並びになるのを防止 */
  /* slick-initializedが付与されたら表示 */
}
.performers-content-pc-list.slick-initialized {
  display: block;
}
.performers-content-pc-list__item {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}
.performers-content-pc-list .slick-list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}
.performers-content-pc-list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3rem);
}
.performers-content-pc-list .slick-dots > li {
  margin: 0 0.5rem;
}
.performers-content-pc-list .slick-dots > li > button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background-color: white;
  font-size: 0;
  border-radius: 50%;
  line-height: 0;
  opacity: 0.3;
}
.performers-content-pc-list .slick-dots > li.slick-active > button {
  border: 2px solid white;
  opacity: 1;
}
.performers-content-pc-list .slick-dots > li:nth-child(1) > button {
  background-color: #b91c3c;
}
.performers-content-pc-list .slick-dots > li:nth-child(2) > button {
  background-color: #ffc107;
}
.performers-content-pc-list .slick-dots > li:nth-child(3) > button {
  background-color: #0066cc;
}
.performers-content-pc-list .slick-dots > li:nth-child(4) > button {
  background-color: #dc2626;
}
.performers-content-pc-list .slick-dots > li:nth-child(5) > button {
  background-color: #00ced1;
}
.performers-content-pc-list .slick-dots > li:nth-child(6) > button {
  background-color: #ffd700;
}
.performers-content-pc-list .slick-dots > li:nth-child(7) > button {
  background-color: #ff0000;
}
.performers-content-pc-list .slick-arrow {
  max-width: 2.25rem;
  position: absolute;
  top: 30%;
  z-index: 1;
}
.performers-content-pc-list .slick-prev {
  left: -12.5rem;
  transform: translate(0, 3.125rem);
}
.performers-content-pc-list .slick-next {
  right: -12.5rem;
  transform: translate(0, 3.125rem);
}
.performers-content-pc-list .slick-current,
.performers-content-pc-list .is-active-next {
  opacity: 1;
  transition: 0.4s;
}

.performers-content-pc-item {
  position: relative;
  z-index: 0;
}
.performers-content-pc-item.slick-current {
  z-index: 1;
}

.performers-content-pc-item__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.performers-content-pc-item__name {
  display: block;
  width: max-content;
  color: white;
  font-family: Noto Serif Display, Noto Serif JP, serif;
  font-weight: 600;
  font-size: 5.25rem;
  line-height: 1;
  transform: scale(0.380952381);
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.slick-current .performers-content-pc-item__name {
  transform: scale(1) rotate(-6deg);
  transition: 0.4s;
}

.performers-content-pc-item__detail {
  position: absolute;
}

.performers-content-pc-item-image {
  width: 18.375rem;
  height: 27.4375rem !important;
  background-color: #520716;
  border: 1px solid #b91c3c;
  border-radius: 1.5rem;
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
.performers-araki .performers-content-pc-item-image {
  background-color: #520716;
  border: 1px solid #b91c3c;
}

.slick-current.performers-araki .performers-content-pc-item-image {
  background-color: #960f2a;
}

.performers-unc .performers-content-pc-item-image {
  background-color: #2b2000;
  border: 1px solid #ffc107;
}

.slick-current.performers-unc .performers-content-pc-item-image {
  background-color: #c49300;
}

.performers-kool .performers-content-pc-item-image {
  background-color: #002245;
  border: 1px solid #0066cc;
}

.slick-current.performers-kool .performers-content-pc-item-image {
  background-color: #034688;
}

.performers-hahe .performers-content-pc-item-image {
  background-color: #430b0b;
  border: 1px solid #dc2626;
}

.slick-current.performers-hahe .performers-content-pc-item-image {
  background-color: #971b1b;
}

.performers-morisurei .performers-content-pc-item-image {
  background-color: #003031;
  border: 1px solid #00ced1;
}

.slick-current.performers-morisurei .performers-content-pc-item-image {
  background-color: #067c7e;
}

.performers-coming-soon-yellow .performers-content-pc-item-image {
  background-color: #463b00;
  border: 1px solid #ffd700;
}

.slick-current.performers-coming-soon-yellow .performers-content-pc-item-image {
  background-color: #7c6a00;
}

.performers-coming-soon-red .performers-content-pc-item-image {
  background-color: #520000;
  border: 1px solid #ff0000;
}

.slick-current.performers-coming-soon-red .performers-content-pc-item-image {
  background-color: #7c0000;
}

.slick-current .performers-content-pc-item-image {
  transform: scale(1.15) rotate(7deg);
  z-index: 2;
}

.performers-content-pc-item-image__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.slick-current .performers-content-pc-item-image__img {
  opacity: 1;
  transition: 0.4s;
}

.performers-content-pc-item-detail {
  width: 32.75rem;
  padding: 2.5rem 4.5rem;
  color: white;
  left: 50%;
  transform: translate(-50%, -1.25rem);
  opacity: 0;
  visibility: hidden;
}
.performers-content-pc-item-detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
  z-index: -1;
}
@media (min-width: 751px) {
  .slick-current .performers-content-pc-item-detail::before {
    transform: scale(1, 1);
    transition: 0.4s;
  }
}

.slick-current .performers-content-pc-item-detail {
  opacity: 1;
  visibility: visible;
}

.performers-coming-soon .performers-content-pc-item-detail {
  display: none !important;
}

.performers-content-pc-item-detail__description {
  font-family: Noto Serif JP, serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
}
.performers-content-pc-item-detail__sns {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.performers-content-pc-item-detail-sns {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}

.performers-content-pc-item-detail-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.performers-content-pc-item-detail-sns-link:before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
  z-index: -1;
  backdrop-filter: blur(10px) brightness(-50%);
  opacity: 0.5;
}
.performers-content-pc-item-detail-sns-link__img {
  opacity: 0.5;
  transition: 0.4s;
}
.performers-content-pc-item-detail-sns-link:hover .performers-content-pc-item-detail-sns-link__img {
  opacity: 1;
  transition: 0.4s;
}
.performers-content-pc-item-detail-sns-x .performers-content-pc-item-detail-sns-link__img {
  max-width: 1.375rem;
}

.performers-content-pc-item-detail-sns-youtube .performers-content-pc-item-detail-sns-link__img {
  max-width: 1.8125rem;
}

.section-ticket {
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: white;
  background-color: #b91c3c;
  position: relative;
  z-index: 0;
}
@media (min-width: 751px) {
  .section-ticket {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }
}
.section-ticket:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/bg_ticket_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 751px) {
  .section-ticket:before {
    background-image: url(../images/bg/bg_ticket_pc.png);
    background-size: 100% 100%;
  }
}
.section-ticket__inner {
  padding-right: 3.3125rem;
  padding-left: 3.3125rem;
}
@media (min-width: 751px) {
  .section-ticket__inner {
    max-width: 47.6875rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.section-ticket__special {
  margin-top: 5rem;
}
@media (min-width: 751px) {
  .section-ticket__special {
    margin-top: 2.5rem;
  }
}
.section-ticket__ticket-advance-information {
  margin-top: 5.625rem;
}
@media (min-width: 751px) {
  .section-ticket__ticket-advance-information {
    margin-top: 4.5rem;
  }
}
.section-ticket__attention {
  margin-top: 6.25rem;
}
@media (min-width: 751px) {
  .section-ticket__attention {
    margin-top: 5rem;
  }
}

.ticket-title {
  text-align: center;
}
.ticket-title__img {
  display: block;
  max-width: 18.625rem;
  margin-right: auto;
  margin-left: auto;
}
.ticket-title__subtitle {
  display: block;
  margin-top: 1.375rem;
  color: white;
  font-family: Noto Serif JP, serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 751px) {
  .ticket-title__subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.ticket-title-bg {
  max-width: 36.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.3125rem 1.25rem;
  color: #b91c3c;
  background-color: white;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: -2;
}
@media (min-width: 751px) {
  .ticket-title-bg {
    max-width: 40rem;
    margin-top: 4.5rem;
    margin-bottom: 3.25rem;
    padding: 0.9375rem 1.25rem;
    font-size: 2rem;
  }
}

.ticket-type__title {
  margin-top: 5.4375rem;
  margin-bottom: 4.875rem;
}
@media (min-width: 751px) {
  .ticket-type__title {
    margin-top: 5.125rem;
    margin-bottom: 3.25rem;
  }
}
.ticket-type__description {
  margin-top: 1rem;
  color: white;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.4285714286;
}
@media (min-width: 751px) {
  .ticket-type__description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.ticket-type-detail-area__item {
  margin-bottom: 4.0625rem;
}
@media (min-width: 751px) {
  .ticket-type-detail-area__item {
    margin-bottom: 2.5rem;
  }
}
.ticket-type-detail-area__item:last-child {
  margin-bottom: 0;
}

.ticket-type-detail {
  text-align: center;
}
.ticket-type-detail__dt {
  font-size: 3rem;
  line-height: 1.4375;
}
@media (min-width: 751px) {
  .ticket-type-detail__dt {
    font-size: 2rem;
  }
}
.ticket-type-detail__dd {
  margin-top: 0.625rem;
}

.ticket-type-detail-price {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
.ticket-type-detail-price__price {
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 3.75rem;
}
@media (min-width: 751px) {
  .ticket-type-detail-price__price {
    font-size: 2.5rem;
  }
}
.ticket-type-detail-price__tax {
  font-size: 1.875rem;
}
@media (min-width: 751px) {
  .ticket-type-detail-price__tax {
    font-size: 1.25rem;
  }
}

.ticket-special {
  max-width: 38.75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.25rem 2.75rem 1.875rem;
  border: 1px solid white;
}
@media (min-width: 751px) {
  .ticket-special {
    max-width: 39.875rem;
    padding: 1.5rem 4rem;
  }
}
.ticket-special__title {
  margin-bottom: 2.3125rem;
}
@media (min-width: 751px) {
  .ticket-special__title {
    margin-bottom: 1rem;
  }
}
.ticket-special__description {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 751px) {
  .ticket-special__description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.ticket-special-title {
  text-align: center;
}
.ticket-special-title__main {
  display: block;
  font-size: 3rem;
  line-height: 1.1666666667;
}
@media (min-width: 751px) {
  .ticket-special-title__main {
    font-size: 2rem;
    line-height: 1.4375;
  }
}
.ticket-special-title__subtitle {
  display: block;
  margin-top: 0.8125rem;
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 751px) {
  .ticket-special-title__subtitle {
    margin-top: 0.1875rem;
    font-size: 1rem;
  }
}

.ticket-advance-information__title {
  margin-bottom: 5.3125rem;
}
@media (min-width: 751px) {
  .ticket-advance-information__title {
    margin-bottom: 3.125rem;
  }
}
.ticket-advance-information__sales-period {
  font-size: 2.5rem;
  line-height: 1.425;
  text-align: center;
}
@media (min-width: 751px) {
  .ticket-advance-information__sales-period {
    font-size: 2rem;
    line-height: 1.4375;
  }
}
.ticket-advance-information__description {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.75rem;
  line-height: 1.4285714286;
}
@media (min-width: 751px) {
  .ticket-advance-information__description {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.ticket-advance-information__button {
  margin-top: 2.5rem;
}

.ticket-attention {
  max-width: 37.8125rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .ticket-attention {
    max-width: 41.9375rem;
  }
}
.ticket-attention__title {
  margin-bottom: 3.4375rem;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
}
@media (min-width: 751px) {
  .ticket-attention__title {
    margin-bottom: 1.375rem;
    font-size: 1.25rem;
  }
}

.ticket-attention-list {
  list-style: "・";
}
.ticket-attention-list__item {
  margin-left: 0.9375rem;
  font-size: 1.75rem;
  line-height: 1.7142857143;
}
@media (min-width: 751px) {
  .ticket-attention-list__item {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.section-goods {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: white;
}
.section-goods__inner {
  max-width: 46.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.125rem;
  padding-left: 2.125rem;
}
@media (min-width: 751px) {
  .section-goods__inner {
    max-width: 51.25rem;
  }
}

.section-share {
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: white;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(93, 14, 30) 100%);
  transform: translate(0, 1px);
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .section-share {
    padding-top: 5.75rem;
    padding-bottom: 3.75rem;
  }
}
.section-share__inner {
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 751px) {
  .section-share__inner {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-share:hover .section-share__inner {
  opacity: 0.6;
  transition: 0.4s;
}
.section-share__wrapper {
  display: inline-flex;
  align-items: center;
}
.section-share__logo {
  max-width: 24.5625rem;
}
.section-share__hash {
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 2.5rem;
}
@media (min-width: 751px) {
  .section-share__hash {
    margin-left: 2.5rem;
  }
}
.section-share__share-now {
  margin-left: 2.5rem;
  font-family: Noto Serif Display, serif;
  font-weight: 400;
  font-size: 2.5rem;
}

.section-attention-and-contact {
  padding-top: 8.375rem;
  padding-bottom: 11.25rem;
  color: white;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  overflow: hidden;
}
.section-attention-and-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #55554b;
  background: linear-gradient(180deg, rgb(85, 85, 75) 0%, rgb(17, 17, 15) 100%);
  opacity: 0.9;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-attention-and-contact:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/bg_attention_and_contact.jpg);
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}
.section-attention-and-contact__inner {
  max-width: 46.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.125rem;
  padding-left: 2.125rem;
}
@media (min-width: 751px) {
  .section-attention-and-contact__inner {
    max-width: 69.25rem;
  }
}
.section-attention-and-contact__contact {
  margin-top: 5.875rem;
}

.attention-and-contact-title {
  font-size: 3.75rem;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1;
}
@media (min-width: 751px) {
  .attention-and-contact-title {
    font-size: 2.5rem;
  }
}

.section-attention__title {
  margin-bottom: 4.5625rem;
}
@media (min-width: 751px) {
  .section-attention__title {
    margin-bottom: 2.5rem;
  }
}

.section-contact__title {
  margin-bottom: 1.75rem;
}
.section-contact__text {
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 751px) {
  .section-contact__text {
    font-size: 1.125rem;
  }
}
.section-contact__list {
  margin-top: 3.5rem;
}
@media (min-width: 751px) {
  .section-contact__list {
    margin-top: 1rem;
  }
}

.wpcf7 {
  margin-top: 2.5rem;
  color: #000000;
}
@media (min-width: 751px) {
  .wpcf7 {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.wpcf7 .wpcf7-form > p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form > p:last-of-type, .wpcf7 .wpcf7-form > p:nth-last-of-type(2) {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 3.5rem 0;
  padding: 2.375rem 2.5rem;
  color: #000000;
  background-color: white;
  font-size: 1.5rem;
  border: none;
  border-radius: 1rem;
}
@media (min-width: 751px) {
  .wpcf7 .wpcf7-form .wpcf7-response-output {
    padding: 0.9375rem 2.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffca00;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.wpcf7 .wpcf7-text {
  width: 100%;
  padding: 2.4375rem 2.5rem;
  background-color: white;
  font-size: 1.75rem;
  border-radius: 1rem;
}
@media (min-width: 751px) {
  .wpcf7 .wpcf7-text {
    padding: 0.9375rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}
.wpcf7 .wpcf7-textarea {
  width: 100%;
  padding: 2.1875rem 2.5rem;
  background-color: white;
  font-size: 1.75rem;
  border-radius: 1rem;
}
@media (min-width: 751px) {
  .wpcf7 .wpcf7-textarea {
    padding: 0.9375rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}
.wpcf7 .wpcf7-submit {
  display: block;
  min-width: 21.25rem;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-left: auto;
  padding: 1.75rem 3.5rem;
  color: #000;
  background-color: white;
  font-size: 1.75rem;
  border: 1px solid white;
  border-radius: 100vh;
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 751px) {
  .wpcf7 .wpcf7-submit {
    min-width: 10.375rem;
    padding: 0.8125rem 2.5rem;
    font-size: 0.875rem;
  }
}
.wpcf7 .wpcf7-submit:hover {
  color: white;
  background-color: transparent;
  transition: 0.4s;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #ffca00;
  font-family: Noto Serif JP, serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

.contact-list {
  max-width: 41.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .contact-list {
    max-width: 50rem;
  }
}
.contact-list__item {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .contact-list__item {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}