<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.fadein {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.delay1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadein.delay2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.fadein.active {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
  line-height: 1;
}

@media (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: .2s;
  transition: .2s;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

.cmn_inner {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .cmn_inner {
    padding: 0 4vw;
  }
}
.cmn_txt {
  font-size: 1.8rem;
  color: #0e2e49;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 800px) {
  .cmn_txt {
    font-size: 4.8vw;
  }
}
.cmn_txt.--mt20 {
  margin-top: 2rem;
}
.cmn_txt.--exhibition {
  line-height: 1.8;
}
@media (max-width: 800px) {
  .cmn_txt.--exhibition {
    line-height: 1.7;
  }
}
.cmn_ttl {
  margin: auto;
  margin-bottom: 6rem;
}
@media (max-width: 800px) {
  .cmn_ttl {
    margin-bottom: 9.8vw;
  }
}

.bg_kv {
  background-image: url(../../images/kv_base.png);
  background-color: #F3EDDA;
  background-position: center top;
}
.bg_beige {
  background: url(../../images/bg.png) no-repeat top center #F3EDDA;
}
.bg_blue {
  background-color: #e6ece7;
  background-size: cover;
  background-image: url(../../images/bg02.png);
}

.bnr-area {
  background-color: #f6f2e1;
  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: 6rem;
  padding: 3rem 0 3.6rem;
  border-bottom: solid 1px #dad2b9;
}
@media (max-width: 800px) {
  .bnr-area {
    padding: 5vw 12vw;
    gap: 6vw;
  }
}
.bnr-area__item {
  display: block;
}
.bnr-area__item.--tfm {
  width: 14.5rem;
}
@media (max-width: 800px) {
  .bnr-area__item.--tfm {
    width: 24vw;
  }
}
.bnr-area__item.--tspo {
  width: 12.7rem;
}
@media (max-width: 800px) {
  .bnr-area__item.--tspo {
    width: 18vw;
  }
}
.bnr-area__item.--anniv {
  width: 13.2rem;
}
@media (max-width: 800px) {
  .bnr-area__item.--anniv {
    width: 17vw;
  }
}

main {
  font-family: "Noto Serif JP", sans-serif;
}

.share__icon {
  width: 36px;
  margin: 0 6px;
  display: block;
}

.kv {
  max-width: 1344px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.kv_wrapper {
  padding: 3rem 5rem;
}
@media (max-width: 800px) {
  .kv_wrapper {
    padding: 0;
  }
}
.kv__img {
  max-width: 77.0%;
  margin: 1.9% 11.5%;
}

@media (max-width: 800px) {
  .kv__img {
    max-width: 91%;
    margin: 4.5%;
  }
  .kv img {
    padding: 1rem 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.radiko_btn {
  width: 343px;
  margin: 5.4rem auto 0;
  display: block;
  background-image: url(../../images/btn_radiko_on.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 800px) {
  .radiko_btn {
    width: 94%;
    text-align: center;
  }
}

.about_wrapper {
  overflow: hidden;
  padding: 10.8rem 0 7.6rem;
}
@media (max-width: 800px) {
  .about_wrapper {
    padding: 11.6vw 0;
  }
}
.about_inner {
  position: relative;
}
.about_inner_decoleft {
  position: absolute;
  left: -15rem;
  top: -7rem;
}
@media (max-width: 800px) {
  .about_inner_decoleft {
    left: 0;
    height: 56vw;
    top: -1vw;
    z-index: 9999;
  }
}
.about_inner_decoright {
  position: absolute;
  right: -15rem;
  top: -7rem;
}
@media (max-width: 800px) {
  .about_inner_decoright {
    right: 0;
    height: 74vw;
    top: -6vw;
    z-index: 9999;
  }
}
.about_ttl {
  margin: auto;
  margin-bottom: 5rem;
  max-width: 89.9rem;
}
@media (max-width: 800px) {
  .about_ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 12vw;
  }
}
.about__container {
  margin: 0 auto;
  max-width: 900px;
}
.about_txt {
  width: 95%;
  margin: auto;
  padding: 0 4rem;
  line-height: 2.3;
  letter-spacing: -0.03em;
  position: relative;
}
@media (max-width: 800px) {
  .about_txt {
    padding: 0;
    width: 100%;
  }
}

.guest_wrapper {
  padding: 7rem 0 9rem;
}
@media (max-width: 800px) {
  .guest_wrapper {
    padding: 9.4vw 0 6vw;
  }
}
.guest_ttl {
  width: 100px;
}
@media (max-width: 800px) {
  .guest_ttl {
    width: 25%;
  }
}
.guest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .guest_list {
    display: block;
  }
}
.guest_list_item {
  width: 282px;
  text-align: center;
}
@media (max-width: 800px) {
  .guest_list_item {
    width: 73%;
    margin: auto;
    margin-bottom: 9vw;
  }
}
.guest_list_item img {
  margin-bottom: 2.2rem;
}
@media (max-width: 800px) {
  .guest_list_item img {
    margin-bottom: 5.4vw;
  }
}
.guest_time {
  background-color: #194e79;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  width: 100px;
  margin: 0 auto 1rem;
  line-height: 1.7;
  text-align: center;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .guest_time {
    font-size: 4vw;
    width: 34.6%;
    border-radius: 50px;
    line-height: 1.4;
    margin: 0 auto 3.6vw;
  }
}
.guest_time span {
  font-size: 2rem;
}
@media (max-width: 800px) {
  .guest_time span {
    font-size: 4.8vw;
  }
}
.guest_coming {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3a3623;
  margin-bottom: 0.7rem;
}
.guest_coming span {
  letter-spacing: -0.1rem;
}
@media (max-width: 800px) {
  .guest_coming {
    font-size: 5vw;
    margin-bottom: 2.2vw;
  }
}
.guest_coming--big {
  font-size: 2.1rem;
}
@media (max-width: 800px) {
  .guest_coming--big {
    font-size: 6.4vw;
  }
}

.present_wrapper {
  padding: 8rem 0 9rem;
}
@media (max-width: 800px) {
  .present_wrapper {
    padding: 12vw 0 14vw;
  }
}
.present_inner {
  padding-bottom: 2rem;
  padding-top: 3rem;
  letter-spacing: -0.1rem;
}
@media (max-width: 800px) {
  .present_inner {
    display: block;
    padding-bottom: 3rem;
  }
}
.present_inner.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0;
}
@media (max-width: 800px) {
  .present_inner.--flex {
    display: block;
  }
}
.present_inner:last-child {
  border-top: dotted 2px #35668c;
}
.present .space {
  padding-bottom: 0;
}
.present_column.--left {
  width: 50%;
}
@media (max-width: 800px) {
  .present_column.--left {
    width: 100%;
  }
}
.present_column.--right {
  width: 50%;
  padding-top: 0rem;
  position: relative;
  margin-top: -1.7rem;
}
@media (max-width: 800px) {
  .present_column.--right {
    width: 84%;
    margin: auto;
    text-align: center;
    padding-bottom: 6vw;
  }
}
.present_column p {
  color: #194e79 !important;
}
.present_ttl {
  width: 13.4rem;
}
@media (max-width: 800px) {
  .present_ttl {
    width: 35%;
  }
}
.present_ttl_small {
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .present_ttl_small {
    font-size: 6.5vw;
    padding-left: 0;
    padding-bottom: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    gap: 1rem;
  }
}
.present_ttl_small p {
  font-family: YakuHanMP,"Noto Serif JP", sans-serif;
}
.present_ttl_small img {
  width: 4.6rem;
}
@media (max-width: 800px) {
  .present_ttl_small img {
    width: 10vw;
    margin: 5px 0 0 0;
  }
}
.present_txt {
  padding-left: 1.7rem;
  padding-top: 1.5rem;
  padding-bottom: 2.8rem;
  color: #194e79 !important;
}
@media (max-width: 800px) {
  .present_txt {
    padding-left: 0;
    padding-top: 0;
    line-height: 1.5;
  }
}
.present_txt--bigger {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media (max-width: 800px) {
  .present_txt--bigger {
    font-size: 5.8vw;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
}
.present_txt--bigger.--mb20 {
  margin-bottom: 2rem;
  display: inline-block;
}
@media (max-width: 800px) {
  .present_txt--bigger.--mb20 {
    margin-bottom: 0.6vw;
  }
}
.present_txt--big {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 800px) {
  .present_txt--big {
    font-size: 4.8vw;
  }
}
.present_txt--small {
  font-size: 1.7rem;
  margin-bottom: 0.3vw;
  display: inline-block;
}
@media (max-width: 800px) {
  .present_txt--small {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.present_txt--smaller {
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  .present_txt--smaller {
    font-size: 4vw;
    line-height: 1.4;
    display: inline-block;
    margin-top: 1.4vw;
  }
}
.present_txt--smallest {
  font-size: 1.4rem;
  padding-top: 1.6rem;
  display: inline-block;
}
@media (max-width: 800px) {
  .present_txt--smallest {
    font-size: 3.8vw;
  }
}
.present_btn {
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .present_btn {
    display: block;
    margin-top: 0;
  }
}
.present_btn a {
  width: 53.8rem;
  display: block;
  margin: auto;
}
@media (max-width: 800px) {
  .present_btn a {
    width: 91%;
    margin: auto;
  }
}
.present_btn_x {
  background-image: url(../../images/btn_x_on.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .present_btn_x {
    background-size: contain;
    margin-bottom: 5vw !important;
  }
}
.present_box {
  width: 30rem;
}

.form_btn {
  background-image: url(../../images/btn_form_on.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .form_btn {
    background-image: url(../../images/btn_form_sp.png);
  }
}

.exhibition_wrapper {
  padding: 9rem 0 12rem;
}
@media (max-width: 800px) {
  .exhibition_wrapper {
    padding: 9.4vw 0 16vw;
  }
}
.exhibition_ttl {
  width: 32.3rem;
}
@media (max-width: 800px) {
  .exhibition_ttl {
    width: 80%;
    margin-top: 5vw;
  }
}
.exhibition_txtwrapper {
  padding: 0 3rem;
}
@media (max-width: 800px) {
  .exhibition_txtwrapper {
    padding: 0;
  }
}
.exhibition_about {
  max-width: 92rem;
  margin: 0 auto 6rem;
}
@media (max-width: 800px) {
  .exhibition_about {
    margin-bottom: 10vw;
  }
}
.exhibition_img {
  width: 94%;
  margin: auto;
  margin-bottom: 5.8rem;
  margin-top: 5rem;
}
@media (max-width: 800px) {
  .exhibition_img {
    margin-bottom: 10vw;
    margin-top: 8.4vw;
  }
}
.exhibition_info {
  padding-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.4rem;
}
@media (max-width: 800px) {
  .exhibition_info {
    display: block;
    padding-top: 6vw;
  }
}
@media (max-width: 800px) {
  .exhibition_info.holiday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.exhibition_info.access {
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .exhibition_info.access {
    margin-top: 0;
  }
}
.exhibition_info_wrapper {
  padding: 0 4.2rem;
}
@media (max-width: 800px) {
  .exhibition_info_wrapper {
    padding: 0;
  }
}
.exhibition_info_ttl {
  font-size: 1.4rem;
  color: #fff;
  border-radius: 5px;
  max-width: 10.2rem;
  text-align: center;
  padding: 0.4rem 1rem;
  width: 10%;
}
@media (max-width: 800px) {
  .exhibition_info_ttl {
    font-size: 3.3vw;
    width: 20%;
    margin-bottom: 2vw;
  }
}
.exhibition_info_ttl.--blue {
  background-color: #1b4a71;
}
.exhibition_info_ttl.--beige {
  background-color: #847759;
}
.exhibition_info_txt {
  font-size: 1.6rem;
  color: #1b4a71;
  font-weight: bold;
  line-height: 1.68;
  width: 100%;
}
@media (max-width: 800px) {
  .exhibition_info_txt {
    font-size: 4.4vw;
    line-height: 1.53;
  }
}

@media (max-width: 800px) {
  .holiday .exhibition_info_ttl {
    margin-bottom: 0;
  }
}

.info_small {
  font-size: 1.4rem;
  font-weight: 600 !important;
}
@media (max-width: 800px) {
  .info_small {
    font-size: 3vw;
    display: block;
    margin-top: 2vw;
  }
}

.info_detail {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #6a7e8f;
  padding-bottom: 3px;
  display: inline;
  margin-left: 1.8rem;
}
@media (max-width: 800px) {
  .info_detail {
    font-size: 3.4vw;
  }
}

.sonypark_mini {
  width: 33.7rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 800px) {
  .sonypark_mini {
    width: 80.2%;
    padding-bottom: 2.4vw;
  }
}

.btn_detail {
  width: 203px;
  display: block;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 800px) {
  .btn_detail {
    width: 65%;
    margin: auto;
    margin-top: 10vw;
    margin-bottom: 8.4vw;
  }
}

.sonypark_wrapper {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .sonypark_wrapper {
    padding: 12vw 0 6vw;
  }
}
.sonypark_img {
  max-width: 63rem;
  margin: 0 auto 5rem;
}
.sonypark_txt {
  letter-spacing: -0.03em;
  margin: auto;
  line-height: 1.8;
}
.sonypark_txtwrapper {
  width: 90%;
  margin: auto;
}
@media (max-width: 800px) {
  .sonypark_txtwrapper {
    width: 100%;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 4rem 3rem;
  background-color: #f6f2e1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2.4rem 4rem 2rem;
  }
}

.footer__common--pc {
  display: block;
  padding: 15px 0 0 0;
}
.footer__common--sp {
  display: none;
}
.footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .footer__share {
    margin-bottom: 5vw;
  }
}
.footer__copyright {
  color: #5a5042;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 800px) {
  .footer__copyright {
    font-size: 2.8vw;
  }
}

@media (max-width: 1000px) {
  .footer__common {
    padding: 0;
  }
  .footer__common--pc {
    display: none;
  }
  .footer__common--sp {
    display: block;
  }
}
.page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.page-top img {
  width: 64px;
  height: auto;
}
@media (max-width: 800px) {
  .page-top img {
    width: 48px;
  }
}

@media (max-width: 800px) {
  .page-top-sp {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 5vw;
    width: 10.6vw;
  }
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
.pc_firefox {
  display: inline-block;
}
@media (max-width: 800px) {
  .pc_firefox {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .btn_more {
    font-size: 4vw;
    font-weight: 600;
    border-bottom: 1px solid #0e2e49;
    padding-bottom: 4px;
    display: inline;
    color: #0e2e49;
    margin-left: 2vw;
  }
}

@media (max-width: 800px) {
  .btn_more02 {
    font-size: 4vw;
    font-weight: 600;
    border-bottom: 1px solid #0e2e49;
    padding-bottom: 10px;
    display: inline-block;
    color: #0e2e49;
    margin-top: 12px;
  }
}

.inline {
  display: inline;
}

@media (max-width: 800px) {
  .footer-border-sp {
    width: 100%;
  }
}

.post_txt {
  margin-top: 5.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 800px) {
  .post_txt {
    text-align: center;
    margin-top: 3rem;
    line-height: 1.4;
  }
}
.post_txt a {
  text-decoration: underline;
}

.pt_none {
  padding-top: 0;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>