@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 58px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

.logo {
  background-image: url(../img/common/logo_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: inline-block;
  width: 44%;
  height: 140px;
  padding-bottom: 6%;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 180px;
    height: 83px;
    max-width: none;
  }
}
.logo a {
  padding: 3px 0 0 15px;
}
@media screen and (min-width: 960px) {
  .logo a {
    padding: 0;
  }
}
.logo img {
  width: 66%;
}
@media screen and (min-width: 960px) {
  .logo img {
    width: 71%;
    padding-left: 12px;
  }
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 960px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    padding: 17px 20px 17px 0;
  }
}

@media screen and (min-width: 960px) {
  .main-navigation-item {
    margin-right: 30px;
  }
}
.main-navigation-item a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s all linear;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-item a {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.main-navigation-item a:hover {
  color: #0c8bde;
}
.main-navigation-item:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/navi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.main-navigation-item:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .main-navigation-item:after {
    display: none;
  }
}

#drawer-btn {
  display: block;
  position: absolute;
  z-index: 105;
  top: 20px;
  right: 0px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    display: none;
  }
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 40px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

.sub-contents-header {
  background-image: url(../img/common/ttl_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px 0;
  width: 95%;
  margin: 3.25rem auto 3rem;
}
@media screen and (min-width: 960px) {
  .sub-contents-header {
    background-image: url(../img/common/ttl_bg.png);
    width: 100%;
    margin: 3.25rem auto 3rem;
  }
}
.sub-contents-header h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
  padding: 0 15px 0 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #000;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 35% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.main-navigation-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-item {
    margin-bottom: 6rem;
  }
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  background: #000;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#footer cc {
  font-size: 9px;
}
@media screen and (min-width: 960px) {
  #footer cc {
    font-size: 1rem;
  }
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  padding-top: 100px;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  position: fixed;
  background-color: #000;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 10005;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 10010;
  top: 0;
  left: 0;
  margin-bottom: 2rem;
}

.preloader-inner-ttl {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}

.prog-bar {
  width: 50%;
  height: 20px;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .prog-bar {
    width: 60%;
    margin: 10px auto;
  }
}

.prog-bar .bar {
  height: 100%;
  background: #198bde;
  position: absolute;
  animation: progress 3s normal;
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10010;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 10010;
}

#progress-txt {
  margin-top: 1rem;
  width: 60px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  z-index: 10010;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  color: #000;
  transition: all 0.1s ease;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn {
  transform: scale(1.2);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

.fadein {
  transform: translate3d(0, 25px, 0);
  transition: 1s;
  opacity: 0;
}

.fadein.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.bg {
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
  z-index: 10;
}
.bg:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -10;
}
@media screen and (min-width: 960px) {
  .bg:before {
    background-image: url(../img/common/bg.jpg);
  }
}

#rippleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  /* 必要に応じて調整 */
  filter: blur(8px);
}
@media screen and (min-width: 960px) {
  #rippleCanvas {
    filter: blur(5px);
  }
}

.mv-contents {
  position: relative;
  margin: 0 auto;
  z-index: 500;
  text-align: center;
  padding-top: 58px;
}
@media screen and (min-width: 960px) {
  .mv-contents {
    margin: 0 auto;
  }
}
.mv-contents-img {
  width: 100%;
  margin: 0 auto 4rem;
  opacity: 0;
}
.mv-contents-img.show {
  animation: shrinkAndFadeIn 2s ease-out forwards;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .mv-contents-img {
    width: 100%;
    margin: 0 auto 6rem;
  }
}
.mv-contents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-contents-img .swiper-slide:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
}
.mv-contents-img.swiper-initialized .swiper-slide {
  opacity: 0 !important;
  visibility: visible !important;
  transition: opacity 1s ease;
}
.mv-contents-img.swiper-initialized .swiper-slide-active {
  opacity: 1 !important;
}
.mv-contents-texts {
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 100;
}
.mv-contents-texts-inner {
  width: 100%;
  max-width: 960px;
}

@keyframes shrinkAndFadeIn {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.mv-logo {
  opacity: 0;
  display: none;
}
.mv-logo img {
  text-align: center;
  width: 90%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .mv-logo img {
    width: 70%;
    margin-bottom: 1rem;
  }
}

.mv-texts {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 95%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .mv-texts {
    margin: 0 auto 2rem;
  }
}
.mv-texts.show {
  animation: blurin 1.5s ease-out forwards;
}

.mv-texts-upper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
  margin: 0 auto 2.5rem;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper {
    margin: 0 auto 2rem;
    padding-bottom: 2rem;
    width: 70%;
  }
}
.mv-texts-upper .place {
  width: 40%;
  font-size: clamp(1.125rem, 0.051rem + 3.25vw, 2rem);
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .place {
    width: 30%;
    font-size: 1.25rem;
  }
}
.mv-texts-upper .place .place-text:first-child {
  margin-bottom: 2rem;
}
.mv-texts-upper .place .place-text {
  text-align: left;
}
.mv-texts-upper .place .place-span {
  border: solid 1px #fff;
  font-size: 1rem;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .place .place-span {
    font-size: 1.25rem;
  }
}
.mv-texts-upper .date {
  font-size: clamp(2.125rem, 1.163rem + 4.1vw, 3.625rem);
  width: 50%;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .date {
    font-size: 3rem;
    width: 40%;
  }
}
.mv-texts-upper .date span {
  font-size: 1.75rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-upper .date span {
    font-size: 2rem;
  }
}

.mv-texts-lower .billing {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing {
    font-size: 1.24rem;
  }
}
.mv-texts-lower .billing .billing-span {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing .billing-span {
    font-size: 1.875rem;
  }
}
.mv-texts-lower .billing .billing-span-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .mv-texts-lower .billing .billing-span-small {
    font-size: 0.987rem;
  }
}

@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*
#info
---------------------------------------*/
#info {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

/*
#top-news
---------------------------------------*/
#top-news {
  width: 95%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #top-news {
    width: 450px;
    margin: 0 40px 0 0;
  }
}
#top-news .top-news-container-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
#top-news .top-news-container-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
#top-news .top-news-container-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}
#top-news .top-news-container {
  width: 100%;
  height: 360px;
  background: rgba(0, 0, 0, 0.3);
  padding: 1%;
}
@media screen and (min-width: 960px) {
  #top-news .top-news-container {
    height: 420px;
  }
}
#top-news .news-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
#top-news .news-box-contents {
  color: #fff;
  @inlcude font-min;
  padding: 1rem;
}
#top-news .news-txt-box {
  margin-bottom: 1rem;
  line-height: 1.5;
}
#top-news .news-box-date {
  font-size: 0.875rem;
}
#top-news .more-btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/caststaff/btn_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
#top-news .no-news {
  color: #fff;
}

/*
#twitter
---------------------------------------*/
#twitter {
  width: 95%;
  position: relative;
  z-index: 1;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  #twitter {
    width: 450px;
    margin: 0 40px 0 0;
  }
}
#twitter .twitter-timeline-box {
  background: linear-gradient(135deg, #0a91de 0%, #0a21ce 100%);
  color: #fff;
  padding: 5%;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 50px;
  width: 75%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
}
#twitter .twitter-timeline-box:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
#twitter .twitter-timeline {
  color: #fff;
}

.bnr {
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bnr {
    width: 89.0625vw;
    max-width: 1280px;
  }
}
.bnr-item {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .bnr-item {
    width: 25%;
  }
}
.bnr-item:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.bnr-item img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bnr-item img {
    width: 95%;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}

.pc-modal-movie {
  display: none;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 51.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #095365;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.intro-content {
  margin: 4% auto 10%;
  width: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  .intro-content {
    width: 66%;
    max-width: 960px;
    text-align: center;
  }
}

.intro-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
.intro-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.intro-subttl {
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.intro-subttl-1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .intro-subttl-1 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.intro-subttl-2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .intro-subttl-2 {
    margin-bottom: 3rem;
  }
}

.intro-txt-lead {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .intro-txt-lead {
    line-height: 2;
    margin-bottom: 2rem;
  }
}

.intro-txt {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.intro-txt-1 {
  margin-bottom: 1rem;
}
.intro-txt-1 :nth-child(3) {
  margin-bottom: 3.75rem !important;
}
.intro-txt-1:after {
  content: "";
  width: 100%;
  height: 20px;
  display: inline-block;
  background-image: url(../img/intro/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10% 0 0;
}
@media screen and (min-width: 960px) {
  .intro-txt-1:after {
    width: 90%;
    margin: 8% 0 5%;
  }
}

.intro-txt-2 {
  margin-bottom: 3rem;
}

.intro-txt-2 span {
  font-size: 12px;
  display: block;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-br {
    display: block;
  }
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.caststaff-header {
  margin-top: 3.25rem;
}

.cast-content {
  margin-bottom: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

.cast-content-list {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-wrap: wrap;
}

.cast-content-list-1 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-content-list-1 {
    width: 90%;
    margin: 0 auto 3rem;
  }
}

.cast-content-list-2 {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 960px) {
  .cast-content-list-2 {
    width: 95%;
  }
}
.cast-content-list-2 .cast-content-list-item:nth-child(1),
.cast-content-list-2 .cast-content-list-item:nth-child(2),
.cast-content-list-2 .cast-content-list-item:nth-child(3) {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cast-content-list-2 .cast-content-list-item:nth-child(1),
  .cast-content-list-2 .cast-content-list-item:nth-child(2),
  .cast-content-list-2 .cast-content-list-item:nth-child(3) {
    width: 33% !important;
    padding: 2%;
  }
}

.cast-content-list-item {
  background-image: url(../img/caststaff/cast_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  text-align: center;
  padding: 7%;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item {
    width: 35%;
    padding: 2%;
  }
}

.cast-content-list-item-img {
  margin-bottom: 1rem;
  text-align: center;
}
.cast-content-list-item-img img {
  width: 47%;
}
@media screen and (min-width: 960px) {
  .cast-content-list-item-img img {
    width: 36%;
  }
}

.cast-content-list-item-texts {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.cast-content-list-item-texts p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.cast-content-list-item-texts span {
  font-size: 1.5rem;
  display: block;
}

.cast-content-list-item-texts-btn {
  background-image: url(../img/caststaff/btn_comment.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  display: inline-block;
}
.cast-content-list-item-texts-btn a {
  display: inline-block;
  padding: 10px 15px;
  width: 250px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.cast-content-list-item-texts-btn a:after {
  content: "";
  width: 10px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

.andmore {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}

.staff-header {
  margin-top: 7.5rem !important;
}

.staff-content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 95%;
  margin: 0 auto 4rem;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 0.25%;
}
@media screen and (min-width: 960px) {
  .staff-content {
    width: 63%;
  }
}

.staff-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5% 2% 15%;
}
@media screen and (min-width: 960px) {
  .staff-content-inner {
    padding: 3% 5% 7%;
  }
}
.staff-content-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.staff-content-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.staff-content-inner-text {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
.staff-content-inner-text .staff-content-inner-text-span {
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span {
    font-size: 1.5rem;
  }
}
.staff-content-inner-text .staff-content-inner-text-span-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span-small {
    font-size: 0.875rem;
  }
}
.staff-content-inner-text .staff-content-inner-text-span-middle {
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .staff-content-inner-text .staff-content-inner-text-span-middle {
    font-size: 1.5rem;
  }
}

.staff-content-inner-text-1 {
  margin-bottom: 3rem;
}

#comment-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 35%;
  /* 追記：縦方向にスクロール可能にする */
  -webkit-overflow-scrolling: touch;
  /* 追記：iOS でのスムーズなスクロール */
}
@media screen and (min-width: 960px) {
  #comment-modal {
    padding-bottom: 5%;
  }
}

#comment-modal.active {
  display: block;
}

.comment-box {
  /* コメントボックスのスタイル */
  display: none;
  /* 初期状態では非表示 */
}

.comment-box.active {
  display: block;
  /* activeクラスを持つ要素は表示 */
}

.comment-modal-bg {
  /* 背景 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
  /* モーダル背景より後ろ */
}
@media screen and (min-width: 960px) {
  .comment-modal-bg {
    background-image: url(../img/common/bg.jpg);
  }
}

.comment-container {
  overflow-y: auto;
  position: relative;
  top: 100px;
  margin: 4% auto 10%;
  background: rgba(0, 0, 0, 0.5);
  width: 90%;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  padding: 5px;
  z-index: 1001;
  /* モーダルより前面 */
}
@media screen and (min-width: 960px) {
  .comment-container {
    width: 66%;
    top: 100px;
    max-width: 980px;
  }
}

/*------閉じる丸ボタンの背景を白にするため----*/
.js-modal-close {
  position: absolute;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 20px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .js-modal-close {
    width: 100px;
    height: 100px;
    top: 30px;
    right: 0;
  }
}
.js-modal-close::before, .js-modal-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 2px;
  height: 32px;
  border-radius: unset;
}
@media screen and (min-width: 960px) {
  .js-modal-close::before, .js-modal-close::after {
    width: 3px;
    height: 45px;
  }
}
.js-modal-close::before:hover, .js-modal-close::after:hover {
  opacity: 0.7;
}
.js-modal-close:before {
  transform: rotate(45deg);
}
.js-modal-close::after {
  transform: rotate(-45deg);
}

.js-modal-close:hover::before, .js-modal-close:hover::after {
  background: #fff !important;
}

.comment-container-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 12% 5% 5%;
}
@media screen and (min-width: 960px) {
  .comment-container-inner {
    padding: 5%;
  }
}
.comment-container-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.comment-container-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.comment-box-prof {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  flex-wrap: wrap;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 90%;
  margin: 0 auto;
}

.comment-box-prof-img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-img {
    width: 40%;
  }
}
.comment-box-prof-img img {
  width: 80%;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-img img {
    width: 80%;
  }
}

.comment-box-prof-txt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-txt {
    width: 60%;
    padding: 1rem 0;
  }
}
.comment-box-prof-txt p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin: 3rem 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .comment-box-prof-txt p {
    margin: 3rem 0;
  }
}
.comment-box-prof-txt span {
  font-size: 1.5rem;
  display: block;
  margin: 1rem 0;
}

.comment-box-comment {
  text-align: left;
}
.comment-box-comment:before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background-image: url(../img/intro/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3% 0;
}
.comment-box-comment .comment-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
.comment-box-comment .comment-txt {
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.modal-close {
  cursor: pointer;
}

.comment-box {
  color: #fff;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#news {
  margin-bottom: 8rem;
}
#news .top-news-container {
  background-color: rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 0 auto;
  padding: 0.5%;
}
@media screen and (min-width: 960px) {
  #news .top-news-container {
    width: 75%;
    max-width: 960px;
  }
}
#news .top-news-container-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
#news .top-news-container-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
#news .top-news-container-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}
#news .news-box {
  padding: 5% 0;
  border-bottom: 1px solid #fff;
}
#news .news-box-contents {
  color: #fff;
}
#news .news-txt-box {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#news .news-box-date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

#news-container {
  margin-bottom: 2rem;
}

.page-numbers {
  display: flex;
  justify-content: center;
  color: #fff;
}
.page-numbers li {
  padding: 0 5px;
}
.page-numbers a {
  text-decoration: none;
}

.page-numbers.current {
  border-bottom: solid 1px #fff;
}

#news-single-page {
  padding-top: 80px;
  width: 90%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  #news-single-page {
    width: 75%;
  }
}

.info-container {
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  padding: 5% 5% 10%;
}

.detail-box {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5%;
  max-width: 960px;
  margin: 0 auto 5rem;
}

.detail-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #fff;
  padding: 5%;
}
.detail-box-inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: -1px;
}
.detail-box-inner:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: -1px;
}

.news-ttl {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.date {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.txt-area {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.txt-area p {
  margin-bottom: 1.5rem;
}

#control {
  display: flex;
  justify-content: space-between;
}

.control-link-btn {
  color: #fff;
}

.wp-block-heading {
  background: #fff;
  border-radius: 30px;
  color: #000 !important;
  display: inline-block;
  padding: 5px 10px;
}/*# sourceMappingURL=style.css.map */