@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, p, li, a, button, div {
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #fff;
}

a {
  text-decoration: unset;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  color: #22625B;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

p {
  color: #000;
  line-height: 1.7;
  margin-bottom: 24px;
  font-size: 16px;
}

.header {
  position: fixed;
  top: 0;
}
@media (min-width: 992px) {
  .header {
    position: unset;
    top: unset;
  }
}
.header__nav {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 101vh;
  transform: translateX(100%);
  background-color: #22625B;
  transition: ease 0.4s;
  overflow: auto;
}
@media (min-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__nav.active {
  transform: translateX(0);
}
.header__ham {
  display: block;
  width: 40px;
  height: 100%;
}
@media (min-width: 992px) {
  .header__ham {
    display: none;
  }
}
.header__ham span {
  width: 100%;
  height: 1px;
  border-radius: 100vmax;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.header__ham span:nth-child(1) {
  top: 0;
}
.header__ham span:nth-child(2) {
  margin: 5px 0;
}
.header__ham span:nth-child(3) {
  top: 0;
}
.header__ham.active span {
  background-color: #fff;
}
.header__ham.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.header__ham.active span:nth-child(2) {
  opacity: 0;
}
.header__ham.active span:nth-child(3) {
  top: -3px;
  transform: rotate(-45deg);
}

.ham {
  z-index: 9999;
  border: unset;
  background-color: unset;
}

.nav__items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 2.5;
  padding: 0 16px;
}
.nav__item a {
  padding: 16px 0;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.nav__item.sns {
  text-align: right;
}
.nav__item.sns a {
  display: inline-block;
  width: unset;
}
.nav__item.sns svg {
  width: 30px;
}
.nav__item.sns svg path {
  fill: #fff;
}

.header {
  z-index: 10;
  width: 100%;
  position: fixed;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  height: 39px;
  background-color: #22625B;
}
@media (min-width: 992px) {
  .header__inner {
    padding: 0 30px;
    height: 54px;
  }
}
.header__logo {
  width: 150px;
  display: none;
}
@media (min-width: 992px) {
  .header__logo {
    width: 195px;
    display: block;
  }
}
.header__left {
  position: relative;
}
.header__sns {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: right;
  top: -5px;
}
@media (min-width: 992px) {
  .header__sns {
    position: relative;
  }
}
.header__headNav {
  display: none;
}
@media (min-width: 992px) {
  .header__headNav {
    display: flex;
  }
}
.header .headNav__item {
  list-style: none;
}
.header .headNav__item a {
  color: #fff;
  display: block;
  padding: 20px 10px;
}

.sns-link {
  mix-blend-mode: hard-light;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .sns-link {
    display: none;
  }
}
.sns-link a {
  position: relative;
  top: 0;
}
.sns-link a svg {
  width: 40px;
  height: 40px;
}
.sns-link a svg path {
  fill: #22625B;
}
.sns-link a:hover {
  top: -6px;
}

.page-top {
  mix-blend-mode: hard-light;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999;
}
.page-top.to-top {
  opacity: 1;
}
.page-top a {
  position: relative;
  top: 0;
}
.page-top a svg {
  width: 40px;
  height: 40px;
}
.page-top a svg path {
  fill: #22625B;
}
.page-top a:hover {
  top: -6px;
}

.footer {
  width: 100%;
  text-align: center;
  background: #22625B;
  padding: 15px 0;
}
.footer small {
  color: #fff;
}

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

@media (min-width: 767px) {
  .sp-display {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-wrap {
    padding-top: 63px;
  }
}

.l-inner {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 767px) {
  .l-inner {
    max-width: 80vw;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media (min-width: 767px) {
  .l-inner.sm {
    max-width: 800px;
  }
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.breadcrumbs > span {
  margin: 0 7px;
  font-size: 12px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .breadcrumbs > span {
    top: 1px;
  }
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs .post {
  color: #333;
}
.breadcrumbs a {
  color: #777;
  font-size: 12px;
}

.scroll-in {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 1s;
}
.scroll-in.scroll-in-show {
  top: 0;
  opacity: 1;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#loading-screen .loading-logo {
  width: 90%;
  opacity: 0;
  transform: scale(0.8);
  animation: fade-in 1s ease forwards 0.5s;
}
@media (min-width: 767px) {
  #loading-screen .loading-logo {
    width: 60%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home main {
  padding-top: 37px;
}
@media (min-width: 992px) {
  .home main {
    padding-top: 54px;
  }
}
.home main section {
  padding: 48px 0;
}
@media (min-width: 767px) {
  .home main section {
    padding: 80px 0;
  }
}
.home .corner-title {
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .home .corner-title {
    text-align: center;
  }
}
.home .corner-title h2 {
  color: #22625B;
  font-size: 32px;
  font-weight: bold;
}
.home .corner-title h2 span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}
@media (min-width: 767px) {
  .home .ui-col .corner-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .home .ui-col {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .home .ui-col ul {
    width: 76%;
  }
}
.home .mv {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}
.home .mv .mv-image {
  display: block;
  width: 90vw;
  margin: 20px auto 0;
}
.home .news .news-list {
  border-bottom: 1px solid #22625B;
}
.home .news .news-list:first-child {
  border-top: 1px solid #22625B;
}
.home .news .news-list > div {
  font-weight: 500;
  font-size: 14px;
  padding: 15px;
  position: relative;
}
@media (min-width: 767px) {
  .home .news .news-list > div {
    display: flex;
    padding: 32px 28px;
  }
}
@media (min-width: 767px) {
  .home .news .news-list > div .heading {
    width: 15%;
  }
}
.home .news .news-list > div .heading time {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .home .news .news-list > div .heading time {
    margin-bottom: unset;
  }
}
@media (min-width: 767px) {
  .home .news .news-list > div .feed-title-block {
    width: 85%;
  }
}
.home .news .news-list > div .feed-title-block p, .home .news .news-list > div .feed-title-block h3 {
  margin-bottom: unset;
  font-size: 14px;
  color: #22625B;
}
.home .news .news-list > div .feed-title-block .feed-title {
  font-weight: 600;
}
.home .news .news-list > div .feed-title-block p {
  margin-top: 8px;
}
.home .news .news-list > div .feed-title-block a {
  text-decoration: underline;
}
.home .trailer {
  padding-bottom: 112px;
}
@media (min-width: 767px) {
  .home .trailer {
    padding-bottom: 160px;
  }
}
.home .introduction {
  background-image: url(./images/intro_bg.jpg);
  background-color: rgba(244, 242, 230, 0.25);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 96px 0 400px;
}
@media (min-width: 767px) {
  .home .introduction {
    padding: 160px 0;
    background-size: cover;
    padding: 100px 0 800px;
    background-position: center 100%;
  }
}
@media (min-width: 767px) {
  .home .introduction .l-inner {
    max-width: 1300px;
  }
}
.home .introduction h2 {
  color: #22625B;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 16px;
  text-shadow: 0px 0px 4px #fff;
}
@media (min-width: 767px) {
  .home .introduction h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.home .introduction p {
  font-size: 16px;
  color: #22625B;
  font-weight: 600;
  text-shadow: 0px 0px 4px #fff;
}
@media (min-width: 767px) {
  .home .introduction p {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .home .introduction .row {
    margin-top: 48px;
  }
}
.home .story {
  padding: 72px 0;
  background-image: url(./images/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 767px) {
  .home .story {
    padding: 160px 0;
    background-position: center top;
  }
}
@media (min-width: 767px) {
  .home .story .block {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.home .story h2 {
  padding-left: 120px;
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .home .story h2 {
    font-size: 28px;
    padding-left: unset;
    text-align: left;
  }
}
.home .story h2 span {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .home .story h2 span {
    font-size: 18px;
  }
}
.home .story h2, .home .story p {
  color: #fff;
  text-shadow: 1px 1px #22625B;
}
@media (min-width: 767px) {
  .home .story p {
    font-size: 18px;
    line-height: 2;
  }
}
.home .cast .cast-block {
  margin-bottom: 16px;
}
.home .cast .cast-block h3 {
  color: #22625B;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}
.home .cast .cast-block h3 span {
  font-size: 14px;
}
.home .cast .cast-other {
  margin-top: 16px;
}
.home .cast .cast-other p {
  font-size: 14px;
  margin-bottom: unset;
}
.home .staff .staff-block {
  margin-bottom: 32px;
}
.home .staff .staff-detail h3 {
  color: #22625B;
  font-size: 22px;
  margin: 16px 0;
}
.home .staff .staff-other {
  margin-top: 16px;
}
.home .staff .staff-other .staff-list li {
  line-height: 1.6;
}
.home .theater ul.theater-list {
  margin-bottom: 48px;
}
.home .theater li {
  border-bottom: 1px solid #22625B;
  padding: 16px 0;
}
@media (min-width: 767px) {
  .home .theater li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
  }
}
@media (min-width: 767px) {
  .home .theater li:first-child {
    border-top: 1px solid #22625B;
  }
}
.home .theater li h3.name {
  font-size: 16px;
  font-weight: 500;
  color: #22625B;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .home .theater li h3.name {
    margin-right: 24px;
    margin-bottom: unset;
  }
}
.home .theater li .date {
  font-size: 16px;
  color: #22625B;
}
@media (min-width: 767px) {
  .home .theater li .date {
    width: 180px;
  }
}
@media (min-width: 767px) {
  .home .contact {
    text-align: center;
  }
}
.home .contact .button {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #22625B;
  color: #fff;
  padding: 16px 0;
  border-radius: 10px;
  border: 2px solid #22625B;
  width: 100%;
  max-width: 400px;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .home .contact .button {
    margin: 0 auto;
  }
}
.home .contact .button:hover {
  background-color: #fff;
  color: #22625B;
}
.home .introduction h2,
.home .introduction .text,
.home .introduction .row {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.5s ease;
}
.home .introduction.show h2 {
  opacity: 1;
  transform: translateY(0);
}
.home .introduction.show .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.home .introduction.show .row {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.3s;
}

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