@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&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: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #fff;
}

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: block;
}
@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}
.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}

.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;
  }
}

.btn {
  text-align: center;
  padding: 0 20px;
}
.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: 25px;
  height: 50px;
  max-width: 430px;
  width: 100%;
}
.btn-link:hover {
  background: #ff7800;
  color: #fff;
}

.openModalBtn {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  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;
  overflow: auto;
}
.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;
}
.modal .icon li {
  margin-left: 10px;
}
.modal .icon li .close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal .icon li.zoom {
  background: url(../img/zoom.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.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;
}
.modal .modal-img.expanded {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  padding: 60px 0 0 60px;
  border: none;
}
.modal .modal-img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

#wrapper #header {
  background: url(../img/mv.jpg) no-repeat center top #000;
  padding-top: 56.25%;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 640px) {
  #wrapper #header {
    height: 90vh;
    background: url(../img/mv__sp.jpg) no-repeat center center #000;
    background-size: contain;
    padding-top: 0;
  }
}
#wrapper #header .header__nav {
  background-color: rgba(255, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#wrapper #header .header__nav .inner {
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px 18px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header__nav .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px 20px;
  }
}
#wrapper #header .header__nav .inner h1 {
  width: 110px;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header__nav .inner h1 {
    width: 55px;
  }
}
#wrapper #header .header__nav .inner h1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header__nav .inner nav {
    display: none;
  }
}
#wrapper #header .header__nav .inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper #header .header__nav .inner nav ul li {
  margin-left: 35px;
}
#wrapper #header .header__nav .inner nav ul li a {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #wrapper #header .header__nav .inner nav ul li a {
    font-size: 2vw;
  }
}
#wrapper #header .header__nav .inner nav ul li a:hover {
  color: #ff7800;
}
#wrapper #header .header__nav .inner #navi__toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  #wrapper #header .header__nav .inner #navi__toggle {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
  }
  #wrapper #header .header__nav .inner #navi__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 .header__nav .inner #navi__toggle span {
    position: absolute;
    display: block;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #wrapper #header .header__nav .inner #navi__toggle span:nth-child(1) {
    top: 0;
  }
  #wrapper #header .header__nav .inner #navi__toggle span:nth-child(2) {
    top: 10px;
  }
  #wrapper #header .header__nav .inner #navi__toggle span:nth-child(3) {
    top: 20px;
  }
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  padding-top: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(50%, #4B0909), color-stop(90%, #000));
  background: -webkit-linear-gradient(left, #000 10%, #4B0909 50%, #000 90%);
  background: linear-gradient(90deg, #000 10%, #4B0909 50%, #000 90%);
}
#wrapper #header.open .header__nav {
  background: none;
}
#wrapper #header.open .header__nav .inner {
  display: block;
  padding: 10px 30px;
}
#wrapper #header.open .header__nav .inner nav {
  display: block;
  text-align: center;
}
#wrapper #header.open .header__nav .inner nav ul {
  display: inline-block;
  height: 100vh;
  overflow-y: scroll;
  padding: 50px 0;
  text-align: left;
}
#wrapper #header.open .header__nav .inner nav ul li {
  margin: 0 0 40px;
}
#wrapper #header.open .header__nav .inner nav ul li a {
  font-size: 26px;
}
#wrapper #header.open .header__nav .inner #navi__toggle {
  display: block !important;
  z-index: 101 !important;
  top: 20px !important;
  bottom: auto !important;
}
#wrapper #header.open .header__nav .inner #navi__toggle span {
  background: #fff;
  height: 1px;
}
#wrapper #header.open .header__nav .inner #navi__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#wrapper #header.open .header__nav .inner #navi__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open .header__nav .inner #navi__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#wrapper {
  overflow: hidden;
}
#wrapper #main .inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper #main .inner_m {
  max-width: 894px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper #main h2 {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: #ff0000;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}
#wrapper #main h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
#wrapper #main .mv__block {
  margin-bottom: 65px;
}
#wrapper #main .news__block {
  margin-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #wrapper #main .news__block {
    margin-bottom: 80px;
  }
}
#wrapper #main .news__block .news__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;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  #wrapper #main .news__block .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .news__block .news__list li {
  width: 50%;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #wrapper #main .news__block .news__list li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block .news__list li {
    width: 100%;
    padding: 0 20px 40px;
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid #fff;
  }
}
#wrapper #main .news__block .news__list li dl {
  margin-bottom: 1rem;
}
#wrapper #main .news__block .news__list li dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 1rem;
}
#wrapper #main .news__block .news__list li dl dd + dd {
  margin-top: 1rem;
}
#wrapper #main .news__block .news__list li a, #wrapper #main .news__block .news__list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 9999px;
  -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;
  color: #000;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
#wrapper #main .news__block .news__list li a::after, #wrapper #main .news__block .news__list li span::after {
  content: "▶︎";
  position: absolute;
  right: 30px;
}
#wrapper #main .news__block .news__list li a.tel, #wrapper #main .news__block .news__list li span.tel {
  background: none;
  color: #fff;
  padding: 0;
  display: inline;
}
#wrapper #main .news__block .news__list li a.tel::after, #wrapper #main .news__block .news__list li span.tel::after {
  content: none;
}
#wrapper #main .news__block .news__list li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block .news__list li + li {
    border-left: none;
  }
}
#wrapper #main .news__block .news-prev,
#wrapper #main .news__block .news-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #000;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  padding-bottom: 8px;
  cursor: pointer;
  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;
}
@media screen and (max-width: 640px) {
  #wrapper #main .news__block .news-prev,
  #wrapper #main .news__block .news-next {
    top: 20%;
    width: 40px;
    height: 40px;
  }
}
#wrapper #main .news__block .news-prev {
  left: -10px;
}
#wrapper #main .news__block .news-next {
  right: -10px;
}
#wrapper #main .news__block .news-more {
  color: #ff7800;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#wrapper #main .schedule__block {
  margin-bottom: 140px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block {
    margin-bottom: 80px;
  }
}
#wrapper #main .schedule__block h2 {
  margin-bottom: 0;
}
#wrapper #main .schedule__block .live__block {
  padding: 90px 0 30px;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(45%, #4B0909), color-stop(55%, #4B0909), to(#000));
  background: -webkit-linear-gradient(#000 0%, #4B0909 45%, #4B0909 55%, #000 100%);
  background: linear-gradient(#000 0%, #4B0909 45%, #4B0909 55%, #000 100%);
  text-align: center;
}
#wrapper #main .schedule__block .live__block .place {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#wrapper #main .schedule__block .live__block .place span {
  font-size: 42px;
}
#wrapper #main .schedule__block .live__block .time {
  font-size: 24px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
#wrapper #main .schedule__block .table__block {
  width: 100%;
  margin-bottom: 60px;
}
#wrapper #main .schedule__block .table__block th, #wrapper #main .schedule__block .table__block td {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #fff;
}
#wrapper #main .schedule__block .table__block th {
  width: 50%;
}
@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 .note {
  font-size: 16px;
  font-weight: normal;
}
#wrapper #main .schedule__block .table__block th .soldout {
  background: rgba(255, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 700;
  padding: 2px 10px;
  margin-left: 10px;
  white-space: nowrap;
}
#wrapper #main .schedule__block .table__block th .soldout_soon {
  background-color: rgba(239, 126, 11, 0.5);
}
#wrapper #main .schedule__block .table__block td {
  width: 50%;
  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;
  }
}
#wrapper #main .schedule__block .table__block td .price {
  font-size: 26px;
}
#wrapper #main .schedule__block .table__block td .note {
  font-size: 16px;
  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 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .schedule__block .bnr-item {
  padding: 50px 10px;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .bnr-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper #main .schedule__block .bnr-item h3 {
  font-size: 26px;
  margin-bottom: 30px;
  position: relative;
}
#wrapper #main .schedule__block .bnr-item h3::before {
  content: "";
  background: url(../img/logo__creativeman.svg) no-repeat;
  background-size: contain;
  width: 217px;
  height: 35px;
  left: 0;
  right: 0;
  margin: auto auto 20px;
  display: block;
}
#wrapper #main .schedule__block .bnr-item p {
  margin-bottom: 30px;
}
#wrapper #main .schedule__block .bnr-item .btn-link {
  font-size: 14px;
  font-weight: normal;
}
#wrapper #main .schedule__block .bnr-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#wrapper #main .schedule__block .bnr-item:hover .btn-link {
  background: #ff7800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
#wrapper #main .schedule__block .bnr .item-3a {
  border: 1px solid #008cff;
}
#wrapper #main .schedule__block .bnr .item-3a h3 {
  color: #008cff;
}
#wrapper #main .schedule__block .bnr .item-mb {
  border: 1px solid #ff0000;
}
#wrapper #main .schedule__block .bnr .item-mb h3 {
  color: #ff0000;
}
#wrapper #main .schedule__block .e-plus__block {
  background: #4B0909;
  padding: 40px 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .e-plus__block {
    padding: 20px 20px 30px;
    font-size: 15px;
  }
}
#wrapper #main .schedule__block .e-plus__block p {
  margin-bottom: 30px;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .e-plus__block p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper #main .schedule__block .e-plus__block p {
    font-size: 18px;
  }
}
#wrapper #main .schedule__block .e-plus__block .e-plus {
  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;
  -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;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #wrapper #main .schedule__block .e-plus__block .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 .e-plus__block .e-plus span {
  width: 215px;
  margin-right: 20px;
}
#wrapper #main .schedule__block .e-plus__block .e-plus span img {
  width: 100%;
  height: auto;
}
#wrapper #main .schedule__block .e-plus__block .btn-link {
  font-size: 14px;
  font-weight: normal;
  max-width: 100%;
}
#wrapper #main .schedule__block .e-plus__block .col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .e-plus__block .col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper #main .schedule__block .e-plus__block .col03 li {
  width: 31.3333333333%;
}
@media screen and (max-width: 640px) {
  #wrapper #main .schedule__block .e-plus__block .col03 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper #main .schedule__block .e-plus__block .col03 li a {
  background: #fff;
  border-radius: 9999px;
  padding: 10px 30px;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #main .schedule__block .e-plus__block .col03 li a img {
  max-width: 174px;
  width: 100%;
  height: auto;
}
#wrapper #main .schedule__block .note li {
  text-indent: -1em;
  margin-left: 1.5em;
}
#wrapper #main .areamap__block {
  margin-bottom: 50px;
}
#wrapper #main .biography__block h2 {
  margin-bottom: 90px;
}
#wrapper #main .biography__block .profile__block {
  margin-bottom: 90px;
}
#wrapper #main .biography__block .profile__block figure {
  margin-bottom: 50px;
}
#wrapper #main .biography__block .profile__block p {
  margin-bottom: 1rem;
}
#wrapper #main .biography__block .profile__block.col02 img {
  width: 50%;
  height: auto;
  float: right;
  margin: 0 0 10px 20px;
}
#wrapper #main .biography__block .profile__block.col02::after {
  content: "";
  display: block;
  clear: both;
}
#wrapper #main .biography__block .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#wrapper #main .biography__block .youtube iframe, #wrapper #main .biography__block .youtube video {
  width: 100%;
  height: 100%;
}
#wrapper #main #english {
  margin-top: 160px;
}
@media screen and (max-width: 960px) {
  #wrapper #main #english {
    margin-top: 130px;
  }
}
#wrapper #footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#4B0909));
  background: -webkit-linear-gradient(#000 0%, #4B0909 100%);
  background: linear-gradient(#000 0%, #4B0909 100%);
  padding: 210px 20px 120px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper #footer {
    padding: 100px 20px;
  }
}
#wrapper #footer .project {
  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;
  margin-bottom: 80px;
}
#wrapper #footer .project .logo {
  margin: 0 15px;
}
#wrapper #footer .project .logo img {
  width: 100%;
  height: auto;
}
#wrapper #footer .project .logo01 {
  width: 68px;
}
#wrapper #footer .project .logo02 {
  width: 120px;
}
#wrapper #footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */