<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.serif {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
}
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
span.ib {
  display: inline-block;
}
.cont_close {
  position: relative;
}
.cont_close::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.movie_wrap {
	width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
    border: #7c0402 3px solid;
    padding: 15px;
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}
@media (max-width: 479px) {
  .movie_wrap {
    padding: 10px;
  }
}

.wrapper {
  font-size: 22px;
  color: #7c0402;
  font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0 0 60px;
  background: url(../images/bg_ebisu.png) center top repeat;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
.wrapper a {
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .wrapper {
    font-size: 16px;
  }
}

#head_anim {
  position: relative;
  z-index: 1;
}
.logo {
  font-size: 0em;
  position: relative;
  z-index: 999;
  background: url(../images/logo_desktop.png) center top no-repeat;
    padding-bottom: calc(450 / 1674 * 70%);
    background-size: contain;
    margin: -10% auto 0;
}
@media (max-width: 1279px) {
  .logo {
    background: url(../images/logo_desktop.png) center top no-repeat;
    padding-bottom: calc(450 / 1674 * 85%);
    background-size: contain;  }
}
@media (max-width: 767px) {
  .logo {
    background: url(../images/logo_smp.png) center top no-repeat;
    padding-bottom: calc(600 / 724 * 85%);
    background-size: contain;  }
}

.inner_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: content-box;
}

#about {
  text-align: center;
  padding: 50px 0 0;
  margin: 0 auto;
}
.theme_wrap,
.theme_btm {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2;
}
.theme_wrap {
  background: url(../images/bg_theme.png) center center/contain no-repeat;
}
.theme {
  font-size: 32px;
  margin-bottom: 10px;
}
.theme_wrap em,
.theme_btm em {
  font-size: 1.4em;
  padding: 0 8px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-style: normal;
}
.theme_wrap mark,
.theme_btm mark {
  color: inherit;
  background: linear-gradient(to top, #ffea00 0% 35%, rgba(0,0,0,0) 35% 100%);
}
.sp_summary {
  font-size: 18px;
  line-height: 1.8;
  margin: 50px auto 0;
}
.theme_btm {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .theme_wrap {
    font-size: 20px;
    background: url(../images/bg_theme_mob.png) center center/contain no-repeat;
  }
  .theme {
    font-size: 26px;
  }
  .theme_btm {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .theme_wrap em,
  .theme_btm em {
    font-size: 1.3em;
  }
}
@media (max-width: 479px) {
  .inner_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme_wrap,
  .theme_btm {
    font-size: 18px;
    line-height: 1.8;
  }
  .theme {
    font-size: 22px;
  }
}

/* =================================
  出演者
=================================================== */
#cast {
    margin: 0 auto;
    padding: 80px 0;
}
#cast .inner_wrap {
  max-width: 1000px;
}
#cast ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.cast_list.flex {
  justify-content: center;
}
.cast_list div {
  flex: 0 0 calc(100% / 3);
  padding: 0 8px;
}
@media (min-width: 768px) {
  .cast_list div:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #cast {
      padding: 40px 0;
  }
  .cast_list div {
    flex: 0 0 calc(100% / 2);
  }
  .cast_list div:nth-child(n + 3) {
    margin: 30px auto 0;
  }
}
@media (max-width: 479px) {
  .cast_list div {
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .cast_list div:not(:first-child) {
    margin: 20px auto 0;
  }
}

/* =================================
  メインテーマ
=================================================== */
#main .sec_title {
  font-size: 32px;
  color: #7c0402;
  font-weight: bold;
  max-width: 90%;
  padding: 8px 8px 40px 40px;
  margin: 40px auto -25px;
  line-height: 1.6;
  text-align: center;
  border: solid 4px #7c0402;
  background-color: #fff;
  transform: rotate(-2deg);
  position: relative;
  display: inline-block;
}
#main .sec_title::after {
  position: absolute;
  content: '';
  background-color: #fff3dd;
  border: solid 4px #7c0402;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: 12px;
  bottom: 12px;
  z-index: 10;
}
#main .sec_title p {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  #main .sec_title {
    font-size: 22px;
    margin: 40px auto 25px;
    padding: 4px 4px 28px 28px;
  }
  #main .sec_title::after {
    left: 8px;
    bottom: 8px;
  }
}
@media (max-width: 479px) {
  #main .sec_title {
    font-size: 18px;
  }
}

#cont01 {
  background-color: #6fa503;
}
#cont02 {
  background-color: #eb6877;
}
#cont03 {
  background-color: #E5A429;
}
#cont04 {
  background-color: #00b7ee;
}

.cont_wrap {
  color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.sec_subtitle {
  font-size: 22px;
  line-height: 1.3;
}

.reporter {
  font-size: 26px;
  margin: 0px auto 50px;
  padding: 10px 20px;
  background-color: #fff;
}
#cont01 .reporter {
  color: #6fa503;
}
#cont02 .reporter {
  color: #eb6877;
}
#cont03 .reporter {
  color: #E5A429;
}
#cont04 .reporter {
  color: #00b7ee;
}
.block_title {
  font-size: 36px;
  line-height: 1.3;
}
.block_read {
  line-height: 1.8;
  margin: 20px auto 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .reporter {
    font-size: 22px;
  }
  .block_title {
    font-size: 24px;
  }
  .sec_subtitle {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .cont_wrap {
    padding: 30px 0;
  }
  .reporter {
    font-size: 18px;
    margin: 0px auto 30px;
  }
  .block_title {
    font-size: 22px;
  }
  .block_read {
    margin: 20px auto 30px;
  }
}


.wrap {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  margin: 1rem auto;
  display: flex;
  overflow: hidden;
}
#cont01 ul,
#cont02 ul,
#cont03 ul,
#cont04 ul {
  display: flex;
}
#cont01 li,
#cont02 li,
#cont03 li,
#cont04 li {
  border: 1px solid #fff;
}

/* ====== アーカイブへ移動する際、swiper削除する場合
　ここ以下表示 ================================ */
/*
.wrap {
  height: 42.1875vw;
}
#cont01 ul, #cont02 ul, #cont03 ul {
  animation: loop-slide 60s infinite linear 0s both;
}
@media (min-width: 768px) {
  .wrap {
    height: 19.6875vw; } }

#cont01 li img, #cont02 li img, #cont03 li img {
  width: 75vw; }
  @media (min-width: 768px) {
    #cont01 li img, #cont02 li img, #cont03 li img {
      width: 35vw; } }
*/
/* ============　ここまで　=================== */


@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  #cont01 li .zoomBox,
  #cont02 li .zoomBox,
  #cont03 li .zoomBox,
  #cont04 li .zoomBox {
    width: 100%;
    overflow: hidden;
  }
  #cont01 li .zoomBox img,
  #cont02 li .zoomBox img,
  #cont03 li .zoomBox img,
  #cont04 li .zoomBox img {
    transition: 0.5s all;
  }
  #cont01 li .zoomBox img:hover,
  #cont02 li .zoomBox img:hover,
  #cont03 li .zoomBox img:hover,
  #cont04 li .zoomBox img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
  }
}
#cont02 p.indent {
  text-indent: -5em;
  padding-left: 5em;
}
.targetBox {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.is-showTargetBox {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
#tw {
  width: 75%;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  #tw {
    width: 50%;
  }
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}</pre></body></html>