@charset "UTF-8";
@import url("https://use.typekit.net/jid5chq.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
header {
  opacity: 1;
}

main {
  width: 100%;
}
main:not(:last-child) {
  margin-bottom: 80px;
}
main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_common.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: covaer;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main .sec {
  width: 100%;
}
main .sec .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .inner .visual {
  width: 100%;
  clip-path: inset(0 0 0 0);
  position: relative;
}
main .sec .inner .visual:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .visual > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .sec .inner .visual > div::before {
  content: "";
  width: 300px;
  height: 119px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec .inner .visual > div h3 {
  color: #e60012;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
main .sec .inner .visual figure {
  width: 100%;
  opacity: 0.8;
}
main .sec .inner .visual figure img {
  width: 100%;
  position: relative;
}
main .sec .inner .caststaff {
  width: calc(100% - 400px);
  margin-bottom: 80px;
}
main .sec .inner .caststaff .inner > dl:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .caststaff .inner > dl > dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
main .sec .inner .caststaff .inner > dl > dt::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #FFF;
  display: block;
}
main .sec .inner .caststaff .inner > dl > dt span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .sec .inner .caststaff .inner > dl > dd span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
main .sec .inner .caststaff .inner .casts {
  width: 100%;
}
main .sec .inner .caststaff .inner .casts:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .caststaff .inner .casts .cast {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .inner .caststaff .inner .casts .cast:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .caststaff .inner .casts .cast:nth-child(even) figure {
  order: 2;
}
main .sec .inner .caststaff .inner .casts .cast:nth-child(even) dl {
  order: 1;
}
main .sec .inner .caststaff .inner .casts .cast figure {
  width: 40%;
}
main .sec .inner .caststaff .inner .casts .cast dl {
  text-align: left;
  width: calc(60% - 80px);
}
main .sec .inner .caststaff .inner .casts .cast dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(1) {
  margin-bottom: 16px;
}
main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(1) span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(3) {
  margin-bottom: 16px;
}
main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(3) span {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #CCC;
  padding: 8px 12px;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(2) {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(4) {
  color: #CCC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .inner .caststaff .inner .casts p {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.5;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .inner .caststaff .inner .casts p:not(:last-child) {
  margin-bottom: 24px;
}
main .sec .inner .caststaff .inner .staffs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
main .sec .inner .caststaff .inner .staffs:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .caststaff .inner .staffs .staff {
  width: calc((100% - 80px) / 2);
}
main .sec .inner .caststaff .inner .staffs .staff dl {
  text-align: left;
  width: 100%;
}
main .sec .inner .caststaff .inner .staffs .staff dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}
main .sec .inner .caststaff .inner .staffs .staff dl dt span:nth-child(1) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 8px 12px;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .inner .caststaff .inner .staffs .staff dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
main .sec .inner .caststaff .inner .staffs .staff dl dd {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .inner .caststaff .inner .staffs p {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.5;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .inner .caststaff .inner .staffs p:not(:last-child) {
  margin-bottom: 24px;
}
main .sec .inner .caststaff .inner .ph {
  border-radius: 8px;
  overflow: hidden;
}
main .sec .inner .caststaff .inner .ph:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .myslider {
  width: 100%;
  padding: 40px 0;
  background-color: #e60012;
  overflow: hidden;
}
main .sec .inner .myslider:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .myslider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
main .sec .inner .myslider .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
  main:not(:last-child) {
    margin-bottom: 80px;
  }
  main::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_common.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: covaer;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  main .sec {
    width: 100%;
  }
  main .sec .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .inner .visual {
    width: 100%;
    clip-path: inset(0 0 0 0);
    position: relative;
  }
  main .sec .inner .visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .visual > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .sec .inner .visual > div::before {
    content: "";
    width: 180px;
    height: 72px;
  }
  main .sec .inner .visual > div h3 {
    color: #e60012;
    font-family: "Libre Baskerville", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .inner .visual figure {
    overflow: hidden;
  }
  main .sec .inner .visual figure img {
    width: 150%;
    position: relative;
  }
  main .sec .inner .caststaff {
    width: calc(100% - 32px);
    margin-bottom: 0px;
  }
  main .sec .inner .caststaff .inner > dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .inner .caststaff .inner > dl > dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main .sec .inner .caststaff .inner > dl > dt::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FFF;
    display: block;
  }
  main .sec .inner .caststaff .inner > dl > dt span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .sec .inner .caststaff .inner > dl > dd span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  main .sec .inner .caststaff .inner .casts {
    width: 100%;
  }
  main .sec .inner .caststaff .inner .casts:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .caststaff .inner .casts .cast {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .inner .caststaff .inner .casts .cast:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #FFF;
  }
  main .sec .inner .caststaff .inner .casts .cast:nth-child(even) figure {
    order: 1;
  }
  main .sec .inner .caststaff .inner .casts .cast:nth-child(even) dl {
    order: 2;
  }
  main .sec .inner .caststaff .inner .casts .cast figure {
    width: 50%;
    margin-bottom: 24px;
  }
  main .sec .inner .caststaff .inner .casts .cast dl {
    text-align: left;
    width: 100%;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(1) {
    margin-bottom: 8px;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(1) span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(3) {
    width: 100%;
    margi: 0 0 16px 0;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dt:nth-child(3) span {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    background-color: #CCC;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dd {
    width: 100%;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(2) {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 24px;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(4) {
    color: #CCC;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(4) p {
    color: #CCC;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .inner .caststaff .inner .casts .cast dl dd:nth-child(4) p:not(:last-child) {
    margin-bottom: 16px;
  }
  main .sec .inner .caststaff .inner .casts > p {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.5;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .inner .caststaff .inner .casts > p:not(:last-child) {
    margin-bottom: 24px;
  }
  main .sec .inner .caststaff .inner .staffs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main .sec .inner .caststaff .inner .staffs:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .inner .caststaff .inner .staffs .staff {
    width: 100%;
  }
  main .sec .inner .caststaff .inner .staffs .staff:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #FFF;
  }
  main .sec .inner .caststaff .inner .staffs .staff dl {
    text-align: left;
    width: 100%;
  }
  main .sec .inner .caststaff .inner .staffs .staff dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  main .sec .inner .caststaff .inner .staffs .staff dl dt span:nth-child(1) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 8px 8px;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .inner .caststaff .inner .staffs .staff dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .inner .caststaff .inner .staffs .staff dl dd {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    width: 100%;
  }
  main .sec .inner .caststaff .inner .staffs p {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.5;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .inner .caststaff .inner .staffs p:not(:last-child) {
    margin-bottom: 24px;
  }
  main .sec .inner .caststaff .inner .ph {
    border-radius: 8px;
    overflow: hidden;
  }
  main .sec .inner .caststaff .inner .ph:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .myslider {
    width: 100%;
    padding: 16px 0;
    background-color: #e60012;
    overflow: hidden;
  }
  main .sec .inner .myslider:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .myslider .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }
  main .sec .inner .myslider .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
  }
}

/*# sourceMappingURL=style_caststaff.css.map */
