<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&amp;display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/*////////////////////////////
MAIN
////////////////////////////*/
div#contentsBoxInner {
  width: auto;
  max-width: 935px;
  padding: 18px 0 70px 0;
}

/* ---------------------------- */
/* --- カードセクション --- */
/* ---------------------------- */
.Card, .Card-Head {
  margin: 30px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Card-Head {
  height: 80px;
  margin-bottom: -20px;
  padding: 20px 0;
  background: url(../../img/bg_img02.png) top -123px center no-repeat #bde2f4;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.Card-Item {
  width: calc((100% - 56px) / 3);
  background: #eee;
  cursor: pointer;
}

.Card-Item:not(:nth-child(3n-2)) {
  margin-left: 28px;
}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.ModalLayer.isShow {
  pointer-events: auto;
  opacity: 1;
}

.ModalLayer-Mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 935px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Modal-Inner-Btn {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 15px;
  color: #fff;
  cursor: pointer;
}

.Modal-Inner-Card {
  width: 100%;
}

.Modal-Inner-Card-Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Modal-Inner-Card-Wrapper-Slide {
  width: 100% !important;
  height: auto;
}

.Modal-Inner-Card-Wrapper-Slide-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
}

.title {
  margin: 30px auto;
}

.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.movie-btn {
  display: block;
  width: 120px;
  height: auto;
  margin-left: auto;
}

.photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 70%;
  max-width: 600px;
}

.name {
  padding: 20px;
  font-weight: bold;
}

.txt {
  padding: 0 20px 20px;
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  /* ボタンの幅 */
  height: 20px;
  /* ボタンの高さ */
  background-size: 48px 48px;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  top: calc(50% + 10px);
  right: -30px;
  background-image: url(../../img/next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  top: calc(50% + 10px);
  left: -30px;
  background-image: url(../../img/prev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

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

.sp {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=archive.css.map */</pre></body></html>