@charset "UTF-8";

/*
Theme Name: kinocinema-movie
Version: 1.0
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --color-text: #000;
  --color-border: #D1D1D1;
  --color-border-hover: #A7A7A7;
  --color-movie-bg: #EAE8DF;
}

:root .-dark-template {
  --color-text: #D5D5D5;
  --color-border: #4B4B4B;
  --color-border-hover: #818181;
  --color-movie-bg: #1F2529;
}

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

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

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

base

************************************/
html {
  font-size: 625%;
}

body {
  position: relative;
  font-family: sans-serif;
  font-size: 0.16rem;
  color: #000000;
  background: #FFF;
}

p {
  line-height: 2.1;
}

p+p {
  margin-top: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all ease 0s;
}

p a {
  color: #00A3CD;
  text-decoration: underline;
}

p a:active {
  color: #00A3CD;
}

@media screen and (min-width: 769px) {
  p a:hover {
    color: #FECA3B;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: .5rem;
  border: 0;
  border-top: 1px solid #000000;
}

.announce-list {
  max-width: 1240px;
  margin: .6rem auto 0 auto;
  padding: 0 .2rem;
}

.announce-list__item {
  text-align: center;
  line-height: 1.6;
  border: 2px solid #00A3CD;
}

.announce-list__item+.announce-list__item {
  margin-top: .1rem;
}

.announce-list__item a {
  display: block;
  padding: .7em 1em;
}

.announce-list__item a:hover {
  color: #FFF;
  background: #00A3CD;
}

.attention {
  max-width: 1036px;
  margin: .25rem auto 0 auto;
  padding: 0 .16rem;
}

@media screen and (max-width: 769px) {
  .attention {
    margin: 0 auto .25rem auto;
  }
}

.attention__container {
  padding: .25rem;
  border: 1px solid #CCC;
  word-break: break-word;
}

.attention__container strong {
  display: inline-block;
  margin-bottom: .1rem;
}

.attention__container p {
  line-height: 1.5;
}

.banner {
  padding: .34rem .12rem;
}

@media screen and (max-width: 769px) {
  .banner {
    overflow-x: scroll;
    padding: .3rem 0;
    background: var(--color-movie-bg);
  }
}

.banner__container {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .banner__container {
    position: relative;
    justify-content: flex-start;
    padding: 0 0 0 .45rem;
  }

  .banner__container::after {
    content: "";
    display: block;
    min-width: .45rem;
    height: 1px;
  }
}

.banner__item {
  display: block;
  max-width: 282px;
  font-size: 100%;
}

.banner__item:not(:first-of-type) {
  margin-left: .24rem;
}

.banner__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .banner__item {
    min-width: 282px;
  }
}

.bridge {
  width: 100%;
  height: 500px;
  margin: 1rem 0 0 0;
  background: no-repeat center center / cover fixed;
}

@media screen and (max-width: 769px) {
  .bridge {
    margin: .7rem 0 0 0;
    background: no-repeat center center / cover;
  }
}

.btn-primary {
  display: inline-block;
  padding: .6em 4em;
  color: #00A3CD;
  font-size: .15rem;
  text-align: center;
  border: 1px solid #D1D1D1;
  border-radius: 30px;
}

.btn-primary:hover {
  border: 1px solid #00A3CD;
}

@media screen and (max-width: 769px) {
  .btn-primary {
    display: block;
    padding: .6em 1em;
  }
}

.btn-3rd {
  display: block;
  padding: .11rem;
  color: var(--color-key);
  text-align: center;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.btn-3rd:hover {
  border: 1px solid var(--color-key);
}

.btn-main01 {
  position: relative;
  z-index: 1;
  display: block;
  color: #FFF;
  font-size: .27rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.btn-main01 .ico-svg {
  width: 1em;
  height: 1em;
  fill: #FFF;
  margin-right: .2em;
  transform: translate(0, 0.1em);
}

@media screen and (max-width: 769px) {
  .btn-main01 {
    font-size: .2rem;
  }
}

.btn-main01.-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.btn-main01__txt {
  padding: .45em .6em .65em .6em;
}

@media screen and (max-width: 769px) {
  .btn-main01__txt {
    padding: .8em 1em 1em 1em;
  }
}

.btn-main01__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  background: var(--color-key);
  transition: 0.2s all ease 0s;
}

.btn-main01:hover .btn-main01__bg {
  opacity: .95;
}

@media screen and (max-width: 769px) {
  .btn-main01__bg {
    opacity: 1;
  }
}

.btn-main02 {
  display: block;
  padding: .8em 1em 1em 1em;
  color: #FFF;
  font-size: .2rem;
  font-weight: bold;
  text-align: center;
  background: rgba(214, 214, 214, 0.7);
  border-radius: 6px;
}

@media screen and (max-width: 769px) {
  .btn-main02 {
    color: var(--color-key);
    background: none;
    border: 1px solid var(--color-border);
  }
}

.btn-main02 .ico-svg {
  width: 1em;
  height: 1em;
  fill: #FFF;
  margin-right: .2em;
  transform: translate(0, 0.1em);
}

@media screen and (max-width: 769px) {
  .btn-main02 .ico-svg {
    fill: var(--color-key);
  }
}

.btn-main02:hover {
  background: rgba(214, 214, 214, 0.95);
}

.btn-main02.-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.btn-text-arrow {
  font-size: .14rem;
  vertical-align: middle;
}

.btn-text-arrow .ico-svg {
  width: 1em;
  height: 1em;
  fill: #00A3CD;
  margin-left: .2em;
}

.cast .container {
  max-width: 1036px;
  margin: 0 auto;
}

.cast .cast__item {
  display: flex;
}

.cast .cast__item:not(:first-of-type) {
  margin-top: .4rem;
}

@media screen and (max-width: 769px) {
  .cast .cast__item {
    display: block;
  }
}

.cast .cast__photo {
  position: relative;
  flex-basis: 38.2%;
  align-self: flex-start;
  padding-bottom: 21%;
}

.cast .cast__photo picture,
.cast .cast__photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 769px) {
  .cast .cast__photo {
    padding-bottom: 55.84%;
  }
}

.cast .cast__detail {
  flex: 1;
  padding: 0 0 0 .24rem;
}

@media screen and (max-width: 769px) {
  .cast .cast__detail {
    padding: .24rem 0 0 0;
  }
}

.cast .works-heading {
  display: flex;
  align-items: center;
  margin-bottom: .15rem;
  font-size: .14rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .cast .works-heading {
    display: block;
    margin-bottom: .05rem;
  }
}

.cast .works-heading em {
  font-size: 1.57em;
  vertical-align: middle;
}

.cast .works-heading span {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .cast .works-heading span {
    margin-top: .05rem;
  }
}

.cast .works-heading span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.57em;
  margin: 0 1em;
  background: var(--color-border);
}

@media screen and (max-width: 769px) {
  .cast .works-heading span::before {
    display: none;
  }
}

.cast .works-text {
  font-size: .14rem;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .cast .works-text {
    word-break: break-all;
  }
}

.comment .container {
  max-width: 1036px;
  margin: 0 auto;
}

.comment .comment__item {
  display: flex;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--color-border);
}

.comment .comment__item:not(:first-of-type) {
  margin-top: .5rem;
}

@media screen and (max-width: 769px) {
  .comment .comment__item:not(:first-of-type) {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 769px) {
  .comment .comment__item {
    display: block;
    padding-bottom: .4rem;
  }
}

.comment .comment__name {
  flex-basis: 32%;
}

.comment .comment__txt {
  flex: 1;
  padding: 0 0 0 .24rem;
}

@media screen and (max-width: 769px) {
  .comment .comment__txt {
    padding: .1rem 0 0 0;
  }
}

.comment .works-heading {
  margin-bottom: .1rem;
  font-size: .14rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .comment .works-heading {
    margin-bottom: .05rem;
  }
}

.comment .works-heading em {
  display: block;
  margin-bottom: .05rem;
  font-size: 2em;
  vertical-align: middle;
}

.comment .works-text {
  font-size: .16rem;
  font-weight: bold;
  text-align: justify;
}

.container {
  padding: 1rem .16rem 0 .16rem;
}

@media screen and (max-width: 769px) {
  .container {
    padding-top: .7rem;
  }
}

.footer {
  padding: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 769px) {
  .footer {
    padding: .7rem 0 1.5rem 0;
  }
}

.footer.-low {
  padding: 0 0 1rem 0;
}

.footer__container {
  display: flex;
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 .16rem;
}

@media screen and (max-width: 769px) {
  .footer__container {
    display: block;
  }
}

.footer__navigation {
  flex-basis: 32%;
}

.footer__sns {
  display: flex;
}

@media screen and (max-width: 769px) {
  .footer__sns {
    justify-content: center;
  }
}

.footer__sns-item:not(:first-of-type) {
  margin-left: .36rem;
}

.footer__sns-item .ico-svg {
  width: .36rem;
  height: .36rem;
  fill: #BFBFBF;
  transition: 0.2s all ease 0s;
}

.footer__sns-item .ico-svg.-twitter:hover {
  fill: #55ACEE;
}

.footer__sns-item .ico-svg.-facebook:hover {
  fill: #1877F2;
}

.footer__sns-item .ico-svg.-instagram:hover {
  fill: #D93177;
}

.footer__btn {
  margin-top: .2rem;
}

.footer__btn-item {
  max-width: 176px;
  margin-top: .1rem;
}

@media screen and (max-width: 769px) {
  .footer__btn-item {
    margin: .1rem auto 0 auto;
  }
}

.footer__info {
  flex: 1;
  padding: 0 0 0 .24rem;
}

@media screen and (max-width: 769px) {
  .footer__info {
    padding: .44rem 0 0 0;
  }
}

.footer__info .works-heading {
  margin-bottom: .15rem;
  font-size: .28rem;
  font-weight: bold;
  line-height: 1.4;
}

.footer__info .works-text {
  font-size: .11rem;
}

.footer__line {
  margin-top: .85rem;
  border-top: 1px solid var(--color-border);
}

.footer__logo {
  padding: .4rem 0 0 0;
  text-align: center;
}

.footer__logo.-dark {
  display: none;
}

.-dark-template .footer__logo.-dark {
  display: block;
}

.-dark-template .footer__logo.-light {
  display: none;
}

.g-footer {
  padding: .5rem .2rem 1rem .2rem;
  text-align: center;
}

.g-footer__navigation {
  margin-top: .36rem;
}

.g-footer__logo {
  margin-top: .36rem;
}

.g-header {
  display: flex;
  align-items: center;
  padding: .5rem .5rem 0 .5rem;
}

@media screen and (max-width: 769px) {
  .g-header {
    display: block;
    padding: .2rem .2rem 0 .2rem;
  }
}

.g-header__title {
  margin-top: .07rem;
  font-size: .12rem;
  font-weight: bold;
}

.g-header__navigation {
  flex: 1;
  width: 100%;
  margin-left: .3rem;
}

.g-navigation-small {
  display: flex;
  justify-content: center;
}

.g-navigation-small__item {
  font-size: .15rem;
}

@media screen and (max-width: 769px) {
  .g-navigation-small__item {
    font-size: .12rem;
  }
}

.g-navigation-small__item:not(:first-of-type) {
  margin-left: .32rem;
}

.g-navigation-small__item a {
  color: #00A3CD;
}

.g-navigation {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .g-navigation {
    position: absolute;
    top: -50%;
    left: 0;
    display: block;
    width: 100%;
    padding: .7rem 0 .4rem 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.4s ease top;
  }

  .is-open .g-navigation {
    top: 0;
  }
}

.g-navigation__item:not(:first-of-type) {
  margin-left: .32rem;
}

@media screen and (max-width: 769px) {
  .g-navigation__item:not(:first-of-type) {
    margin-left: 0;
  }
}

.g-navigation__item.-theater {
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .g-navigation__item {
    margin-top: .2rem;
  }
}

.g-navigation__icon {
  width: .25rem;
  height: .25rem;
  fill: #888888;
}

.g-navigation__toggle-btn {
  display: none;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .g-navigation__toggle-btn {
    position: absolute;
    z-index: 50;
    top: .2rem;
    right: .2rem;
    display: block;
    width: .5rem;
    height: .5rem;
    background: #FFF;
    border: 0;
  }
}

.g-navigation__toggle-btn span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  display: block;
  width: 40%;
  height: 2px;
  margin: 0 auto;
  background: #5D5D5D;
  border-radius: 2px;
}

.g-navigation__toggle-btn span::before,
.g-navigation__toggle-btn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #5D5D5D;
  border-radius: 2px;
  transition: 0.2s ease all;
  transform-origin: center center;
}

.g-navigation__toggle-btn span::before {
  transform: translate(0, -8px);
}

.g-navigation__toggle-btn span::after {
  transform: translate(0, 8px);
}

.is-open .g-navigation__toggle-btn span {
  background: rgba(93, 93, 93, 0);
}

.is-open .g-navigation__toggle-btn span::before {
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .g-navigation__toggle-btn span::after {
  transform: translate(0, 0) rotate(45deg);
}

.header {
  position: fixed;
  z-index: 500;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 769px) {
  .header {
    background: none;
    box-shadow: none;
  }
}

.heading-primary {
  margin-top: 1rem;
  font-size: .13rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.heading-primary em {
  display: block;
  color: #00A3CD;
  font-size: 2.8em;
  font-weight: bold;
}

.heading-section {
  margin-bottom: .36rem;
  color: #8B8B8B;
  font-family: arial, helvetica, sans-serif;
  font-size: .36rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .heading-section {
    font-size: .32rem;
  }
}

.ie {
  position: fixed;
  z-index: 99999;
  bottom: -100%;
  left: 0;
  padding: .15rem .2rem;
  font-size: .14rem;
  line-height: 1.4;
  background: #ffd900;
  -webkit-animation: ie 0.4s ease 1.5s forwards;
  animation: ie 0.4s ease 1.5s forwards;
}

.ie a {
  color: #00A3CD;
}

@-webkit-keyframes ie {
  100% {
    bottom: 0;
  }
}

@keyframes ie {
  100% {
    bottom: 0;
  }
}

.intro .container {
  max-width: 792px;
  margin: 0 auto;
}

.intro .works-heading {
  margin-bottom: .15rem;
  font-size: .26rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .intro .works-heading {
    font-size: .2rem;
  }
}

.intro .works-text {
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .intro .works-text {
    font-size: .15rem;
  }
}

.main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

@media screen and (max-width: 769px) {
  .main {
    background: none;
  }
}

.main__space {
  padding-bottom: .49rem;
}

@media screen and (max-width: 1030px) {
  .main__space {
    padding-bottom: calc(.3rem + 1.45vw);
  }
}

@media screen and (max-width: 769px) {
  .main__space {
    display: none;
  }
}

.main__container {
  display: flex;
  max-width: 1200px;
  min-height: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .main__container {
    display: block;
  }
}

.main__poster {
  flex-basis: 49%;
  text-align: center;
}

.main__poster img {
  max-height: 720px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 769px) {
  .main__poster img {
    max-width: none;
    width: 100%;
  }
}

.main__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 .24rem 0 .24rem;
}

@media screen and (max-width: 769px) {
  .main__info {
    padding: 0 0 .3rem 0;
  }
}

.main__title {
  min-height: 0%;
}

@media screen and (max-width: 769px) {
  .main__title {
    display: none;
  }
}

.main__date {
  margin-top: .34rem;
  color: #FFF;
  font-size: .27rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .main__date {
    padding: 0 .16rem;
    color: var(--color-key);
  }
}

.main__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  margin-top: .34rem;
}

.main__btn>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main__btn>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.main__btn>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.main__btn>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

@supports (display: grid) {
  .main__btn {
    gap: .18rem;
  }
}

.main__btn+.main__btn {
  margin-top: 0;
}

.main__btn>*:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media all and (-ms-high-contrast: none) {
  .main__btn>*:first-of-type {
    margin-bottom: 18px;
  }
}

.main__btn>*:nth-of-type(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2 / 2;
}

@media all and (-ms-high-contrast: none) {
  .main__btn>*:nth-of-type(2) {
    margin-right: 9px;
  }
}

.main__btn>*:nth-of-type(3) {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 2;
  grid-row: 2 / 2;
}

@media all and (-ms-high-contrast: none) {
  .main__btn>*:nth-of-type(3) {
    margin-left: 9px;
  }
}

@media screen and (max-width: 769px) {
  .main__btn {
    display: block;
    margin-top: 0;
    padding: 0 .16rem;
  }

  .main__btn>* {
    margin-top: .1rem;
  }
}

.main__sns {
  display: flex;
  justify-content: center;
  margin-top: .34rem;
}

@media screen and (max-width: 769px) {
  .main__sns {
    margin-top: .2rem;
  }
}

.main__sns-item {
  font-size: .28rem;
}

.main__sns-item:not(:first-of-type) {
  margin-left: .36rem;
}

.main__sns-item a {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .main__sns-item a {
    opacity: 1;
  }
}

.main__sns-item a:hover {
  opacity: 1;
}

.main__sns-item .ico-svg {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

@media screen and (max-width: 769px) {
  .main__sns-item .ico-svg.-twitter {
    fill: #55ACEE;
  }

  .main__sns-item .ico-svg.-facebook {
    fill: #1877F2;
  }

  .main__sns-item .ico-svg.-instagram {
    fill: #D93177;
  }
}

.main__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.05);
  filter: blur(10px);
  opacity: 0.8;
}

@media all and (-ms-high-contrast: none) {
  .main__bg {
    opacity: 0.3;
  }
}

.main__bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 769px) {
  .main__bg {
    display: none;
  }
}

.movie {
  position: relative;
  z-index: 4;
  background: var(--color-movie-bg);
}

.attention+.movie {
  margin-top: .25rem;
}

@media screen and (max-width: 769px) {
  .movie {
    background: none;
  }
}

.movie__container {
  position: relative;
  padding: .5rem 4vw;
}

@media screen and (max-width: 769px) {
  .movie__container {
    padding: .2rem 4.5vw;
  }
}

.movie__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  background: #000;
}

.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease all;
}

.movie__inner:hover .movie__control {
  transform: translate(-50%, -50%) scale(1.08);
}

.movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: center center / cover;
  transition: 0.2s all ease 0s;
}

.movie__bg:hover {
  cursor: pointer;
  opacity: 1;
}

.movie__arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -.2rem;
}

.movie__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  background: #8B8B8B;
}

@media screen and (max-width: 769px) {
  .movie__arrow::before {
    width: 15px;
  }
}

.movie__arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  background: #8B8B8B;
}

@media screen and (max-width: 769px) {
  .movie__arrow::after {
    width: 15px;
  }
}

.movie__arrow.-left {
  left: 20%;
}

@media screen and (max-width: 769px) {
  .movie__arrow.-left {
    left: 3%;
  }
}

.movie__arrow.-left::before {
  left: 10px;
  transform-origin: left center;
  transform: rotate(45deg) translate(0, -1px);
}

.movie__arrow.-left::after {
  left: 10px;
  transform-origin: left center;
  transform: rotate(-45deg) translate(0, 1px);
}

.movie__arrow.-right {
  right: 20%;
}

@media screen and (max-width: 769px) {
  .movie__arrow.-right {
    right: 3%;
  }
}

.movie__arrow.-right::before {
  right: 10px;
  transform-origin: right center;
  transform: rotate(45deg) translate(0, 1px);
}

.movie__arrow.-right::after {
  right: 10px;
  transform-origin: right center;
  transform: rotate(-45deg) translate(0, -1px);
}

.navigation {
  padding: .15rem;
}

.navigation__toggle-btn {
  display: none;
}

@media screen and (max-width: 769px) {
  .navigation__toggle-btn {
    display: block;
    position: fixed;
    z-index: 500;
    right: .16rem;
    bottom: .3rem;
    width: .6rem;
    height: .6rem;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: 0;
  }
}

.navigation__toggle-btn span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  display: block;
  width: 40%;
  height: 2px;
  margin: 0 auto;
  background: #5D5D5D;
  border-radius: 2px;
}

.navigation__toggle-btn span::before,
.navigation__toggle-btn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #5D5D5D;
  border-radius: 2px;
  transition: 0.2s ease all;
  transform-origin: center center;
}

.navigation__toggle-btn span::before {
  transform: translate(0, -8px);
}

.navigation__toggle-btn span::after {
  transform: translate(0, 8px);
}

.is-open .navigation__toggle-btn span {
  background: rgba(93, 93, 93, 0);
}

.is-open .navigation__toggle-btn span::before {
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .navigation__toggle-btn span::after {
  transform: translate(0, 0) rotate(45deg);
}

@media screen and (max-width: 769px) {
  .navigation__container {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 50;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.4s all cubic-bezier(0.83, 0, 0.17, 1);
  }

  .is-open .navigation__container {
    right: 0;
  }
}

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

@media screen and (max-width: 769px) {
  .navigation__list {
    width: 100%;
    flex-direction: column;
    opacity: 0;
    transform: translate(0, 10px);
  }

  .is-open .navigation__list {
    opacity: 1;
    transform: translate(0, 0);
    transition: .4s ease all .4s;
  }
}

.navigation__item {
  font-size: .15rem;
  font-weight: bold;
}

@media screen and (max-width: 1030px) {
  .navigation__item {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 769px) {
  .navigation__item {
    margin-top: .2rem;
    font-size: .18rem;
  }
}

.navigation__item:not(:first-of-type) {
  margin-left: .3rem;
}

@media screen and (max-width: 1030px) {
  .navigation__item:not(:first-of-type) {
    margin-left: 2.2vw;
  }
}

@media screen and (max-width: 769px) {
  .navigation__item:not(:first-of-type) {
    margin-left: 0;
  }
}

.navigation__item a:hover {
  color: #00A3CD;
}

.navigation__item .ico-svg {
  width: 1.2em;
  height: 1.2em;
}

.navigation__item .ico-svg.-twitter {
  fill: #55ACEE;
}

.navigation__item .ico-svg.-facebook {
  fill: #1877F2;
}

.navigation__item .ico-svg.-instagram {
  fill: #D93177;
}

.news-list {
  max-width: 792px;
  margin: 0 auto;
  padding: .5rem .16rem;
}

.news-list__item {
  display: flex;
  gap: 1.5em;
}

.news-list__item+.news-list__item {
  margin: 1em 0 0 0;
}

.news-list__date {
  line-height: 1.7;
  font-size: .13rem;
  opacity: .8;
}

.news-list__txt {
  flex: 1;
  color: #00A3CD;
  text-decoration: underline;
  line-height: 1.4;
}

.news-list__txt:hover {
  color: #FECA3B;
}

.news {
  max-width: 800px;
  margin: 1.5rem auto 0 auto;
  padding: 0 .2rem;
}

.news__container {
  margin-top: -.32rem;
}

@media screen and (max-width: 769px) {
  .news__container {
    margin-top: 0;
  }
}

.news__wrapper {
  padding: .18rem 0;
}

.news__item {
  max-width: 2.6rem;
}

.news__meta {
  margin-bottom: .14rem;
}

.news__heading {
  font-size: .3rem;
  font-weight: bold;
  line-height: 1.2;
}

.news__contents p {
  margin-top: 2em;
  line-height: 1.6;
}

.news__contents img:not(:first-child),
.news__contents figure:not(:first-child) {
  display: inline-block;
  margin-top: .324rem;
}

.news__contents ul {
  margin-top: 2em;
  padding: 0 0 0 1em;
}

.news__contents li {
  margin-top: .04rem;
  list-style-type: "●";
  line-height: 1.6;
}

.news__back {
  padding: .8rem 0 1rem 0;
  text-align: center;
}

.news__back a {
  color: #00A3CD;
}

.photos {
  display: flex;
  margin-top: 1rem;
}

@media screen and (max-width: 769px) {
  .photos {
    flex-wrap: wrap;
    margin-top: .7rem;
  }
}

.photos__item {
  flex: 1;
}

.photos__item picture,
.photos__item img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 769px) {
  .photos__item {
    flex-basis: 50%;
  }
}

.staff .container {
  max-width: 1036px;
  margin: 0 auto;
}

.staff .staff__item:not(:first-of-type) {
  margin-top: .4rem;
}

.staff .works-heading {
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  font-size: .14rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  .staff .works-heading {
    display: block;
    margin-bottom: .05rem;
  }
}

.staff .works-heading em {
  font-size: 1.57em;
  vertical-align: middle;
}

.staff .works-heading span {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .staff .works-heading span {
    margin-top: .05rem;
  }
}

.staff .works-heading span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.57em;
  margin: 0 1em;
  background: var(--color-border);
}

@media screen and (max-width: 769px) {
  .staff .works-heading span::before {
    display: none;
  }
}

.staff .works-text {
  font-size: .14rem;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .staff .works-text {
    word-break: break-all;
  }
}

.story .container {
  max-width: 792px;
  margin: 0 auto;
}

.story .works-heading {
  margin-bottom: .15rem;
  font-size: .26rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .story .works-heading {
    font-size: .2rem;
  }
}

.story .works-text {
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .story .works-text {
    font-size: .15rem;
  }
}

.theater-list {
  max-width: 1240px;
  margin: 1rem auto 0 auto;
  padding: 0 .2rem .5rem .2rem;
}

.theater-list__item {
  display: block;
  position: relative;
  z-index: 1;
  padding: .2rem .1rem;
  border-bottom: 1px solid #CCC;
}

.theater-list__item:first-of-type {
  border-top: 1px solid #CCC;
}

.theater-list__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  transition: 0.35s ease width;
}

.theater-list__item:hover::after {
  width: 100%;
  transition: 0.2s ease width;
}

.theater {
  max-width: 1036px;
  margin: 0 auto;
  padding: .9rem .16rem 0 .16rem;
}

@media screen and (max-width: 769px) {
  .theater {
    padding: .5rem .16rem 0 .16rem;
  }
}

.theater__heading {
  font-size: .3rem;
  font-weight: bold;
  line-height: 1.2;
}

.theater__catch {
  margin-top: .1rem;
  color: #444;
  font-size: .2rem;
  font-weight: bold;
  line-height: 1.2;
}

.theater__btn {
  margin-top: .16rem;
}

.theater__notice {
  font-size: .14rem;
}

.theater__table {
  margin-top: .4rem;
}

.theater__table table {
  width: 100%;
  margin-top: .1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.theater__table th {
  padding: .15rem .22rem .15rem 0;
  color: #FFF;
  font-size: .12rem;
  font-weight: normal;
  text-align: left;
  background: #00A3CD;
}

.theater__table th:first-of-type {
  padding: .15rem .22rem;
}

@media screen and (max-width: 769px) {
  .theater__table th:first-of-type {
    padding: .12rem;
  }
}

@media screen and (max-width: 769px) {
  .theater__table th {
    padding: .12rem .12rem .12rem 0;
    font-size: .1rem;
  }
}

.theater__table td {
  padding: .25rem .22rem .25rem 0;
  text-align: left;
  border-bottom: 1px solid #D1D1D1;
}

.theater__table td a {
  color: #00A3CD;
}

.theater__table td a:hover {
  color: #1BB939;
}

.theater__table td:nth-of-type(1) {
  width: 8em;
  padding: .25rem .22rem;
}

@media screen and (max-width: 769px) {
  .theater__table td:nth-of-type(1) {
    width: 5em;
    padding: .15rem .12rem;
  }
}

@media screen and (max-width: 769px) {
  .theater__table td {
    padding: .15rem .12rem .15rem 0;
    font-size: .12rem;
  }
}

.theater__table tr:last-of-type td {
  border-bottom: none;
}

.theater__update {
  margin-top: .2rem;
  text-align: right;
  font-size: .12rem;
}

.theater__empty {
  margin-top: .4rem;
  padding: 8em 2em;
  color: #00A3CD;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 1240px;
  margin: 1rem auto 0 auto;
  padding: 0 .2rem .5rem .2rem;
}

.works-list>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.works-list>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.works-list>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.works-list>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

@media screen and (max-width: 769px) {
  .works-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: .5rem auto 0 auto;
  }
}

@supports (display: grid) {
  .works-list {
    gap: .58rem .18rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .works-list {
    margin: 0 0 0 -18px;
  }
}

.works-list__item {
  max-width: 282px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .works-list__item {
    margin: 0 0 18px 18px;
  }
}

.works-list__item img {
  max-width: 180px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease 0s;
}

@media screen and (max-width: 769px) {
  .works-list__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.works-list__item:hover img {
  box-shadow: none;
}

.works-list__heading {
  margin-top: .24rem;
  font-size: .17rem;
  line-height: 1.2;
}

.works-list__date {
  margin-top: .02rem;
  font-size: .11rem;
  line-height: 1.6;
  color: #999;
}

.works-heading {
  color: var(--color-key);
}

.works-text {
  color: var(--color-text);
}

.works-text a {
  color: var(--color-key);
}

.works-text a:hover {
  color: var(--color-key);
  text-decoration: none;
}

.wrap.-dark-template {
  color: #FFF;
  background: #000;
}

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

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

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

  .pc-inline {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .sp-inline {
    display: inline;
  }
}

.mt0 {
  margin-top: 0;
}

.mt3 {
  margin-top: .03rem;
}

.mt5 {
  margin-top: .05rem;
}

.mt8 {
  margin-top: .08rem;
}

.mt10 {
  margin-top: .1rem;
}

.mt15 {
  margin-top: .15rem;
}

.mt20 {
  margin-top: .2rem;
}

.mt25 {
  margin-top: .25rem;
}

.mt30 {
  margin-top: .3rem;
}

.mt35 {
  margin-top: .35rem;
}

.mt40 {
  margin-top: .40rem;
}

.text__mini {
  font-size: .75em;
}

.text__small {
  font-size: .85em;
}

.text__middle {
  font-size: 1.125em;
}

.text__strong01 {
  color: #E63B3B;
  font-weight: bold;
}

.text__strong02 {
  color: #E63B3B;
  font-size: .38rem;
  font-weight: bold;
}

.text__strong03 {
  color: #00A3CD;
  font-weight: bold;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

.text__indent {
  text-indent: -1.2em;
  padding: 0 0 0 1.2em;
}