@charset "UTF-8";
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  src: url(/gallery/common/css/font/Noto_Sans_JP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  src: url(/gallery/common/css/font/Noto_Sans_JP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  src: url(/gallery/common/css/font/Noto_Sans_JP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: url(/gallery/common/css/font/Lato/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  src: url(/gallery/common/css/font/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url(/gallery/common/css/font/Lato/Lato-Bold.ttf) format("truetype");
}
html {
  font-size: 62.5%;
}
html body {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 768px) {
  html body {
    font-size: 1.7rem;
    letter-spacing: .12em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  html body {
    font-size: 1.6rem;
    letter-spacing: .08em;
    line-height: 1.5;
  }
}
html body .lato {
  font-family: "Lato", sans-serif;
}
html body .kantai {
  font-family: "微软雅黑", "宋体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html body .col-caution {
  color: #f00 !important;
}
html body .font-bold {
  font-weight: bold;
}
html body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a.underLine {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  a.underLine:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  a {
    transition: .2s;
  }
}

.el_blankLink:after {
  background: url(/gallery/common/img/icon_blank_red.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 4px;
  vertical-align: middle;
  width: 14px;
}

img,
figure,
picture {
  height: auto;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}
img.of-contain,
figure.of-contain,
picture.of-contain {
  font-family: "object-fit: contain;";
  height: 100%;
  object-fit: contain;
  width: 100%;
}
img.of-cover,
figure.of-cover,
picture.of-cover {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reDkeisen {
  text-decoration: line-through;
  color: #f00;
}

.fontBlack {
  color: #000;
}

.ve-m {
  vertical-align: middle;
}

.font10 {
  font-size: 1.0rem !important;
}
.font15 {
  font-size: 1.5rem !important;
}
.font20 {
  font-size: 2.0rem !important;
}
.font25 {
  font-size: 2.5rem !important;
}
.font30 {
  font-size: 3.0rem !important;
}
.font35 {
  font-size: 3.5rem !important;
}
.font40 {
  font-size: 4.0rem !important;
}

.font70p {
  font-size: 70% !important;
}
.font73p {
  font-size: 73% !important;
}
.font75p {
  font-size: 75% !important;
}
.font78p {
  font-size: 78% !important;
}
.font80p {
  font-size: 80% !important;
}
.font83p {
  font-size: 83% !important;
}
.font85p {
  font-size: 85% !important;
}
.font88p {
  font-size: 88% !important;
}
.font90p {
  font-size: 90% !important;
}
.font93p {
  font-size: 93% !important;
}
.font95p {
  font-size: 95% !important;
}
.font98p {
  font-size: 98% !important;
}
.font100p {
  font-size: 100% !important;
}
.font103p {
  font-size: 103% !important;
}
.font105p {
  font-size: 105% !important;
}
.font108p {
  font-size: 108% !important;
}
.font110p {
  font-size: 110% !important;
}
.font113p {
  font-size: 113% !important;
}
.font115p {
  font-size: 115% !important;
}
.font118p {
  font-size: 118% !important;
}
.font120p {
  font-size: 120% !important;
}
.font123p {
  font-size: 123% !important;
}
.font125p {
  font-size: 125% !important;
}
.font128p {
  font-size: 128% !important;
}
.font130p {
  font-size: 130% !important;
}

/*マージン*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

/*パディング*/
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}

.wrap {
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wrap {
    padding-top: 127px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding-top: 72px;
  }
}

.header {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}
@media print, screen and (min-width: 768px) {
  .header {
    border-bottom: 1px solid #ddd;
    height: 127px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 72px;
  }
}
.header .header__first {
  align-items: center;
  display: flex;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .header .header__first {
    padding-left: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__first {
    padding-left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .header .header__first .logo {
    margin-right: 2.5vw;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__first .logo {
    margin-right: 6.4vw;
    max-width: 84px;
    width: 22.4vw;
  }
}
.header .header__first .logo a {
  display: block;
}
.header .header__first .logo a picture,
.header .header__first .logo a img {
  display: block;
  max-width: none;
  width: 100%;
}
.header .header__first .header__info {
  color: #b94000;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .header .header__first .header__info {
    font-size: 2.4rem;
    letter-spacing: .16rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .header__first .header__info {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__first .header__info .line01 {
    font-size: 1.6rem;
  }
  .header .header__first .header__info .line02 {
    font-size: 1.4rem;
  }
}
.header .header__second {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .header .header__second {
    padding-right: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__second {
    padding-right: 5.3333333333vw;
  }
}
.header .header__second .header__lang {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .header__second .header__lang li {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .header .header__second .header__lang li {
    letter-spacing: .1em;
  }
}
.header .header__second .header__lang li + li:before {
  color: #e8e8e8;
  content: " / ";
  white-space: pre-wrap;
}
@media print, screen and (min-width: 768px) {
  .header .header__second .header__lang li a:hover {
    text-decoration: underline;
  }
  .header .header__second .header__lang li a.current {
    font-weight: bold;
  }
}

.gnav .gnav__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__button {
    margin-left: 1.6666666667vw;
  }
}
.gnav .gnav__button span {
  background: #000;
  display: block;
  height: 1.9px;
  transition: .4s;
  width: 100%;
}
.gnav .gnav__button span + span {
  margin-top: 10px;
}
.gnav .gnav__button.open span {
  background: #fff;
}
.gnav .gnav__button.open span:nth-of-type(1) {
  transform: rotate(45deg) translate(8.5px, 8.5px);
}
.gnav .gnav__button.open span:nth-of-type(2) {
  opacity: 0;
}
.gnav .gnav__button.open span:nth-of-type(3) {
  transform: rotate(-45deg) translate(8.5px, -8.5px);
}
.gnav .gnav__body {
  background: #b94000;
  color: #fff;
  overflow: auto;
  position: absolute;
  transition: .4s ease-in-out;
  z-index: 98;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body {
    height: 100vh !important;
    padding: 40px 1.5em 80px;
    right: -480px;
    top: 0;
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body {
    padding: 20px 0 40px;
    right: -100%;
    top: 0;
    width: 100%;
  }
}
.gnav .gnav__body.show {
  right: 0;
}
.gnav .gnav__body .gnav__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__header {
    margin-bottom: 34px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__header {
    margin-bottom: 16px;
    padding: 0 16vw 0 5.3333333333vw;
  }
}
.gnav .gnav__body .gnav__header .access {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__header .access {
    font-size: 1.8rem;
    height: 40px;
    width: 104px;
  }
  .gnav .gnav__body .gnav__header .access:hover {
    background: #fff;
    color: #b94000;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__header .access {
    font-size: 1.6rem;
    height: 28px;
    width: 91px;
  }
}
.gnav .gnav__body .gnav__header .header__lang li a {
  opacity: .48;
}
.gnav .gnav__body .gnav__header .header__lang li a.current {
  font-weight: normal;
  opacity: 1;
}
.gnav .gnav__body .gnav__list > li {
  align-items: flex-start;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li {
    line-height: 1.4;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li {
    flex-direction: column;
    padding: 12px 5.3333333333vw 11px;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li + li {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li + li {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li > a {
    flex: 1;
    font-size: 2.4rem;
  }
  .gnav .gnav__body .gnav__list > li > a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li > a {
    display: block;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li > .trigger {
    background: url(/gallery/common/img/arrow_gnav-trigger.svg) center / 4.2666666667vw 2.6666666667vw no-repeat;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    width: 14.9333333333vw;
  }
  .gnav .gnav__body .gnav__list > li > .trigger.open {
    transform: rotate(180deg);
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li > ul {
    border-left: 1px solid #fff;
    display: block !important;
    padding-left: 20px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li > ul {
    display: none;
    margin-top: 20px;
    padding-left: 7.4666666667vw;
    width: 100%;
  }
}
.gnav .gnav__body .gnav__list > li > ul > li {
  background: url(/gallery/common/img/arrow_white_right.svg) left center no-repeat;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li > ul > li {
    background-size: 8px 14px;
    padding-left: 20px;
  }
  .gnav .gnav__body .gnav__list > li > ul > li + li {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__list > li > ul > li {
    background-size: 2.1333333333vw 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
  .gnav .gnav__body .gnav__list > li > ul > li + li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__list > li > ul > li > a:hover {
    text-decoration: underline;
  }
}
.gnav .gnav__body .gnav__bottom {
  font-size: 1.6rem;
  letter-spacing: .08em;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__bottom {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__bottom li + li {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .gnav .gnav__body .gnav__bottom li + li {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav .gnav__body .gnav__bottom li a:hover {
    text-decoration: underline;
  }
}

.footer {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 100px 10px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 48px 5.3333333333vw 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer__top {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.footer .footer__top img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__top img {
    margin-right: 20px;
    width: 196px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__top img {
    margin: 0 auto 16px;
    width: 52.2666666667vw;
  }
}
.footer .footer__top dl {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer .footer__top dl {
    text-align: center;
  }
}
.footer .footer__top dl dt {
  font-weight: 500;
  margin-bottom: 8px;
}
.footer .footer__top dl dd {
  font-size: 1.4rem;
}
.footer .footer__banner {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__banner {
    align-items: flex-end;
    justify-content: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__banner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer__banner li.large {
    width: 205px;
  }
  .footer .footer__banner li.large + .large {
    margin-left: 16px;
  }
  .footer .footer__banner li.large + .small {
    margin-left: 24px;
  }
  .footer .footer__banner li.small {
    width: 150px;
  }
  .footer .footer__banner li.small + .small {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__banner li {
    margin-top: 16px;
    width: 43.2vw;
  }
  .footer .footer__banner li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.footer .footer__banner li a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__banner li a:hover {
    opacity: .4;
  }
}
.footer .footer__banner li a img {
  display: block;
}
.footer .footer__copy {
  color: #888;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer .footer__copy {
    font-size: 1.4rem;
    letter-spacing: .08em;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__copy {
    font-size: 1.2rem;
    letter-spacing: .04em;
    margin-top: 60px;
  }
}
.footer #pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}
.footer #pageTop a {
  width: 60px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: #B94000;
}
.footer #pageTop::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}

.basic-button {
  align-items: center;
  border: 1px solid #b94000;
  color: #b94000;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: .2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .basic-button {
    padding: 17px 0;
    position: relative;
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-button {
    padding: 11px 0;
    font-variant-ligatures: none;
  }
}
.basic-button:after {
  background: url(/gallery/common/img/arrow_basic-button_red.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 6.17px;
  width: 36.06px;
}
@media print, screen and (min-width: 768px) {
  .basic-button:after {
    margin-left: 16px;
    transition: .2s;
  }
}
@media only screen and (max-width: 767px) {
  .basic-button:after {
    margin-left: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .basic-button:hover {
    background: #b94000;
    color: #fff;
  }
  .basic-button:hover:after {
    background-image: url(/gallery/common/img/arrow_basic-button_white.svg);
  }
}
.basic-button.reverse {
  background: #b94000;
  color: #fff;
}
.basic-button.reverse:after {
  background-image: url(/gallery/common/img/arrow_basic-button_white.svg);
}
@media print, screen and (min-width: 768px) {
  .basic-button.reverse:hover {
    background: #fff;
    color: #b94000;
  }
  .basic-button.reverse:hover:after {
    background-image: url(/gallery/common/img/arrow_basic-button_red.svg);
  }
}
.basic-button[target="_blank"]:after {
  background-image: url(/gallery/common/img/icon_blank_red.svg);
  height: 18px;
  width: 20px;
}
.basic-button[target="_blank"]:hover:after {
  background-image: url(/gallery/common/img/icon_blank_white.svg);
}
.basic-button[target="_blank"].reverse:after {
  background-image: url(/gallery/common/img/icon_blank_white.svg);
}
.basic-button[target="_blank"].reverse:hover:after {
  background-image: url(/gallery/common/img/icon_blank_red.svg);
}
.basic-button.translate:after {
  background: url(/gallery/common/img/arrow_red_right_circle.svg) center/contain no-repeat;
  height: 20px;
  margin-left: 13px;
  transition: none;
  width: 20px;
}
@media print, screen and (min-width: 768px) {
  .basic-button.translate:hover:after {
    background-image: url(/gallery/common/img/arrow_white_right_circle.svg);
  }
}

* + .basic-button.translate {
  margin-top: 24px;
}

.basic-list > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .basic-list > li {
    padding-left: 36px;
  }
  .basic-list > li + li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-list > li {
    padding-left: 22px;
  }
  .basic-list > li + li {
    margin-top: 12px;
  }
}
.basic-list > li:before {
  background: #b94000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .basic-list > li:before {
    height: 8px;
    left: 12px;
    top: 14px;
    width: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-list > li:before {
    height: 6px;
    left: 6px;
    top: 10px;
    width: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .basic-list {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  * + .basic-list {
    margin-top: 12px;
  }
}

.indent01 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.basic-num-list {
  counter-reset: olCount;
}
.basic-num-list > li {
  margin-left: 1.7em;
  text-indent: -1.7em;
}
@media print, screen and (min-width: 768px) {
  .basic-num-list > li + li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .basic-num-list > li + li {
    margin-top: 12px;
  }
}
.basic-num-list > li:before {
  color: #b94000;
  content: "0" counter(olCount) " ";
  counter-increment: olCount;
  font-family: "Lato", sans-serif;
}
.basic-num-list > li:nth-of-type(9) ~ li:before {
  content: counter(olCount) " ";
}

@media print, screen and (min-width: 768px) {
  * + .basic-num-list {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  * + .basic-num-list {
    margin-top: 12px;
  }
}

.basic-notice > li {
  font-size: 1.5rem;
  letter-spacing: .12em;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.basic-notice > li:before {
  content: "※ ";
}
.basic-notice > li + li {
  margin-top: 2px;
}
.basic-notice.english > li {
  margin-left: 1em;
  text-indent: -1em;
}
.basic-notice.english > li:before {
  content: "* ";
}

* + .basic-notice {
  margin-top: 8px;
}

.scroll-adjust {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .scroll-adjust {
    margin-top: -127px;
    padding-top: 127px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-adjust {
    margin-top: -72px;
    padding-top: 72px;
  }
}

.section {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    margin-bottom: 48px;
    padding: 0 5.3333333333vw;
  }
}
.section.bg--gray {
  background: #f2f2ef;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .section.bg--gray {
    padding: 80px 0;
  }
  .section.bg--gray.mb {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section.bg--gray {
    padding: 48px 5.3333333333vw;
  }
  .section.bg--gray.mb {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .section .section__inn {
    margin: 0 auto;
    max-width: 1460px;
    padding: 0 80px;
  }
}
.section .section__index {
  border-left: 6px solid #b94000;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .section .section__index {
    margin-bottom: 48px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section .section__index {
    margin-bottom: 40px;
    padding-left: 4.2666666667vw;
  }
}
.section .section__index .en {
  display: block;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .section .section__index .en {
    font-size: 3.8rem;
    letter-spacing: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .section .section__index .en {
    font-size: 3rem;
    letter-spacing: .24em;
  }
}
.section .section__index .ja {
  display: block;
  letter-spacing: .08em;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .section .section__index .ja {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section .section__index .ja {
    font-size: 1.4rem;
  }
}
.section p > span.small {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .exhibition__section {
    overflow: hidden;
  }
  .exhibition__section + .exhibition__section {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section + .exhibition__section {
    margin-top: 42px;
  }
}
.exhibition__section .exhibition__sub {
  color: #b94000;
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__sub {
    float: left;
    font-size: 3.2rem;
    width: 63.4931506849%;
  }
  .exhibition__section .exhibition__sub.no-float {
    float: none;
    width: 100%;
  }
}
@media print, screen and (max-width: 1000px) {
  .exhibition__section .exhibition__sub {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__sub {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.exhibition__section .exhibition__img,
.exhibition__section .exhibition__img-link {
  display: block;
  max-width: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .exhibition__section > .exhibition__img, .exhibition__section > .exhibition__img-link {
    float: right;
    width: 27.0547945205%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section > .exhibition__img, .exhibition__section > .exhibition__img-link {
    margin-left: -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail {
    float: left;
    width: 63.4931506849%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__title {
    font-size: 3.2rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .exhibition__section .exhibition__detail .exhibition__title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__term {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__term {
    line-height: 2;
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__text {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__text {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__price {
    align-items: flex-start;
    display: flex;
    margin: 8px 0 0 auto;
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__price {
    line-height: 2;
    margin-top: 10px;
  }
}
.exhibition__section .exhibition__detail .exhibition__price dt {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__price dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__price dt {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__price dd {
    border-left: 1px solid #e5e0df;
    margin-left: 24px;
    padding-left: 24px;
  }
}
.exhibition__section .exhibition__detail .exhibition__price dd .exhibition__price-button {
  align-items: center;
  background: #f2ebe9;
  border-radius: 999px;
  color: #b94000;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  padding: 2px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__price dd .exhibition__price-button {
    margin-top: 16px;
    min-height: 36px;
    min-width: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__price dd .exhibition__price-button {
    margin-top: 8px;
    min-height: 30px;
    min-width: 144px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__bottom {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__section .exhibition__detail .exhibition__bottom .basic-button {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .exhibition__section .exhibition__detail .exhibition__bottom .basic-button {
    margin-top: 24px;
  }
}

.exhibition__utility {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .exhibition__utility {
    order: 2;
  }
}
.exhibition__utility li {
  border-radius: 50%;
  overflow: hidden;
}
.exhibition__utility li + li {
  margin-left: 24px;
}
.exhibition__utility li a {
  display: block;
  position: relative;
}
.exhibition__utility li a img {
  display: block;
  width: 100%;
}
.exhibition__utility li a img.on {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .exhibition__utility li a img.on {
    transition: .2s;
  }
}
@media print, screen and (min-width: 768px) {
  .exhibition__utility li a:hover img.on {
    opacity: 1;
  }
}

.breadcrumb {
  align-items: center;
  border-top: 2px solid #f2f2ef;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 2.0833333333vw 0;
}
.breadcrumb li {
  font-size: 1.5rem;
  margin-right: 13.5px;
}
.breadcrumb li:after {
  background: url(/gallery/common/img/icon_breadcrumb_arrow.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 13.06px;
  margin: -1px 0 0 13.9px;
  width: 3.64px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:first-of-type a:before {
  background: url(/gallery/common/img/icon_breadcrumb_home.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  width: 17px;
}
.breadcrumb a {
  color: #b94000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.page-title {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding: 48px 5.3333333333vw 45px;
  }
}
.page-title .ja {
  display: block;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .page-title .ja {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .ja {
    font-size: 3rem;
  }
}
.page-title .en {
  color: #b94000;
  display: block;
  font-weight: bold;
  letter-spacing: .2em;
}
@media print, screen and (min-width: 768px) {
  .page-title .en {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-title .en {
    font-size: 1.4rem;
  }
}

.anchor {
  position: relative;
  z-index: 96;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 38px;
    max-width: 1200px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    margin-bottom: 48px;
    padding: 0 5.3333333333vw;
  }
}
.anchor li {
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .anchor li {
    font-size: 1.8rem;
    margin: 0 2.0833333333vw 46px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor li {
    font-size: 1.5rem;
  }
  .anchor li + li {
    margin-top: 17px;
  }
}
.anchor li a {
  display: block;
}
.anchor li a span {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .anchor li a span {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor li a span {
    margin-top: 6px;
  }
}
.anchor li a span:before {
  background: #e5e0df;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  order: 2;
}
.anchor li a span:after {
  background: url(/gallery/common/img/arrow_red_down.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 5.96px;
  margin-left: 12px;
  order: 3;
  width: 10.51px;
}

@media print, screen and (min-width: 768px) {
  .sitemap__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.sitemap__wrap .sitemap__first {
  background: #fff;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__first {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 96px;
    justify-content: center;
    padding: 0 2.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__first {
    padding: 17px 6.4vw;
  }
}
.sitemap__wrap .sitemap__first > a {
  color: #b94000;
  letter-spacing: .2em;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__first > a {
    font-size: 1.9rem;
  }
  .sitemap__wrap .sitemap__first > a:hover {
    color: #e3b399;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__first > a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second {
    width: 50%;
  }
  .sitemap__wrap .sitemap__second:nth-of-type(2n+1) {
    padding-right: 4px;
  }
  .sitemap__wrap .sitemap__second:nth-of-type(2n) {
    padding-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__second + .sitemap__second {
    margin-top: 8px;
  }
}
.sitemap__wrap .sitemap__second .sitemap__second-item {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 72px;
    justify-content: center;
    padding: 0 2.5vw;
  }
  .sitemap__wrap .sitemap__second .sitemap__second-item.large {
    height: 232px;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item {
    padding: 13px 6.4vw;
  }
}
.sitemap__wrap .sitemap__second .sitemap__second-item + .sitemap__second-item {
  margin-top: 8px;
}
.sitemap__wrap .sitemap__second .sitemap__second-item > a {
  letter-spacing: .2em;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > a:hover {
    color: #999;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > ul {
    margin-top: 8px;
    padding-left: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > ul {
    margin-top: 12px;
    padding-left: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > ul li + li {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > ul li + li {
    margin-top: 8px;
  }
}
.sitemap__wrap .sitemap__second .sitemap__second-item > ul li a {
  color: #b94000;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__second .sitemap__second-item > ul li a:hover {
    text-decoration: underline;
  }
}
.sitemap__wrap .sitemap__first > a,
.sitemap__wrap .sitemap__second-item > a {
  align-items: center;
  display: flex;
}
.sitemap__wrap .sitemap__first > a:after,
.sitemap__wrap .sitemap__second-item > a:after {
  background: url(/gallery/common/img/arrow_basic-button_red.svg) center/28.06px 6.17px no-repeat;
  content: "";
  display: block;
  height: 6.17px;
  margin: 4px 0 0 9.6px;
  width: 28.06px;
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__first > a:after,
  .sitemap__wrap .sitemap__second-item > a:after {
    left: 0;
    position: relative;
    transition: .2s;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap__wrap .sitemap__first > a:hover:after,
  .sitemap__wrap .sitemap__second-item > a:hover:after {
    left: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .detail__outline {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-first {
    flex: 1;
  }
}
.detail__outline .detail__outline-first .detail__outline-title {
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-first .detail__outline-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline .detail__outline-first .detail__outline-title {
    font-size: 2.2rem;
  }
}
.detail__outline .detail__outline-first .detail__outline-term {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-first .detail__outline-term {
    font-size: 2.2rem;
  }
}
.detail__outline .detail__outline-second {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .detail__outline .detail__outline-second {
    margin-top: 24px;
  }
}
.detail__outline .detail__outline-second .detail__outline-anchor {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .08em;
  margin-right: 40px;
}
.detail__outline .detail__outline-second .detail__outline-anchor span {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-second .detail__outline-anchor span {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline .detail__outline-second .detail__outline-anchor span {
    margin-top: 6px;
  }
}
.detail__outline .detail__outline-second .detail__outline-anchor span:before {
  background: #e5e0df;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  order: 2;
}
.detail__outline .detail__outline-second .detail__outline-anchor span:after {
  background: url(/gallery/common/img/arrow_red_down.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 5.96px;
  margin-left: 12px;
  order: 3;
  width: 10.51px;
}
.detail__outline .detail__outline-third {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-third {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline .detail__outline-third {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__outline .detail__outline-third li {
    margin: 0 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline .detail__outline-third li + li {
    margin-top: 16px;
  }
}

.detail__outline-data {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .detail__outline-data {
    display: flex;
    font-size: 2rem;
  }
  .detail__outline-data + .detail__outline-data {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline-data + .detail__outline-data {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__outline-data dt {
    width: 134px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__outline-data dt {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__outline-data dd {
    border-left: 1px solid #e5e0df;
    flex: 1;
    padding-left: 24px;
  }
}
.detail__outline-data dd .small {
  font-size: 1.5rem;
}
.detail__outline-data dd a {
  color: #b94000;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .detail__outline-data dd a:hover {
    text-decoration: underline;
  }
}
.detail__outline-data dd a[target="_blank"]:after {
  background: url(/gallery/common/img/icon_blank_red.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin: -1px 0 0 12px;
  vertical-align: middle;
  width: 14px;
}

.chapter__lead {
  margin-bottom: 40px;
}

.chapter__group + .chapter__group {
  margin-top: 40px;
}

.detail__index {
  display: flex;
  letter-spacing: .08em;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .detail__index {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__index {
    font-size: 2rem;
    margin-bottom: 26px;
  }
}
.detail__index:after {
  background: #e8e8e8;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.detail__index span {
  display: block;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .detail__index span {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__index span {
    padding-bottom: 16px;
  }
}
.detail__index span:after {
  background: #b94000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 105%;
}

.tab .tab__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.tab .tab__header li {
  align-items: center;
  background: #b94000;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .2em;
  text-align: center;
  text-indent: .2em;
}
@media print, screen and (min-width: 768px) {
  .tab .tab__header li {
    width: 120px;
  }
  .tab .tab__header li + li {
    margin-left: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .tab .tab__header li {
    flex: 1;
  }
  .tab .tab__header li + li {
    margin-left: 3px;
  }
}
.tab .tab__header li.current {
  background: #fff;
  border: 1px solid #b94000;
  border-width: 3px 1px 0;
  color: #b94000;
  height: 56px;
}
.tab .tab__contents-wrap {
  border: 1px solid #b94000;
}
.tab .tab__contents-wrap .tab__contents {
  display: none;
}
.tab .tab__contents-wrap .tab__contents.active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tab .tab__contents-wrap .tab__contents {
    padding: 64px 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .tab .tab__contents-wrap .tab__contents {
    padding: 24px 6.4vw;
  }
}

@media only screen and (max-width: 767px) {
  .goods-slider {
    margin-left: -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}
.goods-slider .goods-slider__item {
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .goods-slider .goods-slider__item {
    margin: 0 0.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .goods-slider .goods-slider__item {
    margin: 0 2.1333333333vw;
    width: 78.9333333333vw;
  }
}
.goods-slider .goods-slider__item img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .goods-slider .goods-slider__item img {
    transition: .2s;
  }
}
@media print, screen and (min-width: 768px) {
  .goods-slider a.goods-slider__item:hover img {
    transform: scale(1.1);
  }
}

.goods-slider__ui {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .goods-slider__ui {
    justify-content: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .goods-slider__ui {
    justify-content: space-between;
    margin: 32px 0 0 -5.3333333333vw;
    padding: 0 5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}
.goods-slider__ui .slick-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .goods-slider__ui .slick-dots li + li {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .goods-slider__ui .slick-dots li {
    margin: 8px 3.2vw;
  }
}
.goods-slider__ui .slick-dots li button {
  background: #b94000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  opacity: .2;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}
@media print, screen and (min-width: 768px) {
  .goods-slider__ui .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .goods-slider__ui .slick-dots li button {
    height: 16px;
    width: 16px;
  }
}
.goods-slider__ui .slick-dots li.slick-active button {
  opacity: 1;
}
.goods-slider__ui .slick-arrow {
  background: center / contain no-repeat;
  border: none;
  cursor: pointer;
  height: 6.17px;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 36.06px;
}
.goods-slider__ui .slick-arrow.slick-prev {
  background-image: url(/gallery/common/img/arrow_basic-button_red_back.svg);
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .goods-slider__ui .slick-arrow.slick-prev {
    margin-right: 32px;
  }
}
.goods-slider__ui .slick-arrow.slick-next {
  background-image: url(/gallery/common/img/arrow_basic-button_red.svg);
  order: 3;
}
@media print, screen and (min-width: 768px) {
  .goods-slider__ui .slick-arrow.slick-next {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .upcoming-slider {
    margin-left: -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}
.upcoming-slider .slick-track {
  display: flex;
}
.upcoming-slider .slick-track .slick-slide {
  float: none;
  height: auto;
}
.upcoming-slider .upcoming__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider .upcoming__link {
    margin: 0 auto;
    width: 19.7916666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider .upcoming__link {
    margin: 0 2.1333333333vw;
    width: 78.9333333333vw;
  }
}
.upcoming-slider .upcoming__link .upcoming__title {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider .upcoming__link .upcoming__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider .upcoming__link .upcoming__title {
    font-size: 2.2rem;
    margin-top: 16px;
    order: 2;
  }
}
.upcoming-slider .upcoming__link .upcoming__term {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider .upcoming__link .upcoming__term {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider .upcoming__link .upcoming__term {
    font-size: 1.6rem;
    order: 3;
  }
}
.upcoming-slider .upcoming__link .upcoming__label {
  background: #b94000;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider .upcoming__link .upcoming__label {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: normal;
    margin: 0 auto 14px 0;
    padding: 2px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider .upcoming__link .upcoming__label {
    order: 4;
    padding: 8px 0;
    text-align: center;
    width: 100%;
  }
}
.upcoming-slider .upcoming__link .upcoming__img {
  flex: 1 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider .upcoming__link .upcoming__img {
    height: 28.0729166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider .upcoming__link .upcoming__img {
    height: 112vw;
    order: 1;
  }
}
.upcoming-slider .upcoming__link .upcoming__img img {
  max-height: 100%;
  width: auto;
}

.upcoming-slider__ui {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider__ui {
    justify-content: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider__ui {
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 5.3333333333vw;
  }
}
.upcoming-slider__ui .slick-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider__ui .slick-dots li + li {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider__ui .slick-dots li + li {
    margin-left: 6.4vw;
  }
}
.upcoming-slider__ui .slick-dots li button {
  background: #b94000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  opacity: .2;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider__ui .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-slider__ui .slick-dots li button {
    height: 16px;
    width: 16px;
  }
}
.upcoming-slider__ui .slick-dots li.slick-active button {
  opacity: 1;
}
.upcoming-slider__ui .slick-arrow {
  background: center / contain no-repeat;
  border: none;
  cursor: pointer;
  height: 6.17px;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 36.06px;
}
.upcoming-slider__ui .slick-arrow.slick-prev {
  background-image: url(/gallery/common/img/arrow_basic-button_red_back.svg);
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider__ui .slick-arrow.slick-prev {
    margin-right: 32px;
  }
}
.upcoming-slider__ui .slick-arrow.slick-next {
  background-image: url(/gallery/common/img/arrow_basic-button_red.svg);
  order: 3;
}
@media print, screen and (min-width: 768px) {
  .upcoming-slider__ui .slick-arrow.slick-next {
    margin-left: 32px;
  }
}

.upcoming__modal-wrap.mfp-bg {
  background-color: #000;
}
.upcoming__modal-wrap .mfp-container {
  padding: 0;
}
.upcoming__modal-wrap .mfp-container .mfp-content {
  position: static;
}

.upcoming__modal {
  color: #fff;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal {
    padding: 24px 5.3333333333vw;
  }
}
.upcoming__modal .upcoming__modal-title {
  font-weight: 500;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .upcoming__modal-title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal .upcoming__modal-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.upcoming__modal .upcoming__modal-img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .upcoming__modal-img + .upcoming__modal-img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal .upcoming__modal-img + .upcoming__modal-img {
    margin-top: 24px;
  }
}
.upcoming__modal .upcoming__modal-img + .upcoming__modal-index, .upcoming__modal .upcoming__modal-img + .upcoming__modal-description {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .upcoming__modal-img + .upcoming__modal-index, .upcoming__modal .upcoming__modal-img + .upcoming__modal-description {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal .upcoming__modal-img + .upcoming__modal-index, .upcoming__modal .upcoming__modal-img + .upcoming__modal-description {
    margin-top: 24px;
  }
}
.upcoming__modal .upcoming__modal-index {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .upcoming__modal-index {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .upcoming__modal-description {
    line-height: 1.7;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal .upcoming__modal-description {
    line-height: 2;
    margin-top: 24px;
  }
}
.upcoming__modal .mfp-close {
  background: url(/gallery/common/img/icon_close.svg) center/contain no-repeat;
  display: block;
  height: 24px;
  opacity: 1;
  text-indent: -9999px;
  width: 24px;
}
@media print, screen and (min-width: 768px) {
  .upcoming__modal .mfp-close {
    right: 3.3333333333vw;
    top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming__modal .mfp-close {
    right: 5.3333333333vw;
    top: 13px;
  }
}

.past .past__contents {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .past .past__contents {
    padding: 40px 2.9166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .past .past__contents {
    padding: 24px 6.4vw;
  }
}
.past .past__contents ul li {
  font-size: 2rem;
}
.past .past__contents ul li + li {
  margin-top: 24px;
}
.past .past__contents .more,
.past .past__contents .close {
  font-size: 1.6rem;
  letter-spacing: .2em;
  margin-top: 42px;
}
.past .past__contents .more a,
.past .past__contents .close a {
  color: #b94000;
}
.past .past__contents .more a:before,
.past .past__contents .close a:before {
  background: center / contain no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  margin: -3px 26px 0 0;
  vertical-align: middle;
  width: 13px;
}
.past .past__contents .more a:before {
  background-image: url(/gallery/common/img/icon_plus.svg);
}
.past .past__contents .close a:before {
  background-image: url(/gallery/common/img/icon_minus.svg);
}

.detail__mv {
  display: block;
  max-width: none;
}
@media print, screen and (min-width: 768px) {
  .detail__mv {
    margin: 80px auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .detail__mv {
    margin: 0 0 40px -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}
.detail__mv img {
  display: block;
  max-width: none;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .detail__text-group + .detail__text-group {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__text-group + .detail__text-group {
    margin-top: 26px;
  }
}
.detail__text-group dt {
  color: #b94000;
}
@media print, screen and (min-width: 768px) {
  .detail__text-group dt {
    font-size: 2rem;
    letter-spacing: .08em;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__text-group dt {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.detail__img-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .detail__img-list {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .detail__img-list {
    margin: 112px 0 0 -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
  .detail__img-list .slick-track {
    display: flex;
  }
  .detail__img-list .slick-track .slick-slide {
    float: none;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__img-list > div {
    margin: 0 16px 32px 0;
  }
}
.detail__img-list .detail__img-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .detail__img-list .detail__img-list-item {
    margin: 0 2.1333333333vw;
    width: 78.9333333333vw;
  }
}
.detail__img-list .detail__img-list-item .img {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .detail__img-list .detail__img-list-item .img {
    position: relative;
  }
  .detail__img-list .detail__img-list-item .img:after {
    background: rgba(0, 0, 0, 0.64);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .detail__img-list .detail__img-list-item .img {
    flex: 1 0 auto;
  }
}
.detail__img-list .detail__img-list-item .img img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .detail__img-list .detail__img-list-item .img img {
    height: 314px;
    transition: .2s;
    width: auto;
  }
}
.detail__img-list .detail__img-list-item p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .detail__img-list .detail__img-list-item p {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .detail__img-list .detail__img-list-item:hover .img:after {
    opacity: 1;
  }
  .detail__img-list .detail__img-list-item:hover .img img {
    transform: scale(1.1);
  }
}

.detail__img-list-ui {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .detail__img-list-ui {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 5.3333333333vw;
  }
}
.detail__img-list-ui .slick-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 2;
}
.detail__img-list-ui .slick-dots li {
  margin: 0 3.2vw 16px;
}
.detail__img-list-ui .slick-dots li button {
  background: #b94000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  opacity: .2;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}
.detail__img-list-ui .slick-dots li.slick-active button {
  opacity: 1;
}
.detail__img-list-ui .slick-arrow {
  background: center / contain no-repeat;
  border: none;
  cursor: pointer;
  height: 6.17px;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  width: 36.06px;
}
.detail__img-list-ui .slick-arrow.slick-prev {
  background-image: url(/gallery/common/img/arrow_basic-button_red_back.svg);
  order: 1;
}
.detail__img-list-ui .slick-arrow.slick-next {
  background-image: url(/gallery/common/img/arrow_basic-button_red.svg);
  order: 3;
}

.exhibition__modal-wrap.mfp-bg {
  background-color: #000;
}
.exhibition__modal-wrap .mfp-container {
  padding: 0;
}
.exhibition__modal-wrap .mfp-container .mfp-content {
  position: static;
  text-align: center;
}

.modal {
  color: #fff;
  display: inline-block;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 0 5.3333333333vw;
  }
}
.modal .modal__title {
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .modal .modal__title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.modal img {
  display: block;
  margin: 0 auto;
}
.modal .modal__caption {
  letter-spacing: .08em;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .modal .modal__caption {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__caption {
    margin-top: 24px;
  }
}
.modal .mfp-close {
  background: url(/gallery/common/img/icon_close.svg) center/contain no-repeat;
  display: block;
  height: 24px;
  opacity: 1;
  text-indent: -9999px;
  width: 24px;
}
@media print, screen and (min-width: 768px) {
  .modal .mfp-close {
    right: 3.3333333333vw;
    top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal .mfp-close {
    right: 5.3333333333vw;
    top: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .history__wrap dl {
    align-items: flex-start;
    display: flex;
  }
  .history__wrap dl + dl {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .history__wrap dl + dl {
    margin-top: 16px;
  }
}
.history__wrap dl dt {
  color: #b94000;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .history__wrap dl dt {
    font-size: 2rem;
    margin-right: 18px;
    position: relative;
    width: 90px;
  }
  .history__wrap dl dt:after {
    background: #e8e8e8;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .history__wrap dl dt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .history__wrap dl dd {
    flex: 1;
    padding-top: 4px;
  }
}

#audio_guide {
  /*	.navigator__wrap {
      display: flex;
  
      @include sp {
        display: block;*/
    /*.navigator_img {
      margin-left: 10px;
      flex-shrink: 0;
      max-width: 150px;

      @include sp {
        margin: 10px auto 0;
        display: table;
      }*/
  /* }*/
}
@media only screen and (max-width: 767px) {
  #audio_guide {
    padding-top: 72px;
    margin-top: -72px;
  }
}
#audio_guide .navigator_img {
  width: 285px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  #audio_guide .navigator_img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #audio_guide .navigator_img img {
    display: block;
    max-width: 285px;
  }
}
#audio_guide .use_list > li + li {
  margin-top: 20px;
}
#audio_guide .app__wrap {
  margin: 15px 0 0 1em;
}
@media only screen and (max-width: 767px) {
  #audio_guide .app__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#audio_guide .app__wrap a {
  display: inline-block;
}
#audio_guide .app__wrap a + a {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #audio_guide .app__wrap a + a {
    margin: 15px 0 0 0;
  }
}
#audio_guide .kiku-art__wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #audio_guide .kiku-art__wrap {
    justify-content: center;
  }
}
#audio_guide .kiku-art__wrap .logo__wrap {
  display: flex;
  flex-basis: 50%;
  max-width: 450px;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 1em;
}
@media only screen and (max-width: 767px) {
  #audio_guide .kiku-art__wrap .logo__wrap {
    flex-basis: 80%;
  }
}
#audio_guide .kiku-art__wrap .logo__wrap .kiku-art__logo {
  width: 63%;
}
#audio_guide .kiku-art__wrap .logo__wrap .kiku-art__qr {
  width: 33%;
}

@media print, screen and (min-width: 768px) {
  .info__wrap dl {
    display: flex;
  }
}
.info__wrap dl + dl {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .info__wrap dl dt {
    font-size: 1.8rem;
    width: 134px;
  }
}
@media print, screen and (min-width: 768px) {
  .info__wrap dl dd {
    border-left: 1px solid #e5e0df;
    flex: 1;
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .info__wrap dl dd .col-2 {
    align-items: flex-start;
    display: flex;
  }
}
.info__wrap dl dd a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .info__wrap dl dd a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  .info__wrap dl.wide {
    display: block;
  }
  .info__wrap dl.wide dd {
    border-left: none;
    margin-top: 16px;
    padding: 0;
  }
}
.info__wrap .bnr_ticket {
  display: inline-block;
  margin: 5px 0;
  max-width: 300px;
  width: 50%;
}

.cooperation__list {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .cooperation__list li {
    margin: 0 12px 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cooperation__list li {
    margin: 0 4.2666666667vw 16px 0;
  }
}
.cooperation__list li img {
  display: block;
}
.cooperation__list li img.h100 {
  height: 100px;
}

.discontinued__box {
  color: #b94000;
  border: 1px solid #b94000;
  padding: 0 5px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
.discontinued__box.font15 {
  font-size: 1.5rem;
}

.detailbox_linkList {
  width: 600px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  display: flex;
  padding: 1.5em 0 0.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.detailbox_linkList .detailbox_linkList_link {
  margin-right: 20px;
}

.table__wrap table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
  max-width: 100%;
}
.table__wrap table th, .table__wrap table td {
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table__wrap table th {
    padding: 5px 4px;
  }
}

.detail__index span > span {
  display: contents;
}

.indent_txt {
  padding-left: 1em;
  text-indent: -1em;
}

.fw_wrap {
  flex-wrap: wrap !important;
}

.sp_ls_1em {
  letter-spacing: .15em !important;
}
@media only screen and (max-width: 767px) {
  .sp_ls_1em {
    letter-spacing: .1em !important;
  }
}

/*# sourceMappingURL=exhibition.css.map */
