@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&family=Norican&family=Noto+Sans+JP:wght@400;700;900&family=Oswald&display=swap");
html {
  font-size: 14px;
}

body {
  margin: 0;
  line-height: 1.6;
  color: #263238;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg01.png), url(../images/bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 400px auto, 400px auto;
  background-position: top -100px left -100px, bottom -100px right -100px;
}

h2, h3, h4 {
  font-weight: 700;
}

a {
  color: #03A9F4;
  text-decoration: underline;
}

.primaryButton {
  text-align: center;
}

.primaryButton > * {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  line-height: 3em;
  border-radius: 1.5em;
  background: #263238;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.primaryButton > * img {
  width: auto;
  height: 2em;
  margin-right: 0.25em;
  vertical-align: middle;
}

.primaryButton > span {
  background: #78909C;
}

.primaryButton > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.nanami {
  color: #416FFC;
}

.akatsuki {
  color: #FA7D09;
}

.tokiwa {
  color: #01BC3E;
}

.fujimiya {
  color: #F172D5;
}

.kamina {
  color: #32E5A4;
}

.eba {
  color: #dd4545;
}

.kitami {
  color: #8833FF;
}

.kanaru {
  color: #4FC0EC;
}

.header {
  background: #fff url(../images/kv.jpg) no-repeat;
  background-position: 50% 20%;
  background-size: 110vw auto;
}

.header h1 {
  position: relative;
  height: 80vw;
}

.header h1 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: auto;
  height: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* [ main common ] ================================================== */
.main {
  overflow: hidden;
  margin-top: -120px;
  padding-top: 120px;
  /* [ main unique ] ================================================== */
}

.main > section {
  position: relative;
  margin: 68px 0 40px;
  padding: 40px 0;
  z-index: 0;
}

.main > section.main__detail, .main > section.main__attention {
  margin-bottom: 160px;
}

.main > section.main__cast {
  margin-bottom: 200px;
}

.main > section.main__attention {
  margin-top: 156px;
}

.main > section > * {
  max-width: 1024px;
  min-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.main .heading {
  padding-left: 0;
}

.main .heading svg {
  position: absolute;
  top: -68px;
  z-index: 1;
  width: auto;
  height: 88px;
}

.main .heading svg.timePC, .main .heading svg.attenPC {
  display: none;
}

.main .heading svg.timeSP, .main .heading svg.attenSP {
  display: inline-block;
  top: -156px;
  height: 176px;
}

.main .heading svg text {
  stroke: #263238;
  stroke-opacity: 0.33;
  stroke-linecap: round;
  stroke-width: 1px;
  fill: #fff;
  fill-opacity: 0.2;
  font-family: "Montserrat", sans-serif;
  font-size: 88px;
  font-weight: 900;
}

.main .subHeading {
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #263238;
  font-size: 1.34rem;
}

.main .main__detail {
  margin-top: 0;
  color: #fff;
}

.main .main__detail::before, .main .main__detail::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.main .main__detail::before {
  top: 0;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.main .main__detail::after {
  bottom: 0;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

.main .main__detail::before, .main .main__detail::after {
  background: #263238;
}

.main .main__detail li::before {
  content: "・";
}

.main .main__detail > div {
  position: relative;
}

.main .main__detailBG {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding-top: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  opacity: 0.25;
  -webkit-transform: rotateZ(90deg) translate(100%, 0%);
          transform: rotateZ(90deg) translate(100%, 0%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.main .main__detailBG p {
  margin-bottom: 8px;
}

.main .main__detailBG p:first-child {
  font-size: 5rem;
  font-weight: 400;
}

.main .main__detailIntroduction {
  position: relative;
  z-index: 1;
  margin: 1rem auto;
}

.main .main__detailIntroduction span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: #fff;
  color: #263238;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: bottom;
}

.main .main__detail h3,
.main .main__ticket h4 {
  margin-bottom: 0.5rem;
}

.main .main__detail h3 + *,
.main .main__ticket h4 + * {
  margin-bottom: 1rem;
}

.main .main__ticket h4:first-child + * {
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.main .main__ticket h4:first-child + * li:not(:last-child) {
  margin-bottom: 1rem;
}

.main .main__ticket h4:first-child + * em {
  display: block;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}

.main .main__ticketUnit {
  margin-bottom: 40px;
}

.main .main__cast::before, .main .main__cast::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.main .main__cast::before {
  top: 0;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.main .main__cast::after {
  bottom: 0;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

.main .main__cast::before, .main .main__cast::after {
  background: #263238;
}

.main .main__cast .swiper-container {
  overflow: visible;
  height: 320px;
}

.main .main__cast .swiper-container .swiperCtrlPrev,
.main .main__cast .swiper-container .swiperCtrlNext {
  position: absolute;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.main .main__cast .swiper-container .swiperCtrlPrev img,
.main .main__cast .swiper-container .swiperCtrlNext img {
  width: 48px;
  height: auto;
  opacity: 0.25;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .main__cast .swiper-container .swiperCtrlPrev img:hover,
.main .main__cast .swiper-container .swiperCtrlNext img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main .main__cast .swiper-container .swiperCtrlPrev {
  left: 1rem;
}

.main .main__cast .swiper-container .swiperCtrlNext {
  right: 1rem;
}

.main .main__cast .swiper-slide {
  position: relative;
}

.main .main__cast .swiper-slide h3.main__castName {
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: 1;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  opacity: 0;
}

.main .main__cast .swiper-slide h3.main__castName p + p {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.34rem;
}

.main .main__cast .swiper-slide.swiper-slide-active .main__castName {
  left: 5%;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main .main__cast .swiper-slide .main__castImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 580px;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.main .main__cast .swiper-slide.swiper-slide-active .main__castImg {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main .main__timetable, .main .main__goods {
  font-size: 0.87rem;
}

.main .main__timetable .img, .main .main__goods .img {
  margin-bottom: 16px;
  padding: 8px;
  background: #fdd2b9;
  background: -webkit-gradient(linear, left top, right top, from(#cefdec), color-stop(25%, #c1e5f7), color-stop(50%, #d9c8fe), color-stop(75%, #f7bbc9), to(#fdd2b9));
  background: linear-gradient(to right, #cefdec 0%, #c1e5f7 25%, #d9c8fe 50%, #f7bbc9 75%, #fdd2b9 100%);
}

.main .main__timetable .img img, .main .main__goods .img img {
  width: 100%;
  height: auto;
}

.main .main__attention {
  font-size: 0.87rem;
}

.main .main__attention::before, .main .main__attention::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.main .main__attention::before {
  top: 0;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.main .main__attention::after {
  bottom: 0;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

.main .main__attention::before {
  background: rgba(236, 239, 241, 0.8);
}

.main .main__attention section {
  margin-bottom: 40px;
}

.main .main__attention section li:not(:last-child) {
  margin-bottom: 0.5em;
}

.main .main__attention section p:not(:last-child) {
  margin-bottom: 16px;
}

.main .main__attention section .map {
  width: 100%;
  height: auto;
}

.main .main__qa h3 {
  margin-bottom: 0.5rem;
}

.main .main__qa h3:not(:first-child) {
  margin-top: 2rem;
}

.main .main__qa h3, .main .main__qa h3 + p {
  padding-left: 2rem;
}

.main .main__qa h3::before, .main .main__qa h3 + p::before {
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
  color: #78909C;
  font-weight: 700;
  text-align: right;
}

.main .main__qa h3::before {
  content: "Q：";
}

.main .main__qa h3 + p::before {
  content: "A：";
}

/* ================================================== */
.footer {
  margin: 40px 0;
}

.footer > * {
  margin: 24px 1rem;
}

.footer .primaryButton a {
  background: #1da1f2;
}

.footer .footer__official img {
  width: auto;
  height: 40px;
}

.footer li {
  display: inline-block;
}

.footer li img {
  width: auto;
  height: 48px;
}

.footer li:not(:last-child) {
  margin-right: 1rem;
}

.footer small {
  color: #78909C;
  font-size: 0.87rem;
}

/* ================================================== */
/* for smartphone yoko */
@media only screen and (min-width: 640px) {
  .primaryButton > * {
    font-size: 1.34rem;
    font-weight: 400;
  }
  .main > section > * {
    padding: 0 40px;
  }
  .main > section.main__attention {
    margin-top: 68px;
  }
  .main > section.main__attention .map {
    max-width: 480px;
    width: 70%;
  }
  .main .heading svg.timePC, .main .heading svg.attenPC {
    display: inline-block;
  }
  .main .heading svg.timeSP, .main .heading svg.attenSP {
    display: none;
  }
  .main .main__detail li {
    display: inline;
    white-space: nowrap;
  }
  .main .main__detail li::before {
    content: none;
  }
  .main .main__detail li:not(:last-child)::after {
    content: "／";
  }
  .main .main__detailBG {
    padding-top: 40px;
  }
  .main .main__detailIntroduction span {
    font-size: 1.34rem;
  }
  .main .main__detail h3,
  .main .main__ticket h4 {
    float: left;
    width: 7em;
  }
  .main .main__detail h3 + *,
  .main .main__ticket h4 + * {
    overflow: hidden;
  }
  .footer > * {
    margin: 24px 40px;
  }
  .footer li img {
    height: 65px;
  }
}

/* for tabret */
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
  body:before {
    background-image: url(../images/bg01.png), url(../images/bg02.png);
    background-size: 600px auto, 600px auto;
    background-position: top -100px left -100px, bottom -100px right -100px;
  }
  .header {
    background-position: 50% 50%;
    background-size: 105vw auto;
  }
  .header h1 {
    height: 48vw;
  }
  .main > section {
    margin-top: 120px;
  }
  .main > section.main__attention {
    margin-top: 120px;
  }
  .main .heading svg {
    top: -100px;
    height: 120px;
  }
  .main .main__ticketUnit {
    padding: 24px 40px;
    border: 4px rgba(236, 239, 241, 0.8) solid;
  }
  .main .main__cast {
    margin-bottom: 240px;
  }
  .main .main__cast .swiper-container .swiperCtrlPrev {
    left: 40px;
  }
  .main .main__cast .swiper-container .swiperCtrlNext {
    right: 40px;
  }
  .main .main__cast .swiper-slide h3.main__castName {
    z-index: 0;
    font-size: 8rem;
  }
  .main .main__cast .swiper-slide.swiper-slide-active .main__castName {
    left: 0;
  }
  .main .main__cast .swiper-slide .main__castImg {
    left: 60%;
    height: 640px;
  }
  .main .main__cast .swiper-slide.swiper-slide-active .main__castImg {
    left: 80%;
  }
  .main .main__timetable .img,
  .main .main__goods .img {
    padding: 16px;
  }
}

/* for desktop */
@media only screen and (min-width: 1024px) {
  .main > section.main__detail, .main > section.main__attention {
    margin-bottom: 200px;
  }
  .main .heading svg {
    top: -120px;
    height: 140px;
  }
  .main .heading svg text {
    stroke-width: 0.5px;
  }
}

/* for max */
@media only screen and (min-width: 1440px) {
  .header {
    background-position: 50% 50%;
    background-size: 1440px auto;
  }
  .header h1 {
    height: 690px;
  }
}
/*# sourceMappingURL=common.css.map */