.ta-r {
  text-align: right;
}

.align-center {
  text-align: center;
}

.mb-00 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-00 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-00 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-00 {
  padding-right: 0 !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.mw-100 {
  max-width: 100%;
}

.ls-0 {
  letter-spacing: 0;
}

.list-navigation {
  background-color: #f6f6f6;
  border-radius: 32px;
  overflow: hidden;
}
.list-navigation.is-close .list-navlink-wrapper {
  display: none;
}
.list-navigation.is-close .list-navtitle__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-navtitle__button {
  display: flex;
  border: none;
  border-radius: 32px;
  padding: 20px 32px;
  width: 100%;
  background-color: transparent;
  color: #16160e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.list-navtitle__text {
  margin: auto;
}

.list-navtitle__arrow {
  line-height: 1;
  margin-top: 2px;
}

.list-navlink {
  padding: 0 16px 28px;
}

.list-navlink__link {
  box-sizing: border-box;
  padding: 12px 16px 12px 26px;
  display: block;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.28px;
  line-height: 1.25;
  position: relative;
  border-radius: 21px;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: #16160e;
  cursor: pointer;
}
.list-navlink__link:focus {
  background-color: #ffffff;
}
.list-navlink__link::before {
  content: "\ea06";
  font-family: "muufont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.list-navlink__link.-is-current {
  background-color: #ffffff;
  font-weight: bold;
}

.list-navlink__divider {
  padding: 24px 12px 12px 12px;
  font-size: 12px;
  color: #6f6f6f;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.list-navlink__divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  margin-left: 8px;
}

.mt-list-navigation {
  margin-top: 40px;
}

.page-choice-archivecontents {
  background: #f9f8f1;
  overflow: hidden;
}

.mv {
  width: 1920px;
  margin: 52px 0 0;
  height: 537px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-gallery__wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.6s ease;
}
.mv-gallery__wrapper .mv-gallery-item img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.mv-gallery__wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.mv-gallery__wrapper.is-active .mv-gallery-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.mv-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #f9f8f1;
}
.mv-title img {
  max-width: 293px;
  width: 100%;
  height: auto;
  display: block;
}

.mv-gallery__col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: 39.6%;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.mv-gallery__col-sub {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  width: 19.8%;
}

.mv-gallery-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 12px;
  overflow: hidden;
  width: 100%;
}
.mv-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.mv-gallery-item.flex {
  display: flex;
  gap: 12px;
}
.mv-gallery-item.flex img {
  width: calc(50% - 6px);
}

.mv-gallery__col-high-a, .mv-gallery__col-high-b {
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 12px;
  -ms-grid-columns: calc(57% - 12px) 12px calc(23% - 6px) 12px 18%;
  grid-template-columns: calc(57% - 12px) calc(23% - 6px) 18%;
  -ms-grid-rows: auto 12px auto;
  grid-template-rows: auto auto;
}

.mv-gallery__col-high-a > *:nth-child(1), .mv-gallery__col-high-b > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.mv-gallery__col-high-a > *:nth-child(2), .mv-gallery__col-high-b > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.mv-gallery__col-high-a > *:nth-child(3), .mv-gallery__col-high-b > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.mv-gallery__col-high-a > *:nth-child(4), .mv-gallery__col-high-b > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.mv-gallery__col-high-a > *:nth-child(5), .mv-gallery__col-high-b > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.mv-gallery__col-high-a > *:nth-child(6), .mv-gallery__col-high-b > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.mv-gallery__col-high-a .mv-gallery-item:nth-child(1), .mv-gallery__col-high-b .mv-gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.mv-gallery__col-high-a .mv-gallery-item:nth-child(1) img, .mv-gallery__col-high-b .mv-gallery-item:nth-child(1) img {
  height: 100%;
}
.mv-gallery__col-high-a .mv-gallery-item:nth-child(2), .mv-gallery__col-high-b .mv-gallery-item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-high-a .mv-gallery-item:nth-child(3), .mv-gallery__col-high-b .mv-gallery-item:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-high-a .mv-gallery-item:nth-child(4), .mv-gallery__col-high-b .mv-gallery-item:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.mv-gallery__col-low-a, .mv-gallery__col-low-b {
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 12px;
  -ms-grid-columns: 18% 12px calc(23% - 6px) 12px calc(57% - 12px);
  grid-template-columns: 18% calc(23% - 6px) calc(57% - 12px);
  -ms-grid-rows: auto 12px auto;
  grid-template-rows: auto auto;
}

.mv-gallery__col-low-a > *:nth-child(1), .mv-gallery__col-low-b > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.mv-gallery__col-low-a > *:nth-child(2), .mv-gallery__col-low-b > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.mv-gallery__col-low-a > *:nth-child(3), .mv-gallery__col-low-b > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.mv-gallery__col-low-a > *:nth-child(4), .mv-gallery__col-low-b > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.mv-gallery__col-low-a > *:nth-child(5), .mv-gallery__col-low-b > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.mv-gallery__col-low-a > *:nth-child(6), .mv-gallery__col-low-b > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.mv-gallery__col-low-a .mv-gallery-item:nth-child(1), .mv-gallery__col-low-b .mv-gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-low-a .mv-gallery-item:nth-child(2), .mv-gallery__col-low-b .mv-gallery-item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-low-a .mv-gallery-item:nth-child(3), .mv-gallery__col-low-b .mv-gallery-item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.mv-gallery__col-low-a .mv-gallery-item:nth-child(4), .mv-gallery__col-low-b .mv-gallery-item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.mv-gallery__col-low-a .mv-gallery-item:nth-child(4) img, .mv-gallery__col-low-b .mv-gallery-item:nth-child(4) img {
  height: 100%;
}

.mv-gallery__col-high-b {
  -ms-grid-columns: 18% calc(23% - 6px) calc(57% - 12px);
  grid-template-columns: 18% calc(23% - 6px) calc(57% - 12px);
}
.mv-gallery__col-high-b .mv-gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-high-b .mv-gallery-item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.mv-gallery__col-high-b .mv-gallery-item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.mv-gallery__col-high-b .mv-gallery-item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.mv-gallery__col-high-b .mv-gallery-item:nth-child(4) img {
  height: 100%;
}

.mv-gallery__col-low-b {
  -ms-grid-columns: calc(57% - 12px) calc(23% - 6px) 18%;
  grid-template-columns: calc(57% - 12px) calc(23% - 6px) 18%;
}
.mv-gallery__col-low-b .mv-gallery-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.mv-gallery__col-low-b .mv-gallery-item:nth-child(1) img {
  height: 100%;
}
.mv-gallery__col-low-b .mv-gallery-item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.mv-gallery__col-low-b .mv-gallery-item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.mv-gallery__col-low-b .mv-gallery-item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.mv-gallery__center {
  width: 19.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mv-sp {
  position: relative;
  max-width: 100%;
  margin: -8px auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.archive-inner {
  box-sizing: content-box;
  max-width: 1072px;
  margin-inline: auto;
  padding: 0 8px;
}

.archive-message {
  margin: 76px auto 56px;
}

.archive-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 24px;
}

.archive-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.archive-large {
  background: #ffffff;
  border-radius: 32px;
  display: flex;
  margin-top: 32px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.archive-large__thumb {
  max-width: 603px;
  flex-shrink: 0;
}
.archive-large__thumb img {
  border-radius: 32px 0 0 32px;
}

.archive-large__detail {
  padding: 36px 56px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.archive-tag {
  font-weight: 400;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  background-color: #16160e;
  color: #ffffff;
  border-radius: 16px;
  margin: 0 8px 8px 0;
}
.archive-tag.event {
  background-color: #a32ae9;
}
.archive-tag.shop {
  background-color: #2a96e9;
}
.archive-tag.read {
  background-color: #3dcf6b;
}
.archive-tag.special {
  background-color: #e92a2a;
}
.archive-tag.support {
  background-color: #e9a02a;
}

.archive-large__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.28;
  margin-bottom: 8px;
}

.archive-large__text {
  font-size: 16px;
  line-height: 1.28;
  margin-bottom: 24px;
}

.archive-large__button {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: auto auto 0;
  padding: 12px 0;
  border: 2px solid #16160e;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
}

.activity-section__list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 6px;
  scrollbar-width: none;
  scrollbar-color: #c8c8c8 #ffffff;
}

.activity-section__item {
  color: #ad0003;
  font-size: 14px;
  font-weight: bold;
}
.activity-section__item .activity-section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ad0003;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}

.archive-mini__container {
  width: 100%;
  max-height: 1754px;
  margin-top: 32px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding-bottom: 175px;
}

.archive-mini {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 32px;
  max-width: 336px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #ffffff;
}

.archive-mini__thumb img {
  border-radius: 24px 24px 0 0;
}

.archive-mini__detail {
  padding: 24px;
}

.archive-mini__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.28;
  margin-bottom: 8px;
}

.archive-mini__text {
  font-size: 16px;
  line-height: 1.28;
  margin-bottom: 8px;
}

.archive-mini__note {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 8px;
}

.archive-mini__period {
  font-size: 16px;
  line-height: 1.28;
}

.archive-mini__button {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 24px auto 0;
  padding: 12px 0;
  border: 2px solid #16160e;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
}

.archive-spacer {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 32px;
  max-width: 336px;
  min-height: 300px;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .align-center-pc {
    text-align: center;
  }
  .mb-00-pc {
    margin-bottom: 0 !important;
  }
  .mb-10-pc {
    margin-bottom: 10px !important;
  }
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
  .mb-30-pc {
    margin-bottom: 30px !important;
  }
  .mb-40-pc {
    margin-bottom: 40px !important;
  }
  .mb-50-pc {
    margin-bottom: 50px !important;
  }
  .mb-60-pc {
    margin-bottom: 60px !important;
  }
  .mt-10-pc {
    margin-top: 10px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-30-pc {
    margin-top: 30px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-50-pc {
    margin-top: 50px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-20-48 {
    margin-top: 48px !important;
  }
  .mt-40-80 {
    margin-top: 80px !important;
  }
  .pb-10-pc {
    padding-bottom: 10px !important;
  }
  .pb-20-pc {
    padding-bottom: 20px !important;
  }
  .pb-30-pc {
    padding-bottom: 30px !important;
  }
  .pb-40-pc {
    padding-bottom: 40px !important;
  }
  .pb-50-pc {
    padding-bottom: 50px !important;
  }
  .pb-60-pc {
    padding-bottom: 60px !important;
  }
  .pt-10-pc {
    padding-top: 10px !important;
  }
  .pt-20-pc {
    padding-top: 20px !important;
  }
  .pt-30-pc {
    padding-top: 30px !important;
  }
  .pt-40-pc {
    padding-top: 40px !important;
  }
  .pt-50-pc {
    padding-top: 50px !important;
  }
  .pt-60-pc {
    padding-top: 60px !important;
  }
  .pt-70-pc {
    padding-top: 70px !important;
  }
  .pt-80-pc {
    padding-top: 80px !important;
  }
  .pt-90-pc {
    padding-top: 90px !important;
  }
  .pt-100-pc {
    padding-top: 100px !important;
  }
  .pt-110-pc {
    padding-top: 110px !important;
  }
  .px-10-pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-20-pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-30-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-40-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-50-pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-60-pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sp {
    display: none !important;
  }
  .list-navigation.is-close .list-navlink-wrapper {
    display: block;
  }
  .list-navigation.is-close .list-navtitle__arrow {
    display: none;
  }
  .list-navtitle__button {
    padding: 32px 16px 16px 24px;
  }
  .list-navtitle__icon {
    margin-right: 6px;
  }
  .list-navtitle__text {
    margin: 0;
  }
  .list-navlink__link {
    padding: 8px 12px 8px 30px;
    border-radius: 17px;
  }
  .list-navlink__link:hover {
    background-color: #ffffff;
  }
  .list-navlink__link::before {
    top: 10px;
    left: 16px;
  }
  .list-navlink__divider {
    padding: 32px 8px 8px 16px;
  }
  .mt-list-navigation {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .pc {
    display: none !important;
  }
  .mv-gallery__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .mv-title {
    position: relative;
    inset: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 24px 41px 30px;
  }
  .mv-title img {
    max-width: 100%;
  }
  .mv-gallery-item {
    margin-bottom: 0;
  }
  .mv-gallery-item.flex img {
    width: auto;
  }
  .mv-gallery__center {
    width: 100%;
    justify-content: center;
  }
  .archive-message {
    margin: 40px auto;
    padding: 0 24px;
  }
  .archive-lead {
    font-size: 24px;
  }
  .archive-text {
    line-height: 1.28;
    text-align: left;
  }
  .archive-large {
    border-radius: 24px;
    flex-direction: column;
    margin-top: 16px;
  }
  .archive-large__thumb {
    max-width: 100%;
  }
  .archive-large__thumb img {
    border-radius: 24px 24px 0 0;
  }
  .archive-large__detail {
    padding: 24px;
  }
  .archive-tag {
    font-size: 10px;
    margin: 0 10px 8px 0;
  }
  .archive-large__title {
    font-size: 18px;
  }
  .archive-large__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .archive-large__button {
    margin-top: 12px;
  }
  .archive-mini__container {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .archive-mini {
    margin-bottom: 16px;
    max-width: 100%;
  }
  .archive-mini__detail {
    padding: 16px 8px;
  }
  .archive-mini__title {
    font-size: 18px;
  }
  .archive-mini__text {
    font-size: 14px;
  }
  .archive-mini__note {
    font-size: 12px;
  }
  .archive-mini__period {
    font-size: 14px;
  }
  .archive-mini__button {
    margin: 16px auto 0;
  }
  .archive-spacer {
    display: none;
  }
}