@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  color: #393939;
  background: #FAF1E3;
  font-family:
    "Helvetica Neue",
    Arial,
    "Noto Sans JP",
    sans-serif;
}


img {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

section {
  display: block;
}

span {
  display: inline-block;
}

ul {
  padding-inline-start: 0px;
}

.content {
  padding: 0%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  font-size: 64px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 45px;

  color: transparent;
  -webkit-text-stroke: 2px #e7e3d4;
}

/* フェードインさせる要素 */
.block {
  opacity: 0;
  transition: 1000ms;
}

/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
}

.bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: url(../img/logo_black.png) no-repeat center;
  background-size: 50%;
  z-index: -1;
  opacity: 0.3;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  top: 90%;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #5a5a5a;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }

}


/*-------------------------------------------
Navigation
-------------------------------------------*/
#navBtn {
  display: block;
  position: fixed;
  top: 20px;
  right: 35px;
  width: 35px;
  height: 30px;
  z-index: 110;
  cursor: pointer;
}

#navBtn span:nth-of-type(1) {
  top: 6px;
}

#navBtn span:nth-of-type(2) {
  top: 22px;
}

#navBtn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #A2A2A2;
  transition: all 0.4s ease;
}

nav a:hover {
  opacity: 0.7;
}

nav {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000000e6;
  position: fixed;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  text-align: center;
  visibility: hidden;
}

nav ul {
  width: 100%;
}

/* menuOpen */
.menuOpen #navBtn span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 50%;
}

.menuOpen #navBtn span:nth-of-type(2) {
  transform: rotate(45deg);
  top: 50%;
}

.menuOpen nav {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

nav ul li a {
  color: #e6e7e8;
  font-size: 32px;
  line-height: 70px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

/*-------------------------------------------
MainVisual
-------------------------------------------*/
#mainvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;

  margin: 0 auto;
  background: #FAF1E3;
}

#mainvisual img {
  object-fit: cover;
  text-align: center;
}

.kv {
  /* width: 100%; */
  height: 100vh;
  /* display: block !important; */
  object-fit: contain;
}


/*-------------------------------------------
SCHEDULE
-------------------------------------------*/
#schedule {
  padding-bottom: 3rem;
  background: #000000b0;
  color: #FAF1E3;

  /* width: min(100%, 760px); */
  margin: 0 auto;
  padding: 48px 40px;
  /* background: #4a4647; */
}

#schedule .content {
  text-align: center;
  border: 1.5px solid;
  margin: 0 10%;
  padding: 15px 8% 30px 8%;
}

.detail ul {
  display: inline-block;
}

.detail li {
  display: flex;
  text-align: left;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.detail .scheduleHead {
  margin-bottom: 0px;
}

.detail .scheduleHead .date {
  font-size: 16px;
  padding-inline-start: 18px;
}

.detail .scheduleHead .time {
  font-size: 16px;
}

.detail li .date {
  width: 230px;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.08em;
  margin-block: auto;
}

.detail li .date span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
}

.detail li .time {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-block: auto;
}

#schedule .info {
  margin-top: 20px;
  font-size: 1em;
}

#schedule .week {
  font-size: 16px;
  margin-left: 5px;
}

/* venue */
.venue {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 45px;
}

.venue p {
  font-size: 18px;
  margin: 10px;
}


/* cards */
.cards {
  display: flex;
  gap: 18px;

  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

}

.card {
  flex: 1;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;


  color: #fff;
}

.card.gray {
  background: #eeeeee;
  color: #393939;
}

.card.red {
  background: #a12e2d;
}

.card.black {
  background: #252122;
}


.date {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
  white-space: nowrap;
}


.time {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .5px;
}

/*-------------------------------------------
TICKET
-------------------------------------------*/
#ticket {
  padding-bottom: 3rem;
  color: #393939;
  padding: 48px 40px;
  background: #faf1e39d;

}

#ticket .section-title {
  -webkit-text-stroke: 2px #393939;
}

#ticket .content_bg {
  margin: 0 10%;
}

#ticket .content {
  text-align: left;
  display: flow-root;
}

#ticket p {
  font-size: 2.5em;
}

#ticket h3 {
  margin: 15px 0;
}

#ticket .price {
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 2px solid #A2A2A2;
  letter-spacing: 0.05em;
}

#ticket p span {
  font-size: 0.7em;
}

#ticket .txt {
  font-size: 14px;
  text-align: left;
}

#ticket .entry {
  font-size: 18px;
  text-align: left;
  margin: unset;
}

#ticket .button {
  text-align: center;
  margin-top: 30px;
}

#ticket .ticket_flex {
  width: 75%;
}

.button {
  margin-bottom: 20px;
}

.button a {
  display: inline-block;
  background: #AC0303;
  line-height: 2;
  padding: 0 1.3em;
  color: #F1EADC;
  font-size: 20px;
  text-decoration: none;


  font-weight: bold;
  padding: 5px 2em;
  width: 50%;
}

@media (hover: hover) {
  .button a:hover {
    background: #fff;
    color: #AC0303;
    transition: 0.4s;
    outline: 2.5px solid #AC0303;
  }
}

@media (hover: none) {
  .button a:active {
    background: #fff;
    color: #AC0303;
    transition: 0.4s;
    outline: 2.5px solid #AC0303;
  }
}

/*-------------------------------------------
GOODS
-------------------------------------------*/
#goods {
  padding-bottom: 3rem;
  background: #000000b0;
  color: #FAF1E3;
  padding: 48px 40px;
}

#goods p {
  font-size: 25px;
}

/*-------------------------------------------
Movie
-------------------------------------------*/
#movie {
  padding-bottom: 3rem;
  color: #393939;
  background: #faf1e39d;
  padding: 48px 40px;
}

#movie .section-title {
  -webkit-text-stroke: 2px #393939;
}


#movie .movie_content {
  max-width: 750px;
  margin: 0 auto;
  width: 80%;
  float: none;
}

#movie .movie_content .movie_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 30px 0;
}

#movie .movie_content .movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}



/*-------------------------------------------
Footer
-------------------------------------------*/
footer {
  text-align: center;
  background: #000000b0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
  text-underline-offset: 0.4ex;
}

footer .footerlink {
  margin: 0 auto;
}

footer p {
  padding: 10px 0;
  font-size: 12px;
  margin-bottom: auto;
}

footer ul.sns {
  margin-top: 0;
  text-align: center;
  padding: 30px 0 0 0;
}

footer ul.sns li {
  display: inline-block;
  padding: 0 10px;
}

footer ul.sns li img {
  width: 30px;
}

footer ul.sitelink {
  padding: 0;
}

/* =================================
   Responsive Override
================================= */

@media(max-width:930px) {

  #schedule {
    padding: 48px 20px;
  }

  .card {
    padding: 30px 15px;
  }

  .kv {
    height: auto;

    max-height: 100svh;
  }
}


/* =================================
   SP
================================= */
/* mobile */
@media(max-width:700px) {

  .schedule {
    padding: 30px 20px;
  }

  .title {
    font-size: 45px;
  }

  .venue {
    font-size: 28px;
  }

  .card {
    height: auto;
    min-height: 180px;
  }
}

@media(max-width:750px) {
  body {
    min-width: 365px;
  }

  .section-title {
    font-size: 2.5rem;
    text-align: center;
    font-size: 64px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 45px;

    color: transparent;
    -webkit-text-stroke: 2px #e7e3d4;
  }

  .bg {
    background-size: 100%;
    min-width: 365px;
    height: stretch;
    
  }

  /*-------------------------------------------
Plus
-------------------------------------------*/

  /* nav */

  #navBtn {
    width: 28px;
    height: 24px;
    top: 18px;
    right: 20px;
  }


  nav ul li a {
    font-size: 24px;
    line-height: 55px;
  }

  /* title */


  .section-title {
    font-size: 50px;
    margin-bottom: 25px;
  }


  /* schedule */

  #schedule {
    padding: 48px 15px;
  }


  .venue {

    font-size: 24px;

    margin-bottom: 25px;

  }


  .venue p {

    font-size: 13px;
    margin: 5px;

  }


  .cards {
    gap: 15px;

  }


  .card {

    width: 100%;

    padding: 15px 5px;

    min-height: 170px;
    min-width: 170px;

  }


  .name {

    font-size: 15px;
    margin-bottom: 18px;
  }

  /* ticket */

  #ticket .content_bg {

    margin: 0;

    background-size: 100%;

  }

  #ticket .entry {
    font-size: 15px;
  }

  #ticket p {

    font-size: 16px;

  }



  #ticket .price {

    font-size: 22px !important;

  }



  #ticket .txt {

    font-size: 13px;

    line-height: 1.8;

  }



  #ticket .ticket_flex {

    width: 100%;

  }



  .button a {

    width: 90%;

    font-size: 16px;

  }




  /* goods */

  #goods {

    padding: 40px 15px;

  }


  #goods p {

    font-size: 18px;

  }




  /* movie */


  #movie {

    padding: 40px 15px;

  }


  .movie_content {

    width: 100% !important;

  }


  .movie_wrapper {

    margin-bottom: 20px !important;

  }



  /* footer */

  footer ul.sns li {
    padding: 0 6px;
  }

  footer ul.sns img {
    width: 25px;
  }
}
@media(max-width:562px) {
  #mainvisual {
    height: auto;
    min-height: 100svh;
  }

  .kv {
    width: 100%;
    height: auto;
    max-height: 100svh;
  }

  #schedule {
    padding: 48px 40px;
  }

  .cards {
    flex-direction: column;
  }

  .card {
    padding: 25px;
    .name {
      font-size: 16px;
    }
  }
}

