@charset "UTF-8";
/*
Theme Name: kafk2025
Theme URI:
Author: FURAZOA
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}
table th {
  text-align: left;
}

ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::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
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #e9f7ec;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #e9f7ec;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.header-front:not(.open) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.header-front.is-show {
  -webkit-transform: none;
  transform: none;
}
.header .header__logo {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 100;
  width: 220px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .header__logo a {
  display: block;
  line-height: 1;
}
.header .header__logo img {
  display: block;
}
.header .header__logo .logo--wh,
.header .header__logo .logo--bl {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header__logo .logo--wh {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .main-nav {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.header .main-nav .main-nav__container {
  padding: 80px 0 40px;
}
.header .main-nav .main-nav__container .main-nav__list .main-nav__item a {
  display: block;
  padding: 8px 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-indent: 0.05em;
}
.header .main-nav .main-nav__container .main-nav__splist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 56px;
  margin-top: 56px;
}
.header .main-nav .main-nav__container .main-nav__splist::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 300px;
  height: 0;
  content: "";
  border-top: solid 1px #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .main-nav .main-nav__container .main-nav__splist .main-nav__splist-item a {
  display: block;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-indent: 0.05em;
}
.header .main-nav .main-nav__container .main-nav__sns {
  margin-top: 24px;
}
.header .main-nav .main-nav__container .main-nav__info {
  margin-top: 36px;
}
.header .main-nav .main-nav__container .main-nav__info .main-nav__info-image {
  max-width: 105px;
  margin: 0 auto;
}
.header .main-nav .main-nav__container .main-nav__info .main-nav__info-logo {
  max-width: 360px;
  padding: 0 5%;
  margin: 36px auto 0;
}
.header .main-nav .main-nav__tickets {
  margin-top: 32px;
}
.header .main-nav .main-nav__tickets a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 138px;
  height: 78px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
}
.header .main-nav .main-nav__tickets a svg {
  margin-left: 8px;
  fill: #fff;
}
.header .main-nav .main-nav__event {
  margin-top: 32px;
}
.header .main-nav .main-nav__event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 138px;
  height: 78px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
}
.header .main-nav .main-nav__event a svg {
  margin-left: 8px;
  fill: #fff;
}
.header .main-nav .main-nav__copyright {
  padding: 16px 0;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
}
.header .main-nav .main-nav__copyright a {
  padding: 0 4px;
  font-size: 12px;
  color: #0027ff;
  text-decoration: underline;
}
.header .main-nav .main-nav__copyright p {
  margin-top: 8px;
  font-size: 12px;
}

.nav-button {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 1001;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-button .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 39px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-button .line::before {
  position: absolute;
  top: 24px;
  left: -5px;
  display: block;
  width: 35px;
  font-size: 10px;
  line-height: 1;
  color: #000;
  text-align: center;
  content: "MENU";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.nav-button span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.2s ease-in-out;
  /* 変化の速度を指定 */
  /* 変化の速度を指定 */
  transition: 0.2s ease-in-out;
  /* 変化の速度を指定 */
}
.nav-button span:nth-child(1) {
  top: 11px;
}
.nav-button span:nth-child(2) {
  top: 17px;
}

.header.header--index {
  pointer-events: none;
  opacity: 0 !important;
}

.header.open {
  pointer-events: auto !important;
  opacity: 1 !important;
}
.header.open .main-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header.open .nav-button span {
  border-bottom: solid 2px #fff;
}
.header.open .nav-button span:nth-child(1) {
  top: 18px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header.open .nav-button span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header.open .nav-button .line::before {
  opacity: 0;
}

.footer .footer-container {
  position: relative;
  padding: 40px 0 36px;
  background: #000;
}
.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  align-items: center;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .footer-info .footer-info__logo {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 32px auto 0;
  line-height: 1;
}
.footer .footer-info .footer-info__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer .footer-info .footer-info__image .image {
  display: block;
  width: 105px;
  margin: 0 2.5px;
}
.footer .footer-nav .footer-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer .footer-nav .footer-nav__list .item {
  padding: 0 8px 0;
  text-align: center;
}
.footer .footer-nav .footer-nav__list .item a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer .footer-nav .footer-nav__sns {
  margin-top: 32px;
}
.footer .footer-bottom {
  padding: 10px 5%;
}
.footer .footer-bottom .footer-bottom__link {
  text-align: right;
}
.footer .footer-bottom a {
  margin-left: 8px;
  color: #0027ff;
  text-decoration: underline;
}
.footer .copyright {
  font-size: 13px;
  text-indent: 0.05em;
}

.m-en {
  font-family: "EB Garamond", serif;
}

.m-btn {
  display: block;
  width: 172px;
  height: 52px;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #000;
  border: solid 1px #000;
}
.m-btn.m-btn--reservation {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 94px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 92px;
}
.m-btn.m-btn--reservation::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(./img/about_outline_reservation_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-btn.m-btn--reservation::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(./img/about_outline_reservation_icon_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-externallink {
  display: inline-block;
  color: #0027ff;
}
.m-externallink span {
  position: relative;
  padding-right: 15px;
}
.m-externallink span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(./img/index/index_access_link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-externallink span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  border-bottom: solid 1px #0027ff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m-btn--back {
  margin-top: 72px;
  text-align: center;
}
.m-btn--back a {
  display: inline-block;
}
.m-btn--back a span {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
}
.m-btn--back a span::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-sectitle {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.05em;
}

.l-container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.l-container--medium {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.l-container--large {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.l-page {
  margin-top: 80px;
}

.l-sponsor {
  border-top: solid 2px #e0e0e0;
}
.l-sponsor .l-sponsor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 36px 0 36px;
}
.l-sponsor .l-sponsor-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
}
.l-sponsor .l-sponsor-content .list dt {
  position: relative;
  margin: 5px 0;
}
.l-sponsor .l-sponsor-content .list dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "|";
}
.l-sponsor .l-sponsor-content .list dd {
  padding-left: 10px;
  margin: 5px 0;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__ja {
  width: 100%;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__ja .list {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__ja .list dt {
  width: 35px;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__ja .list dd {
  width: calc(100% - 35px);
}
.l-sponsor .l-sponsor-content .l-sponsor-content__en {
  width: 100%;
  margin-top: 28px;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__en .list dt {
  width: 80px;
}
.l-sponsor .l-sponsor-content .l-sponsor-content__en .list dd {
  width: calc(100% - 80px);
}

.l-pagetitle .l-pagetitle__title {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.05em;
}

.l-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.l-list .item {
  width: 50%;
  padding: 0 5px;
  margin-top: 32px;
}
.l-list .item .image {
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
.l-list .item .image img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-list .item .artiststext .title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.l-list .item .artiststext .m-en {
  margin-top: 3px;
  line-height: 1.2;
}
.l-list .item .thumb {
  display: block;
}

.l-post .l-post-header {
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}
.l-post .l-post-header .title {
  margin: 12px 0 12px;
  font-size: 20px;
  font-weight: 400;
}
.l-post .l-post-header .title .m-en {
  font-size: 14px;
}
.l-post .l-post-header .date {
  font-size: 14px;
  color: #676767;
}
.l-post .l-post-content {
  max-width: 640px;
  margin: 32px auto 0;
}
.l-post .l-post-content h2 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: solid 1px #000;
}
.l-post .l-post-content h2:not(:first-child) {
  margin-top: 45px;
}
.l-post .l-post-content h3 {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
}
.l-post .l-post-content h3:not(:first-child) {
  margin-top: 30px;
}
.l-post .l-post-content h3::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 14px;
  height: 0;
  content: "";
  border-top: solid 1px #000;
}
.l-post .l-post-content p:not(:first-child) {
  margin-top: 25px;
}
.l-post .l-post-content iframe {
  max-width: 100%;
}
.l-post .l-post-content ul:not(:first-child) {
  margin-top: 25px;
}
.l-post .l-post-content ul li {
  padding-left: 1rem;
  margin: 5px 0;
  text-indent: -1rem;
}
.l-post .l-post-content ul li::before {
  content: "\30FB";
}
.l-post .l-post-content ol {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}
.l-post .l-post-content ol:not(:first-child) {
  margin-top: 25px;
}
.l-post .l-post-content ol li {
  padding-left: 1rem;
  margin: 5px 0;
  text-indent: -1rem;
}
.l-post .l-post-content ol li::before {
  content: "" counter(number) ". ";
  /* 表示形式を指定 */
  counter-increment: number 1;
  /* number カウンタを増加 */
}
.l-post .l-post-content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.l-post .l-post-content a {
  text-decoration: underline;
}
.l-post .l-post-content blockquote {
  position: relative;
  max-width: 720px;
  padding: 25px 25px;
  margin: 0 auto;
  background: rgba(247, 247, 247, 0.6);
}
.l-post .l-post-content blockquote:not(:first-child) {
  margin-top: 35px;
}
.l-post .l-post-content blockquote p:first-child {
  margin-top: 0;
}
.l-post .l-post-content blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}
.l-post .l-post-content blockquote::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}

.l-table {
  width: 100%;
}
.l-table tbody,
.l-table tr {
  display: block;
  width: 100%;
}
.l-table tr:not(:last-child) {
  border-bottom: solid 1px #b9b9b9;
}
.l-table tr:last-child {
  border-bottom: solid 1px #000;
}
.l-table tr:first-child {
  border-top: solid 1px #000;
}
.l-table th {
  width: 110px;
  padding: 28px 0;
  font-weight: 400;
  vertical-align: baseline;
}
.l-table th .ja {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #676767;
}
.l-table th .m-en {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  color: #676767;
}
.l-table td {
  width: calc(100% - 110px);
  padding: 28px 0;
}
.l-table td p:nth-child(n+2) {
  margin-top: 16px;
}
.l-table td a {
  color: #0027ff;
  text-decoration: underline;
}
.l-table td .m-en {
  margin-top: 20px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
  margin: 70px auto 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.pager .page-numbers {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  margin: 4px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.pager .current {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  margin: 4px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.js-inview.fadein {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  /* サイトによってここの数値は調整 */
  width: 100%;
  height: 100%;
}
.js-modal .js-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.js-modal .js-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 700px;
  height: 90%;
  max-height: 690px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js-modal .js-modal__wrap .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 20px 20px;
  overflow-y: scroll;
  background-color: #fff;
}
.js-modal .js-modal__wrap .contents .title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.js-modal .js-modal__wrap .contents .block {
  margin-top: 24px;
}
.js-modal .js-modal__wrap .contents .block .block-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}
.js-modal .js-modal__wrap .contents .block .block-list {
  padding-left: 10px;
}
.js-modal .js-modal__wrap .contents .block .block-list dd {
  padding-left: 10px;
}
.js-modal .js-modal__wrap .contents .btn {
  margin: 24px auto 0;
}
.js-modal .js-modal__wrap .contents .btn a {
  display: block;
  width: 100%;
  max-width: 355px;
  height: 42px;
  margin: 0 auto;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: #000;
  border: solid 1px #000;
}
.js-modal .js-modal__wrap .contents .closetext {
  margin: 24px auto 0;
  text-align: center;
  text-align: center;
}
.js-modal .js-modal__wrap .contents .closetext .js-closebtn {
  cursor: pointer;
}
.js-modal .js-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.js-modal .js-modal__close::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 100%;
  height: 0;
  content: "";
  border-top: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-modal .js-modal__close::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  width: 0;
  height: 100%;
  content: "";
  border-left: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-sns a {
  margin: 0 18px;
  font-size: 31px;
  color: #fff;
}

#index .mainvis {
  position: relative;
}
#index .mainvis__logo {
  position: absolute;
  top: 8vw;
  left: 50%;
  z-index: 1;
  width: 92vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#index .mainvis__copy {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  z-index: 1;
  width: 92vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#index .mainvis__slider {
  overflow: hidden;
}
#index .mainvis .add-animation {
  -webkit-animation: mainvis-zoomUp 10s linear 0s normal both;
          animation: mainvis-zoomUp 10s linear 0s normal both;
}
@-webkit-keyframes mainvis-zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* 拡大率 */
  }
}
@keyframes mainvis-zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* 拡大率 */
  }
}
#index .news {
  margin-top: 80px;
}
#index .news-list {
  margin-top: 30px;
  border-top: solid 1px #000;
}
#index .news-list__item {
  border-bottom: solid 1px #c1c1c1;
}
#index .news-list__item a {
  display: grid;
  grid-template-columns: 114px 1fr;
  padding: 30px 0;
}
#index .news-list__item .title__en {
  margin-top: 4px;
  font-family: "EB Garamond", serif;
}
#index .news-list__item .title__date {
  font-family: "EB Garamond", serif;
}
#index .news-list__item .title__ja {
  font-size: 14px;
  font-weight: normal;
}
#index .news-link {
  margin-top: 40px;
}
#index .news-link .m-btn {
  position: relative;
  margin: 0 auto;
}
#index .news-link .m-btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
#index .lead {
  margin-top: 80px;
}
#index .lead .l-container--large {
  max-width: 940px;
}
#index .lead .lead-title {
  letter-spacing: 0.05em;
}
#index .lead .lead-title br {
  display: none;
}
#index .lead .lead-title .ja {
  font-size: 17px;
  font-weight: 400;
}
#index .lead .lead-title .m-en {
  font-size: 18px;
  font-weight: 500;
}
#index .lead .lead-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px auto 0;
}
#index .lead .lead-textbody + .lead-textbody {
  margin-top: 40px;
}
#index .lead .lead-textbody .lead-textbody__text {
  width: 100%;
  margin-top: 28px;
  line-height: 28px;
}
#index .lead .lead__action {
  margin-top: 52px;
}
#index .lead .lead__action .m-btn {
  position: relative;
  margin: 0 auto;
}
#index .lead .lead__action .m-btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
#index .lead .lead__action .button--ticket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 172px;
  height: 52px;
  margin: 16px auto 0;
  font-size: 14px;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  border: solid 1px #000;
}
#index .lead .lead__action .button--ticket svg {
  position: absolute;
  top: 50%;
  right: 16px;
  fill: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#index .reservation {
  padding: 90px 0 80px;
  margin-top: 80px;
  background: #f7f7f7;
}
#index .reservation .reservation-content {
  max-width: 880px;
  margin: 40px auto;
}
#index .reservation .reservation-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .reservation .reservation-content .inner p {
  line-height: 28px;
}
#index .reservation .reservation-content .inner p:nth-child(n+2) {
  margin-top: 28px;
}
#index .artists {
  margin-top: 80px;
}
#index .artists .artists-list {
  margin-top: 5px;
}
#index .artists .artists-link {
  margin-top: 40px;
}
#index .artists .artists-link .m-btn {
  position: relative;
  margin: 0 auto;
}
#index .artists .artists-link .m-btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
#index .access {
  margin: 80px 0 88px;
}
#index .access .access-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 20px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}
#index .access .access-image__item {
  width: 100%;
  margin-top: 12px;
}
#index .access .access-title {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.05em;
}
#index .access .access-add {
  max-width: 800px;
  margin: 24px auto 0;
}
#index .access .access-add .access-add__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .access .access-add .access-add__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}
#index .access .access-add .access-add__item .title {
  width: 48px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: normal;
}
#index .access .access-add .access-add__item .textbody {
  width: calc(100% - 48px);
  padding: 4px 0 4px 20px;
  text-indent: 0.05em;
  border-left: solid 1px #000;
}
#index .access .access-add .access-add__item .textbody .text {
  font-size: 14px;
}
#index .access .access-add .access-add__item .textbody .sub {
  font-size: 12px;
}
#index .access .access-link {
  margin-top: 32px;
  text-align: center;
  text-indent: 0.05em;
}
#index .corona {
  margin: 0 0 100px;
}
#index .corona .corona-content {
  position: relative;
  z-index: 0;
  max-width: 768px;
  padding: 32px 20px 16px;
  margin: 0 auto;
  border: solid 2px #f00;
}
#index .corona .corona-content .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #f00;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index .corona .corona-content .title span {
  position: relative;
  display: inline-block;
}
#index .corona .corona-content .title span::before {
  position: absolute;
  top: 0;
  left: -4px;
  z-index: -1;
  width: calc(100% + 20px);
  height: calc(100% + 12px);
  content: "";
  background: #fff;
}
#index .corona .corona-content ul li {
  padding-left: 1rem;
  line-height: 32px;
  color: #f00;
  text-indent: -1rem;
}
#index .corona .corona-content ul li::before {
  content: "\30FB";
}

#gallerydetail {
  margin-bottom: 100px;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__category a {
  padding: 0 20px 0 0;
  font-size: 12px;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__en {
  padding-bottom: 12px;
  border-bottom: solid 1px #b9b9b9;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__artist .text {
  width: 75px;
  margin-bottom: 5px;
  font-size: 14px;
}
#gallerydetail .gallerydetail-head .gallerydetail-head__artist .list {
  width: calc(100% - 75px);
}
#gallerydetail .gallerydetail-artist .gallerydetail-artist__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 8px;
}
#gallerydetail .gallerydetail-artist .gallerydetail-artist__list .item a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#gallerydetail .gallerydetail-info {
  margin-top: 52px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__title {
  font-size: 20px;
  font-weight: 400;
  color: #676767;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content {
  padding: 24px 10px 24px;
  margin-top: 32px;
  border: solid 1px #000;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content table {
  width: 100%;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content table tbody,
#gallerydetail .gallerydetail-info .gallerydetail-info__content table tr {
  display: block;
  width: 100%;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content table th {
  color: #676767;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content table th,
#gallerydetail .gallerydetail-info .gallerydetail-info__content table td {
  font-size: 12px;
  font-weight: 400;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content table tr:not(:first-child) th,
#gallerydetail .gallerydetail-info .gallerydetail-info__content table tr:not(:first-child) td {
  padding-top: 4px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head {
  padding: 0 16px 20px;
  border-bottom: solid 1px #b9b9b9;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head .title .ja {
  font-size: 20px;
  font-weight: 400;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table {
  margin-top: 20px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table th {
  width: 55px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table td {
  width: calc(100% - 55px);
  padding-left: 5px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table td a {
  color: #0027ff;
  text-decoration: underline;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block .title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block table th {
  width: 55px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block table td {
  width: calc(100% - 55px);
  padding-left: 5px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--ja {
  padding: 20px 16px 24px;
  border-bottom: solid 1px #b9b9b9;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--ja .text:not(:last-child) {
  margin-bottom: 25px;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--en {
  padding: 24px 16px 0;
}
#gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--en .text:not(:last-child) {
  margin-bottom: 25px;
}

#artistsdetail {
  margin-bottom: 75px;
}
#artistsdetail .artistsdetail-head .l-container--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 948px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__image {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .title .ja {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .title .m-en {
  margin-top: 4px;
  font-size: 14px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork {
  margin-top: 30px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork .ja,
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork .m-en {
  font-size: 16px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.material {
  margin-top: 30px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.size, #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.year {
  margin-top: 30px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.credit {
  margin-top: 30px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.credit .ja {
  color: #676767;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link {
  margin-top: 30px;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a {
  position: relative;
  display: block;
  padding: 12px 30px 12px 0;
  border-top: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  content: "";
  background: url(./img/artistsdetail_head_link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a .ja {
  display: block;
}
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a .m-en {
  font-weight: 500;
}
#artistsdetail .artistsdetail-info {
  margin-top: 50px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__title .m-en {
  font-size: 20px;
  font-weight: 500;
  color: #676767;
  text-align: center;
  text-indent: 0.05em;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content {
  padding: 32px 10px;
  margin-top: 30px;
  border: solid 1px #000;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block .title {
  font-weight: 400;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block .title:not(:first-child) {
  margin-top: 32px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dt,
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dd {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dt span,
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dd span {
  display: block;
  min-height: 24px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dt {
  width: 55px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dd {
  width: calc(100% - 55px);
  padding-left: 5px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block .freearea {
  margin-top: 32px;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block .freearea a {
  color: #0027ff;
  text-decoration: underline;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block.block--ja {
  padding-bottom: 32px;
  border-bottom: solid 1px #000;
}
#artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block.block--en {
  padding-top: 32px;
}
#artistsdetail .artistsdetail-related {
  margin-top: 56px;
}
#artistsdetail .artistsdetail-related .artistsdetail-related__title {
  font-size: 20px;
  font-weight: 500;
  color: #676767;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

#notfound .notfound-content {
  padding: 40px 0 90px;
}
#notfound .notfound-content .title {
  text-align: center;
  text-indent: 0.05em;
}
#notfound .notfound-content .title .main {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}
#notfound .notfound-content .title .sub {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1;
}
#notfound .notfound-content .text {
  margin: 50px 0 50px;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Noto Sans JP", Meiryo, メイリオ, sans-serif;
  text-align: center;
  text-indent: 0.05em;
}
#notfound .notfound-content .link a {
  display: block;
  width: 160px;
  height: 46px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
  text-align: center;
  text-indent: 0.05em;
  background: #000;
  border: solid 1px #000;
}

#gallerylist .gallerylist-order {
  margin-top: 40px;
}
#gallerylist .gallerylist-order .gallerylist-order__content {
  padding: 16px 32px;
  background: #f7f7f7;
  border-radius: 10px;
}
#gallerylist .gallerylist-order .gallerylist-order__content .btn {
  position: relative;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: solid 1px #000;
}
#gallerylist .gallerylist-order .gallerylist-order__content .btn::before {
  position: absolute;
  top: 6px;
  right: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gallerylist .gallerylist-order .gallerylist-order__content .btn::after {
  position: absolute;
  top: 10px;
  right: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gallerylist .gallerylist-order .gallerylist-order__content .btn.open::before {
  opacity: 0;
}
#gallerylist .gallerylist-order .gallerylist-order__content .btn.open::after {
  opacity: 1;
}
#gallerylist .gallerylist-order .gallerylist-order__content .title {
  padding-top: 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#gallerylist .gallerylist-order .gallerylist-order__content .title span {
  display: inline-block;
  padding: 4px 8px 6px 8px;
  background: #000;
}
#gallerylist .gallerylist-order .gallerylist-order__content .title:not(:first-child) {
  border-top: solid 1px #b9b9b9;
}
#gallerylist .gallerylist-order .gallerylist-order__content .content {
  display: none;
  padding-bottom: 24px;
}
#gallerylist .gallerylist-order .gallerylist-order__content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
#gallerylist .gallerylist-order .gallerylist-order__content .list li {
  padding: 0 20px 16px 0;
}
#gallerylist .gallerylist-order .gallerylist-order__content .list:last-child {
  border-bottom: solid 1px #000;
}
#gallerylist .gallerylist-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
#gallerylist .gallerylist-tab li {
  position: relative;
  width: 33.3%;
  max-width: 100px;
  padding: 0 4px;
  padding-bottom: 20px;
  color: #b9b9b9;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gallerylist .gallerylist-tab li span {
  display: block;
  line-height: 1;
}
#gallerylist .gallerylist-tab li .ja {
  letter-spacing: 0;
}
#gallerylist .gallerylist-tab li .m-en {
  margin-top: 12px;
}
#gallerylist .gallerylist-tab li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 8px);
  height: 4px;
  content: "";
  background: #b9b9b9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gallerylist .gallerylist-tab li.active {
  color: #000;
}
#gallerylist .gallerylist-tab li.active::before {
  background: #000;
}
#gallerylist .gallerylist-content {
  margin: 0 0 90px;
}
#gallerylist .gallerylist-content .gallerylist-content__list {
  display: none;
  margin-top: 36px;
}
#gallerylist .gallerylist-content .gallerylist-content__list:not(:last-child) {
  border-bottom: solid 1px #b9b9b9;
}
#gallerylist .gallerylist-content .gallerylist-content__list.active {
  display: block;
}
#gallerylist .gallerylist-content .gallerylist-content__list .areatitle {
  padding-top: 16px;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  border-top: solid 1px #b9b9b9;
}
#gallerylist .gallerylist-content .gallerylist-content__list .areatitle .ja {
  font-size: 14px;
  font-weight: 400;
}
#gallerylist .gallerylist-content .gallerylist-content__list .areatitle .m-en {
  font-size: 14px;
}
#gallerylist .gallerylist-content .gallerylist-content__list .ordertitle {
  padding-top: 20px;
  text-align: center;
  border-top: solid 1px #b9b9b9;
}
#gallerylist .gallerylist-content .gallerylist-content__list .ordertitle .m-en {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
#gallerylist .gallerylist-content .gallerylist-content__list .ordertitle .m-en span {
  display: inline-block;
  padding: 4px 10px 6px 10px;
  background: #000;
}
#gallerylist .gallerylist-content .gallerylist-content__list .l-list {
  padding-bottom: 20px;
}
#gallerylist .gallerylist-content .gallerylist-content__link {
  margin-top: 75px;
}
#gallerylist .gallerylist-content .gallerylist-content__link .m-btn {
  margin: 0 auto;
}
#gallerylist .gallerylist-floor {
  padding-top: 40px;
  border-top: solid 1px #b9b9b9;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item:nth-child(n+2) {
  margin-top: 80px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item .icon span {
  display: inline-block;
  padding: 16px 15px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #000;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item .image {
  margin: 12px 0 40px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table {
  width: 100%;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table th {
  position: relative;
  padding-bottom: 32px;
  font-size: 12px;
  font-weight: normal;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table th.roomno {
  width: 52px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table th.roomno::before {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  border-top: solid 1px #000;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table th.name {
  width: calc(100% - 52px);
  padding-left: 16px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table th.name::before {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: calc(100% - 16px);
  height: 0;
  content: "";
  border-top: solid 1px #000;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table td.roomno {
  padding: 16px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background: #000;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table td.name {
  padding: 16px 0 16px 16px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a {
  position: relative;
  display: block;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a .ja {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
#gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a::before {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  border-top: solid 1px #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gallerylist .gallerylist-title {
  margin: 40px 0 16px;
}
#gallerylist .gallerylist-title .m-en {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

#artistslist .artistslist-order {
  margin-top: 40px;
}
#artistslist .artistslist-order .artistslist-order__content {
  padding: 16px 32px;
  background: #f7f7f7;
  border-radius: 10px;
}
#artistslist .artistslist-order .artistslist-order__content .btn {
  position: relative;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: solid 1px #000;
}
#artistslist .artistslist-order .artistslist-order__content .btn::before {
  position: absolute;
  top: 6px;
  right: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#artistslist .artistslist-order .artistslist-order__content .btn::after {
  position: absolute;
  top: 10px;
  right: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#artistslist .artistslist-order .artistslist-order__content .btn.open::before {
  opacity: 0;
}
#artistslist .artistslist-order .artistslist-order__content .btn.open::after {
  opacity: 1;
}
#artistslist .artistslist-order .artistslist-order__content .title {
  padding-top: 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#artistslist .artistslist-order .artistslist-order__content .title span {
  display: inline-block;
  padding: 4px 8px 6px 8px;
  background: #000;
}
#artistslist .artistslist-order .artistslist-order__content .title:not(:first-child) {
  border-top: solid 1px #b9b9b9;
}
#artistslist .artistslist-order .artistslist-order__content .content {
  display: none;
  padding-bottom: 24px;
}
#artistslist .artistslist-order .artistslist-order__content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
#artistslist .artistslist-order .artistslist-order__content .list li {
  padding: 0 20px 16px 0;
}
#artistslist .artistslist-order .artistslist-order__content .list:last-child {
  border-bottom: solid 1px #000;
}
#artistslist .artistslist-content .artistslist-content__title {
  margin-top: 40px;
}
#artistslist .artistslist-content .artistslist-content__title .m-en {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
#artistslist .artistslist-content .artistslist-content__list {
  margin-top: 8px;
}
#artistslist .artistslist-link {
  margin-bottom: 100px;
}

#sponsors {
  margin-bottom: 100px;
}
#sponsors .sponsors-content .l-container {
  max-width: 720px;
}
#sponsors .sponsors-content .sponsors-content__title {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#sponsors .sponsors-content .sponsors-content__head {
  position: relative;
  padding: 40px 0;
  margin-top: 40px;
}
#sponsors .sponsors-content .sponsors-content__head::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #b9b9b9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sponsors .sponsors-content .sponsors-content__head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #b9b9b9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sponsors .sponsors-content .sponsors-content__head a {
  display: block;
}
#sponsors .sponsors-content .sponsors-content__main {
  padding-top: 40px;
}
#sponsors .sponsors-content .sponsors-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px -20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#sponsors .sponsors-content .sponsors-content__list .item {
  width: 50%;
  padding: 0 20px;
  margin-top: 12px;
}
#sponsors .sponsors-content .sponsors-content__list .item a {
  display: block;
  max-width: 235px;
  margin: 0 auto;
}

#newslist .newslist-content {
  margin-top: 40px;
}
#newslist .newslist-content .newslist-content__list {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#newslist .newslist-content .newslist-content__list .item:nth-child(n+2) {
  border-top: solid 1px #b9b9b9;
}
#newslist .newslist-content .newslist-content__list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
}
#newslist .newslist-content .newslist-content__list .item a .date {
  width: 110px;
  line-height: 22px;
  color: #676767;
}
#newslist .newslist-content .newslist-content__list .item a .title {
  width: calc(100% - 110px);
}
#newslist .newslist-content .newslist-content__list .item a .title .ja {
  font-size: 14px;
  font-weight: 400;
}
#newslist .newslist-content .newslist-content__list .item a .title .m-en {
  margin-top: 24px;
  font-size: 14px;
}

#newsdetail .newsdetail-article {
  margin: 0 0 100px;
}

#about {
  margin-bottom: 100px;
}
#about .about-lead .about-lead__block .lead {
  font-size: 18px;
}
#about .about-lead .about-lead__block .text {
  max-width: 768px;
  margin: 20px auto 0;
}
#about .about-lead .about-lead__block.block--ja {
  margin-top: 35px;
}
#about .about-lead .about-lead__block.block--en {
  margin-top: 52px;
}
#about .about-lead .about-lead__block.block--en .lead {
  font-weight: 500;
}
#about .about-outline {
  margin-top: 80px;
}
#about .about-outline .about-outline__head {
  margin: 35px 0 40px;
}
#about .about-outline .about-outline__head .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about .about-outline .about-outline__head .text p {
  line-height: 28px;
}
#about .about-outline .about-outline__head .text p.m-en {
  margin-top: 32px;
}
#about .about-outline .about-outline__head .link {
  margin-top: 35px;
}
#about .about-outline .l-table {
  margin-top: 40px;
}
#about .about-outline .l-table + .l-table {
  margin-top: 56px;
}
#about .about-outline .l-table .time {
  font-size: 12px;
}
#about .about-outline .l-table .m-en {
  margin-top: 0;
}
#about .about-outline .l-table td.date p:nth-child(n+2) {
  margin-top: 20px;
}
#about .about-outline .l-table td a {
  text-decoration: none;
}
#about .about-outline .about-outline__link {
  margin-top: 64px;
}
#about .about-outline .about-outline__link .m-btn {
  margin: 0 auto;
}

#privacy {
  margin-bottom: 100px;
}
#privacy .l-container--medium {
  max-width: 900px;
}
#privacy .privacy-content {
  margin-top: 40px;
}
#privacy .l-table th {
  display: block;
  width: 100%;
  padding: 28px 0 0;
}
#privacy .l-table td {
  display: block;
  width: 100%;
}
#privacy .l-table td p {
  line-height: 28px;
}
#privacy .l-table td .m-en {
  margin-top: 24px;
}

#webseminar {
  margin-bottom: 20px;
}
#webseminar .webseminar-youtube {
  margin: 30px 0 35px;
}
#webseminar .webseminar-youtube .webseminar-youtube__text {
  width: 100%;
  max-width: 240px;
  height: 45px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Noto Sans JP", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  text-align: center;
  text-indent: 0.05em;
  background: #f00;
}
#webseminar .webseminar-youtube .webseminar-youtube__link {
  position: relative;
  display: block;
  width: 220px;
  padding: 32px 0 5px;
  margin: 30px auto 0;
  font-size: 18px;
  text-align: center;
  text-indent: 0.05em;
  border: solid 1px #f00;
}
#webseminar .webseminar-youtube .webseminar-youtube__link .icon {
  position: absolute;
  top: 5px;
  left: 50%;
  font-size: 32px;
  line-height: 1;
  color: #f00;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#webseminar .webseminar-youtube .webseminar-youtube__link:hover {
  color: #fff;
  background: #f00;
}
#webseminar .webseminar-youtube .webseminar-youtube__link:hover .icon {
  color: #fff;
}
#webseminar .webseminar-youtube .webseminar-youtube__attention {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
  color: #f00;
}
#webseminar .webseminar-content .webseminar-content__link {
  padding-top: 20px;
  border-top: solid 1px #000;
}
#webseminar .webseminar-content .webseminar-content__link a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 345px;
  padding: 12px 12px 45px;
  margin: 30px auto 0;
  text-align: center;
  text-indent: 0.05em;
  border: solid 1px #000;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
#webseminar .webseminar-content .webseminar-content__link a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 27px;
  height: 27px;
  content: "";
  background: url(./img/webseminar_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#webseminar .webseminar-content .webseminar-content__link a .date {
  display: block;
  font-size: 22px;
  line-height: 1.4;
}
#webseminar .webseminar-content .webseminar-content__link a .text {
  font-size: 12px;
}
#webseminar .webseminar-content .webseminar-content__link a:first-child {
  color: #fff;
  background: #000;
}
#webseminar .webseminar-content .webseminar-content__block {
  padding: 50px 0;
}
#webseminar .webseminar-content .webseminar-content__block .title {
  font-size: 18px;
  text-indent: 0.05em;
}
#webseminar .webseminar-content .webseminar-content__block .image {
  width: 100%;
  max-width: 640px;
  margin: 25px auto 0;
}
#webseminar .webseminar-content .webseminar-content__block .image img {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
#webseminar .webseminar-content .webseminar-content__block .caption {
  margin-top: 15px;
  font-size: 12px;
}
#webseminar .webseminar-content .webseminar-content__block .text {
  max-width: 700px;
  margin: 30px auto 0;
}
#webseminar .webseminar-content .webseminar-content__block .link {
  margin-top: 35px;
}
#webseminar .webseminar-content .webseminar-content__block .link .m-btn {
  margin: 0 auto;
}
#webseminar .webseminar-content .webseminar-content__block .profile {
  max-width: 700px;
  margin: 50px auto 0;
}
#webseminar .webseminar-content .webseminar-content__block .profile .profile--title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
#webseminar .webseminar-content .webseminar-content__block .profile .profile-block.second {
  margin-top: 30px;
}
#webseminar .webseminar-content .webseminar-content__block#seminar2 {
  border-top: solid 1px #000;
}

#event {
  margin-bottom: 100px;
}
#event .event__section.section01 {
  margin-top: 60px;
}
#event .event__section.section02 {
  margin-top: 160px;
}
#event .event__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: solid 4px #000;
}
#event .event__title .title {
  font-size: 20px;
}
#event .event__title .note {
  padding: 6px 4px;
  font-size: 13px;
  line-height: 1;
  border: solid 1px #000;
}
#event .section__table {
  display: grid;
  grid-template-columns: 60px 1fr;
  margin-top: 40px;
  gap: 6px 24px;
}
#event .section__table dt {
  position: relative;
}
#event .section__table dt::before {
  position: absolute;
  top: 0;
  right: 7px;
  display: block;
  width: 1px;
  content: "\FF5C";
}
#event .section__action {
  margin-top: 40px;
}
#event .section__action a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 274px;
  height: 83px;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #000;
  border: solid 1px #000;
}
#event .section__action a svg {
  position: absolute;
  top: 50%;
  right: 25px;
  fill: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#event .section01-block__head {
  padding: 24px 0;
  border-bottom: solid 1px #000;
}
#event .section01-block__head .date {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 500;
}
#event .section01-block__head .title {
  font-size: 18px;
}
#event .section01-block__head .text {
  margin-top: 24px;
  font-weight: bold;
}
#event .section01-block__image {
  display: grid;
  grid-template-columns: 96px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  gap: 12px;
}
#event .section01-block__image .note__text1 {
  font-size: 12px;
}
#event .section01-block__image .note__text1 span {
  display: inline-block;
}
#event .section01-block__image .note__text2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
}
#event .section01-block__description {
  position: relative;
  margin-top: 24px;
}
#event .section01-block__description::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 1;
  display: block;
  width: calc(100% + 10px);
  height: 176px;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#event .section01-block__description .text {
  max-height: 176px;
  padding-bottom: 78px;
  overflow: hidden;
  line-height: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#event .section01-block__description .button {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#event .section01-block__description .button::before {
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#event .section01-block__description .button::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#event .section01-block__description.open::before {
  opacity: 0;
}
#event .section01-block__description.open .button::before {
  opacity: 1;
}
#event .section01-block__description.open .button::after {
  opacity: 0;
}
#event .section01-block__description.open .text {
  max-height: 560px;
}
#event .section02__date {
  margin-top: 40px;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 500;
}
#event .section02__text {
  padding: 24px 0;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 375px) {
  #index .lead .lead-title br {
    display: inline;
  }
  #event .event__title .title {
    font-size: 24px;
  }
  #event .event__title .note {
    padding: 6px 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 425px) {
  .header .main-nav .main-nav__container .main-nav__splist .main-nav__splist-item a {
    padding: 0 20px;
  }
  .footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 554px) {
  .footer .footer-info {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .footer .footer-info .footer-info__logo {
    padding-right: 20px;
    margin: 0;
  }
  .footer .footer-info .footer-info__logo::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 80px;
    content: "";
    border-left: solid 1px #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-info .footer-info__image {
    padding-left: 20px;
  }
  .footer .footer-nav .footer-nav__list .item {
    padding: 0 16px 0;
  }
  .m-sectitle {
    font-size: 46px;
  }
  .l-pagetitle .l-pagetitle__title {
    font-size: 46px;
  }
  .l-list {
    margin: 0 -10px;
  }
  .l-list .item {
    padding: 0 10px;
  }
  .js-modal .js-modal__wrap .contents .title br {
    display: none;
  }
  #index .corona .corona-content {
    padding: 32px 24px 16px;
  }
  #index .corona .corona-content .title {
    letter-spacing: 0.05em;
  }
  #index .corona .corona-content .title br {
    display: none;
  }
  #index .corona .corona-content .title span::before {
    height: calc(100% + 16px);
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content {
    padding: 24px 20px 24px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a .ja {
    font-size: 16px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a .m-en {
    font-size: 16px;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content {
    padding: 30px 20px;
  }
  #notfound .notfound-content .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    left: 3%;
  }
  .footer .footer-container {
    padding: 50px 0;
  }
  .footer .footer-info .footer-info__image .image {
    margin: 0 5px 0 0;
  }
  .footer .footer-info .footer-info__image a:hover {
    opacity: 0.8;
  }
  .footer .footer-nav .footer-nav__list .item {
    padding: 0 10px;
  }
  .footer .footer-nav .footer-nav__list .item a {
    font-size: 15px;
  }
  .footer .footer-nav .footer-nav__list .item a:hover {
    opacity: 0.8;
  }
  .footer .footer-bottom {
    padding: 10px 3%;
  }
  .footer .footer-bottom a:hover {
    text-decoration: none;
  }
  .footer .copyright {
    font-size: 14px;
  }
  .m-btn {
    width: 220px;
    height: 64px;
    font-size: 18px;
    line-height: 62px;
  }
  .m-btn:hover {
    color: #000;
    background: #fff;
  }
  .m-btn.m-btn--reservation:hover::before {
    opacity: 0;
  }
  .m-btn.m-btn--reservation:hover::after {
    opacity: 1;
  }
  .m-externallink:hover span::after {
    bottom: -4px;
    opacity: 0;
  }
  .m-btn--back {
    margin-top: 100px;
  }
  .m-btn--back a:hover span::before {
    left: -4px;
  }
  .m-sectitle {
    font-size: 56px;
  }
  .l-container {
    max-width: 828px;
    padding: 0 30px;
  }
  .l-container--medium {
    max-width: 1060px;
    padding: 0 30px;
  }
  .l-container--large {
    max-width: 1260px;
    padding: 0 30px;
  }
  .l-page {
    margin-top: 150px;
  }
  .l-sponsor .l-sponsor-content {
    padding: 40px 0;
  }
  .l-sponsor .l-sponsor-content .list {
    font-size: 12px;
  }
  .l-sponsor .l-sponsor-content .list dt {
    margin: 10px 0;
  }
  .l-sponsor .l-sponsor-content .list dd {
    margin: 10px 0;
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__ja {
    width: 50%;
    padding-right: 25px;
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__ja .list dt {
    width: 40px;
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__ja .list dd {
    width: calc(100% - 40px);
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__en {
    width: 50%;
    margin-top: 0;
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__en .list dt {
    width: 90px;
  }
  .l-sponsor .l-sponsor-content .l-sponsor-content__en .list dd {
    width: calc(100% - 90px);
  }
  .l-pagetitle .l-pagetitle__title {
    font-size: 56px;
  }
  .l-list {
    justify-content: center;
    margin: 0 -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .l-list .item {
    width: 25%;
    padding: 0 8px;
    margin-top: 56px;
  }
  .l-list .item .artiststext .title {
    margin-top: 20px;
    font-size: 16px;
  }
  .l-list .item .artiststext .m-en {
    margin-top: 6px;
  }
  .l-list .item .thumb:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-post .l-post-header {
    padding-bottom: 24px;
  }
  .l-post .l-post-header .title {
    margin: 16px 0 12px;
    font-size: 24px;
  }
  .l-post .l-post-header .title .m-en {
    font-size: 16px;
  }
  .l-post .l-post-content {
    margin: 40px auto 0;
  }
  .l-post .l-post-content h2 {
    padding: 0 0 15px;
    font-size: 20px;
  }
  .l-post .l-post-content h2:not(:first-child) {
    margin-top: 70px;
  }
  .l-post .l-post-content h3 {
    padding-left: 30px;
    font-size: 18px;
  }
  .l-post .l-post-content h3::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 20px;
    height: 0;
    content: "";
    border-top: solid 1px #000;
  }
  .l-post .l-post-content h3:not(:first-child) {
    margin-top: 50px;
  }
  .l-post .l-post-content p {
    font-size: 16px;
  }
  .l-post .l-post-content p:not(:first-child) {
    margin-top: 40px;
  }
  .l-post .l-post-content ul {
    padding-left: 30px;
  }
  .l-post .l-post-content ul:not(:first-child) {
    margin-top: 30px;
  }
  .l-post .l-post-content ul li {
    margin: 10px 0;
  }
  .l-post .l-post-content ol {
    padding-left: 30px;
  }
  .l-post .l-post-content ol:not(:first-child) {
    margin-top: 30px;
  }
  .l-post .l-post-content ol li {
    margin: 10px 0;
  }
  .l-post .l-post-content a:hover {
    text-decoration: none;
  }
  .l-post .l-post-content blockquote {
    padding: 45px 45px;
  }
  .l-post .l-post-content blockquote:not(:first-child) {
    margin-top: 60px;
  }
  .l-post .l-post-content blockquote::before {
    width: 50px;
    height: 50px;
  }
  .l-post .l-post-content blockquote::after {
    width: 50px;
    height: 50px;
  }
  .l-table th {
    display: table-cell;
    width: 160px;
    padding: 52px 10px;
  }
  .l-table th .ja {
    font-size: 16px;
  }
  .l-table th .m-en {
    margin-top: 6px;
    font-size: 16px;
  }
  .l-table td {
    width: calc(100% - 160px);
    padding: 52px 0;
    font-size: 16px;
  }
  .l-table td p:nth-child(n+2) {
    margin-top: 8px;
  }
  .l-table td a:hover {
    text-decoration: none;
  }
  .l-table td .m-en {
    margin-top: 32px;
  }
  .pager {
    max-width: 1060px;
    padding: 0 30px;
    margin: 80px auto 150px;
  }
  .pager .page-numbers {
    width: 40px;
    height: 40px;
  }
  .pager .page-numbers:hover {
    text-decoration: underline;
  }
  .pager .current {
    width: 40px;
    height: 40px;
  }
  .js-modal .js-modal__wrap .contents {
    padding: 75px 45px 25px;
  }
  .js-modal .js-modal__wrap .contents .title {
    margin-bottom: 32px;
    font-size: 18px;
  }
  .js-modal .js-modal__wrap .contents .block {
    margin-top: 30px;
  }
  .js-modal .js-modal__wrap .contents .block .block-title {
    margin-top: 24px;
  }
  .js-modal .js-modal__wrap .contents .block .block-list dd {
    padding-left: 28px;
  }
  .js-modal .js-modal__wrap .contents .btn {
    margin: 50px auto 0;
  }
  .js-modal .js-modal__wrap .contents .btn a:hover {
    color: #000;
    background: #fff;
  }
  .js-modal .js-modal__wrap .contents .closetext {
    margin: 30px auto 0;
  }
  .js-modal .js-modal__close {
    top: 25px;
    right: 30px;
  }
  .l-sns a:hover {
    opacity: 0.8;
  }
  #index .mainvis__logo {
    top: 4.2vw;
    left: 5.5vw;
    width: 78vw;
    -webkit-transform: none;
            transform: none;
  }
  #index .mainvis__copy {
    bottom: 4.8vw;
    left: 5.5vw;
    width: 44vw;
    -webkit-transform: none;
            transform: none;
  }
  #index .news {
    margin-top: 120px;
  }
  #index .news-list {
    border-top: solid 1px #c1c1c1;
  }
  #index .news-list__item a {
    grid-template-columns: 168px 1fr;
    padding: 20px 58px 20px 88px;
  }
  #index .news-link {
    margin-top: 80px;
  }
  #index .news-link .m-btn::before {
    right: 24px;
  }
  #index .news-link .m-btn:hover::before {
    border-color: #000;
  }
  #index .lead {
    margin-top: 120px;
  }
  #index .lead .lead-title .ja {
    font-size: 20px;
  }
  #index .lead .lead-title .m-en {
    font-size: 20px;
  }
  #index .lead .lead__action {
    margin-top: 80px;
  }
  #index .lead .lead__action .m-btn::before {
    right: 24px;
  }
  #index .lead .lead__action .m-btn:hover::before {
    border-color: #000;
  }
  #index .lead .lead__action .button--ticket {
    max-width: 220px;
    height: 64px;
    margin: 20px auto 0;
    font-size: 18px;
  }
  #index .lead .lead__action .button--ticket svg {
    right: 24px;
  }
  #index .reservation .reservation-content {
    margin: 80px auto;
  }
  #index .reservation .reservation-content .inner p {
    font-size: 16px;
    line-height: 32px;
  }
  #index .artists {
    margin-top: 120px;
  }
  #index .artists .artists-list {
    margin-top: 24px;
  }
  #index .artists .artists-link {
    margin-top: 80px;
  }
  #index .artists .artists-link .m-btn::before {
    right: 24px;
  }
  #index .artists .artists-link .m-btn:hover::before {
    border-color: #000;
  }
  #index .access {
    margin: 124px 0 132px;
  }
  #index .access .access-image {
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: none;
    margin: 80px -8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  #index .access .access-image__item {
    width: 50%;
    padding: 0 8px;
    margin-top: 0;
  }
  #index .access .access-title {
    margin-top: 44px;
  }
  #index .access .access-add {
    margin: 80px auto 0;
  }
  #index .access .access-add .access-add__inner {
    margin: 0 -20px;
  }
  #index .access .access-add .access-add__item {
    width: 50%;
    padding: 0 20px;
  }
  #index .access .access-link {
    margin-top: 40px;
  }
  #index .corona {
    margin: 0 0 140px;
  }
  #index .corona .corona-content {
    padding: 32px 40px 16px;
  }
  #index .corona .corona-content .title {
    font-size: 16px;
  }
  #index .corona .corona-content ul li {
    font-size: 16px;
  }
  #gallerydetail {
    margin-bottom: 200px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__category a {
    font-size: 14px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__title {
    margin: 16px 0 4px;
    font-size: 24px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__en {
    padding-bottom: 32px;
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__artist {
    margin-top: 32px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__artist .text {
    width: 88px;
    margin-bottom: 0;
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-head .gallerydetail-head__artist .list {
    width: calc(100% - 88px);
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-artist {
    margin-top: 8px;
  }
  #gallerydetail .gallerydetail-artist .gallerydetail-artist__list {
    margin-top: 0;
  }
  #gallerydetail .gallerydetail-info {
    margin-top: 150px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__title {
    font-size: 24px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content {
    padding: 40px 56px 20px;
    margin-top: 40px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content table th,
#gallerydetail .gallerydetail-info .gallerydetail-info__content table td {
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content table td a:hover {
    text-decoration: underline;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head {
    padding: 0 0 20px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head .title .ja {
    font-size: 24px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head .title .m-en {
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table {
    margin-top: 40px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table th {
    width: 70px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table td {
    width: calc(100% - 70px);
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-head table td a:hover {
    text-decoration: none;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block .text {
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block table th {
    width: 90px;
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block table td {
    width: calc(100% - 90px);
    font-size: 16px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--ja {
    padding: 40px 0 20px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--ja .text:not(:last-child) {
    margin-bottom: 36px;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--en {
    padding: 40px 0 0;
  }
  #gallerydetail .gallerydetail-info .gallerydetail-info__content .gallerydetail-info__content-block.block--en .text:not(:last-child) {
    margin-bottom: 36px;
  }
  #artistsdetail {
    margin-bottom: 200px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody {
    margin: 60px auto 0;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .title .ja {
    font-size: 24px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .title .m-en {
    margin-top: 0;
    font-size: 16px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork {
    margin-top: 36px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork .ja,
#artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.artwork .m-en {
    font-size: 18px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.material {
    margin-top: 32px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.size, #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.year {
    margin-top: 20px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .text.credit {
    margin-top: 36px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link {
    margin-top: 56px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody .link a:hover::before {
    right: -5px;
  }
  #artistsdetail .artistsdetail-info {
    margin-top: 108px;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__title .m-en {
    font-size: 24px;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content {
    padding: 40px 56px;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dt {
    width: 80px;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block dl dd {
    width: calc(100% - 80px);
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block .freearea a:hover {
    text-decoration: none;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block.block--ja {
    padding-bottom: 40px;
    border-bottom: solid 1px #adadad;
  }
  #artistsdetail .artistsdetail-info .artistsdetail-info__content .artistsdetail-info__content-block.block--en {
    padding-top: 40px;
  }
  #artistsdetail .artistsdetail-related {
    margin-top: 100px;
  }
  #artistsdetail .artistsdetail-related .artistsdetail-related__title {
    font-size: 24px;
  }
  #notfound .notfound-content {
    padding: 0 0 100px;
  }
  #notfound .notfound-content .title .main {
    font-size: 100px;
  }
  #notfound .notfound-content .title .sub {
    margin-top: 20px;
    font-size: 30px;
  }
  #notfound .notfound-content .text {
    margin: 50px 0 60px;
    font-size: 20px;
  }
  #notfound .notfound-content .link a {
    width: 220px;
    height: 64px;
    font-size: 18px;
    line-height: 64px;
  }
  #notfound .notfound-content .link a:hover {
    color: #000;
    background: #fff;
  }
  #gallerylist .gallerylist-order {
    margin-top: 100px;
  }
  #gallerylist .gallerylist-order .gallerylist-order__content .title {
    padding-top: 24px;
    font-size: 26px;
  }
  #gallerylist .gallerylist-order .gallerylist-order__content .title span {
    padding: 5px 10px 7px 10px;
  }
  #gallerylist .gallerylist-order .gallerylist-order__content .content {
    padding-bottom: 32px;
  }
  #gallerylist .gallerylist-order .gallerylist-order__content .list li a:hover {
    text-decoration: underline;
  }
  #gallerylist .gallerylist-tab {
    margin-top: 100px;
  }
  #gallerylist .gallerylist-content {
    margin: 0 0 200px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list {
    margin-top: 100px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .areatitle {
    padding-top: 40px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .areatitle .ja {
    font-size: 16px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .areatitle .m-en {
    font-size: 16px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .ordertitle {
    padding-top: 40px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .ordertitle .m-en {
    font-size: 40px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .ordertitle .m-en span {
    padding: 6px 12px 8px 12px;
  }
  #gallerylist .gallerylist-content .gallerylist-content__list .l-list {
    padding-bottom: 40px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item .icon span {
    font-size: 28px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item .image {
    width: calc(50% + 40px);
    padding-right: 40px;
    margin: 36px 0 0;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table {
    width: calc(50% - 40px);
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table th {
    font-size: 14px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table th.roomno {
    width: 60px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table th.name {
    width: calc(100% - 60px);
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table td.roomno {
    font-size: 16px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a .ja {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a::before {
    content: "";
  }
  #gallerylist .gallerylist-floor .gallerylist-floor__item table td.name a:hover::before {
    width: 100%;
    opacity: 1;
  }
  #gallerylist .gallerylist-title {
    margin: 80px 0 24px;
  }
  #gallerylist .gallerylist-title .m-en {
    font-size: 20px;
  }
  #artistslist .artistslist-order {
    margin-top: 100px;
  }
  #artistslist .artistslist-order .artistslist-order__content .title {
    padding-top: 24px;
    font-size: 26px;
  }
  #artistslist .artistslist-order .artistslist-order__content .title span {
    padding: 5px 10px 7px 10px;
  }
  #artistslist .artistslist-order .artistslist-order__content .content {
    padding-bottom: 32px;
  }
  #artistslist .artistslist-order .artistslist-order__content .list li a:hover {
    text-decoration: underline;
  }
  #artistslist .artistslist-content .artistslist-content__title {
    margin-top: 80px;
  }
  #artistslist .artistslist-content .artistslist-content__title .m-en {
    font-size: 20px;
  }
  #artistslist .artistslist-content .artistslist-content__list {
    margin-top: 24px;
  }
  #artistslist .artistslist-link {
    margin-bottom: 200px;
  }
  #sponsors {
    margin-bottom: 200px;
  }
  #sponsors .sponsors-content .sponsors-content__head {
    padding: 40px 0 100px;
    margin-top: 100px;
  }
  #sponsors .sponsors-content .sponsors-content__head::before {
    width: calc(100% - 100px);
  }
  #sponsors .sponsors-content .sponsors-content__head::after {
    width: calc(100% - 100px);
  }
  #sponsors .sponsors-content .sponsors-content__list {
    margin: 80px -30px 0;
  }
  #sponsors .sponsors-content .sponsors-content__list .item {
    padding: 0 30px;
    margin-top: 20px;
  }
  #sponsors .sponsors-content .sponsors-content__list .item a:hover {
    opacity: 0.7;
  }
  #newslist .newslist-content {
    margin-top: 100px;
  }
  #newslist .newslist-content .newslist-content__list .item a {
    padding: 32px 0;
  }
  #newslist .newslist-content .newslist-content__list .item a:hover {
    opacity: 0.8;
  }
  #newslist .newslist-content .newslist-content__list .item a .date {
    line-height: 25.6px;
  }
  #newslist .newslist-content .newslist-content__list .item a .title .ja {
    font-size: 16px;
  }
  #newslist .newslist-content .newslist-content__list .item a .title .m-en {
    font-size: 16px;
  }
  #newsdetail .newsdetail-article {
    margin: 90px 0 200px;
  }
  #about {
    margin-bottom: 200px;
  }
  #about .about-lead .about-lead__block .lead {
    font-size: 20px;
    text-align: center;
    text-indent: 0.05em;
  }
  #about .about-lead .about-lead__block .text {
    margin: 32px auto 0;
    font-size: 16px;
    line-height: 32px;
  }
  #about .about-lead .about-lead__block.block--ja {
    margin-top: 80px;
  }
  #about .about-lead .about-lead__block.block--en {
    margin-top: 60px;
  }
  #about .about-outline {
    margin-top: 168px;
  }
  #about .about-outline .about-outline__head .text p {
    font-size: 16px;
    line-height: 32px;
  }
  #about .about-outline .about-outline__head .text p.m-en {
    margin-top: 0;
  }
  #about .about-outline .l-table {
    margin-top: 70px;
  }
  #about .about-outline .l-table + .l-table {
    margin-top: 112px;
  }
  #about .about-outline .l-table .time {
    font-size: 14px;
  }
  #about .about-outline .l-table .map {
    margin-top: 24px;
  }
  #about .about-outline .l-table td.date p:nth-child(n+2) {
    margin-top: 24px;
  }
  #about .about-outline .about-outline__link {
    margin-top: 80px;
  }
  #privacy {
    margin-bottom: 200px;
  }
  #privacy .privacy-content {
    margin-top: 100px;
  }
  #privacy .l-table th {
    display: table-cell;
    width: 320px;
    padding: 32px 64px 32px 0;
  }
  #privacy .l-table td {
    display: table-cell;
    width: calc(100% - 340px);
    padding: 32px 0;
  }
  #privacy .l-table td p {
    line-height: 32px;
  }
  #webseminar {
    margin-bottom: 90px;
  }
  #webseminar .webseminar-youtube {
    margin: 50px 0 35px;
  }
  #webseminar .webseminar-youtube .webseminar-youtube__text {
    max-width: 320px;
    font-size: 20px;
  }
  #webseminar .webseminar-youtube .webseminar-youtube__link {
    margin: 40px auto 0;
  }
  #webseminar .webseminar-content .webseminar-content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    margin: 0 -16px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #webseminar .webseminar-content .webseminar-content__link a {
    margin: 0 16px;
  }
  #webseminar .webseminar-content .webseminar-content__link a:hover {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #webseminar .webseminar-content .webseminar-content__link a .text {
    font-size: 14px;
  }
  #webseminar .webseminar-content .webseminar-content__block {
    padding: 70px 0;
  }
  #webseminar .webseminar-content .webseminar-content__block .title {
    font-size: 26px;
    text-align: center;
  }
  #webseminar .webseminar-content .webseminar-content__block .image {
    margin: 30px auto 0;
  }
  #webseminar .webseminar-content .webseminar-content__block .caption {
    margin-top: 20px;
  }
  #webseminar .webseminar-content .webseminar-content__block .text {
    font-size: 16px;
  }
  #webseminar .webseminar-content .webseminar-content__block .link {
    margin-top: 40px;
  }
  #webseminar .webseminar-content .webseminar-content__block .profile {
    margin: 70px auto 0;
  }
  #event {
    margin-bottom: 200px;
  }
  #event .event__section.section02 {
    margin-bottom: 180px;
  }
  #event .event__title {
    gap: 26px;
  }
  #event .section__table {
    gap: 12px 24px;
    margin-top: 52px;
    font-size: 16px;
  }
  #event .section__action {
    margin-top: 90px;
  }
  #event .section__action a {
    max-width: 320px;
    height: 97px;
    font-size: 24px;
  }
  #event .section__action a svg {
    right: 30px;
  }
  #event .section01-block__head {
    padding: 40px 0 24px;
  }
  #event .section01-block__head .title {
    font-size: 20px;
  }
  #event .section01-block__image {
    grid-template-columns: 135px 1fr;
    gap: 16px;
  }
  #event .section01-block__image .note__text1 {
    font-size: 14px;
  }
  #event .section01-block__description {
    margin-top: 40px;
  }
  #event .section01-block__description .text {
    font-size: 16px;
  }
  #event .section01-block__description.open .text {
    max-height: 400px;
  }
  #event .section02__text {
    padding: 24px 0 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (hover) {
  #event .section__action a:hover {
    color: #000;
    background-color: #fff;
  }
  #event .section__action a:hover svg {
    fill: #000;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: 105px;
  }
  .header .header__logo {
    width: 210px;
  }
  .header .main-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 100%;
    overflow-y: visible;
    background: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .main-nav .main-nav__container {
    padding: 0;
  }
  .header .main-nav .main-nav__container .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .header .main-nav .main-nav__container .main-nav__list .main-nav__item {
    padding-left: 20px;
  }
  .header .main-nav .main-nav__container .main-nav__list .main-nav__item a {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #000;
    text-align: left;
    text-indent: 0;
  }
  .header .main-nav .main-nav__container .main-nav__list .main-nav__item a::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    content: "";
    border-top: solid 1px #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .main-nav .main-nav__container .main-nav__list .main-nav__item a:hover::before {
    bottom: -5px;
    opacity: 1;
  }
  .header .main-nav .main-nav__container .main-nav__splist {
    display: none;
  }
  .header .main-nav .main-nav__container .main-nav__sns {
    display: none;
  }
  .header .main-nav .main-nav__container .main-nav__info {
    display: none;
  }
  .header .main-nav .main-nav__container .main-nav__info .main-nav__info-image {
    display: none;
  }
  .header .main-nav .main-nav__container .main-nav__info .main-nav__info-logo {
    display: none;
  }
  .header .main-nav .main-nav__tickets {
    position: absolute;
    top: 0;
    right: -160px;
    height: 100%;
    margin-top: 0;
  }
  .header .main-nav .main-nav__tickets a {
    width: 120px;
    height: 100%;
    background-color: #000;
    border-color: #000;
  }
  .header .main-nav .main-nav__event {
    position: absolute;
    top: 0;
    right: -140px;
    height: 100%;
    margin-top: 0;
  }
  .header .main-nav .main-nav__event a {
    width: 120px;
    height: 100%;
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
  }
  .header .main-nav .main-nav__event a svg {
    fill: #000;
  }
  .header .main-nav .main-nav__copyright {
    display: none;
  }
  .nav-button {
    display: none;
  }
  .footer .footer-container {
    height: 130px;
    padding: 0;
  }
  .footer .footer-info {
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-nav {
    position: absolute;
    top: 50%;
    right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-nav .footer-nav__list {
    padding-right: 20px;
  }
  .footer .footer-nav .footer-nav__list::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 80px;
    content: "";
    border-left: solid 1px #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer .footer-nav .footer-nav__list .item {
    padding: 0 0 0 20px;
  }
  .footer .footer-nav .footer-nav__sns {
    margin-top: 0;
  }
  .m-btn.m-btn--reservation {
    font-size: 24px;
  }
  .l-sns a {
    margin: 0 0 0 15px;
    font-size: 32px;
  }
  #index .news {
    margin-top: 200px;
  }
  #index .lead {
    margin-top: 200px;
  }
  #index .lead .lead-title {
    text-indent: 0.05em;
  }
  #index .lead .lead-wrap {
    margin: 64px -40px 0;
  }
  #index .lead .lead-textbody {
    width: 50%;
    padding: 0 40px;
  }
  #index .lead .lead-textbody + .lead-textbody {
    margin-top: 0;
  }
  #index .lead .lead-textbody .lead-textbody__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
  }
  #index .lead .lead__action {
    margin-top: 136px;
  }
  #index .reservation .reservation-content .inner {
    margin: 0 -40px;
  }
  #index .reservation .reservation-content .inner p {
    width: 50%;
    padding: 0 40px;
  }
  #index .reservation .reservation-content .inner p:nth-child(n+2) {
    margin-top: 0;
  }
  #index .artists {
    margin-top: 180px;
  }
  #index .access {
    margin: 168px 0 150px;
  }
  #index .corona {
    margin: 0 0 200px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__image {
    width: 500px;
    margin: 0;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody {
    width: calc(100% - 500px);
    padding-left: 40px;
    margin: 0;
  }
  #about .about-outline .about-outline__head {
    margin: 80px 0;
  }
  #about .about-outline .about-outline__head .text {
    margin: 0 -40px;
  }
  #about .about-outline .about-outline__head .text p {
    width: 50%;
    padding: 0 40px;
  }
  #about .about-outline .about-outline__head .link {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__logo {
    width: 310px;
  }
  .header .main-nav .main-nav__container .main-nav__list .main-nav__item {
    padding-left: 40px;
  }
  .header .main-nav .main-nav__tickets {
    right: -180px;
  }
  .header .main-nav .main-nav__tickets a {
    width: 138px;
  }
  .header .main-nav .main-nav__event {
    right: -162px;
  }
  .header .main-nav .main-nav__event a {
    width: 138px;
  }
  .footer .footer-info .footer-info__logo {
    padding-right: 40px;
  }
  .footer .footer-info .footer-info__image {
    padding-left: 30px;
  }
  .footer .footer-nav .footer-nav__list {
    padding-right: 40px;
  }
  .footer .footer-nav .footer-nav__list .item {
    padding: 0 0 0 30px;
  }
  .footer .footer-nav .footer-nav__list .item a {
    font-size: 16px;
  }
  .footer .footer-nav .footer-nav__sns {
    padding-left: 20px;
  }
  .l-page {
    margin-top: 200px;
  }
  .l-sns a {
    margin: 0 0 0 20px;
  }
  #index .news-list__item a {
    padding: 20px 108px 20px 168px;
  }
  #artistsdetail .artistsdetail-head .artistsdetail-head__textbody {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .header .header__logo {
    width: 380px;
  }
  .footer .footer-info .footer-info__logo {
    max-width: 320px;
    padding-right: 50px;
  }
  .footer .footer-info .footer-info__image {
    padding-left: 40px;
  }
  .footer .footer-nav .footer-nav__list {
    padding-right: 50px;
  }
  .footer .footer-nav .footer-nav__sns {
    padding-left: 25px;
  }
  .l-sns a {
    font-size: 36px;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media (hover) {
  .header .main-nav .main-nav__tickets a:hover {
    color: #000;
    background-color: #fff;
  }
  .header .main-nav .main-nav__tickets a:hover svg {
    fill: #000;
  }
  .header .main-nav .main-nav__event a:hover {
    background-color: #fff;
  }
  #index .lead .lead__action .button--ticket:hover {
    color: #fff;
    background-color: #000;
  }
  #index .lead .lead__action .button--ticket:hover svg {
    fill: #fff;
  }
  #sponsors .sponsors-content .sponsors-content__head a:hover {
    opacity: 0.7;
  }
}