@charset "utf-8";

/* ==========================================
*
*  COMMON
*
========================================== */
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 99;
  opacity: 1;
  transition: all ease .5s;
}
.shutter::after {
  content:"";
  position: fixed;
  display: block;
  background: url(../img/logo_blk.png) no-repeat center / contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70vw;
  width: 50rem;
}

body.loaded .shutter {
  opacity: 0;
  pointer-events: none;
}

a:hover,
button:hover {
  opacity: 0.8;
}

img,
label {
  transition: all ease .3s;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

button:hover {
  cursor: pointer;
}

html,
body {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

div.main {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  z-index: 0;
  background: #d3d3d3;
}

@media screen and (max-width:900px) {
  body {
    font-size: 1.4rem;
  }
}

/* ==============================================
*
*  Header
*
============================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  background: #4d6834;
  z-index: 98;
  align-items: center;
  padding: 0.5em 1em;
  margin: auto;
  font-size: 1.6rem;
  height: 2em;
  gap: 0 1rem;
}

header .header__logo {
  margin: 0;
  height: 100%;
  padding: 0.0em 0;
}

header .header__logo a {
  display: block;
  height: 100%;
}

header .header__logo a img {
  height: 100%;
  width: auto;
  max-width: initial;
}

.header__menuGroup {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 4em 1em;
}

.globalNavi {
  line-height: 1;
  font-size: 1.0em;
  flex: 1;
  align-content: space-evenly;
}

.globalNavi ul {
  display: flex;
  gap: 0 2em;
  margin: 0;
  justify-content: center;
}

.globalNavi ul li {
  letter-spacing: 0.2em;
}

.globalNavi ul li a {
  color: #ececec;
}

.snsLink {}

.snsLink ul {
  display: flex;
  margin: 0;
  gap: 0 0.75em;
  justify-content: center;
}

.snsLink ul li {
  aspect-ratio: 1/1;
  height: 1.75em;
  overflow: hidden;
}

@media screen and (max-width:900px) {
  header {
    /* bottom: 0; */
    /* height: auto; */
    /* flex-direction: column; */
  }

  .hamburger_menu__button {
    display: block !important;
    width: 2em;
    aspect-ratio: 1/1;
    /* background: #000; */
    position: relative;
  }

  .hamburger_menu__button>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transition: all ease .3s
  }

  .hamburger_menu__button>span:nth-child(1) {
    transform: rotate(0deg) translateY(-0.5em);
  }

  .hamburger_menu__button>span:nth-child(2) {
    transform: scaleX(1);
  }

  .hamburger_menu__button>span:nth-child(3) {
    transform: rotate(0deg) translateY(0.5em);
  }

  .hamburger_menu__input:checked~.hamburger_menu__button>span:nth-child(1) {
    transform: rotate(45deg) translateY(0em);
  }

  .hamburger_menu__input:checked~.hamburger_menu__button>span:nth-child(2) {
    transform: scaleX(0);
  }

  .hamburger_menu__input:checked~.hamburger_menu__button>span:nth-child(3) {
    transform: rotate(-45deg) translateY(0em);
  }

  .hamburger_menu__button:hover {
    cursor: pointer;
  }

  .hamburger_menu__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0vh;
    opacity: 1;
    pointer-events: none;
  }

  .hamburger_menu__input:checked~.hamburger_menu__bg {
    display: block !important;
    height: 100vh;
    background: url(../img/footerImg.jpg) no-repeat bottom / auto 50% #4d6937;
    background: #4d6937;
    z-index: -1;
    pointer-events: all;
  }

  .header__menuGroup {
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    padding: 10rem 0 0;
  }

  .hamburger_menu__input:checked~.header__menuGroup {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    opacity: 1;
    transition: all ease .3s;
  }

  .header__menuGroup .globalNavi ul {
    flex-direction: column;
    gap: 2em 2em;
    margin: 0;
  }
}

/* ==============================================
*
*  Main
*
============================================== */
.main section {
  padding: 0 0 0em;
  background: #fdfbf9;
  min-height: 300px;
}

.main section .inner {
  padding: 4em 1em;
  position: relative;
}

.kvWrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}

.kvWrap img {
  width: 100%;
  height: auto;
}

section h2 {
  text-align: center;
  font-size: min(3.0rem, 5vw);
  letter-spacing: 0.2em;
  margin: 0 0 1.5em;
}

section h2 span {
  display: block;
  transform: scaleY(0.95);
}

section h2::after {
  display: block;
  font-size: 0.4em;
  font-weight: 100;
  margin-top: 0.5em;
}

.section__trailer h2::after {
  content: "予告映像";
}

.section__intro h2::after {
  content: "イントロダクション";
}

.section__cast h2::after {
  content: "キャスト";
}

.section__staff h2::after {
  content: "スタッフ";
}

.section__theater h2::after {
  content: "劇場・上映スケジュール";
}

@media screen and (max-width:900px) {
  .main section .inner {
    padding: 3em 1em;
  }
}


/*   ====================
* TOP
==================== */
.section__top {}

.main section.section__top {}

.main section.section__top .inner {
  /* max-width: 90%; */
  margin: 0 auto;
  min-height: calc(100vh - 6em);
  padding: 3em 5%;
}

.main section.section__top .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
  background: url(../img/kv2_pc.jpg) no-repeat center / 100% auto #000000;
}

.main section.section__top h1 {
  max-width: 35%;
  position: absolute;
  top: 3em;
  left: 5%;
}

.top__catch {
  position: absolute;
  top: 15%;
  right: 5%;
  height: 60%;
}

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

.top__awards {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  padding: 0 5%;
  margin: auto;
  /* width: 100%; */
  min-width: 1000;
}

.top__awards ul {
  display: flex;
  justify-content: center;
  gap: 2%;
  max-width: 100rem;
  filter: drop-shadow(0px 0px 6px #000000a8);
}

.top__about {
  background: #77965b;
  min-height: 10em;
  color: #fff;
  text-align: center;
  padding: 3em 1em 2em;
}

.releaseInfo {
  font-size: min(6rem, 8vw);
  margin: 0 0 0.5em;
}

.releaseInfo em {
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 0 0.25em;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
}

.releaseInfo span {}

.about__cast {
  display: flex;
  justify-content: center;
  gap: 1em 1.5em;
  font-size: min(2rem, 4vw);
  margin: 0 0 1em;
  flex-wrap: wrap;
}

.about__cast.main {
  font-size: min(3rem, 5vw);
}

.about__cast.sub {}

@media screen and (max-width:900px) {
  .section__top {}

  .main section.section__top {}

  .main section.section__top .inner {
    margin: 0 auto;
    min-height: auto;
    padding: 3em 5%;
    aspect-ratio: 4/6;
  }

  .main section.section__top .inner::before {
  background: url(../img/kv.jpg) no-repeat bottom / 100% auto;
}

  .main section.section__top h1 {
    max-width: initial;
    position: absolute;
    top: 92vw;
    left: 10vw;
    right: 10vw;
    margin: auto;
    min-width: initial;
    min-width: 50%;

  }

  .top__catch {
    position: absolute;
    top: 23vw;
    left: 0;
    right: 0;
    width: 10vw;
    height: auto;
    margin: auto;
    text-align: center;
  }

  .top__catch img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:474px) {
  .section__top {}

  .main section.section__top {}

  .main section.section__top .inner {
    margin: 0 auto;
    min-height: auto;
    padding: 3em 5%;
    aspect-ratio: 2/3;
  }

  .top__about {
    padding: 1.5em 1em 1em;
  }
}

/*   ====================
* TRAILER
==================== */
.main .section__trailer {
  background: #f3f3f3;
}

.ytWrap {
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
  max-width: 1000px;
  margin: 0 auto;
}

.ytWrap iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   ====================
* INTRO
==================== */
.main .section__intro {}

.main section.section__intro .inner {
  padding: 2em 1em 5em;
  position: relative;
  width: auto;
  /* max-width: 50em; */
  margin: 0 auto;
  z-index: 0;
}

.main section.section__intro .inner::before {
  content: "";
  background: linear-gradient(90deg, rgba(253, 252, 250, 0) 0%, rgba(253, 252, 250, 1) 15%, rgba(253, 252, 250, 1) 85%, rgba(253, 252, 250, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 65%;
  z-index: 0;
}

section.section__intro h2 {
  margin: 0 0 1.5em;
}

.section__intro .bgImg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section__intro .bgImg::before,
.section__intro .bgImg::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 32%;
  min-width: 45rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  z-index: -1;
}

.section__intro .bgImg::before {
  background-image: url(../img/introBg_left.png);
  background-position: right top;
  right: auto;
  left: 0;
}

.section__intro .bgImg::after {
  background-image: url(../img/introBg_right.png);
  background-position: left top;
  left: auto;
  right: 0;
}

.intro__slider {
  display: flex;
  overflow: hidden;
}

.intro__slider ul.slide {
  display: flex;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.intro__slider ul.slide li {
  width: calc(100vw / 7);
}

.intro__slider ul.slide li>img {
  width: 100%;
}

.intro__text {
  font-size: min(1.8rem, 4vw);
  /* padding: 0 10%; */
  margin: 0 auto;
  width: 69%;
  max-width: 50em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.intro__text p {
  line-height: 2;
}

.intro__text p>span {
  display: inline-block;
}

.intro__text em:first-child {
  font-size: 2em;
  text-align: center;
  display: block;
  color: #a92323;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin: 0 0 1.5em;
}

.intro__text em:first-child span {
  display: inline-block;
}

.intro__text em:last-child {
  font-size: min(1.4em, 3.5vw);
  text-align: center;
  display: block;
  letter-spacing: 0.15em;
  font-style: italic;
  margin: 2em 0 0 0;
  font-weight: 600;
  color: #65a32c;
  overflow: hidden;
}

.intro__text em:last-child span {
  display: block;
}

.intro__text em:last-child span:first-child::before {
  content: "―――";
}

.intro__text em:last-child span:first-child {
  padding: 0 0 0em;
  transform: translateX(-1.75em);
}

.intro__text em:last-child span:last-child {
  transform: translateX(1.75em);
}

@media screen and (max-width:900px) {
  .main .section__intro {}

  .main section.section__intro .inner {
    padding: 3em 0em 0;
  }

  .intro__text {
    font-size: 3.1vw;
    max-width: 95vw;
    width: auto;
  }

  .intro__text p {
    text-align: center;
  }

  .section__intro .bgImg {
    position: relative;
    background-image: url(../img/introBg_sp.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
    margin: 8vw 0 0.0em;
  }

  .main section.section__intro .inner::before {
    display: none;
  }

  .section__intro .bgImg::before {}

  .section__intro .bgImg::before,
  .section__intro .bgImg::after {
    display: none;
  }

  .intro__slider ul.slide li {
    width: calc(100vw / 4);
  }
}

/*   ====================
* CAST
==================== */
.main .section__cast {
  padding-bottom: 0;
}

.main .section__cast .inner {
  padding-bottom: 3em;
}

.cast__list {
  max-width: 1200px;
  margin: 0 auto;
  font-size: min(2.2rem, 4vw);
}

.cast__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em;
  gap: 2em 2em;
  margin: 0 auto 0em;
  padding: 0 1em 2em;
}

.cast__list ul li {}

.cast__list ul.cast__main li {
  font-size: 1.2em;
}

.cast__list ul.cast__sub {
  max-width: 40em;
}

.cast__list ul.cast__sub li {}

/*   ====================
* STAFF
==================== */
.main .section__staff {
  background: #f3f3f3;
  padding-bottom: 0;
}

.staff__list {
  max-width: 1200px;
  margin: 0 auto;
  font-size: min(2.2rem, 4vw);
}

.staff__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em;
  gap: 2em 2em;
  margin: 0 auto 0em;
  padding: 0 1em 2em;
  max-width: 40em;
  line-height: 1.6;
}

.staff__list ul li {
  text-align: center;
}

.staff__list ul li:first-child {
  font-size: 1.2em;
}

.staff__list ul li.fullWidth {
  width: 100%;
}

.staff__list ul li b {
  font-weight: normal;
  display: inline-block;
}

.staff__list ul li b.narrow {
  letter-spacing: -0.1em;
}

.staff__list ul li b span {
  display: inline-block;
}

.staff__list ul li small {
  font-size: 0.7em;
  display: inline-block;
}

.staff__list ul li b>small::after {
  content: "";
}

.staff__list ul.staff__main li {
  font-size: 1.2em;
}

.staff__list ul.staff__sub {}

.staff__list ul.staff__sub li {}

.withModal {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.staff__list ul li button {
  display: block;
  border: none;
  background: none;
  margin: auto;
  padding: 0;
  position: absolute;
  top: -1.25em;
  left: auto;
  right: -8em;
  bottom: 0;
  z-index: 1;
  width: min(10rem, 20vw);
}

.message_modal__button {}


.message_modal {
  display: block !important;
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease .5s;
  pointer-events: none;
  overflow: auto;
}

.message_modal__input:checked~.message_modal {
  opacity: 1 !important;
  pointer-events: all;
}

.message_modal button {}

.modal-content {}

.modal-content .close {
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  /* background: #000; */
  width: min(10rem, 16vw);
  aspect-ratio: 1/1;
  z-index: 1;
}

.modal-content .close span {
  display: block;
  height: 1px;
  transform-origin: center;
  background: #000000;
}

.modal-content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-content .close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-content .inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 2em;
}

.modal-content .inner h2 {
  color: #77965b;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 3em;
}

.modal-content .inner ul {
  display: flex;
  gap: 4em 6%;
}

.modal-content .inner li {}

.message__photo {
  padding: 0.5em 0 0;
  max-width: min(300px, 45vw);
}

.message__main {}

.message__name {
  font-size: min(3rem, 7vw);
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
}

.message__name span {
  display: block;
}

.message__name .-role {
  font-size: 0.6em;
  margin: 0 0 0.5em;
}

.message__name .-name {
  font-size: 1em;
}

.message__name .-name small {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.5em;
}

.message__text {
  line-height: 2.3;
  font-size: min(1.7rem, 3.5vw);
}

@media screen and (min-width:900.99999px) {
  .staff__list ul li small::after {
    content: "：";
  }
}

@media screen and (max-width:900px) {
  .staff__list ul li small {
    display: block;
  }

  .staff__list ul li .staff__artist {}

  .staff__list ul li .staff__artist small {
    display: inline-block;
  }

  .staff__list ul li b {
    /* display: block; */
  }

  .staff__artist small::after {
    content: "：";
  }

  .staff__list ul li>small:first-child {
    display: block;
  }

  .modal-content .inner ul {
    flex-direction: column;
    align-items: center;
  }

  .staff__list ul li button {
    top: -0.0em;
    left: auto;
    right: -8em;
    bottom: 0;
    z-index: 1;
    width: min(10rem, 20vw);
  }
}

/* ====================
* THEATER
==================== */
.main .section__theater {
  padding-bottom: 0;
  background: #fff;
}

.main .section__theater .releaseInfo {
  color: #77965b;
  text-align: center;
}

.main .section__theater .releaseInfo>p {
  letter-spacing: 0.25em;
  color: #000;
  font-size: min(2rem, 3vw);
}


/* ==============================================
*
* Footer
*
============================================== */
footer {
  text-align: center;
}

footer .inner {
  padding: 2em 0
}

footer .inner p {
  margin: 0 0 0em;
  font-size: min(1em, 3vw);
}

.footer__logo {
  margin: 3em 0;
  width: 100%;
}

.footer__logo img {
  max-width: 70%;
  width: 45rem;
}

.footer__img {
  background: url(../img/footerImg.jpg) bottom / cover;
  width: 100%;
  aspect-ratio: 640/ 271;
}

.commonFooter {
  max-width: 80%;
  margin: 3em auto 0;
  padding: 3em 0 0;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.otona110banLogo {
  max-width: 60%;
  width: 25rem;
  margin: 0 auto;
}

.commonFooter .snsLink {}

.commonFooter .snsLink ul {}

.copyRight {
  letter-spacing: 0.1em;
}

/* ==========================================
*
*  mfp
*
========================================== */

.mfp-bg {
  background: rgba(0, 0, 0, .8) !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: .5s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: .5s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}