@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@layer page {
  .museum-house {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .museum-house img.is-main {
    max-width: none;
    width: 115.5555555556svh;
    transform: translate(15%, -2%);
  }
  .museum-house img.is-chara {
    position: absolute;
    inset: 0;
    max-width: none;
    width: 46.6666666667svh;
    translate: -18.5% 56%;
  }
  .museum-house img.is-msg {
    position: absolute;
    inset: 0;
    max-width: none;
    width: 48.8888888889svh;
    translate: 79% 250%;
  }
  .museum-house__inner {
    position: relative;
  }
  .museum-link-items button {
    position: absolute;
    z-index: 10;
    display: block;
    transition: 0.25s opacity;
    background: transparent;
    padding: 0;
    border: 0;
  }
  @media (hover: hover) {
    .museum-link-items button:hover {
      opacity: 0.8;
    }
  }
  .museum-link-items button.is-tv {
    width: 29.3333333333svh;
    left: 52.8888888889svh;
    top: 29.5555555556svh;
  }
  .museum-link-items button.is-wall {
    width: 18.2222222222svh;
    left: 88.4444444444svh;
    top: 25.5555555556svh;
  }
  .museum-link-items button.is-radio {
    width: 19.1111111111svh;
    left: 76.2222222222svh;
    top: 50svh;
  }
  .museum-link-items button.is-music {
    width: 24.4444444444svh;
    left: 97.3333333333svh;
    top: 46.4444444444svh;
  }
  body.is-show-modal {
    overflow: hidden;
  }
  .museum-center {
    text-align: center;
  }
  .museum-modal {
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding-bottom: 6.25rem;
    background-color: rgba(103, 52, 33, 0.9);
    transition-property: opacity;
    transition-duration: 0.4s;
    color: #673421;
  }
  .museum-modal.is-show {
    pointer-events: fill;
    opacity: 1;
  }
  .museum-modal__zeb-ttl {
    text-align: center;
  }
  .museum-modal__zeb-ttl img {
    width: 26.125rem;
  }
  .museum-modal__sttl {
    width: 20.875rem;
    margin: 0 auto 2.5rem auto;
  }
  .museum-modal__wrap {
    position: relative;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 90%;
    transition-property: margin;
    transition-duration: 0.4s;
  }
  .museum-modal__content {
    overflow: auto;
    position: relative;
    padding: 2em;
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5rem;
    padding-bottom: 6.875rem;
    background: url("../../../img/page/museum/bottom.jpg") 0 100%/contain no-repeat, url("../../../img/page/museum/top.jpg") 0 0/contain no-repeat, url("../../../img/page/museum/bg.jpg") 0 100%/contain repeat;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .museum-modal__content {
      padding: 2.6666666667vw;
      padding-top: 5.3333333333vw;
      padding-bottom: 20vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-modal__content {
      width: 50vw;
    }
  }
  .museum-modal__content.is-zeb {
    padding: 4.375rem 2.5rem;
  }
  .museum-modal__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 3.75rem 0 0 0;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .museum-modal__list {
      margin-top: 5.3333333333vw;
      display: flex;
      flex-direction: column;
      gap: 4vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-modal__list {
      margin-top: 2.6666666667vw;
    }
  }
  .museum-modal__video {
    aspect-ratio: 560/315;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .museum-modal__video iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .museum-modal__video-name {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-modal__video-name {
      margin-top: 0.8vw;
      font-size: 1.3333333333vw;
    }
  }
  .museum-modal__video-date {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-modal__video-date {
      margin-top: 0.5333333333vw;
      font-size: 0.8vw;
    }
  }
  .museum-modal__wall-link-items {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .museum-modal__wall-text {
    margin-top: 3.75rem;
    font-size: 0.75rem;
  }
  @media screen and (max-width: 767px) {
    .museum-modal__wall-text {
      margin-top: 4vw;
      font-size: 2.6666666667vw;
    }
  }
  .museum-modal__wall-text h3 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .museum-modal__wall-text h3 {
      font-size: 3.4666666667vw;
    }
  }
  .museum-modal__wall-text h4 {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid rgba(103, 52, 33, 0.2);
    margin-bottom: 0.4em;
  }
  @media screen and (max-width: 767px) {
    .museum-modal__wall-text h4 {
      margin-top: 2.6666666667vw;
      font-size: 2.9333333333vw;
    }
  }
  .museum-modal__wall-text ol {
    list-style: decimal;
    margin-left: 20px;
    letter-spacing: 0.1em;
  }
  .museum-modal__wall-text ul {
    list-style: disc;
    margin-left: 18px;
  }
  .museum-modal__close-btn {
    cursor: pointer;
    position: absolute;
    background: transparent;
    right: 1.625rem;
    top: 1.625rem;
    border: 0;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-modal__close-btn {
      right: 1.3333333333vw;
      top: 0vw;
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
  .museum-audio-box-wrap {
    margin-top: 3.75rem;
  }
  @media screen and (min-width: 768px) {
    .museum-audio-box-wrap + .museum-audio-box-wrap {
      margin-top: 5.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .museum-audio-box-wrap {
      margin-top: 5.3333333333vw;
    }
  }
  .museum-audio-box {
    border: 1px solid #d7d7d7;
    padding: 3.125rem;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .museum-audio-box {
      padding: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-audio-box {
      padding: 1.3333333333vw;
    }
  }
  .museum-audio-box .jp-audio {
    width: 100%;
    color: #000;
    background-color: #2785e2;
    border-radius: 28px;
  }
  .museum-audio-box .jp-audio .jp-interface {
    height: 56px;
    padding: 0 104px 0 96px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .museum-audio-box .jp-audio .jp-interface {
      padding-right: 50px;
    }
  }
  .museum-audio-box .jp-audio .jp-controls {
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 12px;
  }
  .museum-audio-box .jp-audio .jp-controls button {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  .museum-audio-box .jp-audio .jp-controls button + button {
    margin: 0 0 0 5px;
  }
  .museum-audio-box .jp-audio .jp-controls .jp-play {
    background-image: url("../../../img/page/museum/icon_audio_play.png");
  }
  .museum-audio-box .jp-audio .jp-controls .jp-stop {
    background-image: url("../../../img/page/museum/icon_audio_stop.png");
  }
  .museum-audio-box .jp-audio .jp-progress {
    width: 100%;
    overflow: hidden;
    padding: 19px 0 0;
  }
  .museum-audio-box .jp-audio .jp-progress .jp-seek-bar {
    background: #fff;
    border-radius: 9px;
    width: 100%;
    height: 17px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .museum-audio-box .jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
    background: #b7b7b7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .museum-audio-box .jp-audio .jp-volume-controls {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 80px;
  }
  @media screen and (max-width: 767px) {
    .museum-audio-box .jp-audio .jp-volume-controls {
      width: 24px;
    }
  }
  .museum-audio-box .jp-audio .jp-volume-controls button {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 18px;
  }
  .museum-audio-box .jp-audio .jp-volume-controls .jp-mute {
    background-image: url("../../../img/page/museum/icon_audio_mute.png");
  }
  .museum-audio-box .jp-audio .jp-volume-controls .jp-volume-bar {
    background: #fff;
    border-radius: 4px;
    width: 50px;
    height: 8px;
    position: relative;
    overflow: hidden;
    float: right;
    cursor: pointer;
    margin: 6px 0 0;
  }
  @media screen and (max-width: 767px) {
    .museum-audio-box .jp-audio .jp-volume-controls .jp-volume-bar {
      display: none;
    }
  }
  .museum-audio-box .jp-audio .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    background: #b7b7b7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .museum-audio-box .jp-audio .jp-time-holder {
    position: absolute;
    top: 50%;
    right: 104px;
    font-size: 12px;
    padding: 0 10px;
    margin: -0.5em 0 0;
    line-height: 1;
  }
  .museum-audio-box .jp-audio.jp-state-playing .jp-controls .jp-play {
    background-image: url("../../../img/page/museum/icon_audio_pause.png");
  }
  .museum-audio-box .jp-audio.jp-state-muted .jp-volume-controls .jp-mute {
    background-image: url("../../../img/page/museum/icon_audio_muted.png");
  }
  .museum-audio-unit + .museum-audio-unit {
    margin-top: 2.5rem;
  }
  .museum-audio-setting {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-audio-setting {
      font-size: 1.8666666667vw;
    }
  }
  .museum-audio-name {
    font-size: 1.25rem;
    margin-top: 1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-audio-name {
      margin-top: 0.5333333333vw;
      font-size: 2.4vw;
    }
  }
  .museum-audio-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-audio-text {
      font-size: 1.6vw;
    }
  }
  .museum-audio-note {
    text-align: left;
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .museum-audio-note {
      margin-top: 5.3333333333vw;
    }
  }
}