@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  appearance: none;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  background: none;
  padding: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  word-break: auto-phrase;
}

body .is-en {
  font-family: Futura, "Jost", sans-serif;
}

br .is-pc {
  display: block;
}

@media (max-width: 768px) {
  br .is-pc {
    display: none;
  }
}

br .is-sp {
  display: none;
}

@media (max-width: 768px) {
  br .is-sp {
    display: block;
  }
}

.mss-layout__containar {
  width: 100%;
}

.mss-layout__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1264px;
  margin: auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .mss-layout__wrap {
    padding: 0 5%;
  }
}

.mss-layout__main {
  max-width: 800px;
  width: calc(100% - 264px);
}

@media (max-width: 768px) {
  .mss-layout__main {
    width: 100%;
  }
}

.mss-layout__sidebar {
  position: relative;
  width: 200px;
}

@media (max-width: 768px) {
  .mss-layout__sidebar {
    display: none;
  }
}

.mss-pagetitle {
  color: #f6f6f6;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 64px;
}

.mss-pagetitle span {
  display: block;
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .mss-pagetitle span {
    font-size: 14px;
  }
}

.mss-pagetitle::before {
  content: "";
  width: 210px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/page_flag.svg) no-repeat center center;
  background-size: contain;
}

.mss-sidebar {
  position: sticky;
  display: block;
  top: 0;
  padding: 80px 0 0;
}

.mss-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
}

.mss-sidebar ul li {
  position: relative;
  width: 100%;
}

.mss-sidebar ul li.is-current::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: #f4d722;
  width: 10px;
  height: 12px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.mss-sidebar ul li a {
  display: block;
  width: 100%;
  color: #f6f6f6;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
  transition: 0.3s all ease;
}

.mss-sidebar ul li a:hover {
  opacity: 0.5;
}

.mss-sidebar ul li:last-child {
  border-top: 1px solid #757575;
  padding-top: 16px;
}

.mss-spmenu__btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  z-index: 999;
}

@media (max-width: 768px) {
  .mss-spmenu__btn {
    display: block;
  }
}

.mss-spmenu__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #f4d722;
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.mss-spmenu__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s all ease;
}

.mss-spmenu__btn img.is-open {
  transform: translate(-50%, -50%) scaleX(1);
}

.mss-spmenu__btn img.is-close {
  transform: translate(-50%, -50%) scaleX(0);
}

.mss-spmenu.is-show .mss-spmenu__btn {
  display: block;
}

.mss-spmenu.is-show .mss-spmenu__btn img.is-open {
  transform: translate(-50%, -50%) scaleX(0);
}

.mss-spmenu.is-show .mss-spmenu__btn img.is-close {
  transform: translate(-50%, -50%) scaleX(1);
}

.mss-spmenu.is-show .mss-spmenu__body {
  opacity: 1;
  visibility: visible;
}

.mss-spmenu__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #333333;
  z-index: 998;
  padding: 48px 10%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}

.mss-spmenu__body ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
}

.mss-spmenu__body ul li {
  width: 100%;
}

.mss-spmenu__body ul li a {
  display: block;
  width: 100%;
  color: #f6f6f6;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
  transition: 0.3s all ease;
}

.mss-spmenu__body ul li a:hover {
  opacity: 0.5;
}

.mss-spmenu__body ul li:last-child {
  border-top: 1px solid #757575;
  padding-top: 16px;
}

.mss-footer {
  position: relative;
  margin: 200px 0 0;
  background: #4b4b4b;
  padding: 64px 0;
}

.mss-footer::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: auto;
  background: #4b4b4b;
  height: 64px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.mss-footer__inner {
  max-width: 1264px;
  margin: auto;
  padding: 0 32px;
}

.mss-footer__menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #757575;
  padding-bottom: 24px;
}

@media (max-width: 1100px) {
  .mss-footer__menu {
    flex-direction: column;
    gap: 32px;
  }
}

.mss-footer__menu ul {
  display: flex;
  gap: 24px;
}

@media (max-width: 910px) {
  .mss-footer__menu ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.mss-footer__menu ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.mss-footer__menu-btn {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
}

@media (max-width: 910px) {
  .mss-footer__menu-btn.is-lang {
    width: 100%;
    text-align: right;
  }
}

.mss-footer__sns {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.mss-footer__sns a {
  color: #ddd;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mss-footer__copyright {
  margin: 16px 0 0;
  color: #a8a8a8;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
}

.mss-main {
  margin: 80px 0 0;
}

.mss-main__block#about {
  padding: 80px 0 0;
}

.mss-main__block#about h2 {
  margin: 0;
}

.mss-main__block h2 {
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin: 80px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #757575;
}

.mss-main__block h2+h3 {
  margin-top: 48px;
}

.mss-main__block h2 span {
  font-size: 16px;
}

.mss-main__block h3 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1, 5em;
  letter-spacing: 0.2em;
  margin: 64px 0 0;
}

.mss-main__block p {
  color: #ddd;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  margin: 24px 0 0;
}

.mss-main__block p b {
  font-weight: bold;
  line-height: 2em;
}

.mss-main__block p a {
  color: #bababa;
  text-decoration: underline;
}

.mss-main__block p a:hover {
  opacity: 0.6;
}

.mss-main__block p span {
  display: block;
  margin: 8px 0 0;
  color: #ccc;
  font-size: 10px;
  line-height: 1.5em;
}

.mss-main__block p.is-caution {
  color: #f56763;
}

.mss-main__block ul {
  color: #ddd;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mss-main__block ul li {
  text-indent: -12px;
  padding: 0 0 0 12px;
}

.mss-main__block .address {
  width: fit-content;
  margin: 24px 0 0;
  border: 1px solid #757575;
  padding: 16px;
}

.mss-main__block .address p {
  margin: 0;
}

.mss-main__news {
  margin: 24px 0 0;
}

.mss-main__news-wrap {
  margin: 16px 0 0;
  display: flex;
  width: 100%;
}

.mss-main__news-wrap__date {
  color: #a1a1a1;
  font-family: Futura;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  flex: 1 0 110px;
}

.mss-main__news-wrap__text {
  color: #ececec;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  width: 100%;
  flex: 0 1 100%;
}

.mss-main__news-wrap__text span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 8px;
  color: #ccc;
}

.mss-main__news-wrap__text span small span {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.mss-main__schedule-table {
  margin: 32px 0 0;
}

.mss-main__schedule-table__date {
  display: flex;
  gap: 2px;
  width: 100%;
}

.mss-main__schedule-table__date-cell {
  width: 16.6666666667%;
  background: #3a3a3a;
  color: #e3e3e3;
  font-family: Futura, "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  padding: 10px;
  text-align: center;
}

.mss-main__schedule-table__date-cell.is-blank {
  background: none;
}

.mss-main__schedule-table__wrap {
  margin: 16px 0 0;
  display: flex;
  gap: 2px;
}

.mss-main__schedule-table__wrap-vwrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 5 0;
}

.mss-main__schedule-table__wrap-block {
  display: flex;
  gap: 2px;
  flex-grow: 1;
}

.mss-main__schedule-table__wrap-block__day {
  display: flex;
  gap: 2px;
  width: 100%;
}

.mss-main__schedule-table__wrap-block__day-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0;
  background: #3a3a3a;
  color: #f6f6f6;
  font-family: Futura, "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.8px;
}

.mss-main__schedule-table__wrap-block__day-wrap {
  flex: 4 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mss-main__schedule-table__wrap-block__day-wrap__cource {
  background: #424242;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
  text-align: center;
  padding: 8px 0;
}

.mss-main__schedule-table__wrap-block__day-wrap__contents {
  display: flex;
  gap: 2px;
  width: 100%;
}

.mss-main__schedule-table__wrap-block__day-wrap__contents-cell {
  width: 25%;
  background: #424242;
  color: #f6f6f6;
  color: #f6f6f6;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 8px;
}

.mss-main__schedule-table__wrap-concert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0;
  background: #4b4b4b;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.8px;
}

@media (max-width: 1000px) {
  .mss-main__schedule-table__pc {
    display: none;
  }
}

.mss-main__schedule-table__sp {
  display: none;
}

@media (max-width: 1000px) {
  .mss-main__schedule-table__sp {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.mss-main__schedule-table__sp-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ddd;
}

.mss-main__schedule-table__sp-block__date {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3a3a3a;
  color: #e3e3e3;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}

.mss-main__schedule-table__sp-block__box {
  display: flex;
  gap: 2px;
  width: 100%;
}

.mss-main__schedule-table__sp-block__box-time {
  background: #3a3a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.8px;
  width: 80px;
}

.mss-main__schedule-table__sp-block__box-contents {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 82px);
}

.mss-main__schedule-table__sp-block__box-course {
  background: #424242;
  text-align: center;
  padding: 4px 0;
  color: #d0d0d0;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}

.mss-main__schedule-table__sp-block__box-text {
  background: #424242;
  padding: 8px;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}

.mss-main__schedule-table__sp-block__concert {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #424242;
  color: #e3e3e3;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}

.mss-main__schedule-card {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0 0;
}

.mss-main__schedule-cell {
  width: calc(50% - 12px);
  background: #3a3a3a;
  color: #e7e7e7;
  padding: 16px 16px 24px;
}

@media (max-width: 768px) {
  .mss-main__schedule-cell {
    width: 100%;
  }
}

.mss-main__schedule-cell__date {
  color: #afafaf;
  font-size: 10px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2px;
}

.mss-main__schedule-cell__title {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

.mss-main__schedule-cell__text {
  margin: 16px 0 0;
  color: #e7e7e7;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}

.mss-main__schedule-cell__instructor {
  margin: 16px 0 0;
  display: flex;
  gap: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
}

.mss-main__schedule-cell__instructor span {
  color: #afafaf;
}

.mss-main__concert-list {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.mss-main__concert-list dt {
  width: 120px;
}

.mss-main__concert-list dt p {
  margin: 0;
  color: #c8c8c8;
  font-weight: 400;
}

.mss-main__concert-list dd {
  width: calc(100% - 120px);
}

.mss-main__concert-list dd p {
  margin: 0;
}

.mss-main__concert-howto {
  text-indent: -18px;
  padding-left: 18px;
}

.mss-main__instructors {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mss-main__instructors-cell {
  background: #3a3a3a;
  padding: 20px 20px 32px;
}

.mss-main__instructors-name {
  color: #f6f6f6;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 4.8px;
  padding: 0 0 16px;
  border-bottom: 1px solid #757575;
}

.mss-main__instructors-wrap {
  display: flex;
  gap: 20px;
  margin: 24px 0 0;
}

@media (max-width: 768px) {
  .mss-main__instructors-wrap {
    flex-direction: column-reverse;
  }
}

.mss-main__instructors-dsc {
  width: calc(100% - 320px);
  color: #e7e7e7;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .mss-main__instructors-dsc {
    width: 100%;
  }
}

.mss-main__instructors-dsc a {
  color: #bababa;
  text-decoration: underline;
}

.mss-main__instructors-dsc a:hover {
  opacity: 0.6;
}

.mss-main__instructors-img {
  width: 300px;
}

@media (max-width: 768px) {
  .mss-main__instructors-img {
    width: 100%;
  }
}

.mss-main__instructors-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .mss-main__instructors-img img {
    max-height: 80vw;
    object-fit: contain;
    object-position: center;
  }
}

.mss-main__accommodations {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 48px 0 0;
}

.mss-main__accommodations-cell {
  background: #3a3a3a;
  padding: 20px 20px 32px;
}

.mss-main__accommodations-name {
  color: #f6f6f6;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 4.8px;
  padding: 0 0 16px;
  border-bottom: 1px solid #757575;
}

.mss-main__accommodations-name span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .mss-main__accommodations-name {
    font-size: 20px;
  }

  .mss-main__accommodations-name span {
    display: block;
  }
}

.mss-main__accommodations-wrap {
  display: flex;
  gap: 20px;
  margin: 24px 0 0;
}

@media (max-width: 768px) {
  .mss-main__accommodations-wrap {
    flex-direction: column;
  }
}

.mss-main__accommodations-dsc {
  width: calc(100% - 520px);
  color: #e7e7e7;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .mss-main__accommodations-dsc {
    width: 100%;
  }
}

.mss-main__accommodations-dsc a {
  color: #bababa;
  text-decoration: underline;
}

.mss-main__accommodations-dsc a:hover {
  opacity: 0.6;
}

.mss-main__accommodations-map {
  width: 500px;
  filter: grayscale(0.9);
}

@media (max-width: 768px) {
  .mss-main__accommodations-map {
    width: 100%;
  }
}

.mss-main__accommodations-map iframe {
  width: 100%;
  height: 290px;
}

@media (max-width: 768px) {
  .mss-main__accommodations-map iframe {
    height: 200px;
  }
}

.mss-main__faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 48px 0 0;
}

.mss-main__faq-cell {
  background: #3a3a3a;
  padding: 20px 20px 32px;
}

.mss-main__faq-cell__q {
  color: #f6f6f6;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
  padding: 0 0 16px;
  border-bottom: 1px solid #757575;
}

.mss-main__faq-cell__a {
  margin-top: 24px;
  color: #e7e7e7;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.mss-main__faq-cell__a a {
  color: #bababa;
  text-decoration: underline;
}

.mss-main__faq-cell__a a:hover {
  opacity: 0.6;
}

.mss-main__contact-form {
  margin: 32px 0 0;
}

.mss-main__contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mss-main__contact-form form input[type=text] {
  border: none;
  color: #ddd;
  background: #3a3a3a;
  font-size: 12px;
  padding: 15px 16px;
}

.mss-main__contact-form form input[type=email] {
  border: none;
  color: #ddd;
  background: #3a3a3a;
  font-size: 12px;
  padding: 15px 16px;
}

.mss-main__contact-form form textarea {
  border: none;
  color: #ddd;
  background: #3a3a3a;
  font-size: 12px;
  height: 160px;
  padding: 15px 16px;
}

.mss-main__contact-form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 45px;
  margin: 24px auto 0;
  border: 1px solid #757575;
  background: #333;
  color: #e7e7e7;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 3.2px;
  transition: 0.3s all ease;
}

.mss-main__contact-form form button:hover {
  background: #757575;
}

.mss-main__evening-sessions-table {
  margin: 64px 0 0;
}

.mss-main__evening-sessions-table__time {
  display: flex;
  gap: 2px;
  width: 100%;
}

.mss-main__evening-sessions-table__time-cell {
  width: 100%;
  background: #3a3a3a;
  color: #e3e3e3;
  font-family: Futura, "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  padding: 14px 14px 12px;
  text-align: center;
}

.mss-main__evening-sessions-table__time-cell.is-blank {
  background: none;
}

.mss-main__evening-sessions-table__time-cell:first-child {
  flex: 0 0 130px;
}

@media (max-width: 640px) {
  .mss-main__evening-sessions-table__time {
    display: none;
  }
}

.mss-main__evening-sessions-table__wrap {
  margin: 16px 0 0;
  display: flex;
  gap: 2px;
}

.mss-main__evening-sessions-table__wrap-block__day {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 130px;
  background: #3a3a3a;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
  padding: 8px 0;
}

@media (max-width: 640px) {
  .mss-main__evening-sessions-table__wrap-block__day {
    flex: 0 0 70px;
  }
}

.mss-main__evening-sessions-table__wrap-block__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #424242;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 16px;
  min-height: 100px;
}

.mss-main__evening-sessions-table__wrap-block__contents span:first-child {
  color: #b4b4b4;
  font-size: 10px;
  display: none;
}

@media (max-width: 640px) {
  .mss-main__evening-sessions-table__wrap-block__contents span:first-child {
    display: block;
  }
}

.mss-main__evening-sessions-table__wrap-block__contents span:last-child {
  font-size: 10px;
  color: #c8c8c8;
}

.mss-main__evening-sessions-table__wrap-block__contents.is-blank {
  background: none;
}

@media (max-width: 640px) {
  .mss-main__evening-sessions-table__wrap-block__contents.is-blank {
    display: none;
  }
}

.mss-main__evening-sessions-table__wrap-block__contents-wrap {
  display: flex;
  gap: 2px;
  width: 100%;
}

@media (max-width: 640px) {
  .mss-main__evening-sessions-table__wrap-block__contents-wrap {
    flex-direction: column;
  }
}

.mss-main__evening-sessions__time {
  margin: 64px 0 0;
  color: #ccc;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
}

.mss-main__evening-sessions__title {
  margin: 32px 0 0;
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
}

.mss-main__evening-sessions__name {
  margin: 16px 0 48px;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
}

.mss-main__concert-table {
  margin: 32px 0 0;
}

.mss-main__concert-table__wrap {
  margin: 8px 0 0;
  display: flex;
  gap: 2px;
}

.mss-main__concert-table__wrap-block__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  background: #3a3a3a;
  color: #f6f6f6;
  font-family: Futura, "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
  padding: 8px 0;
}

@media (max-width: 640px) {
  .mss-main__concert-table__wrap-block__num {
    flex: 0 0 32px;
    font-size: 14px;
  }
}

.mss-main__concert-table__wrap-block__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #424242;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 16px;
  min-height: 100px;
}

.mss-main__concert-table__wrap-block__contents span small {
  font-size: 12px;
}

.mss-main__concert-table__wrap-block__contents span:last-child {
  font-size: 12px;
  color: #c8c8c8;
}

.mss-main__concert-wrap {
  display: flex;
  margin: 24px 0 0;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .mss-main__concert-wrap {
    flex-direction: column;
  }
}

.mss-main__concert-wrap img {
  width: 250px;
}

@media (max-width: 900px) {
  .mss-main__concert-wrap img {
    width: 100%;
  }
}

.mss-main__concert-wrap p {
  margin: 0;
  width: calc(100% - 280px);
}

@media (max-width: 900px) {
  .mss-main__concert-wrap p {
    width: 100%;
  }
}

.mss-top__hero {
  width: 100%;
  height: auto;
}

.mss-top__hero img {
  width: 100%;
}

.mss-top__list {
  margin: 64px 0 0;
}

.mss-top__list dl {
  display: flex;
  flex-wrap: wrap;
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 2.8px;
  gap: 24px 0;
}

@media (max-width: 768px) {
  .mss-top__list dl {
    flex-direction: column;
    gap: 32px;
  }
}

.mss-top__list dl dt {
  width: 140px;
}

@media (max-width: 768px) {
  .mss-top__list dl dt {
    width: 100%;
  }
}

.mss-top__list dl dd {
  color: #f6f6f6;
  width: calc(100% - 140px);
  font-weight: 400;
}

@media (max-width: 768px) {
  .mss-top__list dl dd {
    width: 100%;
    margin: -20px 0 0;
  }
}

.mss-top__list dl dd a {
  color: #bababa;
  text-decoration: underline;
  line-break: anywhere;
}

.mss-top__list dl dd a:hover {
  opacity: 0.6;
}

.mss-top__list dl dd span {
  display: block;
  margin: 8px 0 0;
  color: #afafaf;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: 2.4px;
}

.mss-top__contact-wrap {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mss-top__contact-title {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 2.4px;
}

.mss-top__contact-name {
  margin: 4px 0 0;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 3.2px;
}

.mss-top__contact-text {
  color: #afafaf;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.mss-top__contact-text a {
  color: #bababa;
  text-decoration: underline;
}

.mss-top__contact-text a:hover {
  opacity: 0.6;
}

.mss-top__archive {
  margin: 32px 0 0;
}

.mss-top__archive-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mss-top__archive-cell {
  width: calc(33.3333333333% - 11px);
  cursor: pointer;
}

.mss-top__archive-cell img {
  width: 100%;
}

@media (max-width: 768px) {
  .mss-top__archive-cell {
    width: calc(50% - 8px);
  }
}

.mss-top__coop-wrap {
  display: flex;
  gap: 16px;
  margin: 32px 0 0;
}

.mss-top__coop-btn {
  width: 33.3333333333%;
}

.mss-top__coop-btn img {
  width: 100%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-overlay .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal-content .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.modal-overlay .modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.modal-overlay .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  transition: color 0.3s;
  width: 24px;
  height: 24px;
}

.modal-overlay .modal-close::before,
.modal-overlay .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  left: 50%;
}

.modal-overlay .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-overlay .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-overlay .modal-close:hover {
  color: #ff0000;
}