@charset "UTF-8";
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list {
  display: flex;
  flex-direction: column;
  gap: 6em;
  align-items: center;
}

.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item {
  position: relative;
  width: 100%;
  max-width: 1096px;
  background-color: #FFF;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item {
    width: 100%;
    margin: 0 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .link-banner::after, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .link-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* 重なり順を調整 */
}

.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content {
  border: 2px solid #000;
  border-bottom: 6px solid #000;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
  background-size: 434px 286px;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: calc(100% + 1px) calc(100% + 1px);
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content {
    padding: 1rem;
    background-size: 50% auto;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .class-1.works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .class-1.works-content {
  background-image: url("../img/workshop/kaiju-image-class-1.jpg");
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .class-2.works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .class-2.works-content {
  background-image: url("../img/workshop/kaiju-image-class-2.jpg");
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .class-3.works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .class-3.works-content {
  background-image: url("../img/workshop/kaiju-image-class-3.jpg");
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .class-4.works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .class-4.works-content {
  background-image: url("../img/workshop/kaiju-image-class-4.jpg");
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content {
    justify-content: center;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner {
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner {
    gap: 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header {
  position: relative;
  z-index: 1;
  height: 170px;
  top: auto;
  border-top: none;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header {
    align-items: center;
    gap: 0.5rem;
    height: auto;
  }
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header img, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header img {
    max-width: 100%; /* 親要素の幅を超えないようにする */
    height: auto; /* 幅に合わせて高さを自動計算（比率を維持） */
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .featured-image, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .featured-image {
  text-align: center;
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .movie-title, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .movie-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title {
  font-size: 36px;
  font-weight: 900;
  height: 1.2em;
  line-height: 1.2em;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 415px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner header.works-header .movie-title .works-title {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner .youtube-banner-link, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner .youtube-banner-link {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner .youtube-banner-link, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner .youtube-banner-link {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner .youtube-banner-link, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner .youtube-banner-link {
    margin-bottom: 0;
  }
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .works-content-inner .youtube-banner-link img, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .works-content-inner .youtube-banner-link img {
    width: 35%;
    height: auto;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .works-list .works-item .works-content .kaiju-image, .tokusatsu-juku #works-tokusatsu-juku #works-tokusatsu-juku-content .works-list .works-item .works-content .kaiju-image {
  flex-shrink: 0;
  flex-grow: 0;
}

.tokusatsu-juku.child .page-header {
  height: 325px;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku.child .page-header {
    height: 180px;
  }
}
.tokusatsu-juku h1:not(.site-title) {
  font-size: 30px;
  font-weight: bold;
  margin: 3rem 0 0;
}
.tokusatsu-juku .page-header {
  z-index: 1;
  position: relative;
  background-color: #A4A4A4;
  background-image: url("../img/workshop/workshop-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 510px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  width: 100%;
  border-top: none;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku .page-header {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku .page-header {
    height: 300px;
  }
}
@media screen and (max-width: 415px) {
  .tokusatsu-juku .page-header {
    height: 180px;
  }
}
.tokusatsu-juku .page-header h1 {
  font-size: 48px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku .page-header h1 {
    font-size: 40px;
  }
}
.tokusatsu-juku .contents-nav {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku .contents-nav {
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
    flex-direction: column;
  }
  .tokusatsu-juku .contents-nav a {
    flex-direction: row;
  }
}
.tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame {
  border: 2px solid #000;
  border-bottom: 6px solid #000;
  display: flex;
  gap: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame {
    flex-direction: column;
    padding: 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame .section-eyecatch {
  width: 235px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .section-eyecatch, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame .section-eyecatch {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame p, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame p, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame p, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame .read-more, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .read-more, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .read-more, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame .read-more {
  display: flex;
  justify-content: flex-end;
}
.tokusatsu-juku #tokusatsu-juku-detail .tokusatsu-juku-section-frame .read-more a.text-link.arrow, .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .read-more a.text-link.arrow, .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .read-more a.text-link.arrow, .tokusatsu-juku #about-tokusatsu-juku-description .tokusatsu-juku-section-frame .read-more a.text-link.arrow {
  color: #707070;
}
.tokusatsu-juku #tokusatsu-juku-news h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 3rem;
}
.tokusatsu-juku #tokusatsu-juku-news h3 span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-news h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header {
    flex-direction: column;
  }
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header h4 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header h4 {
    font-size: 18px;
  }
  .tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header h4 span {
    white-space: nowrap;
  }
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .tokusatsu-juku-news-frame-header .read-more {
  margin-left: auto;
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .news-index {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .news-index {
    flex-direction: column;
  }
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .news-info .news-category {
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 0.875em;
}
.tokusatsu-juku #tokusatsu-juku-news .tokusatsu-juku-news-frame .new-time {
  font-size: 0.75rem;
}
.tokusatsu-juku #works-tokusatsu-juku {
  background-color: #f3f4f3;
}
.tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header {
  position: relative;
  z-index: 1;
  height: 201px;
  width: 100%;
  background: url("../img/workshop/works-title-bg.png") repeat;
  background-size: 1396px auto;
  top: auto;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header .inner-narrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header .inner-narrow {
    flex-direction: column;
    gap: 1rem;
  }
}
.tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header .inner-narrow h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  width: 8em;
  flex-shrink: 0;
  flex-grow: 0;
}
.tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header .inner-narrow h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #works-tokusatsu-juku header.works-tokusatsu-juku-header .inner-narrow h4 {
    font-size: 20px;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-timeline {
  padding-top: 80px;
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner {
  background-color: #000;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  max-width: 1096px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-timeline .inner {
    flex-direction: column;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner .featured-image {
  text-align: center;
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner .about-tokusatsu-juku-timeline-content {
  flex: 1; /* 残りの幅をすべて使う設定 */
  min-width: 0; /* flex子要素の幅崩れ防止 */
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner h5.timeline-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-timeline .inner h5.timeline-title {
    text-align: center;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner h5.timeline-title span {
  white-space: nowrap;
}
.tokusatsu-juku #about-tokusatsu-juku-timeline .inner .timeline-content iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.tokusatsu-juku #about-tokusatsu-juku-works .inner {
  padding-bottom: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-works .about-tokusatsu-juku-works-item {
  margin-bottom: 5rem;
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame {
  padding: 0 6rem 1rem 0;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame {
    padding: 1rem;
    flex-direction: column;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .works-item-number {
  display: block;
  font-size: 111px;
  color: #F6ECED;
  font-weight: 900;
  line-height: 1em;
  padding-left: 1rem;
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content {
    padding-top: 1rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content h4.about-tokusatsu-juku-works-item-header {
  line-height: 1;
  margin: 0;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content .about-tokusatsu-juku-works-item-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content .about-tokusatsu-juku-works-item-image {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content .about-tokusatsu-juku-works-item-image img {
  height: auto;
}
.tokusatsu-juku #about-tokusatsu-juku-works .tokusatsu-juku-section-frame .about-tokusatsu-juku-works-item-content p {
  font-size: 18px;
  font-weight: normal;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors {
    margin-bottom: 5rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .inner {
  padding-top: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .inner p {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3rem;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item.gradient .tokusatsu-juku-section-frame {
    height: auto;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item.gradient.gradient1 {
    background: none;
  }
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item.gradient.gradient2 {
    background: none;
  }
}
@media screen and (max-width: 1200px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item.gradient.gradient3 {
    background: linear-gradient(to bottom, #ffffff 54%, #fdf5f5 46%);
  }
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item.gradient.gradient3 {
    background: none;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame {
    padding: 1rem 0 0;
    gap: 1rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame figure.about-tokusatsu-juku-mentors-item-image {
  position: absolute;
  width: 100%;
  max-width: 480px;
  padding: 4rem 4rem 4rem 0;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame figure.about-tokusatsu-juku-mentors-item-image {
    position: relative;
    padding: 0 1rem;
    max-width: 100%;
    text-align: center;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame figure.about-tokusatsu-juku-mentors-item-image img {
  height: auto;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information {
    padding: 0;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name {
  padding: 0 0 0 480px;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name {
    padding: 0 1rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name-name {
  font-size: 40px;
  font-weight: 900;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name-name {
    font-size: 38px;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .position-name {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .position-name {
    font-size: 28px;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p.menter-profile {
  padding: 0 5rem 1rem 480px;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p.menter-profile {
    padding: 0 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p.menter-message {
  background-color: #fdf5f5;
  padding: 1rem 5rem 4rem 480px;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p.menter-message {
    padding: 1rem 1rem 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 2rem;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item {
  margin-bottom: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame {
  padding: 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information {
  padding: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name {
  text-align: center;
  padding: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .menter-name-name {
  font-size: 30px;
  font-weight: 900;
  margin-right: 1rem;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information .position-name {
  font-size: 24px;
  font-weight: bold;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p {
  margin-bottom: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-mentors .about-tokusatsu-juku-mentors-list-sub .about-tokusatsu-juku-mentors-item .tokusatsu-juku-section-frame .about-tokusatsu-juku-mentors-item-information p.menter-profile {
  text-align: center;
  height: 3em;
  padding: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-voices .about-tokusatsu-juku-voices-header {
  position: relative;
  background: url("../img/workshop/works-title-bg.png") repeat;
  background-size: 1396px auto;
  margin: 0;
  z-index: 1;
  border: none;
}
.tokusatsu-juku #about-tokusatsu-juku-voices .about-tokusatsu-juku-voices-header .inner {
  padding: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-voices .about-tokusatsu-juku-voices-header .section-title {
  color: #FFF;
  margin: 0;
  line-height: 4em;
  height: 4em;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-voices .about-tokusatsu-juku-voices-header .section-title {
    line-height: 1.5em;
    height: auto;
    padding: 1rem;
  }
  .tokusatsu-juku #about-tokusatsu-juku-voices .about-tokusatsu-juku-voices-header .section-title span {
    white-space: nowrap;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame {
  padding: 0;
  flex-direction: column;
  gap: 0;
  margin-bottom: 4rem;
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame:last-child {
  margin-bottom: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details {
  list-style: none; /* Chrome, Firefox用 */
  cursor: pointer;
  display: flex; /* アイコンとテキストを並べやすくする */
  gap: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details {
    flex-direction: column;
  }
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details::-webkit-details-marker {
  display: none; /* Safari用 */
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details .section-eyecatch {
  width: 109px;
  flex-shrink: 0;
  flex-grow: 0;
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame summary.accordion-header-details .icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url("../img/workshop/detail-open.png");
  background-size: 32px 32px;
  transition: transform 0.3s; /* アニメーション用 */
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame {
  /* 3. 開いた時にアイコンを回転させる例 */
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame[open] summary.accordion-header-details .icon::before {
  transform: rotate(180deg);
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame .accordion-content-details {
  padding: 0 1rem 1rem;
}
.tokusatsu-juku #about-tokusatsu-juku-voices details.tokusatsu-juku-section-frame .accordion-content-details p {
  font-size: 18px;
  font-weight: normal;
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame {
  padding: 0;
  background-image: url("../img/workshop/works-content-frame-bg.png");
  background-position: bottom right;
  background-size: 572px 251px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame {
    flex-direction: column;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header {
  display: flex;
  gap: 1rem;
  background-color: #FBF4F4;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header {
    gap: 0.5rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .section-eyecatch {
  width: fit-content;
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .section-eyecatch img {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .section-eyecatch img {
    width: 88px;
    height: 88px;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h5 {
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 415px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h5 {
    font-size: 16px;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h6 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 415px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-header .movie-header h6 {
    font-size: 11px;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner {
    flex-direction: column;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 {
  flex: 1;
  padding: 1rem 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 {
    padding: 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 .movie-title-image {
  padding-left: 1rem;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 .movie-title-image {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 .movie-title-image {
    padding: 0;
  }
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 .movie-title-image img {
    width: 100%;
    height: auto;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 p.movie-description {
  padding-left: 1rem;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1380px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 p.movie-description {
    max-width: 25em;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-1 p.movie-description {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 {
  flex: 1;
  flex-shrink: 0;
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: -230px 0 0;
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image.kaiju-image-1 {
  margin: -230px 0 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image.kaiju-image-1 {
    margin-top: 0;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image.kaiju-image-2 {
  margin: -200px 0 0;
}
@media screen and (max-width: 1080px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image.kaiju-image-2 {
    margin-top: 0;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image {
    padding: 1rem;
  }
  .tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image img {
    height: auto;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works .tokusatsu-juku-section-frame .works-content .works-content-inner .works-content-inner-2 .kaiju-image img {
  height: auto;
  display: block;
}
.tokusatsu-juku #tokusatsu-juku-class-works-gallery h2.section-title {
  font-size: 30px;
  font-weight: bold;
}
.tokusatsu-juku #tokusatsu-juku-class-works-gallery .works-galley-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-gallery .works-galley-list {
    grid-template-columns: 1fr;
  }
}
.tokusatsu-juku #tokusatsu-juku-class-works-gallery .works-galley-list img {
  width: 100%;
  height: auto;
}
.tokusatsu-juku #tokusatsu-juku-class-works-movie .inner {
  padding: 1rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: none;
}
.tokusatsu-juku #tokusatsu-juku-class-works-news .tokusatsu-juku-section-frame {
  border: 2px solid #000;
  border-bottom: 6px solid #000;
}
.tokusatsu-juku #tokusatsu-juku-class-works-news li {
  padding: 2rem 1rem 1rem 0;
  border-bottom: 1px solid #ddddde;
}
.tokusatsu-juku #tokusatsu-juku-class-works-news .news-category {
  margin-right: 1rem;
  color: #707070 !important;
  font-weight: 700;
  font-size: 1rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works-news .news-time {
  font-size: 1rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works-news .news-title {
  margin-bottom: 1rem;
  color: #1a1311;
  font-weight: 700;
  font-size: 1.125rem;
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .tokusatsu-juku-class-works-other-class-header {
  position: relative;
  background: url("../img/workshop/works-title-bg.png") repeat;
  background-size: 1396px auto;
  margin: 0;
  z-index: 1;
  border: none;
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .tokusatsu-juku-class-works-other-class-header .inner {
  padding: 0;
}
.tokusatsu-juku #tokusatsu-juku-class-works-other-class .tokusatsu-juku-class-works-other-class-header .section-title {
  color: #FFF;
  margin: 0;
  line-height: 4em;
  height: 4em;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .tokusatsu-juku-class-works-other-class-header .section-title {
    line-height: 1.5em;
    height: auto;
    padding: 1rem;
  }
  .tokusatsu-juku #tokusatsu-juku-class-works-other-class .tokusatsu-juku-class-works-other-class-header .section-title span {
    white-space: nowrap;
  }
}
.tokusatsu-juku #news-tokusatsu-juku-description h2.section-tilte {
  margin-bottom: 2rem;
}
.tokusatsu-juku #news-tokusatsu-juku-description .news-index li {
  padding: 2rem 1rem 1rem 0;
  border-bottom: 1px solid #ddddde;
}

/*# sourceMappingURL=tokusatsu-juku.css.map */
