@charset "UTF-8";
.u-desktop {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* FontFamily */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375) {
  html {
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #000000;
  background-position: center top;
  word-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  body {
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.bg {
  padding: 0 16px;
  padding: 0 1rem;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-align: justify;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.footer {
  background-color: #000000;
  background-position: center top;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  /* ←絶対位置 */
  bottom: 0;
  width: 100%;
  z-index: 9999;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0rem;
    padding-bottom: 0.625rem;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__banner {
  display: block;
  max-width: 306px;
  max-width: 19.125rem;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  margin: 16px;
  margin: 1rem;
}

@media screen and (max-width: 768px) {
  .footer__banner {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}

.footer__sns-list {
  margin-top: 37px;
  margin-top: 2.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__sns-list {
    font-size: 2.1875rem;
    margin-top: 4.375rem;
  }
}

.footer__sns-item:not(:first-child) {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.footer__copy-right {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.footer__detail {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.fx-fadeUp {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fx-fadeUp.fx-slide__finish {
  -webkit-animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fx-slide {
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.fx-slide.fx-slide__finish {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fx-slide.fx-slide__finish::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fx-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #B90000;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.fx-slideUp {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.fx-slideUp.fx-slide__finish {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.fx-slideUp.fx-slide__finish::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fx-slideUp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #B90000;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.header {
  width: 100%;
  position: relative;
  z-index: 6666;
  top: 0;
}

.header__title {
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  padding: 80px 160px 0px 160px;
  padding: 5rem 10rem 0rem 10rem;
}

@media screen and (max-width: 768px) {
  .header__title {
    font-size: 2.5rem;
    width: 85%;
    bottom: 39%;
    padding: 0;
    padding-top: 5rem;
  }
}

.header__title span {
  font-family: "Times", serif;
}

.l-inner {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 0;
    padding-left: 0;
  }
}

.artist-info {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .artist-info {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.artist-info__box {
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  position: relative;
  padding: 10px 10px 15px;
  padding: 0.625rem 0.625rem 0.9375rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .artist-info__box {
    max-width: none;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 1.8125rem 1.9375rem 1.9375rem;
    height: 18.375rem;
  }
}

.artist-info__box:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .artist-info__box:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.artist-info__box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 27px 27px;
  border-color: transparent transparent #b90000 transparent;
}

@media screen and (max-width: 768px) {
  .artist-info__img {
    margin-right: 1.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .artist-info__img img {
    width: 21.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .artist-info__wrapper {
    width: 34.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.artist-info__name {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .artist-info__name {
    margin-top: 0;
  }
}

.artist-info__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .artist-info__text {
    font-size: 0.75rem;
    margin-top: 1.5625rem;
  }
}

.artist-info__links {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artist-info__link {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  width: 7.5rem;
  height: 45px;
  height: 2.8125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #000;
}

.artist-info__link:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.artists {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .artists {
    position: relative;
    z-index: 9999;
  }
}

.artists__wrapper {
  margin: 0 auto;
  max-width: 1000px;
  max-width: 62.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .artists__wrapper {
    max-width: 100%;
  }
}

.artists__wrapper h2 {
  width: 200px;
  width: 12.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .artists__wrapper h2 {
    width: 4.5rem;
  }
}

.artist__test {
  color: #ffffff;
  font-weight: bold;
  width: 640px;
  width: 40rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.artists_lists {
  gap: 14px 12px;
  gap: 0.875rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .artists_lists {
    margin-top: 1rem;
  }
}

.artists_lists--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}

.artists_lists--item a:hover {
  opacity: 0.7;
}

.artists__wrapper:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.artists__box {
  width: 48%;
}

.artists__logo {
  background-color: #fff;
  height: 35px;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .artists__logo {
    height: 6.875rem;
  }
}

.artists__logo--dustbox {
  width: 65px;
  width: 4.0625rem;
}

@media screen and (max-width: 768px) {
  .artists__logo--dustbox {
    width: 11.25rem;
  }
}

.artists__logo--fomare {
  width: 90px;
  width: 5.625rem;
}

@media screen and (max-width: 768px) {
  .artists__logo--fomare {
    width: 15.75rem;
  }
}

.artists__logo--keytalk {
  width: 82px;
  width: 5.125rem;
}

@media screen and (max-width: 768px) {
  .artists__logo--keytalk {
    width: 15rem;
  }
}

.artists__logo--totalfat {
  width: 43px;
  width: 2.6875rem;
}

@media screen and (max-width: 768px) {
  .artists__logo--totalfat {
    width: 8.125rem;
  }
}

.covid19 {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .covid19 {
    padding-bottom: 5.9375rem;
  }
}

.covid19__box {
  position: relative;
  border: 8px solid #810D0D;
  padding: 43px 22px 20px;
  padding: 2.6875rem 1.375rem 1.25rem;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .covid19__box {
    max-width: none;
    max-width: initial;
    border: 12px solid #810D0D;
    padding: 4.0625rem 5rem 3.125rem;
  }
}

.covid19__title {
  position: absolute;
  top: -40px;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 295px;
  width: 18.4375rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  padding: 0.875rem 0;
  background-image: url(../images/title-footer-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .covid19__title {
    top: -3.125rem;
    width: 37.625rem;
    font-size: 1.9375rem;
  }
}

.covid19__sub-title:last-child {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.covid19__sub-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .covid19__sub-title {
    font-size: 1.1875rem;
  }
}

.covid19__sub-title--red {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #B90000;
}

.covid19__caution-list {
  padding-right: 13px;
  padding-right: 0.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83;
}

@media screen and (max-width: 768px) {
  .covid19__caution-list {
    font-size: 0.875rem;
  }
}

.covid19__caution-item {
  position: relative;
  padding-left: 1.5em;
}

.covid19__caution-item::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.covid19__caution-item--ordered {
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
}

.covid19__caution-item--ordered::before {
  content: "(" counter(cnt) ") ";
}

.schedule {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .schedule {
    padding-top: 4.6875rem;
    padding-bottom: 5.75rem;
    margin-top: -1px;
  }
}

.schedule__box {
  background: linear-gradient(90deg, #b90000 0%, #b90000 26%, white calc(26% + 1px), white 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 161px;
  height: 10.0625rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .schedule__box {
    background: linear-gradient(125deg, #b90000 0%, #b90000 28%, white calc(28% + 1px), white 100%);
    max-width: none;
    max-width: initial;
    height: 11.25rem;
    padding-left: 0.9375rem;
  }
}

.schedule__box:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .schedule__box:not(:first-child) {
    margin-top: 2.1875rem;
  }
}

.schedule__title {
  width: 26.19%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule__title {
    width: 20%;
  }
}

.schedule__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
  padding-left: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .schedule__detail {
    padding-left: 8.125rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.schedule__title--date {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .schedule__title--date {
    font-size: 3.5625rem;
    line-height: 1.3;
  }
}

.schedule__title--weekday {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .schedule__title--weekday {
    font-size: 2.44687rem;
    color: #B90000;
    line-height: 1;
    text-shadow: 1px  1px 0px #ffffff, -1px  1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px  0px 0px #ffffff, 0px  1px 0px #ffffff, -1px  0px 0px #ffffff, 0px -1px 0px #ffffff;
    /* 文字の影 */
  }
}

.schedule__detail--city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B90000;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  width: 60px;
  width: 3.75rem;
  height: 25px;
  height: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .schedule__detail--city {
    font-size: 1.5rem;
    width: 8.25rem;
    height: 3.125rem;
    margin-right: 4.0625rem;
  }
}

.schedule__detail--place {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .schedule__detail--place {
    font-size: 3rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.schedule__detail--time {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .schedule__detail--time {
    font-size: 1.25rem;
  }
}

.schedule__detail--contact {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .schedule__detail--contact {
    font-size: 1rem;
  }
}

.schedule__detail--contact span {
  display: inline-block;
}

.ticket {
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .ticket {
    padding-top: 0rem;
    padding-bottom: 5.625rem;
  }
}

.ticket__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ticket__title {
    font-size: 3.05313rem;
  }
}

.ticket__price {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .ticket__price {
    font-size: 2.375rem;
    margin-top: 1.4375rem;
  }
}

.ticket__price span {
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.ticket__button {
  max-width: 800px;
  max-width: 50rem;
  display: block;
  text-align: center;
  padding: 34px;
  padding: 2.125rem;
  background-color: #B90000;
  color: #fff;
  margin: 26px auto 0;
  margin: 1.625rem auto 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ticket__button {
    max-width: 80%;
    font-size: 1rem;
    padding: 1.6875rem;
    margin-top: 2.9375rem;
  }
}

.ticket__button span {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .ticket__button span {
    font-size: 0.8125rem;
  }
}

.ticket__caution {
  max-width: 900px;
  max-width: 56.25rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .ticket__caution {
    max-width: 100%;
  }
}

.ticket__caution li {
  text-align: center;
}

.ticket__caution_2 {
  max-width: 900px;
  max-width: 56.25rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .ticket__caution_2 {
    max-width: 100%;
  }
}

.ticket__caution_3 {
  max-width: 900px;
  max-width: 56.25rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .ticket__caution_3 {
    max-width: 100%;
  }
}

.ticket__caution_4 {
  max-width: 900px;
  max-width: 56.25rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .ticket__caution_4 {
    max-width: 100%;
  }
}

.ticket__caution_5 {
  max-width: 900px;
  max-width: 56.25rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .ticket__caution_5 {
    max-width: 100%;
  }
}

.ticket__caution li {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 1.5em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ticket__caution li {
    font-size: 0.875rem;
  }
}

h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #ff0000;
}
