@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  background: #15374f;
  min-width: 353px;
}

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (min-aspect-ratio: 3/5) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media (max-aspect-ratio: 3/5) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@font-face {
  font-family: "myfont";
  src: url("../font/") format("truetype");
  font-display: swap;
}

span {
  display: inline-block;
}

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

.content {
  padding: 0%;
}

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

.section-title {
  font-size: 3.5rem;
  padding: 2rem 0;
  text-align: center;
  font-family: "myfont", sans-serif;
  letter-spacing: 0.2em;
}

@font-face {
  font-family: "myfont";
  src: url("../font/Friday13v12.ttf") format("truetype");
  font-display: swap;
}

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

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

/*-------------------------------------------
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: #a0adba;
  transition: all 0.4s ease;
}

nav a:hover {
  opacity: 0.7;
}

nav {
  font-family: "myfont", sans-serif;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #090c0fd6;
  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 {
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background: #B55233;
}

#mainvisual img {
  width: 100%;
  height: auto;
}

.kv {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}

/*-------------------------------------------
News
-------------------------------------------*/
#news {
  background: #B55233;
  padding-bottom: 3rem;
}

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

#news .content {
  max-width: 1280px;
  margin: 0 auto;
}

#news h2 {
  color: #FFFFFF;
}

#news .banner {
  max-width: 100%;
  height: auto;
  padding: 0px 20px;
  transition: 0.4s;
}

#news li {
  display: block;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-decoration: none;
  margin: 20px;
  background: #fff;
  font-weight: bold;
  color: #363232;
  list-style: none;
}

#news li a {
  color: #363232;
  text-decoration: none;
}

#news li span {
  font-size: 15px;
  color: #9a9a9a;
  list-style: none;
}

#news li p {
  font-size: 20px;
  margin: 5px 0;
}

#news a img:hover {
  opacity: 0.7;
}

#news li p:hover {
  opacity: 0.7;
}

#news li .s_01 p:hover {
  opacity: 1;
}

#news .text {
  font-size: 15px;
  font-weight: normal;
  margin-top: auto;
}

#news .min {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}

/*====================================================================
アコーディング
====================================================================*/
.s_01 .accordion_one .accordion_header {
  position: relative;
  z-index: +1;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 55%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #363232;
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* テスト終了！！！！！！！！！！ */

.s_01 .accordion_one .accordion_inner {
  display: none;
}




/*-------------------------------------------
TICKET
-------------------------------------------*/
#ticket {
  padding-bottom: 3rem;
}

#ticket .content {
  text-align: center;
  display: flow-root;
  margin: 0;
}

#ticket .price {
  margin: 0;
  padding-bottom: 2rem;
  font-size: 2.2rem;
}

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

#ticket .ticketBox {
  border-bottom: 2px solid #A2A2A2;
  font-size: 21px;
  border: 1.5px solid;
  border-radius: 20px;
  margin: 20px auto;
  max-width: 900px;
}

#ticket .button {
  margin-bottom: 20px;
}

.button a {
  display: inline-block;
  background: #d73030;
  line-height: 2;
  padding: 0 1.3em;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;

}

.button_sold {
  display: inline-block;
  background: #DBD7CC;
  line-height: 2;
  padding: 0 1.3em;
  color: #FF3D00;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  list-style: none;
}

.button_sold a {
  color: #FF3D00;
  text-decoration: none;
  font-weight: bold;
  list-style: none;
}

@media (hover: hover) {
  .button a:hover {
    background: #fff;
    color: #d73030;
    transition: 0.4s;
  }
}

@media (hover: none) {
  .button a:active {
    background: #fff;
    color: #d73030;
    transition: 0.4s;
  }
}

/*-------------------------------------------
CAST
-------------------------------------------*/
#cast {
  padding-bottom: 3rem;
  display: block;
  background-color: #000;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

#cast .content {
  text-align: center;
  background-color: #e6e7e8;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

#cast img {
  width: 100%;
  height: auto;
}

#cast p {
  font-size: 18px;
  font-weight: bold;
  color: #3a3131;
}

#cast .ngtv_cast {
  float: left;
  width: 33.333%;
  padding: 10px 20px;
  box-sizing: border-box;
}

/*-------------------------------------------
GOODS
-------------------------------------------*/
#goods {
  padding-bottom: 3rem;
  display: block;
  background-color: #B55233;
}

#goods .content {
  text-align: center;
  margin: 0 10%;
}

#goods img {
  width: 100%;
  max-width: 1000px;
}

/*-------------------------------------------
MOVIE
-------------------------------------------*/
#movie {
  padding-bottom: 0rem;
}

#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 {
  font-size: 12px;
  padding: 2em 0;
  text-align: center;
  color: #ccc;
}

.footer-logo {
  height: 20px;
  width: auto;
  margin-bottom: 6px;
}

.copy-right {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: -10px auto 20px;
  font-size: 10px;
  line-height: 1.3em;
}

@media (max-width: 750px) {
  .section-title {
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  /*-------------------------------------------
Navigation
-------------------------------------------*/
  #navBtn {
    top: 0px;
    right: 20px;
  }

  nav ul li a {
    font-size: 25px;
    line-height: 50px;
  }

  /*-------------------------------------------
News
-------------------------------------------*/
  #news {
    padding-bottom: 1rem;
  }

  #news ul {
    padding: 0;
  }

  #news li {
    font-size: 10px;
    padding: 8px;
    margin: 10px;
  }

  #news li span {
    font-size: 11px;
  }

  #news .banner {
    padding: 0px 10px;
  }

  #news li p {
    font-size: 14px;
    margin: 0px 0;
  }

  #news .text {
    font-size: 12px;
    margin-top: 10px;
  }

  #news .min {
    font-size: 10px;
    margin-top: 10px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
  }

  .s_01 .accordion_one .accordion_header .i_box .one_i:before,
  .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #363232;
    border-radius: 10px;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 1px;
    transform: rotate(0deg);
    transform-origin: center center;
  }

  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 14px;
    top: 0;
    left: 7px;
  }

  /*-------------------------------------------
TICKET
-------------------------------------------*/
  #ticket {
    padding-bottom: 1rem;
  }

  #ticket .price {
    padding-bottom: 1rem;
    font-size: 20px;
  }

  #ticket .ticketBox {
    font-size: 14px;
    margin: 10px 0;
  }

  #ticket p .button_sold {
    margin: 0;
  }

  #ticket p {
    margin: 10px;
  }

  #ticket .button {
    margin-bottom: 10px;
  }

  #ticket .button_sold {
    margin: 0 0 10px;
  }

  /*-------------------------------------------
CAST
-------------------------------------------*/
  #cast {
    padding-bottom: 2rem;
  }

  #cast .content {
    padding: 20px 0px 10px;
  }

  #cast p {
    font-size: 12px;
    margin: 5px 0 10px;
  }

  #cast .ngtv_cast {
    padding: 0px 10px;
  }

  /*-------------------------------------------
GOODS
-------------------------------------------*/
  #goods {
    padding-bottom: 2rem;
  }

  #goods .content {
    margin: 0;
  }
}