@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

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

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2710280374vw;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol, ul ul, ol ol {
  list-style: none;
}

main {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

small {
  font-size: 87.5%;
}

strong {
  font-weight: 700;
}

/*
	ヘッダー
*/
.header {
  display: none;
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.header-container {
  position: fixed;
  height: calc(100% - 90px);
  top: 45px;
  left: min(3.75%, 35px);
}
.header-logo {
  position: relative;
  width: 250px;
  height: 260px;
  margin-bottom: 45px;
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
.header-logo svg {
  fill: #000;
}
.header-logo.is-scroll {
  width: 174px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .header-container {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }
  .header-logo {
    width: 170px;
    height: 175px;
    margin-bottom: 0;
    padding: 20px;
  }
  .category-top .header-container, .page-home .header-container {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 29.6728971963vw;
    height: 30.3738317757vw;
    padding: 4.6728971963vw;
  }
  .page-home .header-container {
    position: relative;
  }
}

/*
	ヘッダー：ナビゲーション
*/
.nav-primary {
  position: relative;
  left: -10px;
}
.nav-primary > ul {
  width: 270px;
}
.nav-primary > ul > li {
  margin-bottom: 5px;
  font-weight: 700;
}
.nav-primary > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 230px;
  padding: 15px;
  border-radius: 9999px;
}
.nav-primary > ul > li > a > svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  margin-right: 10px;
  fill: #000;
}
.nav-primary > ul > li.is-current {
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav-primary > ul > li.is-current > a {
  color: #fff;
  background-color: #000;
}
.nav-primary > ul > li.is-current > a > svg {
  fill: #fff;
}
.nav-primary-about > a, .nav-primary-membership > a {
  letter-spacing: -0.1em;
}
.nav-primary-sub {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 270px;
  width: 0;
  height: 100%;
  padding: 130px 0;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.nav-primary-sub-title {
  margin: 0 50px 80px;
  font-size: 30px;
}
.nav-primary-sub ul {
  margin: 0 50px;
}
.nav-primary-sub ul li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}
.nav-primary-sub ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-primary-sub ul li a svg {
  width: 10px;
  margin-right: 15px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.nav-secondary-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 25px;
  right: 375px;
  font-size: 12px;
  line-height: 64px;
  cursor: pointer;
}
.nav-secondary-search svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  fill: #000;
}
.nav-secondary-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 25px;
  right: 270px;
  height: 64px;
  margin-left: 30px;
}
.nav-secondary-lang .lang {
  height: 30px;
  padding: 0 40px 0 10px;
  font-size: 12px;
  font-weight: 500;
  background: url(/assets/images/common/select.svg) right 12px center/9px auto no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.nav-secondary-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: fixed;
  z-index: 10;
  top: 25px;
  right: 25px;
}
.nav-secondary-utilities > li {
  position: relative;
}
.nav-secondary-utilities > li > a, .nav-secondary-utilities > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.nav-secondary-utilities > li > a span, .nav-secondary-utilities > li > button span {
  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: 64px;
  height: 64px;
  margin-bottom: 0.8em;
  background-color: #fff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.1));
}
.nav-secondary-utilities > li > a span svg, .nav-secondary-utilities > li > button span svg {
  width: 34px;
  fill: #000;
}
.nav-secondary-utilities > li ul {
  position: absolute;
  right: 0;
  top: 43px;
  padding: 1em 30px;
  background-color: rgba(0, 0, 0, 0.89);
  border-radius: 33px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-secondary-utilities > li ul li {
  position: relative;
  margin: 1.2em 0;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-secondary-utilities > li ul li a {
  color: #fff;
}
.nav-secondary-utilities > li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 2px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}
.nav-secondary-utilities > li:hover ul {
  visibility: visible;
  opacity: 1;
}
.change-color .nav-secondary-search {
  color: #fff;
}
.change-color .nav-secondary-search svg {
  fill: #fff;
}
.change-color .nav-secondary-lang .lang {
  color: #fff;
  background-image: url(/assets/images/common/select_white.svg);
}
.change-color .nav-secondary-lang .lang option {
  background-color: #000;
}
.change-color .nav-secondary-utilities > li > a, .change-color .nav-secondary-utilities > li > button {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .nav-primary {
    display: none;
  }
  .nav-secondary-search, .nav-secondary-lang {
    display: none;
  }
  .nav-secondary-utilities {
    top: 10px;
    right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .nav-secondary-utilities {
    gap: 2vw;
    top: 2.8037383178vw;
    right: 23.3644859813vw;
    margin-left: 0;
  }
  .nav-secondary-utilities > li > a, .nav-secondary-utilities > li > button {
    font-size: 2vw;
  }
  .nav-secondary-utilities > li > a span, .nav-secondary-utilities > li > button span {
    width: 10.7476635514vw;
    height: 10.7476635514vw;
  }
  .nav-secondary-utilities > li > a span svg, .nav-secondary-utilities > li > button span svg {
    width: 5.6074766355vw;
  }
}
@media (any-hover: hover) {
  .nav-primary > ul > li.nav-sub:hover > a {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-primary > ul > li.nav-sub:hover > a svg {
    fill: #000;
  }
  .nav-primary > ul > li.nav-sub:hover .nav-primary-sub {
    width: 542px;
  }
}

/*
	ヘッダー：メニューボタン
*/
.menu-open {
  display: none;
  border: none;
}
.menu-open:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    border: none;
    outline: none;
    background-color: #000;
    background-image: none;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-open .bars {
    position: relative;
    width: 20px;
    height: 27px;
  }
  .menu-open .bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-open .bar.b1 {
    margin: 0 0 0 0;
  }
  .menu-open .bar.b2 {
    margin: 12px 0 0 0;
  }
  .menu-open .bar.b3 {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-open {
    width: 18.691588785vw;
    height: 18.691588785vw;
  }
  .menu-open .bars {
    position: relative;
    width: 4.6728971963vw;
    height: 6.308411215vw;
  }
  .menu-open .bar {
    width: 4.6728971963vw;
    height: 0.7009345794vw;
  }
  .menu-open .bar.b2 {
    margin: 2.8037383178vw 0 0 0;
  }
  .menu-open .bar.b3 {
    margin: 5.6074766355vw 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .is-menu-show .menu-open .bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 6px;
  }
  .is-menu-show .menu-open .bar.b1 {
    margin: 10px 0 0 -17px;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
  .is-menu-show .menu-open .bar.b2 {
    opacity: 0;
  }
  .is-menu-show .menu-open .bar.b3 {
    margin: 10px 0 0 -17px;
    -webkit-transform: rotate(-54deg);
            transform: rotate(-54deg);
  }
}
@media screen and (max-width: 768px) {
  .is-menu-show .menu-open .bar {
    width: 12.6168224299vw;
    height: 1.4018691589vw;
  }
  .is-menu-show .menu-open .bar.b1 {
    margin: 2.3364485981vw 0 0 -3.9719626168vw;
  }
  .is-menu-show .menu-open .bar.b3 {
    margin: 2.3364485981vw 0 0 -3.9719626168vw;
  }
}

/*
	メニュー
*/
.menu {
  display: none;
  position: fixed;
  z-index: 999;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  font-size: 18px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.is-menu-show .menu {
  overflow: auto;
  opacity: 1;
  right: 0;
}
.menu a {
  color: #fff;
}
.menu-primary {
  margin-bottom: 60px;
  padding-left: 30px;
}
.menu-primary > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-primary > li a, .menu-primary > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 0.2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.menu-primary > li button {
  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;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #000;
  background-image: none;
  cursor: pointer;
}
.menu-primary > li button svg {
  width: 20px;
  fill: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.menu-primary > li button.is-active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-primary > li > ul {
  display: none;
  margin-left: -30px;
  padding-left: 30px;
  background-color: #fff;
}
.menu-primary > li > ul > li + li {
  border-top: 1px solid #000;
}
.menu-primary > li > ul > li > a, .menu-primary > li > ul > li > span {
  color: #000;
}
.menu-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.menu-utilities > li {
  position: relative;
}
.menu-utilities > li + li {
  border-left: 1px dotted #707070;
}
.menu-utilities > li > a, .menu-utilities > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: none;
}
.menu-utilities > li > a span, .menu-utilities > li > button span {
  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: 64px;
  height: 64px;
  margin-top: -15px;
}
.menu-utilities > li > a span svg, .menu-utilities > li > button span svg {
  width: 45px;
  fill: #fff;
}
.menu-utilities > li ul {
  position: absolute;
  left: 50%;
  top: 43px;
  padding: 1em 30px;
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 33px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-utilities > li ul li {
  position: relative;
  margin: 1.2em 0;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.menu-utilities > li ul li a {
  color: #000;
}
.menu-utilities > li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 2px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}
.menu-utilities > li:hover ul {
  visibility: visible;
  opacity: 1;
}
.menu-links {
  margin: 0 40px 60px;
}
.menu-links li + li {
  margin-top: 1.8em;
}
.menu-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.menu-links li a svg {
  width: 10px;
  margin-right: 1em;
  fill: #fff;
}
.menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 62px;
  margin: 0 60px 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-search input[type=text] {
  width: calc(100% - 102px);
  height: 62px;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff !important;
}
.menu-search button {
  width: 102px;
  height: 62px;
  padding: 18px 38px;
  border: none;
  outline: none;
  background-color: transparent;
}
.menu-search button svg {
  width: 24px;
  fill: #000;
}
.menu-lang {
  width: calc(100% - 120px);
  height: 62px;
  margin: 0 60px 40px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 700;
  background: #fff url(/assets/images/common/select.svg) right 40px center/12px auto no-repeat;
  border-radius: 9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    padding-top: 32.7102803738vw;
    font-size: 4.2056074766vw;
  }
  .menu-primary {
    margin-bottom: 14.0186915888vw;
    padding-left: 7.0093457944vw;
  }
  .menu-primary > li a, .menu-primary > li span {
    height: 18.691588785vw;
    font-size: 4.2056074766vw;
  }
  .menu-primary > li button {
    width: 18.691588785vw;
    height: 18.691588785vw;
  }
  .menu-primary > li button svg {
    width: 4.6728971963vw;
  }
  .menu-primary > li > ul {
    display: none;
    margin-left: -7.0093457944vw;
    padding-left: 7.0093457944vw;
  }
  .menu-utilities {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14.0186915888vw;
  }
  .menu-utilities > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .menu-utilities > li > a, .menu-utilities > li > button {
    width: 100%;
    padding: 0;
    font-size: 3.2710280374vw;
  }
  .menu-utilities > li > a span, .menu-utilities > li > button span {
    width: 14.953271028vw;
    height: 14.953271028vw;
    margin-top: -3.5046728972vw;
  }
  .menu-utilities > li > a span svg, .menu-utilities > li > button span svg {
    width: 10.5140186916vw;
  }
  .menu-utilities > li ul {
    position: absolute;
    left: 0;
    top: 9.3457943925vw;
    padding: 1em 7.0093457944vw;
    border-radius: 7.0093457944vw;
  }
  .menu-utilities > li ul li {
    font-size: 3.2710280374vw;
  }
  .menu-utilities > li ul li::before {
    width: 2.1028037383vw;
    height: 2.1028037383vw;
  }
  .menu-links {
    margin: 0 9.3457943925vw 14.0186915888vw;
  }
  .menu-links li a {
    font-size: 3.738317757vw;
  }
  .menu-links li a svg {
    width: 2.3364485981vw;
  }
  .menu-search {
    height: 14.4859813084vw;
    margin: 0 14.0186915888vw 9.3457943925vw;
  }
  .menu-search input[type=text] {
    width: calc(100% - 14.4859813084vw);
    height: 14.4859813084vw;
    padding: 2.3364485981vw 4.6728971963vw;
    font-size: 3.738317757vw;
  }
  .menu-search button {
    width: 14.4859813084vw;
    height: 14.4859813084vw;
    padding: 4.2056074766vw;
  }
  .menu-search button svg {
    width: 5.6074766355vw;
  }
  .menu-lang {
    width: calc(100% - 28.0373831776vw);
    height: 14.4859813084vw;
    margin: 0 14.0186915888vw 9.3457943925vw;
    padding: 0 9.3457943925vw;
    font-size: 3.738317757vw;
    background-position: right 7.0093457944vw center;
    background-size: 2.8037383178vw auto;
  }
}

/*
	検索
*/
.search {
  display: none;
}
.mfp-wrap .search {
  display: block;
}
.search .mfp-close {
  display: none;
}
.search form {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search form input[type=text] {
  width: 300px;
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
}
.search form ::-webkit-input-placeholder {
  color: #fff;
}
.search form :-ms-input-placeholder {
  color: #fff;
}
.search form ::-moz-placeholder {
  color: #fff;
}
.search form ::-ms-input-placeholder {
  color: #fff;
}
.search form ::placeholder {
  color: #fff;
}
.search form button {
  margin-left: 16px !important;
  color: #fff;
  font-size: 30px;
  vertical-align: -10px;
  background-color: transparent;
  outline: none;
  border: none;
}
.search form button svg {
  width: 30px;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .search form input[type=text] {
    width: 240px;
  }
}

.mfp-fade.mfp-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/*
	フッター
*/
.footer {
  display: none;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  font-size: 12px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(10%, 100px) 0 20px;
}
.footer-breadcrumbs {
  padding: 25px 0 25px min(120px + 20%, 360px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-breadcrumbs ol li {
  position: relative;
  font-weight: 700;
}
.footer-breadcrumbs ol li a {
  font-weight: 400;
}
.footer-breadcrumbs ol li + li {
  padding-left: 20px;
}
.footer-breadcrumbs ol li + li::before {
  content: "／";
  position: absolute;
  left: 4px;
  top: 2px;
}
.footer-utilities {
  padding-left: min(120px + 20%, 360px);
  background-color: #f7f7f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-utilities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-utilities ul li {
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-utilities ul li 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;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}
.footer-utilities ul li a svg {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  fill: #000;
}
.footer-sitemap {
  padding: 50px 0 50px min(120px + 20%, 360px);
}
.footer-sitemap .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
}
.footer-sitemap .inner > ul > li {
  font-weight: 700;
}
.footer-sitemap .inner > ul > li > a {
  display: inline-block;
  margin-bottom: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
.footer-sitemap .inner > ul > li button {
  display: none;
}
.footer-sitemap .inner > ul > li ul li {
  margin-bottom: 1em;
  line-height: 1.2;
}
.footer-container {
  padding-left: min(120px + 20%, 360px);
}
.footer-news {
  margin-bottom: 40px;
}
.footer-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6em;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-news a svg {
  width: 16px;
  margin-left: 20px;
  fill: #000;
}
.footer-guideline {
  margin-bottom: 40px;
}
.footer-guideline a {
  display: inline-block;
  padding: 1em 5em;
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid #000;
}
.footer-links {
  margin-bottom: 1.5em;
}
.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
.footer-links ul li a {
  display: inline;
}
.footer-links ul li a svg {
  display: none;
}
.footer-copyright p {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .footer-breadcrumbs, .footer-utilities, .footer-sitemap, .footer-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 7.0093457944vw;
    font-size: 2.8037383178vw;
  }
  .footer .inner {
    padding: 0;
  }
  .footer-breadcrumbs {
    padding: 5.6074766355vw 8.1775700935vw;
  }
  .footer-breadcrumbs ol li + li {
    padding-left: 5.6074766355vw;
  }
  .footer-breadcrumbs ol li + li::before {
    left: 1.1682242991vw;
    top: 0.2336448598vw;
  }
  .footer-utilities ul li {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer-utilities ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.6728971963vw;
    font-size: 2.8037383178vw;
  }
  .footer-utilities ul li a svg {
    width: 10vw;
    margin-right: 0;
    margin-bottom: 2.8037383178vw;
  }
  .footer-sitemap {
    padding: 0;
  }
  .footer-sitemap .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .footer-sitemap .inner > ul > li {
    position: relative;
  }
  .footer-sitemap .inner > ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 18.691588785vw;
    margin-bottom: 0;
    padding: 0 8.1775700935vw;
    font-size: 4.2056074766vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-sitemap .inner > ul > li button {
    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;
    position: absolute;
    width: 18.691588785vw;
    height: 18.691588785vw;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
  }
  .footer-sitemap .inner > ul > li button svg {
    width: 6.0747663551vw;
    fill: #000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .footer-sitemap .inner > ul > li button.is-active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer-sitemap .inner > ul > li ul {
    display: none;
  }
  .footer-sitemap .inner > ul > li ul li {
    margin-bottom: 0;
  }
  .footer-sitemap .inner > ul > li ul li a {
    border-bottom: none;
  }
  .footer-sitemap .inner > ul > li ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-news {
    position: relative;
    margin-bottom: 4.6728971963vw;
  }
  .footer-news a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 1.5em 8.1775700935vw;
    font-size: 4.2056074766vw;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer-news a svg {
    position: absolute;
    right: 5.8411214953vw;
    top: 0;
    bottom: 0;
    width: 7.0093457944vw;
    margin: auto;
    fill: #000;
  }
  .footer-guideline {
    margin: 0 4.6728971963vw 9.3457943925vw;
  }
  .footer-guideline a {
    display: block;
    padding: 1em;
    font-size: 3.2710280374vw;
    line-height: 1.6;
  }
  .footer-links {
    margin-bottom: 9.3457943925vw;
  }
  .footer-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em 0;
  }
  .footer-links ul li {
    margin: 0 4.6728971963vw;
    font-size: 3.738317757vw;
    font-weight: 700;
  }
  .footer-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-links ul li a svg {
    display: block;
    width: 6px;
    margin-right: 0.8em;
    fill: #000;
  }
  .footer-copyright {
    padding: 0 8.1775700935vw;
  }
  .footer-copyright p {
    font-size: 2.8037383178vw;
  }
}

/*
	背景
*/
body {
  background-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  body {
    background-position: right 960px;
    background-size: 1613px 5500px;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-position: right 200vw;
    background-size: 160vw 550vw;
  }
}

.wrapper {
  position: relative;
  width: 100%;
}
.wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: -384px;
  top: 0;
  width: 826px;
  height: 0;
  background: url(/assets/images/common/bg_style01.png) 0 0/cover no-repeat;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-transition: height 800ms linear, -webkit-clip-path 0s 800ms;
  transition: height 800ms linear, -webkit-clip-path 0s 800ms;
  transition: height 800ms linear, clip-path 0s 800ms;
  transition: height 800ms linear, clip-path 0s 800ms, -webkit-clip-path 0s 800ms;
}
.page-style02 .wrapper::before {
  background-image: url(/assets/images/common/bg_style02.png);
}
.page-style03 .wrapper::before {
  background-image: url(/assets/images/common/bg_style03.png);
}
.wrapper.is-show::before {
  height: 1121px;
  -webkit-clip-path: polygon(58% 0, 100% 0%, 42% 100%, 0 100%);
          clip-path: polygon(58% 0, 100% 0%, 42% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .wrapper::before {
    left: -642px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper::before {
    left: -162.1495327103vw;
    width: 192.9906542056vw;
    height: 0;
  }
  .wrapper.is-show::before {
    height: 261.9158878505vw;
  }
}

/*
	メイン
*/
.main {
  display: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}
.main .container {
  position: relative;
  z-index: 10;
  padding-left: min(120px + 20%, 360px);
  padding-top: 135px;
}
.main .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(10%, 100px) 0 20px;
}
.category-top .main .container {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .main .container {
    padding-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .inner {
    padding: 0 8.1775700935vw;
  }
  .category-top .main .container {
    padding-top: 7.0093457944vw;
  }
}

/*
	画像
*/
.svg-symbol {
  display: none;
}

/*
	フロート
*/
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

/*
	テキスト揃え
*/
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/*
	フォント
*/
.en {
  font-family: "Poppins", sans-serif;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

/*
	ライン
*/
.hr-dotted {
  margin: 50px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .hr-dotted {
    margin: 10.5140186916vw 0;
  }
}

.hr-solid {
  margin: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .hr-solid {
    margin: 10.5140186916vw 0;
  }
}

/*
	表示
*/
.hidden {
  display: none;
  visibility: hidden;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
span.only-pc, img.only-pc {
  display: inline;
}

span.only-sp, img.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  span.only-pc, img.only-pc {
    display: none;
  }
  span.only-sp, img.only-sp {
    display: inline;
  }
}
/*
	マージン
*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-1em {
  margin-top: 1em !important;
}

/*
	ボタン
*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 280px;
  padding: 1em 2em;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9999px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-black {
  color: #fff !important;
  background-color: #000;
}
.btn-black svg {
  fill: #fff;
}
.btn-ticket svg {
  width: 24px;
}
.btn-print svg {
  width: 24px;
}
.btn-3d svg {
  width: 24px;
}
.btn-seat svg {
  width: 40px;
}
.btn-next svg, .btn-prev svg {
  width: 26px;
}
.btn .icon-left {
  margin-right: 1.5em;
}
.btn .icon-right {
  margin-left: 1.5em;
}
.btn-small {
  width: 200px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.btn-small.btn-next svg {
  width: 24px;
}
.btn-small .icon-left {
  margin-right: 1em;
}
.btn-small .icon-right {
  margin-left: 1em;
}
.btn-medium {
  width: 230px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.btn-medium.btn-next svg {
  width: 24px;
}
.btn-medium .icon-left {
  margin-right: 1em;
}
.btn-medium .icon-right {
  margin-left: 1em;
}
.btn-tiny {
  width: 140px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.btn-tiny.btn-next svg {
  width: 24px;
}
.btn-tiny .icon-left {
  margin-right: 1em;
}
.btn-tiny .icon-right {
  margin-left: 1em;
}
.btn-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 334px;
  margin: 30px 0 50px;
  padding-right: 3em;
  padding-left: 3em;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 1em 3em;
    font-size: 3.738317757vw;
  }
  .btn-small.btn-next svg {
    width: 5.6074766355vw;
  }
  .btn-ticket svg {
    width: 5.6074766355vw;
  }
  .btn-3d svg {
    width: 5.6074766355vw;
  }
  .btn-seat svg {
    width: 9.3457943925vw;
  }
  .btn-next svg, .btn-prev svg {
    width: 6.0747663551vw;
  }
  .btn-contact {
    padding: 0.8em 1.5em;
  }
  .btn-medium {
    width: 52.8037383178vw;
  }
  .btn-medium.btn-next svg {
    width: 5.6074766355vw;
  }
  .btn-apply {
    width: 100%;
    margin: 7.0093457944vw 0 11.6822429907vw;
  }
  .btn-tiny {
    width: 35.046728972vw;
    padding: 0.6em 1.5em;
  }
  .btn-tiny.btn-next svg {
    width: 5.6074766355vw;
  }
}

/*
	ボタンリスト
*/
.btn-list {
  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;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5046728972vw;
  }
  .btn-list .btn {
    width: 100%;
  }
}

/*
	ボーダーテーブル
*/
.table-border {
  width: 100%;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}
.table-border tr th, .table-border tr td {
  position: relative;
  padding: 1em 1.2em;
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.table-border tr th {
  padding-left: 0;
  font-weight: 700;
  text-align: left;
}
.table-border tr td {
  padding-right: 0;
}
.table-border tr td::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 1.8em);
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
.table-border tr td a {
  color: #8aa0a4;
  text-decoration: underline;
}
.table-border.no-border {
  border-top: none;
}
.table-border.no-border tr:last-child th, .table-border.no-border tr:last-child td {
  border-bottom: none;
}
.table-border.no-bottom-border tr:last-child th, .table-border.no-bottom-border tr:last-child td {
  border-bottom: none;
}
.table-border.no-top-border {
  border-top: none;
}
.table-border-wrapper {
  background-color: #fff;
}
.table-border-wrapper tr th, .table-border-wrapper tr td {
  padding: 1.5em 2em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-border.table-border-column tr th, .table-border.table-border-column tr td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .table-border.table-border-column tr th {
    padding-bottom: 0.2em;
    border-bottom: none;
  }
  .table-border.table-border-column tr td {
    padding-top: 0;
  }
  .table-border.table-border-column tr td::before {
    content: none;
  }
  .table-border-wrapper tr th, .table-border-wrapper tr td {
    display: block;
    width: 100% !important;
  }
  .table-border-wrapper tr th {
    padding: 1.5em 1em 1em;
    border-bottom: none;
  }
  .table-border-wrapper tr td {
    padding: 0 1em 1.5em;
  }
  .table-border-wrapper tr td::before {
    content: none;
  }
}

/*
	テーブル分割
*/
.table-divide tr th, .table-divide tr td {
  position: relative;
  padding: 0.3em 1em;
  line-height: 1.5;
  vertical-align: top;
}
.table-divide tr th {
  padding-left: 0;
  font-weight: 500;
  text-align: left;
}
.table-divide tr td {
  padding-right: 0;
}
.table-divide tr td::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 1em);
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .table-divide tr {
    display: block;
  }
  .table-divide tr th, .table-divide tr td {
    display: inline;
  }
  .table-divide tr td {
    padding-left: 0;
  }
  .table-divide tr td::before {
    content: none;
  }
}

/*
	スケジュールテーブル
*/
.table-schedule {
  border-collapse: separate;
  border: 2px solid #000;
  border-radius: 6px;
}
.table-schedule + .table-schedule {
  margin-top: 45px;
}
.table-schedule tr th, .table-schedule tr td {
  width: 110px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.table-schedule tr th.sunday, .table-schedule tr td.sunday {
  background-color: rgba(255, 224, 232, 0.4);
}
.table-schedule tr th {
  padding: 1em 0.5em;
  background-color: #e8e8e8;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #000;
}
.table-schedule tr th:first-child {
  border-right-color: #000;
}
.table-schedule tr th strong {
  font-size: 18px;
}
.table-schedule tr td {
  padding: 1em 0.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.table-schedule tr td:first-child {
  border-right-color: #000;
}
.table-schedule tr:first-child th:first-child {
  width: 150px;
  border-radius: 6px 0 0 0;
  font-size: 16px;
  white-space: nowrap;
}
.table-schedule tr:first-child th:last-child {
  border-radius: 0 6px 0 0;
}
.table-schedule tr:last-child td {
  border-bottom: none;
}
.table-schedule tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.table-schedule tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

.table-schedule-vertical {
  width: 100%;
  border-collapse: separate;
  border: 2px solid #000;
  border-radius: 6px;
}
.table-schedule-vertical tr th, .table-schedule-vertical tr td {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.table-schedule-vertical tr th {
  padding: 1em 0.5em;
  font-size: 2.8037383178vw;
  background-color: #e8e8e8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid #000;
}
.table-schedule-vertical tr th strong {
  font-size: 3.2710280374vw;
}
.table-schedule-vertical tr td {
  padding: 1em 0.5em;
  font-size: 3.2710280374vw;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.table-schedule-vertical tr td:first-child {
  border-left-color: #000;
}
.table-schedule-vertical tr td.sunday {
  background-color: rgba(255, 224, 232, 0.4);
}
.table-schedule-vertical tr:first-child th {
  border-bottom-color: #000;
}
.table-schedule-vertical tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
}
.table-schedule-vertical tr:first-child td {
  border-bottom-color: #000;
}
.table-schedule-vertical tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
.table-schedule-vertical tr:last-child th {
  border-bottom: none;
}
.table-schedule-vertical tr:last-child th:first-child {
  border-radius: 0 0 0 6px;
}
.table-schedule-vertical tr:last-child td {
  border-bottom: none;
}
.table-schedule-vertical tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

/*
	テーブル
*/
.table {
  width: 100%;
  margin-bottom: 75px;
  border-top: 1px solid #ddd;
}
.table tr th, .table tr td {
  padding: 0.8em 1em;
  line-height: 1.5;
  text-align: left;
}
.table tr th {
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}
.table tr td {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .table {
    margin: 7.0093457944vw 0 10.5140186916vw;
  }
}

/*
	記事
*/
.article {
  margin-top: 80px;
  font-size: 16px;
}
.article > :last-child {
  margin-bottom: 0 !important;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 700;
  line-height: 1.5;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 1.8em 0 0.6em;
}
.article h1 {
  margin-bottom: 1em;
  font-size: 40px;
}
.article h2 {
  font-size: 30px;
}
.article h3 {
  font-size: 26px;
}
.article h4 {
  font-size: 20px;
}
.article hr {
  margin: 75px 0;
  border-bottom: 3px solid rgba(112, 112, 112, 0.2);
}
.article p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.article p.date {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
}
.article p a {
  text-decoration: underline;
}
.article ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: disc;
  line-height: 1.8;
}
.article ol {
  margin-bottom: 1em;
  line-height: 1.8;
  counter-reset: decimal;
}
.article ol li {
  position: relative;
  padding-left: 1.5em;
}
.article ol li::before {
  counter-increment: decimal;
  content: counter(decimal) ". ";
  position: absolute;
  left: 0.2em;
  font-weight: 700;
}
.article figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  text-align: center;
}
.article figure img {
  width: 100%;
}
.article figure figcaption {
  margin-top: 1em;
  padding-left: 15%;
  color: #555;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}
.article blockquote {
  margin: 1em 0;
  padding-left: 1.5em;
  border-left: 4px solid #000;
}
.article blockquote p {
  line-height: 1.6;
}
.article blockquote cite {
  margin-top: 1em;
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}
.article blockquote a {
  text-decoration: underline;
}
.article table {
  width: 100%;
  margin-bottom: 75px;
  border-top: 1px solid #ddd;
}
.article table tr th, .article table tr td {
  padding: 0.8em 1em;
  line-height: 1.5;
  text-align: left;
}
.article table tr th {
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}
.article table tr td {
  border-bottom: 1px solid #ddd;
}
.article .main-image {
  margin-bottom: 100px;
  text-align: center;
}
.article .large {
  font-size: 20px;
}
.article .anchor-header {
  margin: 30px 0;
  padding: 1em;
  font-weight: 700;
  background-color: #c5c9cb;
}
.article .anchor-link {
  margin: 80px 0;
  padding-left: 0;
  list-style: none;
}
.article .anchor-link li {
  margin-bottom: 1em;
}
.article .anchor-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}
.article .anchor-link li a svg {
  width: 16px;
  margin: 0.2em 0 0 0.2em;
}
.article .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 245px;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .article {
    margin-top: 11.6822429907vw;
    font-size: 3.2710280374vw;
  }
  .article h1 {
    font-size: 6.5420560748vw;
  }
  .article h2 {
    font-size: 4.6728971963vw;
  }
  .article h3 {
    font-size: 3.738317757vw;
  }
  .article h4 {
    font-size: 3.2710280374vw;
  }
  .article hr {
    margin: 14.0186915888vw 0;
  }
  .article p.date {
    font-size: 3.2710280374vw;
  }
  .article figure {
    margin: 14.0186915888vw auto;
  }
  .article figure figcaption {
    padding-left: 0;
    font-size: 2.3364485981vw;
  }
  .article blockquote {
    margin: 1em 0;
    padding-left: 0;
    border-left: none;
  }
  .article blockquote p {
    padding-left: 1.5em;
    border-left: 1.1682242991vw solid #000;
    line-height: 1.6;
  }
  .article blockquote cite {
    font-size: 2.8037383178vw;
  }
  .article blockquote a {
    text-decoration: underline;
  }
  .article table {
    margin: 7.0093457944vw 0 10.5140186916vw;
  }
  .article .main-image {
    margin-bottom: 18.691588785vw;
  }
  .article .large {
    font-size: 3.738317757vw;
  }
  .article .anchor-header {
    margin: 7.0093457944vw 0;
    padding: 1.5em;
    background-color: #e8e8e8;
  }
  .article .anchor-link {
    margin: 10.5140186916vw 0;
  }
  .article .anchor-link li a svg {
    width: 3.738317757vw;
  }
  .article .btn {
    min-width: 53.738317757vw;
    margin: 18.691588785vw 0;
  }
}

/*
	セクション
*/
.section {
  margin-top: 80px;
}
.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.section-title.flex-container {
  gap: 0 15px;
}
.section-title.flex-container svg {
  width: 65px;
  fill: #000;
}
.section-subtitle {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.section p:not([class]) {
  line-height: 1.8;
}
.section.alternate {
  position: relative;
  padding: 100px 0;
}
.section.alternate::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: max(-8.65%, -90px);
  right: -100px;
  height: 100%;
  background-color: rgba(234, 234, 235, 0.5);
  mix-blend-mode: multiply;
}
.section.alternate.pos-bottom {
  padding-top: 0;
}
.section.alternate.pos-bottom::before {
  height: calc(100% - 100px);
}
.section.alternate .section .section-title {
  font-size: 18px;
  line-height: 1.4;
}
.section.alternate .section .section-title small {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 18.691588785vw;
  }
  .section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    /*
    			.section-title {
    				margin-bottom: (20/428)*100vw;
    			}*/
  }
  .section-title {
    margin-bottom: 11.6822429907vw;
    font-size: 4.6728971963vw;
  }
  .section-title.flex-container {
    gap: 0 3.5046728972vw;
  }
  .section-title.flex-container svg {
    width: 10.5140186916vw;
  }
  .section-subtitle {
    font-size: 4.2056074766vw;
  }
  .section.alternate {
    padding: 14.0186915888vw 0;
  }
  .section.alternate::before {
    left: -8.1775700935vw;
    right: -8.1775700935vw;
  }
  .section.alternate.pos-bottom {
    padding-top: 14.0186915888vw;
  }
  .section.alternate.pos-bottom::before {
    height: 100%;
  }
  .section.alternate .section .section-title {
    font-size: 4.6728971963vw;
  }
}

/*
	アコーディオン
*/
.accordion {
  margin-top: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  cursor: pointer;
}
.accordion-head .section-title {
  margin-bottom: 0;
}
.accordion-head-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
}
.accordion-head-icon::before, .accordion-head-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.accordion-head-icon::before {
  width: 16px;
  height: 2px;
}
.accordion-head-icon::after {
  width: 2px;
  height: 16px;
}
.accordion-inner {
  display: none;
  margin-top: 20px;
  margin-bottom: 100px;
}
.accordion.is-active {
  border-top-color: #000;
}
.accordion.is-active .accordion-head-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion.is-active .accordion-head-icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .accordion-head {
    padding: 6.308411215vw 0;
  }
  .accordion-head .section-title {
    margin-bottom: 0;
  }
  .accordion-head-icon {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
  .accordion-head-icon::before {
    width: 3.738317757vw;
  }
  .accordion-head-icon::after {
    height: 3.738317757vw;
  }
  .accordion-inner {
    margin-top: 4.6728971963vw;
    margin-bottom: 18.691588785vw;
  }
}

/*
	ダウンロードリスト
*/
.dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-list li {
  position: relative;
}
.dl-list li + li {
  padding-left: 50px;
}
.dl-list li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .dl-list li + li {
    padding-left: 1em;
  }
  .dl-list li + li::before {
    content: none;
  }
}

/*
	資料リスト
*/
.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.doc-list .link-icon {
  color: #000;
}
.doc-list .link-icon svg {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .doc-list {
    gap: 4.6728971963vw;
  }
  .doc-list .link-icon svg {
    width: 8.4112149533vw;
    height: 8.4112149533vw;
  }
}

/*
	リンクアイコン
*/
.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8aa0a4;
  text-decoration: underline;
}
.link-icon svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.link-icon-right svg {
  margin-left: 5px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .link-icon svg {
    width: 3.738317757vw;
    height: 3.738317757vw;
    margin-right: 1.1682242991vw;
  }
  .link-icon-right svg {
    margin-left: 1.1682242991vw;
  }
}

/*
	お知らせ
*/
.news {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.news-wrapper .twitter-timeline {
  width: 33%;
}
.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
.news-head-title {
  font-size: 24px;
  font-weight: 700;
}
.news-head .btn {
  width: 120px;
  font-size: 12px;
}
.news-head .btn svg {
  width: 20px;
}
.news-list {
  margin-bottom: 30px;
}
.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 1em;
  padding-bottom: 1em;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-list li a {
  text-decoration: underline;
}
.news-list-date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.news-list-date + .news-list-desc {
  margin-left: 20px;
}
.news-list-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 90px;
  margin-left: 10px;
  padding: 0 1em;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 9999px;
}
.news-list-label.label-black {
  color: #fff;
  background-color: #000;
}
.news-list-desc {
  margin-top: -0.2em;
  margin-left: 10px;
  font-weight: 500;
}
.news-full {
  width: 100%;
}
.news-full li {
  display: block;
  margin-top: 0;
  padding-bottom: 0;
}
.news-full li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 1.2em 50px 1.2em 0;
  text-decoration: none;
}
.news-full li a svg {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-full .news-list {
  margin-bottom: 0;
}
.news-full .news-list-label {
  min-width: 75px;
}
.news-full .news-list-desc {
  width: 100%;
  margin-top: 0.3em;
  margin-left: 0;
}
.news .btn {
  float: right;
}
@media screen and (max-width: 768px) {
  .news {
    width: auto;
    margin-bottom: 10.5140186916vw;
  }
  .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 17.523364486vw;
  }
  .news-wrapper .twitter-timeline {
    width: auto;
  }
  .news-head {
    padding-bottom: 4.6728971963vw;
  }
  .news-head-title {
    font-size: 4.6728971963vw;
  }
  .news-list {
    margin-bottom: 4.6728971963vw;
  }
  .news-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list-date {
    font-size: 2.8037383178vw;
  }
  .news-list-date + .news-list-desc {
    margin-left: 0;
  }
  .news-list-label {
    min-width: 21.0280373832vw;
    margin-left: 2.3364485981vw;
    font-size: 2.3364485981vw;
  }
  .news-list-desc {
    width: 100%;
    margin-top: 0.3em;
    margin-left: 0;
  }
  .news-full {
    margin-bottom: 0;
  }
  .news-full .news-list {
    margin-bottom: 0;
  }
  .news-full li a {
    padding-right: 10.5140186916vw;
  }
  .news-full li a svg {
    right: 0;
    width: 2.8037383178vw;
  }
  .news-full .news-list-label {
    min-width: 14.0186915888vw;
  }
}

/*
	お知らせ検索
*/
.news-filter {
  margin-bottom: 60px;
  padding: 10px 3%;
  background-color: #f4f5f6;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.news-filter > div {
  padding: 20px 0;
}
.news-filter > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
.news-filter > div ul li {
  line-height: 1.5;
}
.news-filter > div ul li a {
  text-decoration: underline;
}
.news-filter > div ul li.is-current a {
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}
.news-filter-genre {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .news-filter {
    margin-bottom: 9.3457943925vw;
    padding: 2.3364485981vw 4.6728971963vw;
    border-radius: 2.3364485981vw;
  }
  .news-filter > div {
    padding: 4.6728971963vw 0;
  }
}

/*
	お知らせ詳細
*/
.news-detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-detail-date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.news-detail-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 75px;
  margin-left: 10px;
  padding: 0 1em;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 9999px;
}
.news-detail-label.label-black {
  color: #fff;
  background-color: #000;
}
.news-detail-desc {
  width: 100%;
  margin-top: 0.5em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-detail-head {
    margin-top: -2.3364485981vw;
    margin-bottom: 11.6822429907vw;
    padding-bottom: 4.6728971963vw;
  }
  .news-detail-date {
    font-size: 2.8037383178vw;
  }
  .news-detail-label {
    min-width: 21.0280373832vw;
    margin-left: 2.3364485981vw;
    font-size: 2.3364485981vw;
  }
  .news-detail-desc {
    font-size: 7.0093457944vw;
  }
}

/*
	ツイッター
*/
.twitter-timeline {
  height: 294px;
  padding: 1em;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*
	2カラムレイアウト
*/
.column2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2-container + .column2-container {
  margin-top: 50px;
}
.column2-head {
  width: 190px;
}
.column2-head .section-subtitle {
  margin-bottom: 0;
}
.column2-body {
  width: calc(100% - 190px);
  padding-left: min(3%, 30px);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .column2-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2-container + .column2-container {
    margin-top: 11.6822429907vw;
  }
  .column2-head {
    width: auto;
  }
  .column2-head .section-subtitle {
    margin-bottom: 0.8em;
  }
  .column2-body {
    width: auto;
    padding-top: 1em;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

/*
	プロフィール
*/
.profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.profile-container:last-child {
  margin-bottom: 0;
}
.profile-figure {
  width: 16.5%;
}
.profile-figure img {
  width: 100%;
}
.profile-body {
  width: 80%;
}
.profile-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.profile-name dt, .profile-name dd {
  display: inline;
}
.profile-name dd {
  margin-right: 1em;
}
.profile-text {
  margin-top: 1em;
  line-height: 1.8;
}
.profile-text a {
  color: #8aa0a4;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .profile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 9.3457943925vw;
  }
  .profile-figure {
    width: 40.1869158879vw;
    margin: 5.8411214953vw 0;
  }
  .profile-body {
    width: 7auto;
  }
  .profile-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.738317757vw;
  }
  .profile-name dt {
    width: 7em;
  }
  .profile-name dd {
    width: calc(100% - 7em);
    margin-right: 0;
  }
}

/*
	チケット情報
*/
.ticket-data dt {
  float: left;
  clear: left;
  position: relative;
  width: 4.5em;
  padding-right: 1em;
  font-weight: 700;
}
.ticket-data dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.ticket-data dd {
  margin-left: 5.5em;
  font-weight: 500;
}
.ticket-data-list li {
  position: relative;
  padding-left: 1.2em;
}
.ticket-data-list li::before {
  content: "○";
  position: absolute;
  left: 0;
}
.ticket-data-list li span {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  font-weight: 400;
}
.ticket-data-list li span::before {
  content: "※";
  position: absolute;
  left: 0;
}
.ticket-data-desc {
  font-weight: 500;
}
.ticket-data-note {
  margin-top: 1.5em;
}
.ticket-data-note li {
  position: relative;
  padding-left: 1.2em;
  font-weight: 500;
}
.ticket-data-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.ticket-links {
  margin-top: 0.5em;
}
.ticket-links a {
  margin-right: 0.5em;
  font-size: 12px;
}
.ticket-buy {
  width: 48%;
  max-width: 470px;
  padding: 2em 1.5em 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.ticket-buy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  max-width: 980px;
  margin: auto;
  container-type: inline-size;
}
.ticket-buy-title {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding-bottom: 0.5em;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.ticket-buy-title svg {
  width: 20px;
  margin-right: 0.8em;
  fill: #000;
}
.ticket-buy-name {
  font-size: 18px;
}
.ticket-buy-tel {
  margin-top: 0.3em;
  font-size: 20px;
}
.ticket-buy-tel strong {
  font-size: 36px;
  font-weight: 700;
}
.ticket-buy-hour {
  margin-top: 0.3em;
  font-size: 16px;
  font-weight: 400;
}
.ticket-buy-btn {
  margin-top: 30px;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .ticket-links a {
    font-size: 2.3364485981vw;
  }
  .ticket-buy {
    padding-bottom: 7.0093457944vw;
    border-radius: 2.3364485981vw;
  }
  .ticket-buy-container {
    gap: 4.6728971963vw 0;
  }
  .ticket-buy-title {
    margin-bottom: 7.0093457944vw;
    font-size: 3.2710280374vw;
  }
  .ticket-buy-name {
    font-size: 3.2710280374vw;
  }
  .ticket-buy-tel {
    font-size: 4.2056074766vw;
  }
  .ticket-buy-tel strong {
    font-size: 7.0093457944vw;
  }
  .ticket-buy-hour {
    font-size: 3.2710280374vw;
  }
  .ticket-buy-btn {
    margin-top: 7.0093457944vw;
  }
}
@container (max-width: 780px) {
  .ticket-buy {
    width: 100%;
    margin: auto;
  }
}

/*
	下線タイトル
*/
.title-underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .title-underline {
    margin-bottom: 7.0093457944vw;
    font-size: 4.2056074766vw;
  }
}

/*
	〇タイトル
*/
.title-circle {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.title-circle::before {
  content: "";
  position: absolute;
  left: 0.2em;
  width: 16px;
  height: 16px;
  margin-top: 0.5em;
  margin-right: 0.5em;
  border: 4px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .title-circle {
    margin-bottom: 7.0093457944vw;
    padding-left: 4.6728971963vw;
    font-size: 4.2056074766vw;
  }
  .title-circle::before {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    border-width: 0.7009345794vw;
  }
}

/*
	テキストリスト
*/
.text-list-item {
  margin-bottom: 40px;
  padding-left: 20px;
}
.text-list-item:last-child {
  margin-bottom: 0;
}
.text-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.text-list-title::before {
  content: "";
  left: 0;
  width: 9px;
  height: 9px;
  margin-right: 0.5em;
  border: 2px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}
.text-list p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text-list-item {
    margin-bottom: 9.3457943925vw;
    padding-left: 4.2056074766vw;
  }
  .text-list-title {
    margin-left: -4.2056074766vw;
    font-size: 3.2710280374vw;
  }
  .text-list-title::before {
    width: 2.1028037383vw;
    height: 2.1028037383vw;
  }
}

/*
	↓リスト
*/
.flow-list li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
}
.flow-list li::before {
  content: "↓";
  position: absolute;
  left: 0;
}
.flow-list li:last-child::before {
  content: none;
}

/*
	→リスト
*/
.arrow-list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
}
.arrow-list li + li {
  margin-top: 0.5em;
}
.arrow-list li::before {
  content: "→";
  position: absolute;
  left: 0;
}

/*
	〇リスト
*/
.circle-list li {
  position: relative;
  padding-left: 1.5em;
}
.circle-list li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  width: 9px;
  height: 9px;
  margin-top: 0.5em;
  margin-right: 0.5em;
  border: 2px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}

/*
	［1］リスト
*/
.brackets-list {
  counter-reset: counter;
  margin-bottom: 1em;
}
.brackets-list li {
  position: relative;
  padding-left: 2em;
}
.brackets-list li::before {
  content: "［" counter(counter) "］";
  counter-increment: counter;
  position: absolute;
  left: -0.5em;
}
.brackets-list li:last-child::before {
  content: none;
}

/*
	コメント
*/
.comment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.comment-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-figure {
  width: 170px;
}
.comment-figure figcaption {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 700;
}
.comment-body {
  width: calc(100% - 170px);
  padding-left: min(4.8%, 50px);
}
.comment-body p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .comment-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 11.6822429907vw;
    padding-bottom: 11.6822429907vw;
  }
  .comment-figure {
    width: 39.7196261682vw;
  }
  .comment-figure figcaption {
    font-size: 3.738317757vw;
  }
  .comment-body {
    width: auto;
    margin-top: 1em;
    padding-left: 0;
  }
}

/*
	バナースライドショー
*/
.banner-slideshow {
  margin-bottom: 100px;
}

/*
	カルーセルスライダー
*/
.carousel-swiper {
  overflow: hidden;
}
.carousel-swiper-wrapper {
  position: relative;
}
.carousel-swiper-wrapper .swiper-button-prev, .carousel-swiper-wrapper .swiper-button-next {
  top: 36%;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.carousel-swiper-wrapper .swiper-button-prev:after, .carousel-swiper-wrapper .swiper-button-next:after {
  font-size: 12px;
  font-weight: 700;
}
.carousel-swiper-wrapper .swiper-button-prev {
  left: -25px;
  right: auto;
}
.carousel-swiper-wrapper .swiper-button-next {
  left: auto;
  right: -25px;
}
.carousel-swiper-wrapper .swiper-button-prev.swiper-button-disabled, .carousel-swiper-wrapper .swiper-button-next.swiper-button-disabled {
  color: #000;
  background-color: #fff;
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.carousel-swiper-wrapper.no-text .swiper-button-prev, .carousel-swiper-wrapper.no-text .swiper-button-next {
  top: 50%;
}
.carousel-swiper-wrapper.no-text .carousel-figure {
  margin-bottom: 0;
}
.carousel-figure {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}
.carousel-figure img {
  width: 100%;
}
.carousel-lead {
  font-weight: 700;
  line-height: 1.5;
}
.carousel-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .carousel-swiper {
    overflow: visible;
  }
  .carousel-swiper-wrapper .swiper-button-prev, .carousel-swiper-wrapper .swiper-button-next {
    top: 38%;
    width: 11.6822429907vw;
    height: 11.6822429907vw;
  }
  .carousel-swiper-wrapper .swiper-button-prev:after, .carousel-swiper-wrapper .swiper-button-next:after {
    font-size: 2.8037383178vw;
  }
  .carousel-swiper-wrapper .swiper-button-prev {
    left: -5.8411214953vw;
  }
  .carousel-swiper-wrapper .swiper-button-next {
    right: -5.8411214953vw;
  }
  .carousel-figure {
    margin-bottom: 4.6728971963vw;
    border-radius: 1.8691588785vw;
  }
  .carousel-title {
    font-size: 4.6728971963vw;
  }
}

/*
	フレックスコンテナ
*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

/*
	写真コンテナ
*/
.photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
.photo-container img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .photo-container {
    margin: 4.6728971963vw 0;
  }
  .photo-container img {
    width: 49%;
  }
}

/*
	お問い合わせ
*/
.contact-lead {
  margin-bottom: 2em;
  font-weight: 500;
  line-height: 1.5;
}
.contact-container {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 5px solid #707070;
  line-height: 1.5;
}
.contact-name {
  font-size: 18px;
  font-weight: 700;
}
.contact-tel {
  font-size: 20px;
  font-weight: 700;
}
.contact-tel span {
  font-size: 30px;
}
.contact-tel small {
  font-size: 16px;
  font-weight: 400;
}
.contact-link {
  font-size: 20px;
  font-weight: 700;
}
.contact-link a {
  color: #8aa0a4;
  text-decoration: underline;
}
.contact-desc {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.8;
}
.contact-addr {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-container {
    padding-left: 2.8037383178vw;
    border-left-width: 1.1682242991vw;
  }
  .contact-name {
    font-size: 3.738317757vw;
  }
  .contact-tel {
    font-size: 2.8037383178vw;
  }
  .contact-tel span {
    font-size: 5.1401869159vw;
  }
  .contact-tel small {
    font-size: 2.8037383178vw;
  }
  .contact-link {
    font-size: 2.8037383178vw;
  }
  .contact-desc {
    font-size: 2.8037383178vw;
  }
}

/*
	戻る
*/
.pager {
  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;
  gap: 24px;
  margin-top: 100px;
}
.pager .btn {
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .pager .btn {
    width: 100%;
  }
}

/*
	ページネーション
*/
.pagination {
  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;
  gap: 1em 0.5em;
}
.pagination a {
  padding: 0 0.5em;
  color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.pagination a:first-child {
  margin-right: 1em;
}
.pagination a:last-child {
  margin-left: 1em;
}
.pagination a.is-current {
  color: rgb(0, 0, 0);
}
.pagination a svg {
  width: 24px;
  fill: #000;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 1em 0;
  }
  .pagination a {
    padding: 0 0.5em;
    color: rgba(0, 0, 0, 0.2);
    font-size: 7.0093457944vw;
  }
  .pagination a:first-child {
    margin-right: 0;
  }
  .pagination a:last-child {
    margin-left: 0;
  }
  .pagination a svg {
    width: 4.2056074766vw;
  }
}

/*
	メインビジュアル
*/
.main-visual {
  position: relative;
}
.main-visual-image img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 318px;
  height: 108px;
  padding: 20px 40px 0;
  font-size: 36px;
  font-weight: 700;
  background: url(/assets/images/common/bg_maintitle.svg) 0 0/contain no-repeat;
}
.main-visual-title .en {
  display: block;
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .main-visual::before {
    background: url(/assets/images/common/bg01.png) -560px 0/825px 1120px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-image img {
    height: 81.7757009346vw;
  }
  .main-visual-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 37.1495327103vw;
    height: 12.6168224299vw;
    padding: 2.3364485981vw 4.6728971963vw 0 4.6728971963vw;
    font-size: 4.6728971963vw;
    font-weight: 500;
  }
  .main-visual-title .en {
    font-size: 1.8691588785vw;
  }
}

/*
	日付
*/
.badge-date {
  display: block;
  width: 120px;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
}
.badge-date-year {
  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;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #393939;
}
.badge-date-month {
  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;
  height: 64px;
  color: #000;
  font-size: 44px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .badge-date {
    width: 19.1588785047vw;
    height: 19.1588785047vw;
    padding: 2px;
  }
  .badge-date-year {
    height: 7.9439252336vw;
    font-size: 3.2710280374vw;
  }
  .badge-date-month {
    height: 10.5140186916vw;
    font-size: 7.0093457944vw;
  }
}

/*
	ローカルナビ
*/
.nav-local {
  position: relative;
  border-bottom: 1px solid #000;
  container-type: inline-size;
}
.nav-local + .page-head {
  border-top: none;
}
.nav-local .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: auto;
}
.nav-local .swiper-button {
  display: none;
}
.nav-local ul {
  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;
  gap: 2em;
  padding: 0 1em;
}
.nav-local ul li {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.nav-local ul li a {
  display: block;
  padding: 1.2em 0;
}
.nav-local ul li.is-current {
  border-color: #000;
}
.nav-local ul li.is-current a {
  font-weight: 700;
}
.nav-local .swiper-button-prev, .nav-local .swiper-button-next {
  color: #000;
}
.nav-local .swiper-button-prev:after, .nav-local .swiper-button-next:after {
  font-size: 5.6074766355vw;
  font-weight: 700;
}
.category-top .nav-local {
  margin-bottom: 90px;
}
@container (max-width: 840px) {
  .nav-local ul {
    gap: 2em 1.5em;
  }
  .nav-local ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav-local {
    overflow: hidden;
    position: relative;
    margin-top: 4.6728971963vw;
    margin-left: -8.1775700935vw;
    margin-right: -8.1775700935vw;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .nav-local .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nav-local .swiper-button {
    display: block;
  }
  .nav-local-swiper {
    overflow: hidden;
    margin-left: 10.5140186916vw;
    margin-right: 10.5140186916vw;
  }
  .nav-local ul {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 0;
    padding: 0;
  }
  .nav-local ul li {
    font-size: 2.8037383178vw;
    white-space: nowrap;
  }
}

/*
	ページタイトル
*/
.page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid #000;
}
.page-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8.1775700935vw 8.1775700935vw;
    padding: 7.0093457944vw 3.5046728972vw;
    text-align: center;
  }
  .page-head .btn-print {
    display: none;
  }
  .page-title {
    font-size: 5.1401869159vw;
  }
}

/*
	リード文
*/
.lead {
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.lead a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 4.6728971963vw;
  }
}

/*
	ソート
*/
.sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.sort-list li {
  font-weight: 700;
}
.sort-list li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #707070;
}
.sort-list li a {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #000;
}
.sort-list li span {
  padding-bottom: 0.2em;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .sort-list {
    margin-bottom: 9.3457943925vw;
    margin-top: -7.0093457944vw;
  }
}

/*
	動画リスト
*/
.movie-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.movie-gallery-body {
  overflow: hidden;
  position: relative;
  width: 62.5%;
}
.movie-gallery-item {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 10px;
}
.movie-gallery-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-gallery-title {
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.movie-gallery-thumb {
  overflow: hidden;
  position: absolute;
  width: 34.5%;
  height: calc(100% - 2.5em);
  top: 0;
  right: 0;
}
.movie-gallery-thumb .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.movie-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(227, 231, 223, 0.5);
  background-blend-mode: multiply;
}
.movie-gallery-thumb .swiper-slide figure {
  overflow: hidden;
  width: 34%;
  border-radius: 6px;
}
.movie-gallery-thumb .swiper-slide figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-gallery-thumb .swiper-slide p {
  width: 66%;
  padding: 0 1em;
  font-size: min(1vw, 14px);
  font-weight: 700;
  line-height: 1.5;
}
.movie-gallery-thumb .swiper-slide:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .movie-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie-gallery-body {
    width: auto;
  }
  .movie-gallery-item {
    border-radius: 2.3364485981vw;
  }
  .movie-gallery-thumb {
    position: relative;
    width: auto;
    height: 96vw;
    margin-top: 7.0093457944vw;
    top: auto;
    right: auto;
  }
  .movie-gallery-thumb .swiper-slide figure {
    width: 40%;
    border-radius: 1.4018691589vw;
  }
  .movie-gallery-thumb .swiper-slide p {
    width: 60%;
    font-size: 3.2710280374vw;
  }
}

/*
	フォトギャラリー
*/
.photo-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
.photo-gallery-body {
  overflow: hidden;
  position: relative;
  width: 80%;
}
.photo-gallery-body figure {
  width: auto;
  margin: 0;
  text-align: left;
}
.photo-gallery-body figure img {
  width: 100%;
}
.photo-gallery-body figure figcaption {
  margin-top: 1em;
  padding: 0;
  color: #000;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.photo-gallery-body figure figcaption small {
  font-size: 14px;
  font-weight: 500;
}
.photo-gallery-body .swiper-button {
  display: none;
}
.photo-gallery-thumb {
  overflow: hidden;
  position: absolute;
  width: 18%;
  height: calc(100% - 2.5em);
  top: 0;
  right: 0;
}
.photo-gallery-thumb .swiper-slide {
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.photo-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.photo-gallery-thumb .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .photo-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -8.1775700935vw;
    font-size: 3.2710280374vw;
  }
  .photo-gallery-body {
    overflow: visible;
    width: auto;
    margin-bottom: 4.6728971963vw;
  }
  .photo-gallery-body figure figcaption {
    margin-left: 1em;
    margin-right: 1em;
  }
  .photo-gallery-body figure figcaption small {
    font-size: 2.8037383178vw;
  }
  .photo-gallery-body .swiper-button {
    display: block;
  }
  .photo-gallery-body .swiper-button .swiper-button-prev, .photo-gallery-body .swiper-button .swiper-button-next {
    color: #fff;
    font-weight: 700;
  }
  .photo-gallery-thumb {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 25.7009345794vw;
    padding-bottom: 4.6728971963vw;
  }
  .photo-gallery-thumb .swiper-slide {
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .photo-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
  .photo-gallery-thumb .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
  }
}

/*
	フォトスライドショー
*/
.photo-slideshow {
  position: relative;
  margin-bottom: 50px;
}
.photo-slideshow-body {
  overflow: hidden;
  position: relative;
}
.photo-slideshow-body img {
  width: 100%;
}
.photo-slideshow-body .swiper-button {
  display: none;
}
.photo-slideshow-body .photo-slideshow-pagination {
  display: none;
}
.photo-slideshow-thumb {
  position: relative;
  margin: 30px auto;
  padding: 0 10%;
}
.photo-slideshow-thumb .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo-slideshow-thumb .swiper-slide {
  overflow: hidden;
  width: 17%;
  margin-right: 3.75%;
  border: 2px solid transparent;
}
.photo-slideshow-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
  border-radius: 20px;
}
.photo-slideshow-thumb .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .photo-slideshow {
    margin: 0 -8.1775700935vw 9.3457943925vw;
  }
  .photo-slideshow-body {
    width: auto;
    margin-bottom: 9.3457943925vw;
  }
  .photo-slideshow-body .swiper-button {
    display: block;
  }
  .photo-slideshow-body .swiper-button .swiper-button-prev, .photo-slideshow-body .swiper-button .swiper-button-next {
    color: #fff;
    font-weight: 700;
  }
  .photo-slideshow-body .photo-slideshow-pagination {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.8411214953vw !important;
    z-index: 10;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: auto;
    padding: 4.6728971963vw 7.0093457944vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
  }
  .photo-slideshow-body .photo-slideshow-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  .photo-slideshow-body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .photo-slideshow-body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin: 0 4.6728971963vw;
  }
  .photo-slideshow-thumb {
    display: none;
  }
}

/*
	カレンダー
*/
.calendar-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.calendar-label li {
  padding: 1em 1.5em;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 4px;
}
.calendar-label li.label-spt {
  background-color: rgba(250, 229, 223, 0.7);
}
.calendar-label li.label-tt {
  background-color: rgba(211, 230, 242, 0.7);
}
.calendar-label li.label-other {
  background-color: rgba(224, 224, 224, 0.7);
}
.calendar-label li.label-workshop {
  background-color: rgba(219, 179, 115, 0.7);
}
.calendar-label li.label-lecture {
  background-color: rgba(120, 172, 174, 0.7);
}
.calendar-label li.label-technical {
  background-color: rgba(195, 194, 177, 0.7);
}
.calendar-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  padding: 25px 3%;
  background-color: #f4f5f6;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.calendar-tabs a, .calendar-tabs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  width: 48.5%;
  height: 60px;
  padding: 1.3em;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.calendar-tabs a .flex-container, .calendar-tabs span .flex-container {
  gap: 1em;
}
.calendar-tabs a svg, .calendar-tabs span svg {
  width: 20px;
}
.calendar-tabs a.is-current, .calendar-tabs span.is-current {
  height: 86px;
  margin-bottom: -26px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.calendar-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  font-family: "Poppins", "Zen Kaku Gothic Antique", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.calendar-pager a {
  position: relative;
}
.calendar-pager a::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.calendar-pager a::after {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 8px;
  height: 8px;
}
.calendar-pager a small {
  font-size: 18px;
}
.calendar-pager a span {
  font-size: 30px;
}
.calendar-pager a.calendar-prev {
  padding-left: 50px;
}
.calendar-pager a.calendar-prev::before {
  left: 0;
}
.calendar-pager a.calendar-prev::after {
  left: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.calendar-pager a.calendar-next {
  padding-right: 50px;
  text-align: right;
}
.calendar-pager a.calendar-next::before {
  right: 0;
}
.calendar-pager a.calendar-next::after {
  right: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.calendar-current span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .calendar {
    margin: 0 -4.6728971963vw;
  }
  .calendar-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.0093457944vw;
  }
  .calendar-label li {
    font-size: 2.3364485981vw;
    border-radius: 0.9345794393vw;
  }
  .calendar-tabs {
    display: none;
  }
  .calendar-pager {
    margin: 4.6728971963vw 0;
    font-size: 4.2056074766vw;
  }
  .calendar-pager a {
    position: relative;
  }
  .calendar-pager a::before {
    top: 1.4018691589vw;
    width: 7.0093457944vw;
    height: 7.0093457944vw;
  }
  .calendar-pager a::after {
    top: 4.2056074766vw;
    width: 1.8691588785vw;
    height: 1.8691588785vw;
  }
  .calendar-pager a small {
    font-size: 3.2710280374vw;
  }
  .calendar-pager a span {
    font-size: 6.0747663551vw;
  }
  .calendar-pager a.calendar-prev {
    padding-left: 9.3457943925vw;
  }
  .calendar-pager a.calendar-prev::after {
    left: 2.8037383178vw;
  }
  .calendar-pager a.calendar-next {
    padding-right: 9.3457943925vw;
  }
  .calendar-pager a.calendar-next::after {
    right: 2.8037383178vw;
  }
  .calendar-current span {
    font-size: 9.3457943925vw;
  }
}

/*
	グリッドカレンダー
*/
.grid-calendar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  container-type: inline-size;
}
.grid-calendar-item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.grid-calendar-item:nth-last-child(-n+7) {
  border-bottom: none;
}
.grid-calendar-item:nth-child(2), .grid-calendar-item:nth-child(4), .grid-calendar-item:nth-child(6), .grid-calendar-item:nth-child(7n+2), .grid-calendar-item:nth-child(7n+4), .grid-calendar-item:nth-child(7n+6) {
  background-color: rgba(241, 243, 244, 0.5);
}
.grid-calendar-item:nth-child(6) .grid-calendar-head, .grid-calendar-item:nth-child(7n+6) .grid-calendar-head {
  color: #6186cb;
}
.grid-calendar-item:nth-child(7) .grid-calendar-head, .grid-calendar-item:nth-child(7n+7) .grid-calendar-head {
  color: #ff3900;
}
.grid-calendar-item.another-month .grid-calendar-head {
  color: #c0c4c6;
}
.grid-calendar-head {
  padding: 0.5em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.grid-calendar-head small {
  font-size: 14px;
}
.grid-calendar-data {
  padding: 0 5px 10px;
}
.grid-calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  padding: 0.8em;
  font-weight: 500;
  line-height: 1.3;
  background-color: rgba(224, 224, 224, 0.7);
  background-blend-mode: multiply;
}
.grid-calendar-box.box-spt {
  background-color: rgba(250, 229, 223, 0.7);
}
.grid-calendar-box.box-tt {
  background-color: rgba(211, 230, 242, 0.7);
}
.grid-calendar-box.box-other {
  background-color: rgba(224, 224, 224, 0.7);
}
.grid-calendar-box.box-workshop {
  background-color: rgba(219, 179, 115, 0.4);
}
.grid-calendar-box.box-lecture {
  background-color: rgba(120, 172, 174, 0.4);
}
.grid-calendar-box.box-technical {
  background-color: rgba(195, 194, 177, 0.4);
}
.grid-calendar-apply {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 10px;
  background-color: #000;
  border-radius: 3px;
}
.grid-calendar-time {
  margin-top: 0.4em;
  padding-top: 0.3em;
  border-top: 1px dotted #707070;
}
.grid-calendar-list {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.grid-calendar-list .grid-calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}
.grid-calendar-list .grid-calendar-item:nth-child(2), .grid-calendar-list .grid-calendar-item:nth-child(4), .grid-calendar-list .grid-calendar-item:nth-child(6), .grid-calendar-list .grid-calendar-item:nth-child(7n+2), .grid-calendar-list .grid-calendar-item:nth-child(7n+4), .grid-calendar-list .grid-calendar-item:nth-child(7n+6) {
  background-color: #fff;
}
.grid-calendar-list .grid-calendar-item:nth-child(even) {
  background-color: rgba(241, 243, 244, 0.5);
}
.grid-calendar-list .grid-calendar-item:nth-child(6) .grid-calendar-head, .grid-calendar-list .grid-calendar-item:nth-child(7n+6) .grid-calendar-head, .grid-calendar-list .grid-calendar-item:nth-child(7) .grid-calendar-head, .grid-calendar-list .grid-calendar-item:nth-child(7n+7) .grid-calendar-head {
  color: #000;
}
.grid-calendar-list .grid-calendar-item.saturday .grid-calendar-head {
  color: #6186cb;
}
.grid-calendar-list .grid-calendar-item.sunday .grid-calendar-head {
  color: #ff3900;
}
.grid-calendar-list .grid-calendar-head {
  width: 16%;
  padding: 1em;
}
.grid-calendar-list .grid-calendar-data {
  width: 84%;
  padding: 10px 20px;
}
.grid-calendar-list .grid-calendar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 10px 0;
  padding: 1.5em;
}
.grid-calendar-list .grid-calendar-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 6em);
  font-size: 18px;
}
.grid-calendar-list .grid-calendar-time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 5em;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 16px;
}
.programs-calendar .grid-calendar.grid-calendar-list .grid-calendar-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.programs-calendar .grid-calendar.grid-calendar-list .grid-calendar-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 0.5em;
}
.programs-calendar .grid-calendar.grid-calendar-list .grid-calendar-time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  line-height: 1;
}
.programs-calendar .grid-calendar.grid-calendar-list .grid-calendar-apply {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  margin-left: 1em;
  vertical-align: bottom;
}
@container (max-width: 780px) {
  .grid-calendar-head {
    font-size: 22px;
  }
  .grid-calendar-box {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .grid-calendar {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .grid-calendar-item {
    border-bottom: none;
  }
  .grid-calendar-item:nth-child(2), .grid-calendar-item:nth-child(4), .grid-calendar-item:nth-child(6), .grid-calendar-item:nth-child(7n+2), .grid-calendar-item:nth-child(7n+4), .grid-calendar-item:nth-child(7n+6) {
    background-color: #fff;
  }
  .grid-calendar-item:not(.another-month):nth-child(odd) {
    background-color: rgba(241, 243, 244, 0.5);
  }
  .grid-calendar-item.another-month {
    display: none;
  }
  .grid-calendar-head {
    padding: 0.5em;
    font-size: 5.1401869159vw;
    text-align: left;
  }
  .grid-calendar-head small {
    font-size: 2.5700934579vw;
  }
  .grid-calendar-data {
    padding: 0 0 2.3364485981vw;
  }
  .grid-calendar-box {
    margin-bottom: 1.1682242991vw;
  }
  .grid-calendar-box.box-spt {
    background-color: rgba(250, 229, 223, 0.7);
  }
  .grid-calendar-box.box-tt {
    background-color: rgba(211, 230, 242, 0.7);
  }
  .grid-calendar-box.box-other {
    background-color: rgba(224, 224, 224, 0.7);
  }
  .grid-calendar-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.2710280374vw;
  }
  .grid-calendar-time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 0.2em;
    padding-top: 0;
    font-size: 2.8037383178vw;
    border-top: none;
  }
  .grid-calendar-list .grid-calendar-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid-calendar-list .grid-calendar-item:not(.another-month):nth-child(odd) {
    background-color: #fff;
  }
  .grid-calendar-list .grid-calendar-head {
    width: auto;
    padding: 0.5em;
  }
  .grid-calendar-list .grid-calendar-data {
    width: auto;
    padding: 0 0 2.3364485981vw;
  }
  .grid-calendar-list .grid-calendar-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 0 1.1682242991vw;
    padding: 0.8em;
  }
  .grid-calendar-list .grid-calendar-title {
    font-size: 3.2710280374vw;
  }
  .grid-calendar-list .grid-calendar-time {
    width: auto;
    font-size: 2.8037383178vw;
  }
  .programs-calendar .grid-calendar .grid-calendar-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .programs-calendar .grid-calendar .grid-calendar-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .programs-calendar .grid-calendar .grid-calendar-time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    line-height: 1;
  }
  .programs-calendar .grid-calendar .grid-calendar-apply {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-left: 1em;
    vertical-align: bottom;
  }
  .programs-calendar .grid-calendar.grid-calendar-list .grid-calendar-title {
    margin-top: 0;
  }
}

/*
	リリース
*/
.release-container {
  position: relative;
  padding: 50px min(4%, 40px) min(4%, 40px);
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.release-container + .release-container {
  margin-top: 30px;
}
.release-container .btn {
  position: absolute;
  right: 4%;
  top: 24px;
  width: 200px;
}
.release-head {
  margin-bottom: 15px;
}
.release-head .performances-label {
  font-size: 10px;
}
.release-head .performances-label li {
  padding-left: 1em;
  padding-right: 1em;
}
.release-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.release-body-figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40%;
}
.release-body-figure img {
  width: 100%;
}
.release-body-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 56%;
  padding-top: 1.5em;
  border-top: 2px solid #000;
}
.release-body-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.release-body-title {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.release-body-table {
  border-top: 1px solid #000;
}
.release-body-table .table-border {
  border-top: none;
}
.release-body-table .table-border tr th {
  padding-left: 1em;
  white-space: nowrap;
}
.release-body-table .table-border tr td {
  padding-right: 1em;
  font-weight: 500;
}
.release-body-table .table-border tr:last-child th, .release-body-table .table-border tr:last-child td {
  border-bottom: 2px solid #000;
}
.release-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.release-foot-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 700;
}
.release-foot-title svg {
  width: 32px;
  margin-right: 0.8em;
}
.release-foot-date {
  margin-right: 4%;
  line-height: 1.5;
}
.release-foot-date-start {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.release-foot-date-start span {
  font-size: 22px;
}
.release-foot-date-start small {
  font-size: 14px;
}
.release-foot-date-note {
  margin: 0.5em 0 1em;
  font-size: 12px;
  font-weight: 500;
}
.release-foot .ticket-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(2);
  -ms-grid-rows: ;
  grid-template-rows: repeat(3);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-weight: 500;
  line-height: 1.5;
}
.release-foot .ticket-links > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.release-foot .ticket-links > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.release-foot .ticket-links > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.release-foot .ticket-links > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.release-foot .ticket-links > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.release-foot .ticket-links > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.release-foot .ticket-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.release-foot .ticket-links li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-right: 2em;
}
.release-foot .ticket-links li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  margin-right: 2em;
}
.release-foot .ticket-links li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  margin-right: 2em;
}
.release-foot .ticket-links li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.release-foot .ticket-links li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.release-foot .ticket-links li:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
.release-foot .ticket-links li::before {
  content: "";
  left: 0;
  width: 9px;
  height: 9px;
  margin-right: 0.5em;
  border: 2px solid rgba(108, 120, 129, 0.5);
  border-radius: 50%;
}
.release-foot .ticket-links li a {
  margin-right: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .release-container {
    padding: 4.6728971963vw;
    border-radius: 2.3364485981vw;
  }
  .release-container .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    width: 56.0747663551vw;
    margin: 4.6728971963vw auto 0;
  }
  .release-head {
    margin-bottom: 3.5046728972vw;
  }
  .release-head .performances-label {
    font-size: 2.3364485981vw;
  }
  .release-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.6728971963vw;
  }
  .release-body-figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .release-body-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-top: 4.6728971963vw;
    padding-top: 1.5em;
  }
  .release-body-copy {
    font-size: 3.2710280374v;
  }
  .release-body-title {
    font-size: 5.1401869159v;
  }
  .release-body-table .table-border tr th {
    padding-left: 0;
  }
  .release-body-table .table-border tr td {
    padding-right: 0;
  }
  .release-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .release-foot-title {
    font-size: 3.5046728972vw;
  }
  .release-foot-title svg {
    width: 7.0093457944vw;
  }
  .release-foot-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
  }
  .release-foot-date-start {
    font-size: 4.6728971963vw;
  }
  .release-foot-date-start span {
    font-size: 5.1401869159vw;
  }
  .release-foot-date-start small {
    font-size: 3.2710280374vw;
  }
  .release-foot-date-note {
    font-size: 2.8037383178vw;
  }
  .release-foot .ticket-links {
    display: block;
  }
  .release-foot .ticket-links li::before {
    width: 2.1028037383vw;
    height: 2.1028037383vw;
  }
  .release-foot .ticket-links li a {
    font-size: 3.2710280374vw;
  }
}

/*
	イントロダクション
*/
.introduction {
  margin-bottom: 80px;
}
.introduction-image {
  margin-bottom: 60px;
}
.introduction-image img {
  width: 100%;
}
.introduction-lead {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.introduction-text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .introduction {
    margin-bottom: 14.0186915888vw;
  }
  .introduction-image {
    margin-bottom: 9.3457943925vw;
  }
  .introduction-lead {
    font-size: 5.6074766355vw;
  }
}

/*
	フロアマップ
*/
.floor-map {
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
  padding: 2em;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .floor-map {
    height: 93.4579439252vw;
    margin-bottom: 14.0186915888vw;
    font-size: 4.2056074766vw;
    border-radius: 2.3364485981vw;
  }
}

/*
	メニューリスト
*/
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 0;
}
.menu-list-item {
  width: 48%;
}
.menu-list-box {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.menu-list-box img {
  width: 100%;
}
.menu-list-title {
  position: relative;
  padding: 1em 3em 1em 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.menu-list-title svg {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 30px;
  margin: auto;
  fill: rgba(0, 0, 0, 0.16);
}
.menu-list-desc {
  margin-top: 1.5em;
  line-height: 1.8;
}
.menu-list.col3 .menu-list-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.0093457944vw 0;
  }
  .menu-list-item {
    width: auto;
  }
  .menu-list-box {
    border-radius: 4.6728971963vw;
  }
  .menu-list-title {
    font-size: 4.2056074766vw;
  }
  .menu-list-title svg {
    width: 6.308411215vw;
  }
  .menu-list.col3 .menu-list-item {
    width: auto;
  }
}

/*
	バナー
*/
.performances-banner, .report-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 80px 0 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.performances-banner-text, .report-banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 44.2%;
  padding: 4% 2% 4% 4%;
}
.performances-banner-text svg, .report-banner-text svg {
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
  width: 29px;
  margin: auto;
  fill: rgba(0, 0, 0, 0.16);
}
.performances-banner-year, .report-banner-year {
  margin-bottom: 0.5em !important;
  color: #B38756;
  font-size: min(1.8vw, 30px);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.performances-banner-title, .report-banner-title {
  font-size: min(1.8vw, 30px);
  font-weight: 500;
}
.performances-banner-figure, .report-banner-figure {
  width: 56% !important;
}
@media screen and (max-width: 768px) {
  .performances-banner, .report-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4.6728971963vw;
    margin-top: 11.6822429907v;
  }
  .performances-banner-text, .report-banner-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    padding: 7.0093457944vw;
  }
  .performances-banner-text svg, .report-banner-text svg {
    width: 6.308411215vw;
  }
  .performances-banner-year, .report-banner-year {
    font-size: 4.2056074766vw;
  }
  .performances-banner-title, .report-banner-title {
    font-size: 5.6074766355vw;
    font-weight: 700;
  }
  .performances-banner-figure, .report-banner-figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto !important;
  }
  .performances-banner-figure img, .report-banner-figure img {
    width: 100%;
  }
}

/*
	カードリスト
*/
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 65px 6.8%;
}
.card-list-item {
  width: 28.8%;
  padding: 2%;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.card-list-visual {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.card-list-visual img {
  width: 100%;
}
.card-list-title {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.card-list-copy {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.card-list-desc {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.8411214953vw 0;
  }
  .card-list-item {
    width: 100%;
    padding: 7.0093457944vw;
  }
  .card-list-visual {
    margin-bottom: 4.6728971963vw;
  }
  .card-list-title {
    font-size: 4.2056074766vw;
  }
  .card-list-copy {
    font-size: 2.8037383178vw;
  }
  .card-list-desc {
    font-size: 2.8037383178vw;
  }
}

/*
	メッセージ
*/
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.message-figure {
  width: 45%;
}
.message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
.message-copy {
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.message-desc {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16.3551401869vw;
  }
  .message-figure {
    overflow: hidden;
    width: 55.1401869159vw;
    height: 75.7009345794vw;
    margin: 0 auto 7.0093457944vw;
  }
  .message-body {
    width: auto;
  }
  .message-copy {
    font-size: 5.6074766355vw;
  }
}

/*
	プロフィール詳細
*/
.profile-detail {
  padding: 4% 5%;
  border: 2px solid #000;
  border-radius: 6px;
}
.profile-detail-copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.profile-detail-title {
  margin-bottom: 0.8em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.profile-detail-title small {
  font-size: 18px;
}
.profile-detail-desc {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .profile-detail {
    padding: 8%;
    border-radius: 1.4018691589vw;
  }
  .profile-detail-copy {
    font-size: 3.2710280374vw;
  }
  .profile-detail-title {
    font-size: 4.6728971963vw;
  }
  .profile-detail-title small {
    font-size: 3.2710280374vw;
  }
}

/*
	アーカイブ検索
*/
.archive-search {
  padding: 30px min(5%, 50px);
  background-color: #f4f5f6;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.archive-search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.archive-search-title svg {
  width: 18px;
  margin-right: 10px;
}
.archive-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-search-row:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.archive-search-row + .archive-search-row {
  margin-top: 30px;
}
.archive-search-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32.5%;
}
.archive-search-col .btn {
  width: 100%;
  height: 50px;
  padding: 0 1.5em;
  line-height: 1.35;
}
.archive-search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 40px 10px 0;
}
.archive-search-group > span {
  margin-right: 1em;
  padding-right: 1em;
  font-weight: 700;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
}
.archive-search-group .flex-container {
  gap: 0;
}
.archive-search select {
  width: calc(100% - 1.5em);
  height: 50px;
  margin-right: 0.5em;
  padding: 1em;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff url(/assets/images/common/angle.svg) right 15px center/12px auto no-repeat;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.archive-search input[type=text] {
  width: calc(100% - 210px);
  height: 50px;
  padding: 1em;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 4px;
}
.archive-search .checkbox {
  margin-right: 1.5em;
  white-space: nowrap;
}
.archive-search .checkbox:last-child {
  margin-right: 0 !important;
}
.archive-search .checkbox input[type=checkbox] {
  display: none;
}
.archive-search .checkbox input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.archive-search .checkbox input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archive-search .checkbox input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 11px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.archive-search .btn-search svg {
  width: 15px;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .archive-search {
    padding: 5.8411214953vw;
    border-radius: 3.2710280374vw;
  }
  .archive-search-title {
    margin-bottom: 4.6728971963vw;
    font-size: 4.2056074766vw;
  }
  .archive-search-title svg {
    width: 5.6074766355vw;
    margin-right: 2.3364485981vw;
  }
  .archive-search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive-search-row:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .archive-search-row + .archive-search-row {
    margin-top: 5.8411214953vw;
  }
  .archive-search-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
  }
  .archive-search-col:last-child {
    width: 100%;
    margin-top: 4.6728971963vw;
  }
  .archive-search-col .btn {
    width: 100%;
    height: 13.0841121495vw;
    font-size: 3.2710280374vw;
  }
  .archive-search-col .btn svg {
    width: 4.2056074766vw;
  }
  .archive-search-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 4.6728971963vw 0 5.8411214953vw 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .archive-search-group > span {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .archive-search-group .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive-search select {
    height: 11.6822429907vw;
    margin-right: 0.5em;
    font-size: 3.2710280374vw;
    border-radius: 0.9345794393vw;
  }
  .archive-search input[type=text] {
    width: 100%;
    height: 11.6822429907vw;
    font-size: 3.2710280374vw;
  }
  .archive-search .checkbox {
    margin-right: 1em;
    margin-top: 1.5em;
  }
  .archive-search .checkbox input[type=checkbox] + span {
    padding-left: 7.0093457944vw;
    white-space: nowrap;
  }
  .archive-search .checkbox input[type=checkbox] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.6074766355vw;
    height: 5.6074766355vw;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0.9345794393vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .archive-search .checkbox input[type=checkbox]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.1682242991vw;
    left: 1.1682242991vw;
    width: 2.8037383178vw;
    height: 2.1028037383vw;
    border-width: 0.7009345794vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .archive-search .btn-search {
    height: 13.0841121495vw;
    margin-top: 2.8037383178vw;
  }
  .archive-search .btn-search svg {
    width: 3.5046728972vw;
  }
}

/*
	公演・学芸
*/
.performances-container, .programs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.performances-container + .performances-container, .performances-container + .programs-container, .programs-container + .performances-container, .programs-container + .programs-container {
  margin-top: 30px;
}
.performances-container + .pagination, .programs-container + .pagination {
  margin-top: 100px;
}
.performances-figure, .programs-figure {
  width: 300px;
}
.performances-figure img, .programs-figure img {
  width: 100%;
}
.performances-body, .programs-body {
  position: relative;
  width: calc(100% - 300px);
  padding-bottom: 70px;
  padding-left: 3%;
}
.performances-body .performances-label, .performances-body .programs-label, .programs-body .performances-label, .programs-body .programs-label {
  margin-bottom: 20px;
}
.performances-body .btn, .programs-body .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.performances-copy, .programs-copy {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-title, .programs-title {
  margin-bottom: 0.2em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-period, .performances-desc, .programs-period, .programs-desc {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .performances-container, .programs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.6728971963vw;
    border-radius: 2.3364485981vw;
  }
  .performances-container + .performances-container, .performances-container + .programs-container, .programs-container + .performances-container, .programs-container + .programs-container {
    margin-top: 4.6728971963vw;
  }
  .performances-container + .pagination, .programs-container + .pagination {
    margin-top: 11.6822429907vw;
  }
  .performances-figure, .programs-figure {
    width: auto;
    margin-bottom: 4.6728971963vw;
  }
  .performances-body, .programs-body {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
  }
  .performances-body .performances-label, .performances-body .programs-label, .programs-body .performances-label, .programs-body .programs-label {
    margin-bottom: 3.5046728972vw;
  }
  .performances-body .btn, .programs-body .btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .performances-copy, .programs-copy {
    font-size: 2.8037383178vw;
  }
  .performances-title, .programs-title {
    font-size: 4.6728971963vw;
  }
  .performances-period, .performances-desc, .programs-period, .programs-desc {
    margin-bottom: 1.5em;
  }
}

.programs-figure {
  width: 180px;
}
.programs-body {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .programs-figure {
    width: auto;
  }
  .programs-body {
    width: auto;
  }
}

/*
	HTMLエディタ
*/
.editor-wrap {
  font-size: 16px;
}
.editor-wrap > :last-child {
  margin-bottom: 0 !important;
}
.editor-wrap h1, .editor-wrap h2, .editor-wrap h3, .editor-wrap h4, .editor-wrap h5, .editor-wrap h6 {
  font-weight: 700;
  line-height: 1.5;
}
.editor-wrap h2, .editor-wrap h3, .editor-wrap h4, .editor-wrap h5, .editor-wrap h6 {
  margin: 1.8em 0 0.6em;
}
.editor-wrap h1 {
  margin-bottom: 1em;
  font-size: 40px;
}
.editor-wrap h2 {
  font-size: 30px;
}
.editor-wrap h3 {
  font-size: 26px;
}
.editor-wrap h4 {
  font-size: 20px;
}
.editor-wrap hr {
  margin: 75px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.editor-wrap p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.editor-wrap ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: disc;
  line-height: 1.8;
}
.editor-wrap ol {
  margin-bottom: 1em;
  line-height: 1.8;
  counter-reset: decimal;
}
.editor-wrap ol li {
  position: relative;
  padding-left: 1.5em;
}
.editor-wrap ol li::before {
  counter-increment: decimal;
  content: counter(decimal) ". ";
  position: absolute;
  left: 0.2em;
  font-weight: 700;
}
.editor-wrap figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  text-align: center;
}
.editor-wrap figure img {
  width: 100%;
}
.editor-wrap figure figcaption {
  margin-top: 1em;
  padding-left: 15%;
  color: #555;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}
.editor-wrap blockquote {
  margin: 1em 0;
  padding-left: 1.5em;
  border-left: 4px solid #000;
}
.editor-wrap blockquote p {
  line-height: 1.6;
}
.editor-wrap blockquote cite {
  margin-top: 1em;
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}
.editor-wrap blockquote a {
  text-decoration: underline;
}
.editor-wrap table {
  width: 100%;
  margin-bottom: 75px;
  border-top: 1px solid #ddd;
}
.editor-wrap table tr th, .editor-wrap table tr td {
  padding: 0.8em 1em;
  line-height: 1.5;
  text-align: left;
}
.editor-wrap table tr th {
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}
.editor-wrap table tr td {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .editor-wrap {
    font-size: 3.2710280374vw;
  }
  .editor-wrap h1 {
    font-size: 6.5420560748vw;
  }
  .editor-wrap h2 {
    font-size: 4.6728971963vw;
  }
  .editor-wrap h3 {
    font-size: 3.738317757vw;
  }
  .editor-wrap h4 {
    font-size: 3.2710280374vw;
  }
  .editor-wrap hr {
    margin: 14.0186915888vw 0;
  }
  .editor-wrap figure {
    margin: 14.0186915888vw auto;
  }
  .editor-wrap figure figcaption {
    padding-left: 0;
    font-size: 2.3364485981vw;
  }
  .editor-wrap blockquote {
    margin: 1em 0;
    padding-left: 0;
    border-left: none;
  }
  .editor-wrap blockquote p {
    padding-left: 1.5em;
    border-left: 1.1682242991vw solid #000;
    line-height: 1.6;
  }
  .editor-wrap blockquote cite {
    font-size: 2.8037383178vw;
  }
  .editor-wrap blockquote a {
    text-decoration: underline;
  }
  .editor-wrap table {
    margin: 7.0093457944vw 0 10.5140186916vw;
  }
}

/*
	アンカー
*/
.anchor-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  position: relative;
  margin-bottom: 80px;
  padding: 25px 3%;
  background-color: #f4f5f6;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.anchor-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 48.5%;
  padding: 1em 2em;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.anchor-top a span {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
}
.anchor-top a span svg {
  width: 12px;
  fill: #fff;
}
.anchor-category {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 0;
}
.anchor-category::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: max(-8.65%, -90px);
  right: -100px;
  height: 100%;
  background-color: rgba(234, 234, 235, 0.5);
  mix-blend-mode: multiply;
}
.anchor-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 0;
}
.anchor-category ul li {
  position: relative;
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1.2;
}
.anchor-category ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #000;
}
.anchor-category ul li a {
  display: block;
}
.anchor-category ul li a.is-current {
  padding-bottom: 0.2em;
  font-weight: 700;
  border-bottom: 3px solid #000;
  pointer-events: none;
}
.anchor-category ul li a svg {
  width: 12px;
  margin-left: 0.5em;
}
.anchor-category ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.anchor-category ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .anchor-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3364485981vw;
    margin-bottom: 14.0186915888vw;
    padding: 5.8411214953vw;
    border-radius: 3.2710280374vw;
  }
  .anchor-top a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0.8em 1em;
    text-align: center;
    border-radius: 1.1682242991vw;
  }
  .anchor-top a span {
    width: 7.0093457944vw;
    height: 7.0093457944vw;
    margin-left: 1em;
  }
  .anchor-top a span svg {
    width: 2.8037383178vw;
  }
  .anchor-category {
    margin-bottom: 11.6822429907vw;
    padding: 7.0093457944vw 0;
  }
  .anchor-category-select {
    width: 100%;
    height: 10.5140186916vw;
    margin-bottom: 2.3364485981vw;
    padding: 0 0.5em;
    font-size: 4.2056074766vw;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    background: url(/assets/images/common/angle.svg) right center/12px auto no-repeat;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

/*
	FAQ
*/
.faq .accordion-inner {
  margin: 0 0 50px;
}
.faq-title {
  margin-bottom: 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.faq-subtitle {
  margin-bottom: 2em;
  padding-left: 0.5em;
  font-size: 20px;
  font-weight: 700;
  border-left: 8px solid #000;
}
.faq-list {
  margin-bottom: 100px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.faq-list-q {
  position: relative;
  margin-right: 1em;
  padding-left: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}
.faq-list-q::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.faq-list-a {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
}
.faq-list-a::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: -0.2em;
  font-size: 20px;
  font-weight: 700;
}
.faq-contact-mail {
  margin-bottom: 60px;
}
.faq-contact-lead {
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 2;
}
.faq-contact-notes {
  font-weight: 500;
  line-height: 2;
}
.faq-contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 60px auto 30px;
  font-size: 22px;
}
.faq-contact-subject {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 700;
}
.faq-contact-list dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  padding: 0.4em 0.5em;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  border-radius: 4px;
}
.faq-contact-list dd {
  font-weight: 500;
  line-height: 1.8;
}
.faq-contact-list dd + dd {
  margin-top: 0.5em;
}
.faq-contact-list dd + dt {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .faq .accordion-inner {
    margin: 0 0 9.3457943925vw;
  }
  .faq-title {
    margin-bottom: 1.5em;
    font-size: 4.6728971963vw;
  }
  .faq-subtitle {
    margin-bottom: 1.5em;
    font-size: 4.6728971963vw;
    border-left-width: 2.3364485981vw;
  }
  .faq-list {
    margin-bottom: 23.3644859813vw;
  }
  .faq-list-q {
    font-size: 4.6728971963vw;
    line-height: 1.2;
  }
  .faq-list-q::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq-list-a {
    line-height: 1.7;
  }
  .faq-list-a::before {
    font-size: 4.6728971963vw;
  }
  .faq-contact-mail {
    margin-bottom: 14.0186915888vw;
  }
  .faq-contact-lead {
    line-height: 1.6;
  }
  .faq-contact .btn {
    width: 100%;
    margin: 14.0186915888vw auto 7.0093457944vw;
    font-size: 4.6728971963vw;
  }
  .faq-contact-subject {
    font-size: 3.738317757vw;
  }
}

/*
	アラート
*/
.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  padding: 2em 3%;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}
.alert::before {
  content: "!";
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding-bottom: 0.2em;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #000;
  border-radius: 50%;
}
.alert-body {
  padding-left: 1.5em;
  font-weight: 500;
}
.alert-body p {
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4.6728971963vw 0 14.0186915888vw;
    padding: 4.6728971963vw;
    font-size: 3.2710280374vw;
    border-radius: 2.3364485981vw;
  }
  .alert::before {
    width: 11.6822429907vw;
    height: 11.6822429907vw;
    margin-bottom: 4.6728971963vw;
    font-size: 4.6728971963vw;
  }
  .alert-body {
    padding-left: 0;
  }
}

/*
	パネル
*/
.panel {
  margin: 50px 0;
  padding: 1.5em;
  background-color: rgba(228, 232, 233, 0.5);
}
.panel p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .panel {
    margin: 11.6822429907vw 0;
  }
}

/*
	スポンサー
*/
.sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px 0;
}
.sponsor-list img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sponsor-list p {
  margin-top: 1em;
}
.sponsor-list p a {
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}
.sponsor-list + hr {
  margin: 100px 0;
  border-bottom: 3px solid rgba(112, 112, 112, 0.2);
}
@media screen and (max-width: 768px) {
  .sponsor-list {
    gap: 23.3644859813vw 0;
  }
  .sponsor-list img {
    width: 70.0934579439vw;
  }
  .sponsor-list + hr {
    margin: 23.3644859813vw 0;
  }
}

/*
	サポート
*/
.support-access-title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
}
.support-access-movie {
  max-width: 560px;
  margin-bottom: 30px;
}
.support-access-desc {
  font-weight: 500;
  line-height: 1.5;
}

/*
	16:9動画
*/
.video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
	友の会特典
*/
.membership-benefits section + section {
  margin-top: 60px;
}
.membership-benefits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.membership-benefits-figure {
  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: 100px;
  height: 100px;
  background-color: #6c7881;
  border-radius: 23px;
}
.membership-benefits-figure svg {
  width: 72px;
  fill: #fff;
}
.membership-benefits-body {
  width: calc(100% - 100px);
  padding-left: min(3.8%, 40px);
}
.membership-benefits-body p {
  line-height: 1.8;
}
.membership-benefits-lead {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
}
.membership-benefits-desc {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .membership-benefits section + section {
    margin-top: 10.5140186916vw;
  }
  .membership-benefits-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .membership-benefits-figure {
    width: 23.3644859813vw;
    height: 23.3644859813vw;
    border-radius: 2.8037383178vw;
  }
  .membership-benefits-figure svg {
    width: 16.8224299065vw;
  }
  .membership-benefits-body {
    width: calc(100% - 23.3644859813vw);
    padding-left: 4.6728971963vw;
  }
  .membership-benefits-lead {
    font-size: 4.2056074766vw;
    min-height: 23.3644859813vw;
  }
  .membership-benefits-desc {
    width: calc(100% + 28.0373831776vw);
    margin-left: -28.0373831776vw;
    padding-left: 0;
  }
}

/*
	ボーダーボックス
*/
.border-left-box {
  margin: 40px 0;
  padding-left: 1.5em;
  border-left: 2px solid #000;
}
.border-left-box p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .border-left-box p {
    font-size: 3.738317757vw;
  }
}

/*
	公演ラベル
*/
.performances-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.performances-label li {
  padding: 0.7em;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
}
.performances-label li.label-starring, .performances-label li.label-genre {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.performances-label li.label-setagaya {
  background-color: #fae5df;
  border-color: #fae5df;
}
.performances-label li.label-sale {
  background-color: #d3e6f2;
  border-color: #d3e6f2;
}
@media screen and (max-width: 768px) {
  .performances-label li {
    font-size: 2.3364485981vw;
    border-radius: 0.9345794393vw;
  }
}

/*
	学芸ラベル
*/
.programs-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.programs-label li {
  padding: 0.7em;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 9999px;
}
.programs-label li.label-apply {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 4px;
}
.programs-label li.label-children {
  color: #fff;
  background-color: #78acae;
  border-color: #78acae;
}
.programs-label li.label-public {
  color: #fff;
  background-color: #5e82bc;
  border-color: #5e82bc;
}
.programs-label li.label-regional {
  color: #fff;
  background-color: #ea706b;
  border-color: #ea706b;
}
.programs-label li.label-expert {
  color: #fff;
  background-color: #dbb373;
  border-color: #dbb373;
}
.programs-label li.label-workshop {
  color: #fff;
  background-color: #5e82bc;
  border-color: #5e82bc;
}
.programs-label li.label-other {
  color: #fff;
  background-color: #c3c2b1;
  border: 1px solid #c3c2b1;
}
.programs-label li.label-genre {
  color: #000;
  background-color: #fff;
  border: 1px solid #9f9f9f;
}
@media screen and (max-width: 768px) {
  .programs-label li {
    font-size: 2.3364485981vw;
  }
}

/*
	ページトップ
*/
.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 900;
  right: 20px;
  top: 80%;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.pagetop a svg {
  width: 75px;
  margin-right: 10px;
  fill: #000;
}

/*
	グーグルマップ
*/
.google-map {
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .google-map {
    padding-bottom: 113.5514018692vw;
    margin: 11.6822429907vw -8.1775700935vw;
  }
  .google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

/*
	マップ
*/
.map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.map-wrapper .access-map {
  width: 59.4%;
}
.map-wrapper .route-map {
  width: 36.5%;
}
@media screen and (max-width: 768px) {
  .map-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 21.0280373832vw;
  }
  .map-wrapper .access-map {
    width: auto;
    margin-bottom: 14.0186915888vw;
  }
  .map-wrapper .route-map {
    width: auto;
  }
}

/*
	アクセス
*/
.access-detail section + section {
  margin-top: 50px;
}
.access-detail p {
  line-height: 1.8;
}
.access-railway-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access-railway-row figure {
  width: 45%;
}
.access-railway-text {
  width: 50%;
}
.access-railway-text ol {
  counter-reset: list-count;
}
.access-railway-text ol li {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.5em;
  line-height: 1.8;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.access-railway-text ol li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
  position: absolute;
  left: 0;
  font-weight: 700;
}
.access-bus-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access-bus-row section {
  width: 46%;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.access-bus-row section + section {
  margin-top: 0;
}
.access-bus-row section p {
  min-height: 6.9em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.access-bus-row section dl {
  line-height: 1.8;
}
.access-bus-row section dl dt {
  font-weight: 700;
}
.access-car-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.access-car-row figure {
  width: 49%;
}
.access-car-text {
  width: 46%;
}
.access-car-text-box {
  margin-bottom: 30px;
  padding: 1.5em;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #707070;
  border-radius: 5px;
}
.access-car-text .link-icon {
  font-size: 16px;
  font-weight: 700;
}
.access-bicycle .btn {
  width: auto;
  margin-top: 30px;
  padding: 0.8em 2em;
}
@media screen and (max-width: 768px) {
  .access-detail section + section {
    margin-top: 9.3457943925vw;
  }
  .access-railway-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access-railway-row figure {
    width: auto;
    margin-bottom: 4.6728971963vw;
  }
  .access-railway-text {
    width: auto;
  }
  .access-bus-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access-bus-row section {
    width: auto;
  }
  .access-bus-row section + section {
    margin-top: 14.0186915888vw;
  }
  .access-bus-row section p {
    min-height: auto;
  }
  .access-car-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.6728971963vw;
  }
  .access-car-row figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin-bottom: 7.0093457944vw;
  }
  .access-car-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
  .access-car-text-box {
    margin-bottom: 7.0093457944vw;
    font-size: 3.738317757vw;
    border-radius: 1.1682242991vw;
  }
  .access-car-text .link-icon {
    font-size: 3.738317757vw;
  }
  .access-bicycle .btn {
    margin-top: 7.0093457944vw;
  }
}

/*
	印刷用
*/
@media print {
  body, .wrapper {
    background: none;
  }
  .header-container {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }
  .header-logo {
    width: 140px;
    height: 124px;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }
  .header .nav-primary, .header .nav-secondary {
    display: none;
  }
  .category-top .header-container, .page-home .header-container {
    position: absolute;
  }
  .category-top .header-logo, .page-home .header-logo {
    padding: 20px;
  }
  .wrapper::before {
    content: none;
  }
  .category-top .wrapper::before, .page-home .wrapper::before {
    content: "";
    left: -642px;
  }
  .main {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
  }
  .main .container {
    padding-left: 0;
    padding-top: 0;
  }
  .main .top-visual {
    margin-left: 0;
  }
  .main .today, .main .sns-container, .main .banner-container, .main .logo-container {
    padding-left: 0;
  }
  .main .inner {
    overflow: hidden;
    padding: 0 20px;
  }
  .category-top .main .container {
    padding-top: 0;
  }
  .category-top .main .main-visual::before {
    background-position: -750px 0;
  }
  .category-top .main .main-visual-image img {
    height: 500px;
  }
  .menu, .nav-local-swiper, .pagination, .pagetop, .whats-new {
    display: none !important;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .inner {
    padding: 0 20px;
  }
  .footer-breadcrumbs, .footer-utilities, .footer-sitemap, .footer-news, .footer-guideline, .footer-links {
    display: none;
  }
  .footer-container {
    padding-left: 0;
  }
  .footer-copyright p {
    text-align: center;
  }
  .is-hide {
    display: none;
  }
}