@charset "UTF-8";
/*
Theme Name: mst
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.js-inview {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-inview.delay1 {
  transition-delay: 0.1s;
}
.js-inview.delay2 {
  transition-delay: 0.2;
}
.js-inview.delay3 {
  transition-delay: 0.3s;
}
.js-inview.delay4 {
  transition-delay: 0.4s;
}

.js-inview.is-in {
  opacity: 1;
  transform: translateY(0);
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
}

body {
  font-size: 16px;
  color: #29211F;
  background-color: #FFF;
  font-style: normal;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  flex: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #29211F;
}

img, picture, video {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

.loading-front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  position: fixed;
  inset: 0;
  background-color: #FBFAF1;
  z-index: 9999;
  opacity: 1;
  transition: opacity 2s ease, visibility 2s ease;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.loading .logo {
  width: 50%;
  max-width: 300px;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}
.loading.hidden {
  opacity: 0;
}

.loading-sub {
  position: fixed;
  inset: 0;
  background-color: #FBFAF1;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.loading-sub.hidden {
  opacity: 0;
}

h2.h2-default {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  h2.h2-default {
    margin: 0 auto 20px;
  }
}

.contents {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.is-sub {
  margin-top: 50px;
}
.is-sub .h2-default {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.is-sub .h2-default.in-site {
  opacity: 1;
  transform: translateY(0);
}

.section-default {
  padding: 80px 0px 120px;
}
@media screen and (max-width: 768px) {
  .section-default {
    padding: 60px 0 80px;
  }
}
.section-default .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner {
    padding: 0 20px;
  }
}
.section-default .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    max-width: 500px;
  }
}

.fadeinBright {
  overflow: hidden;
  opacity: 0;
  filter: brightness(200%);
  transform: translateY(0px);
  transition: all 1s ease; /* ちょっと長め */
}
.fadeinBright img {
  transition: 3s;
  transform: scale(1.1);
}
.fadeinBright.is-show {
  opacity: 1;
  filter: brightness(100%);
  transform: translateY(0);
}
.fadeinBright.is-show img {
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transform: translateY(-20px);
}
.fadein.is-show {
  animation: jelloLite 0.6s ease-out both;
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.nav_btn {
  z-index: 1004;
  display: none;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: flex;
    top: 0px;
    right: 0px;
    background-image: url(img/icon_menu.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    transition: 0.4s;
    opacity: 1;
  }
  .nav_btn.active {
    opacity: 0.8;
  }
  .nav_btn.show {
    background-image: url(img/icon_close.svg);
    opacity: 1;
  }
}

.nav_bar {
  background-color: #FBFAF1;
  height: 50px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 4px 0 rgba(139, 139, 139, 0.1);
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.nav_title {
  z-index: 1005;
  width: 130px;
  position: fixed;
  right: 20px;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s, transform 0.45s;
  transform: translateX(40px);
}
@media screen and (max-width: 768px) {
  .nav_title {
    width: 110px;
    right: calc(50% - 58px);
    top: -1px;
    transform: translateY(-18px);
  }
}

.main-navigation {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FBFAF1;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 40px 0 40px;
  box-shadow: 2px 2px 4px 0 rgba(139, 139, 139, 0.1);
  transition: padding-right 0.45s;
}
@media screen and (max-width: 768px) {
  .main-navigation {
    box-shadow: none;
    padding: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    left: 100%;
    transition: 0.4s;
  }
}
.main-navigation ul.main-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-navigation ul.main-menu {
    padding: 0 20px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.25em;
    width: auto;
  }
}
.main-navigation ul.main-menu li a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C38F18;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.1em;
  padding: 0 0.3em;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.main-navigation ul.main-menu li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .main-navigation.show {
    left: 0%;
  }
}

.sns-navigation {
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 10px;
}
.sns-navigation ul {
  display: flex;
}
.sns-navigation ul li a {
  width: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.sns-navigation ul li a img {
  width: 26px;
}
.sns-navigation ul li a:hover {
  opacity: 0.5;
}

body.is-navtitle .nav_title {
  opacity: 1;
  transform: translate(0, 0);
}
body.is-navtitle .main-navigation {
  padding-right: 160px;
}
@media screen and (max-width: 768px) {
  body.is-navtitle .main-navigation {
    padding-right: 0;
  }
}

body.is-sub .nav_title {
  opacity: 1;
  transform: translate(0, 0);
}
body.is-sub .main-navigation {
  padding-right: 160px;
}
@media screen and (max-width: 768px) {
  body.is-sub .main-navigation {
    padding-right: 0;
  }
}

.to_top {
  z-index: 98;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: 0.2s;
}
.to_top::before {
  content: "▲";
  color: #D5A945;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 0.6);
}
.to_top:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .to_top {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
  }
}

.fixed_bg {
  background-image: url(img/bg02.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

#footer {
  background-color: #FBFAF1;
  padding: 80px 50px;
  box-shadow: -2px -2px 4px 0 rgba(139, 139, 139, 0.1);
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 50px 30px;
  }
}
#footer .billing {
  max-width: 900px;
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .billing {
    max-width: 400px;
  }
}
#footer .seals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#footer .seals .seal {
  width: 100px;
  height: 50px;
  display: block;
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .share_btns {
    margin-top: 10px;
  }
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_btns-square::before {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #D5A945;
  line-height: 12px;
  color: #333;
  opacity: 0.5;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.4s;
  line-height: 24px;
}
.share_btns-square li:hover {
  opacity: 0.7;
}

/*-------------------------------*/
#top {
  position: relative;
  display: flex;
  align-items: flex-start;
  position: relative;
  display: flex;
  margin-top: 50px;
  transition: 4s;
  filter: brightness(200%);
  /* ページネーション位置 */
}
@media screen and (max-width: 768px) {
  #top {
    overflow: visible;
  }
}
#top .main {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
  }
}
#top .main img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
  transition: 2s;
}
#top .main .main1-pc {
  position: relative;
}
#top .main .main2-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top .main-sub {
  width: 50%;
  background-color: #fff;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  max-height: 70.78vw;
  min-height: 45vw;
  position: sticky;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top .main-sub {
    display: none;
  }
}
#top .main-sub .title {
  margin-top: 10%;
  width: 70%;
  margin: 8% auto 6%;
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
  transition-delay: 0.5s;
}
#top .main-sub .title img {
  filter: drop-shadow(2px 2px 1px rgba(59, 40, 10, 0.2));
}
#top .main-sub .casts {
  width: 56%;
  margin: 0 auto 5%;
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
  transition-delay: 0.6s;
}
#top .main-sub .director {
  width: 20%;
  margin: 0 auto 6%;
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
  transition-delay: 0.7s;
}
#top .main-sub .release {
  width: 25%;
  margin: 0 35% 0 40%;
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
  transition-delay: 0.8s;
}
#top .main-sub .release img {
  filter: drop-shadow(2px 2px 1px rgba(59, 40, 10, 0.5));
}
#top.is-active {
  filter: brightness(100%);
}
#top.is-active .main img {
  transform: scale(1);
}
#top.is-active .main-sub .title {
  opacity: 1;
  transform: translateY(0);
}
#top.is-active .main-sub .director {
  opacity: 1;
  transform: translateY(0);
}
#top.is-active .main-sub .casts {
  opacity: 1;
  transform: translateY(0);
}
#top.is-active .main-sub .release {
  opacity: 1;
  transform: translateY(0);
}
#top .main-swiper-pagination {
  position: absolute;
  left: calc(20px + 50%);
  bottom: 20px;
  z-index: 20;
  text-align: center;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
  /* ドットデザイン */
}
@media screen and (max-width: 768px) {
  #top .main-swiper-pagination {
    width: 100%;
    right: 0;
    left: 0;
    bottom: -20px;
  }
}
#top .main-swiper-pagination .swiper-pagination-bullet {
  opacity: 0.4;
  border-radius: 0;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #top .main-swiper-pagination .swiper-pagination-bullet {
    background: #D5A945;
  }
}
#top .main-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#news-top {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news-top {
    padding: 0;
  }
}
#news-top .section_inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news-top .section_inner {
    padding: 0;
  }
}

#news-archive .news-list li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#news-archive .news-list li.in-site {
  opacity: 1;
  transform: translateY(0);
}
#news-archive .news-pagination {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
#news-archive .news-pagination.in-site {
  opacity: 1;
  transform: translateY(0);
}
#news-archive .news-pagination {
  max-width: 900px;
  margin: 40px auto 0;
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #news-archive .news-pagination {
    padding: 0 30px;
    max-width: 440px;
  }
}
#news-archive .news-pagination .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news-archive .news-pagination .pagination-list {
    flex-wrap: wrap;
  }
}
#news-archive .news-pagination .pagination-list li a,
#news-archive .news-pagination .pagination-list li span {
  display: inline-block;
  padding: 0 0.5em;
  text-decoration: none;
  transition: opacity 0.3s;
  color: #48717D;
}
#news-archive .news-pagination .pagination-list li a:hover {
  opacity: 0.7;
}
#news-archive .news-pagination .pagination-list li .current {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  color: #999999;
}

#news-single .news-article {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
  background-color: #FBFAF1;
  padding: 50px;
  border-radius: 10px;
}
#news-single .news-article.in-site {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #news-single .news-article {
    padding: 30px 20px;
  }
}
#news-single .news-article h1.article-title {
  font-size: 1.175em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: solid 1px #48717D;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #news-single .news-article h1.article-title {
    font-size: 1.25em;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#news-single .news-article time {
  color: #48717D;
  font-size: 1.175em;
  margin-bottom: 1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#news-single .post-navigation {
  margin-top: 3rem;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #news-single .post-navigation {
    padding: 0 30px;
    max-width: 440px;
  }
}
#news-single .post-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news-single .post-navigation .nav-links {
    justify-content: space-between;
  }
}
#news-single .post-navigation .nav-links div {
  min-width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news-single .post-navigation .nav-links div {
    min-width: 40px;
  }
}
#news-single .post-navigation .nav-links a, #news-single .post-navigation .nav-links span {
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
  white-space: nowrap;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #48717D;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width: 33.33%;
  text-align: center;
}
#news-single .post-navigation .nav-links a:hover {
  opacity: 0.7;
}
#news-single .post-navigation .nav-links .inactive span {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

ul.news-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
ul.news-list li a {
  background-color: #FBFAF1;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 4px 0 rgba(139, 139, 139, 0.05);
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul.news-list li a {
    align-items: flex-start;
    flex-direction: column;
  }
}
ul.news-list li a time {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #48717D;
  width: 130px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  ul.news-list li a time {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
ul.news-list li a .news-title {
  line-height: 1.4;
}
ul.news-list.news-list-top {
  gap: 0.75em;
}

a.news-more {
  text-align: center;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 10px auto 0;
}

.news-content {
  border-bottom: solid 1px #48717D;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news-content a {
  word-break: break-all;
  transition: 0.2s;
  text-decoration: underline;
}
.news-content a:hover {
  text-decoration: none;
}
.news-content .has-small-font-size {
  font-size: 0.875em !important;
}
.news-content .has-normal-font-size {
  font-size: 1em;
}
.news-content .has-medium-font-size {
  font-size: 1.3em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-content .has-medium-font-size {
    font-size: 1.1em !important;
  }
}
.news-content .has-large-font-size {
  font-size: 2em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-content .has-large-font-size {
    font-size: 1.3em !important;
  }
}
.news-content .has-huge-font-size {
  font-size: 3em !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-content .has-huge-font-size {
    font-size: 1.5em !important;
  }
}
.news-content strong {
  font-weight: 700;
}
.news-content p {
  text-align: justify;
  margin: 1em 0;
  line-height: 2;
}
.news-content p.has-text-align-center {
  text-align: center;
}
.news-content p.has-text-align-left {
  text-align: left;
}
.news-content p.has-text-align-right {
  text-align: right;
}
.news-content .wp-embed-aspect-16-9,
.news-content .wp-embed-aspect-16-9 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}
.news-content .has-background {
  padding: 5px 10px !important;
}
.news-content .wp-embed-aspect-16-9, .news-content .embed-youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.news-content .wp-embed-aspect-16-9 .wp-block-embed__wrapper, .news-content .wp-embed-aspect-16-9 .embed-youtube__inner, .news-content .embed-youtube .wp-block-embed__wrapper, .news-content .embed-youtube .embed-youtube__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-content .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .news-content .wp-embed-aspect-16-9 .embed-youtube__inner iframe, .news-content .embed-youtube .wp-block-embed__wrapper iframe, .news-content .embed-youtube .embed-youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-content img {
  max-width: 100%;
  width: auto;
}
.news-content a {
  word-break: break-all;
  text-decoration: underline;
  transition: 0.2s;
  color: unset;
}
.news-content a:hover {
  text-decoration: none;
}

#trailer {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 40px 0 0;
  }
}
#trailer .section_inner {
  padding: 0;
}
#trailer .section_inner .section_main {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#intro .section_inner .section_main {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h3 {
  display: block;
  width: 100%;
  max-width: 737px;
  margin: 0 auto 20px;
}
#intro .section_inner .section_main p {
  line-height: 2;
  text-align: justify;
}
#intro .section_inner .section_main h4 {
  margin-top: 1em;
}
#intro .section_inner .section_main h4 p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1.3em;
}
#intro .section_inner .section_main h4 p span {
  display: inline-block;
}

.caststaff {
  background-image: url(img/bg01.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
}
.caststaff .bg_stamp {
  background-image: url(img/stamp.svg);
  background-size: 400px;
  background-repeat: repeat-y;
  width: 400px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.1;
}
.caststaff h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .caststaff h2 {
    margin-bottom: 10px;
  }
}
.caststaff .comment_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.caststaff .comment_items .comment_item {
  background-color: #fffeee;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .caststaff .comment_items .comment_item {
    padding: 30px 20px;
  }
}
.caststaff .comment_items .comment_item .names {
  line-height: 1.6;
  margin-bottom: 20px;
}
.caststaff .comment_items .comment_item .names .name {
  color: #324658;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.caststaff .comment_items .comment_item .names .role {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #D5A945;
}
.caststaff .comment_items .comment_item .sub-title {
  color: #97B3C3;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.caststaff .comment_items .comment_item .comments p, .caststaff .comment_items .comment_item .profs p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.75em;
}
.caststaff .comment_items .comment_item .comments p:last-of-type, .caststaff .comment_items .comment_item .profs p:last-of-type {
  margin-bottom: 0;
}
.caststaff .comment_items .comment_item .profs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #BFB865;
}

#cast {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #cast {
    padding-bottom: 0;
  }
}
#staff {
  position: relative;
}
#info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 50px 80px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 60px;
  }
}
#info h2 {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */