html.is-modal-open {
  overflow: hidden;
}

.wrapper.-museum {
  background-image: url(../img/index/bg_main.jpg);
}
.wrapper.-museum ~ .globalFooter {
  margin-top: 0;
}

.contents {
  width: unset;
}

.p-museum__header .c-heading {
  display: flex;
  justify-content: center;
}
.p-museum__header .c-lead {
  font-weight: 500;
}
.p-museum__header .c-lead.-index {
  color: #362000;
  font-weight: bold;
}
.p-museum__header .c-annotation {
  margin-top: 24px;
}
.p-museum__header .c-annotation {
  text-align: center;
}
.p-museum_item {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-museum_item__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-museum_item__header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-museum_item__header h1 {
  align-items: center;
  background: #31250F;
  color: white;
  display: flex;
  position: relative;
}
.p-museum_item__header h1 .c-num {
  font-family: "Shippori Mincho", serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
}
.p-museum_item__header h1 b {
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-museum_item__header .c-lead {
  color: white;
  font-weight: 500;
  margin-top: 24px;
  text-shadow: 0 0 10px black;
}
.p-museum_item .c-btn_wrapper {
  gap: 16px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.p-museum_item .c-btn_wrapper li a {
  align-items: center;
  background: #B42C00;
  border-radius: 100px;
  color: white;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: flex-start;
  padding: 0 20px;
  text-decoration: none;
}
.p-museum_item .c-btn_wrapper li a b {
  font-size: 1.6rem;
}
.p-museum_item .c-btn_wrapper li a small {
  align-items: center;
  display: inline-flex;
  font-size: 1.4rem;
  margin-left: 8px;
}
.p-museum_item .c-btn_wrapper li a small::before {
  background: white;
  content: "";
  height: 1px;
  margin-right: 8px;
  width: 40px;
}
.p-museum_item.-episode {
  background-color: #72795B;
  background-image: url(../img/index/bg_museum_01.jpg);
  background-repeat: no-repeat;
}
.p-museum_item.-episode .p-museum_item__header h1 {
  margin-right: auto;
}
.p-museum_item.-episode .p-museum_item__header h1::before {
  right: calc(100% - 1px);
}
.p-museum_item.-vol2 {
  background-color: #6A341C;
  background-image: url(../img/index/bg_museum_02.jpg);
  background-repeat: no-repeat;
}
.p-museum_item.-vol2 .p-museum_item__header .c-lead {
  width: 100%;
}
.p-museum_item.-vol2 .c-photo {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 52px;
  margin: auto;
  position: absolute;
  top: 0;
}
.p-museum_item.-vol2 .p-museum_item__content {
  align-items: flex-end;
}
.p-museum_item.-vol2 .c-btn_wrapper {
  margin-top: 40px;
}
.p-museum_vol1 {
  max-width: unset;
  width: 100%;
}
.p-museum_vol1__history {
  border: 1px solid #E0D6CA;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.p-museum_vol1__history__year {
  gap: 8px;
  border-left: 2px solid #E0D6CA;
  color: #5B2B12;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 12px 24px 24px 36px;
}
.p-museum_vol1__history__year dt {
  gap: 4px;
  align-items: flex-end;
  display: flex;
}
.p-museum_vol1__history__year dt .c-year {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
}
.p-museum_vol1__history__year dt .c-year::before {
  background: white;
  border: 2px solid #C1AFA6;
  border-radius: 100px;
  content: "";
  height: 8px;
  left: -43px;
  position: absolute;
  top: 4px;
  width: 8px;
}
.p-museum_vol1__history__year dt .c-wareki {
  font-size: 1.2rem;
}
.p-museum_vol1__history__year dd {
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-museum_vol1__history__year dd em {
  color: #AD5440;
}
.p-museum_vol1__history .c-heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
.p-museum_vol1__history__wrapper {
  border-top: 1px solid black;
}
.p-museum_vol1__gallery .p-card {
  padding-bottom: 20px;
  position: relative;
}
.p-museum_vol1__gallery .p-card img {
  border-radius: 8px;
  transition: 0.2s;
  width: 100%;
}
.p-museum_vol1__modal {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
}
.p-museum_vol1__modal__bg {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.p-museum_vol1__modal__body {
  background: white;
  position: absolute;
  z-index: 10002;
}
.p-museum_vol1__modal__header {
  gap: 20px;
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-museum_vol1__modal__header .c-year {
  background: #E2E2E2;
  padding: 8px 12px;
}
.p-museum_vol1__modal .c-img {
  aspect-ratio: 1/1;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.p-museum_vol1__modal .c-img img {
  -o-object-fit: contain;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.p-museum_vol1__modal .c-close {
  position: absolute;
  transition: 0.2s;
}
.p-museum_vol1__modal .c-close::before, .p-museum_vol1__modal .c-close::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
}
.p-museum_vol1__modal .c-close::after {
  transform: rotate(-45deg);
}
.p-museum_vol1__modal .c-prev,
.p-museum_vol1__modal .c-next {
  bottom: 0;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 50px;
}
.p-museum_vol1__modal .c-prev::before,
.p-museum_vol1__modal .c-next::before {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 4px;
  top: 0;
  transform: rotate(45deg);
  width: 25px;
}
.p-museum_vol1__modal .c-next {
  left: unset !important;
  right: 16px;
  transform: rotate(180deg);
}
.p-museum_episodes__tab {
  align-items: flex-end;
  border-bottom: 1px solid #E4E1E0;
  display: flex;
  justify-content: center;
}
.p-museum_episodes__tab .c-list {
  align-items: flex-end;
  display: inline-flex;
  justify-content: center;
}
.p-museum_episodes__tab .c-list li a {
  align-items: center;
  border: none;
  border-bottom: 2px solid white;
  box-sizing: border-box;
  color: black;
  display: flex;
  font-size: 1.4rem;
  height: 42px;
  justify-content: center;
  padding: 0 16px;
  text-decoration: none;
  transition: 0.2s;
  width: 92px;
}
.p-museum_episodes__tab .c-list li a:hover, .p-museum_episodes__tab .c-list li a.is-current {
  border-bottom: 2px solid black;
  color: black;
}
.p-museum_episodes__decade_nav .c-list {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.p-museum_episodes__decade_nav .c-list li a {
  align-items: center;
  background: white;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: black;
  display: flex;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}
.p-museum_episodes__decade_nav .c-list li a:hover, .p-museum_episodes__decade_nav .c-list li a.is-current {
  background: #5A4A3A;
  color: white;
}
.p-museum_episodes__list {
  margin-bottom: -20px;
}
.p-museum_episodes__list .p-card {
  background: white;
  border: 1px solid #C1C1C1;
  box-sizing: border-box !important;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
}
.p-museum_episodes__list .p-card::before {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: -1;
}
.p-museum_episodes__list .p-card[data-award]::after {
  background-color: #FFF7DE;
  background-image: url(/museum/assets/img/icn/icn_crown.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  border-radius: 100px;
  content: attr(data-award);
  display: inline-flex;
  float: right;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 16px;
  padding: 8px 12px 8px 36px;
}
.p-museum_episodes__list .p-card .c-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-museum_episodes__list .p-card .c-img:not(:has(img)) {
  aspect-ratio: unset;
  height: 12px;
}
.p-museum_episodes__list .p-card .c-img:not(:has(img)) + * {
  margin-top: 0;
}
.p-museum_episodes__list .p-card .c-img img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.p-museum_episodes__list .p-card .c-year {
  align-items: center;
  background: #5C3C00;
  color: white;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
}
.p-museum_episodes__list .p-card .c-title {
  font-weight: bold;
  line-height: 1.33333333;
}
.p-museum_episodes__list .p-card p {
  font-size: 1.4rem;
  line-height: 1.71428571;
}
.p-museum_episodes__list .p-card .c-data {
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
}
.p-museum_episodes__decade_item .c-heading {
  gap: 12px;
  background: #F5ECD4;
  border-left: 8px solid #796E4F;
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
.p-museum_episodes__modal {
  display: none;
}
.p-museum_episodes__modal__bg {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 10000;
}
.p-museum_episodes__modal__body {
  gap: 24px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: white;
  border-radius: 12px;
  box-sizing: border-box !important;
  display: flex;
  flex-direction: row;
  left: 0;
  margin: auto;
  max-height: calc(100dvh - 24px);
  max-width: 1200px;
  overflow-y: auto;
  padding: 60px 100px;
  position: fixed;
  right: 0;
  top: 40px;
  touch-action: pan-y;
  width: 100%;
  z-index: 10001;
}
.p-museum_episodes__modal__content {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.p-museum_episodes__modal__content .c-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-museum_episodes__modal__content p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.p-museum_episodes__modal__content .c-data {
  color: #A3A3A3;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: auto;
  text-align: right;
}
.p-museum_episodes__modal__ui {
  left: 0;
  pointer-events: none;
  right: 0;
  top: 0;
}
.p-museum_episodes__modal__header {
  gap: 20px;
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.p-museum_episodes__modal__header .c-year {
  background: #5A4A3A;
  border-radius: 4px;
  color: white;
  padding: 8px 12px;
}
.p-museum_episodes__modal .c-img {
  flex-shrink: 0;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}
.p-museum_episodes__modal .c-img:empty {
  display: none;
}
.p-museum_episodes__modal .c-img img {
  -o-object-fit: contain;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.p-museum_episodes__modal .c-close {
  height: 50px;
  pointer-events: auto;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.2s;
  width: 50px;
}
.p-museum_episodes__modal .c-close::before, .p-museum_episodes__modal .c-close::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
}
.p-museum_episodes__modal .c-close::after {
  transform: rotate(-45deg);
}
.p-museum_episodes__modal .c-prev,
.p-museum_episodes__modal .c-next {
  height: 50px;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  transition: 0.2s;
  width: 50px;
}
.p-museum_episodes__modal .c-prev::before,
.p-museum_episodes__modal .c-next::before {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 4px;
  top: 0;
  transform: rotate(45deg);
  width: 25px;
}
.p-museum_episodes__modal .c-next {
  left: unset !important;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 545px) {
  .wrapper.-museum {
    padding-bottom: 72px;
    padding-top: 32px;
    width: unset;
  }
  .p-museum__header .c-heading {
    margin-bottom: 60px;
  }
  .p-museum__header .c-lead {
    font-size: 2rem;
    text-align: center;
  }
  .p-museum__header {
    margin-bottom: 60px;
  }
  .p-museum_item {
    min-height: 600px;
    padding-bottom: 12px;
  }
  .p-museum_item__content {
    padding: 0 30px;
    width: 960px;
  }
  .p-museum_item__header h1 {
    gap: 24px;
    margin-top: 72px;
    padding: 0 24px;
  }
  .p-museum_item__header h1::before {
    background: #31250F;
    content: "";
    height: 100%;
    position: absolute;
    width: calc((100dvw - 960px) / 2 + 1px);
  }
  .p-museum_item__header .c-lead {
    width: 500px;
  }
  .p-museum_item .c-btn_wrapper {
    margin-left: auto;
  }
  .p-museum_item .c-btn_wrapper li a {
    transition: 0.2s;
    width: 460px;
  }
  .p-museum_item .c-btn_wrapper li a:hover {
    opacity: 0.7;
  }
  .p-museum_item.-episode {
    background-position: bottom 32px center;
  }
  .p-museum_item.-vol2 {
    background-position: bottom 32px center;
  }
  .p-museum_item.-vol2 .p-museum_item__header {
    align-items: flex-end;
  }
  .p-museum_item.-vol2 .p-museum_item__header h1 {
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right;
  }
  .p-museum_item.-vol2 .p-museum_item__header h1::before {
    left: calc(100% - 1px);
  }
  .p-museum_item.-vol2 .p-museum_item__header .c-lead {
    width: 500px;
  }
  .p-museum_item + * {
    margin-top: 120px;
  }
  .p-museum_vol1__contents {
    gap: 32px;
    align-items: flex-start;
    display: flex;
    margin: auto;
    max-width: 1600px;
    padding: 0 40px;
  }
  .p-museum_vol1__history {
    padding: 32px 24px;
    width: 320px;
  }
  .p-museum_vol1__history .c-heading {
    font-size: 2rem;
    padding-bottom: 16px;
  }
  .p-museum_vol1__history__wrapper {
    padding-top: 20px;
  }
  .p-museum_vol1__gallery {
    flex: 1;
  }
  .p-museum_vol1__gallery .p-card {
    cursor: pointer;
    width: calc((100% - 32px) / 3);
  }
  .p-museum_vol1__gallery .p-card:hover {
    z-index: 2;
  }
  .p-museum_vol1__gallery .p-card:hover img {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1.05);
  }
  .p-museum_vol1__modal__body {
    border-radius: 12px;
    bottom: unset;
    box-sizing: border-box !important;
    left: 0;
    margin: auto;
    max-width: 1200px;
    min-width: 960px;
    padding: 60px 180px;
    right: 0;
    top: 20px;
  }
  .p-museum_vol1__modal__header {
    margin-bottom: 24px;
  }
  .p-museum_vol1__modal .c-img {
    width: 100%;
  }
  .p-museum_vol1__modal .c-close {
    cursor: pointer;
    height: 50px;
    right: 12px;
    top: 12px;
    width: 50px;
  }
  .p-museum_vol1__modal .c-close:hover {
    background: #f1f1f1;
  }
  .p-museum_vol1__modal .c-prev,
  .p-museum_vol1__modal .c-next {
    cursor: pointer;
    left: 16px;
  }
  .p-museum_vol1__modal .c-prev:hover,
  .p-museum_vol1__modal .c-next:hover {
    background: #f1f1f1;
  }
  .p-museum_episodes {
    margin: auto;
    width: 960px;
  }
  .p-museum_episodes__tab {
    margin: 0 48px;
  }
  .p-museum_episodes__tab + * {
    margin-top: 28px;
  }
  .p-museum_episodes__decade_nav {
    margin-left: 48px;
    margin-right: 48px;
  }
  .p-museum_episodes__decade_nav .c-list li {
    width: calc((100% - 40px) / 6);
  }
  .p-museum_episodes__decade_nav .c-list li a {
    font-size: 1.5rem;
  }
  .p-museum_episodes__decade_nav + * {
    margin-top: 52px;
  }
  .p-museum_episodes__list .p-card {
    cursor: pointer;
    padding: 0 16px 20px;
    width: calc((100% - 32px) / 3);
  }
  .p-museum_episodes__list .p-card:hover::before {
    opacity: 1;
  }
  .p-museum_episodes__list .p-card .c-img {
    margin: 0 -16px;
  }
  .p-museum_episodes__list .p-card .c-year {
    font-size: 1.6rem;
    height: 2.4rem;
    margin-top: calc((2.4rem + 8px + 8px) * -1);
    padding: 4px 16px;
  }
  .p-museum_episodes__list .p-card .c-title {
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .p-museum_episodes__list .p-card .c-title + p {
    margin-top: 16px;
  }
  .p-museum_episodes__list .p-card .c-data {
    font-size: 1.6rem;
    margin-top: 24px;
  }
  .p-museum_episodes__decade_item .c-heading {
    padding: 20px;
  }
  .p-museum_episodes__decade_item .c-heading b {
    font-size: 2.8rem;
  }
  .p-museum_episodes__decade_item .c-heading small {
    font-size: 1.8rem;
  }
  .p-museum_episodes__decade_item .c-heading + * {
    margin-top: 48px;
  }
  .p-museum_episodes__decade_item + .p-museum_episodes__decade_item {
    margin-top: 60px;
  }
  .p-museum_episodes__modal__ui {
    bottom: 0;
    position: absolute;
  }
  .p-museum_episodes__modal .c-img {
    width: 35%;
  }
  .p-museum_episodes__modal .c-close {
    cursor: pointer;
  }
  .p-museum_episodes__modal .c-close:hover {
    background: #f1f1f1;
  }
  .p-museum_episodes__modal .c-prev,
  .p-museum_episodes__modal .c-next {
    bottom: 0;
    left: 16px;
    top: 0;
  }
  .p-museum_episodes__modal .c-prev,
  .p-museum_episodes__modal .c-next {
    cursor: pointer;
  }
  .p-museum_episodes__modal .c-prev:hover,
  .p-museum_episodes__modal .c-next:hover {
    background: #f1f1f1;
  }
  .p-museum_episodes__modal .c-next {
    right: 16px;
  }
}
@media screen and (max-width: 544px) {
  .wrapper.-museum {
    margin-top: 0 !important;
    padding-top: 30px;
  }
  .hansel + main {
    margin-top: 0;
  }
  .p-museum__header .c-heading {
    margin-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-museum__header .c-heading img {
    width: 100%;
  }
  .p-museum__header .c-lead {
    font-size: 1.4rem;
  }
  .p-museum__header .c-annotation {
    text-align: left;
  }
  .p-museum__header {
    margin-bottom: 24px;
  }
  .p-museum_item {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 16px 48px;
  }
  .p-museum_item__content {
    width: 100%;
  }
  .p-museum_item__header {
    width: 100%;
  }
  .p-museum_item__header h1 {
    gap: 20px;
    margin-left: -16px;
    padding: 12px 40px;
  }
  .p-museum_item__header h1 .c-num {
    font-size: 60px;
  }
  .p-museum_item__header h1 b {
    font-size: 1.8rem;
  }
  .p-museum_item .c-btn_wrapper {
    width: 100%;
  }
  .p-museum_item .c-btn_wrapper li {
    width: 100%;
  }
  .p-museum_item .c-btn_wrapper li a small {
    font-size: 1.2rem;
  }
  .p-museum_item .c-btn_wrapper li a small::before {
    width: 20px;
  }
  .p-museum_item.-episode {
    background-size: cover;
  }
  .p-museum_item.-vol2 {
    background-size: cover;
  }
  .p-museum_item.-vol2 .c-photo {
    display: none;
  }
  .p-museum_item + * {
    margin-top: 60px;
  }
  .p-museum_vol1__history {
    margin-bottom: 24px;
    padding: 16px 20px;
  }
  .p-museum_vol1__history .c-heading {
    font-size: 1.6rem;
    position: relative;
    transition: 0.2s;
  }
  .p-museum_vol1__history .c-heading::after {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-25%) rotate(45deg);
    transition: 0.2s;
    width: 8px;
  }
  .p-museum_vol1__history .c-heading.is-active {
    padding-bottom: 20px;
  }
  .p-museum_vol1__history .c-heading.is-active::after {
    transform: translateY(0%) rotate(-135deg);
  }
  .p-museum_vol1__history__wrapper {
    display: none;
    padding-top: 12px;
  }
  .p-museum_vol1__gallery .p-card {
    width: calc((100% - 12px) / 2);
  }
  .p-museum_vol1__modal__body {
    margin: 16px 16px 0;
    padding: 16px;
  }
  .p-museum_vol1__modal__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-museum_vol1__modal .c-img {
    margin: 20px 20px;
  }
  .p-museum_vol1__modal .c-close {
    height: 28px;
    right: 8px;
    top: 16px;
    width: 28px;
  }
  .p-museum_vol1__modal .c-close::before, .p-museum_vol1__modal .c-close::after {
    width: 28px;
  }
  .p-museum_vol1__modal .c-prev,
  .p-museum_vol1__modal .c-next {
    left: -8px;
  }
  .p-museum_vol1__modal .c-prev::before,
  .p-museum_vol1__modal .c-next::before {
    height: 20px;
    width: 20px;
  }
  .p-museum_vol1__modal .c-next {
    right: -8px;
  }
  .p-museum_episodes__tab + * {
    margin-top: 24px;
  }
  .p-museum_episodes__decade_nav .c-list li {
    width: calc((100% - 16px) / 3);
  }
  .p-museum_episodes__decade_nav .c-list li a {
    font-size: 1.3rem;
  }
  .p-museum_episodes__decade_nav + * {
    margin-top: 32px;
  }
  .p-museum_episodes__list .p-card {
    padding: 0 12px 16px;
    width: calc((100% - 12px) / 2);
  }
  .p-museum_episodes__list .p-card .c-img {
    margin: 0 -12px;
  }
  .p-museum_episodes__list .p-card .c-year {
    font-size: 1.2rem;
    height: 1.6rem;
    margin-left: -4px;
    margin-top: calc((1.6rem + 8px + 8px) * -1);
    padding: 4px 8px;
  }
  .p-museum_episodes__list .p-card .c-title {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .p-museum_episodes__list .p-card .c-title + p {
    margin-top: 8px;
  }
  .p-museum_episodes__list .p-card p {
    font-size: 1.2em;
  }
  .p-museum_episodes__list .p-card .c-data {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .p-museum_episodes__decade_item .c-heading {
    padding: 16px 20px;
  }
  .p-museum_episodes__decade_item .c-heading b {
    font-size: 2.4rem;
  }
  .p-museum_episodes__decade_item .c-heading small {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-museum_episodes__decade_item .c-heading + * {
    margin-top: 24px;
  }
  .p-museum_episodes__decade_item + .p-museum_episodes__decade_item {
    margin-top: 40px;
  }
}
@media (545px <= width < 1040px) {
  .p-museum_vol1__gallery .p-card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 940px) {
  .p-museum_episodes__modal__body {
    flex-direction: column;
    left: 0;
    margin: auto;
    padding: 20px 40px 24px;
    right: 0;
    top: 12px;
    width: calc(100dvw - 24px);
  }
  .p-museum_episodes__modal__content {
    order: 1;
  }
  .p-museum_episodes__modal__ui {
    position: fixed;
  }
  .p-museum_episodes__modal .c-img {
    order: 2;
    width: 100%;
  }
  .p-museum_episodes__modal .c-prev,
  .p-museum_episodes__modal .c-next {
    bottom: unset;
    left: -4px;
    top: 84px;
  }
  .p-museum_episodes__modal .c-prev::before,
  .p-museum_episodes__modal .c-next::before {
    height: 16px;
    width: 16px;
  }
  .p-museum_episodes__modal .c-next {
    right: -4px;
  }
}
/*# sourceMappingURL=maps/museum.css.map */
