@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  background: #131011;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #fff;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
  margin-right: 5px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
    text-decoration: none;
  }
}

figure {
  margin: 0 auto;
  display: table;
}
figure.fig-center {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  figure.fig-center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  figure.fig-center {
    margin-bottom: 20px;
  }
}

.on__pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}
.on__pc0nb {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .on__pc0nb {
    display: none;
  }
}
.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}

.en {
  font-family: "Bebas Neue", sans-serif;
}

.br--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .br--pc {
    display: none;
  }
}
.br--mb {
  display: none;
}
@media screen and (max-width: 960px) {
  .br--mb {
    display: block;
  }
}
.br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br--sp {
    display: block;
  }
}
.br--tiny {
  display: none;
}
@media screen and (max-width: 375px) {
  .br--tiny {
    display: block;
  }
}
.br--mini {
  display: none;
}
@media screen and (max-width: 320px) {
  .br--mini {
    display: block;
  }
}

.orange {
  color: #ae4823;
  font-weight: bold;
}

.btn {
  text-align: center;
  padding: 0 20px;
}
.btn a, .btn span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #fff;
  border: 3px solid #fff;
  color: #ae4823;
  border-radius: 9999px;
  padding: 5px 15%;
}
.btn a:hover, .btn span:hover {
  background: #ae4823;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn .btn-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 9999px;
  padding: 10px 15%;
  border: 3px solid #fff;
}
.btn .btn-link:hover {
  background: #ae4823;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn .btn-link-s {
  border-radius: 0;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn .btn-link.en {
  font-size: 25px;
  padding: 7px 15%;
}
.btn_refund {
  margin-bottom: 30px;
}
.btn_refund a {
  background: #ae4823;
  color: #fff;
  border: none;
}

.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.col02 .btn {
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .col02 .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.col02 .btn a, .col02 .btn span {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.col02 .btn a::after, .col02 .btn span::after {
  content: "▶";
  position: absolute;
  right: 15px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#wrapper #header {
  width: 100%;
  margin: 0 auto 50px 20px;
  height: 100vh;
  background: url(../img/mv__pc.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #wrapper #header {
    margin-left: 0;
    height: auto;
  }
}
#wrapper #header .mv {
  display: none;
}
@media screen and (max-width: 640px) {
  #wrapper #header .mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #wrapper #header .mv img {
    width: 100%;
    height: auto;
  }
}
#wrapper #header nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}
#wrapper #header nav .nav__list {
  display: none;
}
#wrapper #header nav #nav__toggle {
  width: 50px;
  height: 25px;
  cursor: pointer;
  z-index: 101;
  position: absolute;
  top: 3%;
  left: 2%;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav #nav__toggle {
    top: 2%;
  }
}
#wrapper #header nav #nav__toggle div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 50%;
}
#wrapper #header nav #nav__toggle span {
  position: absolute;
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 9999px;
  width: 45px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header nav #nav__toggle span:nth-child(1) {
  top: 0px;
}
#wrapper #header nav #nav__toggle span:nth-child(2) {
  top: 10px;
}
#wrapper #header nav #nav__toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #header nav #nav__toggle span {
    width: 30px;
  }
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: #000;
  z-index: 1000;
  margin: 0;
  overflow-y: scroll;
}
#wrapper #header.open nav {
  height: auto;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  position: relative;
}
#wrapper #header.open nav .nav__list {
  display: block;
  padding: 100px 0 50px;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open nav .nav__list {
    width: 90%;
  }
}
#wrapper #header.open nav .nav__list li a {
  color: #ae4823;
  font-size: 38px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
#wrapper #header.open nav .nav__list li a::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../img/icon__list.svg) no-repeat;
  width: 8px;
  height: 15px;
  background-size: contain;
}
#wrapper #header.open nav #nav__toggle {
  display: block;
  z-index: 100;
}
#wrapper #header.open nav #nav__toggle span {
  background: #fff;
}
#wrapper #header.open nav #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#wrapper #header.open nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open nav #nav__toggle span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
}
#wrapper #header.open .mv {
  display: none;
}

body {
  background: url(../img/bg.png) repeat-y top center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  body {
    background: url(../img/bg__sp.png) repeat-y top center;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  body#refund {
    background: url(../img/bg__sp.png) repeat-y top center;
    background-size: cover;
  }
}

#wrapper {
  overflow: hidden;
}
#wrapper #main .bg__wrap {
  background-color: rgba(4, 0, 0, 0.3);
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  #wrapper #main .bg__wrap {
    padding: 40px 0;
  }
}
#wrapper #main .performance {
  width: 50%;
}
#wrapper #main .performance__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5%;
  max-width: 850px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
#wrapper #main .performance dt {
  margin-bottom: 20px;
}
#wrapper #main .performance dd {
  padding: 0 20px;
  text-align: center;
}
#wrapper #main .performance.mwam dd img {
  max-width: 177px;
}
#wrapper #main .performance.ggv dd img {
  max-width: 205px;
}
#wrapper #main .news__block .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #wrapper #main .news__block .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block .inner h2 {
    margin-bottom: 20px;
  }
}
#wrapper #main .news__cont {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding: 20px 20px 20px 0;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #wrapper #main .news__cont {
    width: 100%;
  }
}
#wrapper #main .news__cont ul {
  margin-bottom: 40px;
}
#wrapper #main .news__cont li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#wrapper #main .news__cont .day {
  font-size: 12px;
}
#wrapper #main .news__cont .ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
#wrapper #main .news__cont .ttl .mini {
  font-size: 18px;
}
#wrapper #main .news__cont .ttl a {
  color: #fff;
  text-decoration: underline;
}
#wrapper #main .news__cont p {
  margin-bottom: 10px;
}
#wrapper #main .news__cont p:last-child {
  margin-bottom: 0;
}
#wrapper #main .news__cont p a {
  color: #fff;
}
#wrapper #main .inner {
  max-width: 890px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper #main .inner-m {
  max-width: 770px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper #main .inner-m .refund {
  max-width: 600px;
  padding: 0;
}
#wrapper #main .inner-m .refund .inner {
  border-bottom: 1px solid #fff;
}
#wrapper #main h2 {
  font-family: "Oswald", sans-serif;
  color: #ae4823;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}
#wrapper #main h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
#wrapper #main .note {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .note {
    font-size: 16px;
  }
}
#wrapper #main .mv__block {
  margin-bottom: 65px;
}
#wrapper #main .news__block {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block {
    margin-bottom: 50px;
  }
}
#wrapper #main .schedule__block {
  margin-bottom: 125px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block {
    margin-bottom: 60px;
  }
}
#wrapper #main .schedule__block .ticket__block {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper #main .schedule__block .ticket__block {
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block {
    padding: 15px;
  }
}
#wrapper #main .schedule__block .ticket__block h3 {
  background: #fff;
  border-radius: 9999px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block h3 {
    font-size: 18px;
    line-height: 1.2;
    padding: 3px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .ticket__block h3 {
    font-size: 15px;
  }
}
#wrapper #main .schedule__block .ticket__block.ticket01 {
  background: #ae4823;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #wrapper #main .schedule__block .ticket__block.ticket01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block.ticket01 {
    padding-top: 20px;
  }
}
#wrapper #main .schedule__block .ticket__block.ticket01 h3 {
  color: #ae4823;
}
#wrapper #main .schedule__block .ticket__block.ticket01 .btn a {
  color: #ae4823;
}
#wrapper #main .schedule__block .ticket__block.ticket01 .btn a:hover {
  color: #fff;
}
#wrapper #main .schedule__block .ticket__block.ticket02 {
  background: #910000;
}
#wrapper #main .schedule__block .ticket__block.ticket02 h3 {
  color: #910000;
}
#wrapper #main .schedule__block .ticket__block.ticket02 .btn a {
  color: #910000;
}
#wrapper #main .schedule__block .ticket__block.ticket02 .btn a:hover {
  color: #fff;
  background: #910000;
}
#wrapper #main .schedule__block .ticket__block.ticket03 {
  background: #0e0e56;
}
#wrapper #main .schedule__block .ticket__block.ticket03 h3 {
  color: #0e0e56;
}
#wrapper #main .schedule__block .ticket__block.ticket03 .btn a {
  color: #0e0e56;
}
#wrapper #main .schedule__block .ticket__block.ticket03 .btn a:hover {
  color: #fff;
  background: #0e0e56;
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule {
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule {
    font-size: 23px;
  }
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule span {
  font-size: 18px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule span {
    font-size: 16px;
  }
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dt img {
  width: 195px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dt img {
    width: 145px;
  }
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dd {
  font-size: 43px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dd {
    font-size: 23px;
  }
}
#wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dd span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .ticket .schedule.e-plus dd span {
    font-size: 16px;
  }
}
#wrapper #main .schedule__block .ticket__block .note {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .ticket__block .note {
    text-align: left;
    margin-top: 0;
  }
}
#wrapper #main .schedule__block .live__block {
  text-align: center;
}
#wrapper #main .schedule__block .live__block span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#wrapper #main .schedule__block .live__block p {
  line-height: 1.1;
  margin-bottom: 20px;
}
#wrapper #main .schedule__block .live__block p .day {
  font-size: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block p .day {
    font-size: 65px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .live__block p .day {
    font-size: 50px;
  }
}
#wrapper #main .schedule__block .live__block p .week {
  font-size: 50px;
  margin-left: 10px;
  position: relative;
}
#wrapper #main .schedule__block .live__block p .week::before {
  content: "";
  background: url(../img/holiday.png) no-repeat;
  background-size: contain;
  width: 74px;
  height: 20px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block p .week {
    font-size: 41px;
  }
  #wrapper #main .schedule__block .live__block p .week::before {
    width: 60px;
    height: 15px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .live__block p .week {
    font-size: 30px;
  }
  #wrapper #main .schedule__block .live__block p .week::before {
    width: 45px;
    top: -5px;
  }
}
#wrapper #main .schedule__block .live__block p .place {
  font-size: 75px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block p .place {
    font-size: 50px;
  }
}
#wrapper #main .schedule__block .live__block p .place-jp {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block p .place-jp {
    font-size: 18px;
  }
}
#wrapper #main .schedule__block .live__block .delete {
  position: relative;
  line-height: 1;
}
#wrapper #main .schedule__block .live__block .delete span {
  padding: 0 5px;
  position: relative;
}
#wrapper #main .schedule__block .live__block .delete span::after {
  content: "";
  width: 100%;
  background: #ae4823;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#wrapper #main .schedule__block .live__block .delete span.place {
  font-size: 54px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .delete span.place {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #main .schedule__block .live__block .delete span.place {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .live__block .delete span.place {
    font-size: 25px;
  }
}
#wrapper #main .schedule__block .live__block .delete span.place::after {
  height: 6px;
}
#wrapper #main .schedule__block .live__block .delete span.place-jp {
  font-size: 16px;
}
#wrapper #main .schedule__block .live__block .delete span.place-jp::after {
  height: 3px;
}
#wrapper #main .schedule__block .live__block .delete del {
  text-decoration: none;
}
#wrapper #main .schedule__block .live__block .time {
  font-size: 29px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 450px) {
  #wrapper #main .schedule__block .live__block .time {
    font-size: 25px;
  }
}
#wrapper #main .schedule__block .live__block .player {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .player {
    font-size: 18px;
    text-align: center;
  }
}
#wrapper #main .schedule__block .live__block .player span {
  font-size: 26px;
  white-space: nowrap;
}
#wrapper #main .schedule__block .live__block .player span::before {
  content: "/";
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .player span::before {
    content: none;
  }
}
#wrapper #main .schedule__block .live__block .player span.muse::before {
  content: ":";
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .player span.muse {
    padding-top: 10px;
    display: inline-block;
  }
  #wrapper #main .schedule__block .live__block .player span.muse::before {
    content: none;
  }
}
#wrapper #main .schedule__block .live__block .player span.acts::before {
  content: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .player span.acts {
    font-size: 19px;
  }
}
#wrapper #main .schedule__block .live__block .live-act {
  line-height: 1.5;
  margin-bottom: 30px;
}
#wrapper #main .schedule__block .live__block .sale {
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
#wrapper #main .schedule__block .live__block .sale.en {
  max-width: 450px;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .sale.en {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .live__block .sale {
    margin-bottom: 30px;
  }
}
#wrapper #main .schedule__block .seat {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .seat {
    margin-bottom: 30px;
  }
}
#wrapper #main .schedule__block .openModalBtn {
  cursor: pointer;
  display: block;
}
#wrapper #main .schedule__block .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#wrapper #main .schedule__block .modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
}
#wrapper #main .schedule__block .modal .modal-content.resale {
  background: #fff;
  color: #000;
  padding: 20px;
}
#wrapper #main .schedule__block .modal .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
}
#wrapper #main .schedule__block .modal .icon li {
  margin-left: 10px;
}
#wrapper #main .schedule__block .modal .icon li .close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
#wrapper #main .schedule__block .modal .icon li.zoom {
  background: url(../img/zoom.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#wrapper #main .schedule__block .modal .modal-img {
  width: 100%;
  max-width: 100%;
  border: 5px solid #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#wrapper #main .schedule__block .modal .modal-img.expanded {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#wrapper #main .schedule__block .modal .modal-img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#wrapper #main .schedule__block .modal02 {
  background: url(../img/bg.png) repeat-y top center rgba(0, 0, 0, 0.9);
  background-size: cover;
  text-align: center;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .modal02 {
    background: url(../img/bg__sp.png) repeat-y top center rgba(0, 0, 0, 0.9);
    background-size: cover;
  }
}
#wrapper #main .schedule__block .modal02 .modal-content {
  max-width: 980px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
  padding: 0 20px;
  overflow-y: auto;
  left: 0;
  right: 0;
  -webkit-transform: unset;
          transform: unset;
  top: 70px;
}
#wrapper #main .schedule__block .modal02 .modal-content h2 {
  border-radius: 9999px;
  margin-bottom: 30px;
  background: #ae4823;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
#wrapper #main .schedule__block .modal02 .modal-content h3 {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 20px;
  background: #000;
}
#wrapper #main .schedule__block .modal02 .modal-content p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .modal02 .modal-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .modal02 .modal-content p {
    font-size: 12px;
  }
}
#wrapper #main .schedule__block .modal02 .modal-content .place {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .modal02 .modal-content .place {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .modal02 .modal-content .place {
    font-size: 20px;
  }
}
#wrapper #main .schedule__block .modal02 .modal-content .intex {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .modal02 .modal-content .intex {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  #wrapper #main .schedule__block .modal02 .modal-content .intex p {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .modal02 .modal-content .intex p {
    font-size: 12px;
  }
}
#wrapper #main .schedule__block .modal02 .modal-content .intex a {
  color: #fff;
}
#wrapper #main .schedule__block .modal02 .modal-content .f-s {
  font-size: 12px;
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .modal02 .modal-content .f-s {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper #main .schedule__block .modal02 .modal-content .f-s {
    font-size: 10px;
  }
}
#wrapper #main .schedule__block .table__block {
  width: 100%;
  margin: 0 auto 60px;
  border-top: 1px solid #fff;
}
#wrapper #main .schedule__block .table__block th, #wrapper #main .schedule__block .table__block td {
  padding: 10px 20px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #fff;
}
#wrapper #main .schedule__block .table__block th {
  width: 68%;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .table__block th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
#wrapper #main .schedule__block .table__block th del {
  font-size: 12px;
}
#wrapper #main .schedule__block .table__block th span {
  font-size: 24px;
}
#wrapper #main .schedule__block .table__block th span::before {
  content: "■";
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .table__block th span {
    font-size: 28px;
  }
  #wrapper #main .schedule__block .table__block th span.en {
    font-size: 35px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper #main .schedule__block .table__block th span {
    font-size: 24px;
  }
  #wrapper #main .schedule__block .table__block th span.en {
    font-size: 30px;
  }
}
#wrapper #main .schedule__block .table__block th .note {
  font-size: 16px;
  font-weight: normal;
}
#wrapper #main .schedule__block .table__block td {
  width: 32%;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .table__block td {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 0 20px 2rem;
  }
}
#wrapper #main .schedule__block .table__block td .price {
  font-size: 29px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .table__block td .price {
    font-size: 36px;
  }
}
#wrapper #main .schedule__block .table__block td .note {
  font-size: 14px;
  font-weight: normal;
}
#wrapper #main .schedule__block .table__block-en th {
  width: 60%;
}
#wrapper #main .schedule__block .table__block-en td {
  width: 40%;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .table__block-en th, #wrapper #main .schedule__block .table__block-en td {
    width: 100%;
  }
}
#wrapper #main .schedule__block .bnr__ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .bnr__ticket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .schedule__block .bnr__ticket li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .bnr__ticket li {
    width: 60%;
  }
}
#wrapper #main .schedule__block .bnr__ticket li img {
  width: 100%;
  height: auto;
}
#wrapper #main .schedule__block .overseas {
  border: 1px solid #fff;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 50px;
}
#wrapper #main .schedule__block .overseas .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#wrapper #main .schedule__block .overseas p {
  font-size: 14px;
}
#wrapper #main .schedule__block .overseas a {
  color: #ae4823;
}
#wrapper #main .schedule__block h3.note {
  border: 1px solid #fff;
  background: #000;
  text-align: center;
  padding: 10px 15%;
  display: table;
  margin: 0 auto 45px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block h3.note {
    padding: 10px;
    display: block;
    margin-bottom: 30px;
  }
}
#wrapper #main .schedule__block .info {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #main .schedule__block .info {
    font-size: 14px;
  }
}
#wrapper #main .schedule__block .info span::after {
  content: "：";
  margin: 0 5px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .info span::after {
    content: none;
  }
}
#wrapper #main .schedule__block .note__block {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .note__block {
    margin-bottom: 35px;
  }
}
#wrapper #main .schedule__block .note__block ul {
  margin-bottom: 2rem;
}
#wrapper #main .schedule__block .sps {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #main .schedule__block .sps p {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .sps p {
    letter-spacing: -0.09em;
  }
}
#wrapper #main .schedule__block .sps p span {
  font-size: 12px;
  display: inline-block;
  letter-spacing: -0.001rem;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .sps {
    border: none;
    border-top: 1px solid #fff;
    padding: 15px 0 0;
    margin-bottom: 20px;
  }
  #wrapper #main .schedule__block .sps:last-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
}
#wrapper #main .timetable__block figure img, #wrapper #main .areamap__block figure img {
  width: 100%;
  height: auto;
}
#wrapper #main .timetable__block figure + figure, #wrapper #main .areamap__block figure + figure {
  margin-top: 40px;
}
#wrapper #main .biography__block .biography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .biography__block .biography .player {
  width: 50%;
  padding-left: 45px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography .player {
    width: 100%;
    padding-left: 0;
  }
}
#wrapper #main .biography__block .biography .player h3 {
  max-width: 205px;
  margin: 0 auto 40px;
}
#wrapper #main .biography__block .biography .player:first-child {
  border-right: 1px solid #fff;
  padding: 0 45px 0 0;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography .player:first-child {
    border-right: none;
    padding-right: 0;
  }
}
#wrapper #main .biography__block .biography .player:first-child figure {
  margin-bottom: 35px;
}
#wrapper #main .biography__block .biography .player:first-child h3 {
  max-width: 170px;
}
#wrapper #main .biography__block .biography-muse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography-muse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#wrapper #main .biography__block .biography-muse h3 {
  width: 195px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography-muse h3 {
    margin-bottom: 30px;
  }
}
#wrapper #main .biography__block .biography-muse .txt__block {
  width: calc(100% - 195px);
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .biography-muse .txt__block {
    width: 100%;
  }
}
#wrapper #main .biography__block .profile__block figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .biography__block .profile__block figure {
    margin-bottom: 30px;
  }
}
#wrapper #main .biography__block .profile__block p {
  margin-bottom: 1rem;
}
#wrapper #main #english {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #wrapper #main #english {
    margin-top: 130px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main #english {
    margin-top: 70px;
  }
}
#wrapper #main #english .ticket__list {
  padding-bottom: 0;
}
#wrapper #main .refund {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
#wrapper #main .refund h1 {
  background: #ae4823;
  color: #fff;
  padding: 10px;
  border-radius: 999px;
  margin: 0 auto 50px;
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 40px);
}
#wrapper #main .refund .ttl {
  background: #ae4823;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
#wrapper #main .refund_dtl {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
}
#wrapper #main .refund_dtl h2 {
  background: #fff;
  text-align: center;
  color: #040000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 30px;
}
#wrapper #main .refund_dtl ul {
  margin-bottom: 30px;
}
#wrapper #main .refund_dtl .inner {
  max-width: 710px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
#wrapper #main .refund_dtl .inner .stl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#wrapper #main .refund_dtl .inner .h3_dtl {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #fff;
}
#wrapper #main .refund_dtl .inner .h3_dtl h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper #main .refund_dtl .inner .h3_dtl a {
  color: #ae4823;
}
#wrapper #main .refund_schedule {
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #main .refund_schedule .day {
  font-size: 22px;
  font-weight: bold;
}
#wrapper #main .refund_schedule .day span {
  font-size: 29px;
}
#wrapper #main .refund .note {
  padding: 0 15px;
  margin-bottom: 40px;
}
#wrapper #footer {
  text-align: center;
}
#wrapper #footer .inner {
  border-top: 1px solid #fff;
  max-width: 890px;
  width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .inner {
    border: none;
    padding: 30px 20px;
  }
}
#wrapper #footer .sponser {
  font-size: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #footer .sponser {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #wrapper #footer .sponser p {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    text-align: center;
  }
}
#wrapper #footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #footer .sns li {
  width: 43px;
}
#wrapper #footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */