@charset "UTF-8";
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ヘッダー **************************************** */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 180px;
  background-color: #000;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
  /* #pc_hdr end ***************************************/
  /* #sp_hdr ***************************************/
}
@media screen and (max-width: 1024px) {
  header {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 90px;
  }
}
header .common_header {
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  header .common_header {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  header .common_header {
    margin-top: 10px;
  }
}
header .common_header h1 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  header .common_header h1 {
    width: 40%;
    margin-bottom: 8px;
    max-width: 138px;
  }
}
header .common_header h1 a {
  display: block;
  width: 100%;
}
header .common_header h1 a img {
  width: 100%;
  object-fit: contain;
}
header .common_header .information-header {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

header .common_header .information-header p{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header .common_header .information-header {
    width: 100%;
    justify-content: flex-start;
  }
  header .common_header .information-header p{
    font-size: 14px;
    
  }
}
header .common_header .information-header .header-hall {
  width: 48%;
}
header .common_header .information-header .header-hall img {
  width: 100%;
  object-fit: contain;
}
header .common_header .information-header .date {
  width: 48%;
}
header .common_header .information-header .date figure {
  width: 100%;
}
header .common_header .information-header .date figure img {
  width: 100%;
  object-fit: contain;
}
header #pc_hdr {
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
  color: #ffffff;
}
header #pc_hdr nav {
  width: 100%;
}
header #pc_hdr nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #pc_hdr nav ul li {
  font-size: 20px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  header #pc_hdr {
    display: none;
  }
}
header #sp_hdr {
  width: 64px;
  height: 64px;
  background: #000;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
  /* #sp_hdr end ***************************************/
}
header #sp_hdr #js-hamburger {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1001;
}
header #sp_hdr #js-hamburger span {
  position: absolute;
  width: 32px;
  height: 1.5px;
  right: 16px;
  background-color: #fff;
  transition: all 0.5s;
}
header #sp_hdr #js-hamburger span:nth-child(1) {
  top: 20px;
}
header #sp_hdr #js-hamburger span:nth-child(2) {
  top: 30px;
  width: 24px;
}
header #sp_hdr #js-hamburger span:nth-child(3) {
  top: 40px;
  width: 18px;
}
header #sp_hdr .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
header #sp_hdr.open #js-hamburger span:nth-child(1) {
  transform: rotate(-20deg);
  top: 24px;
}
header #sp_hdr.open #js-hamburger span:nth-child(2) {
  transform: rotate(20deg);
  top: 24px;
  width: 32px;
}
header #sp_hdr.open #js-hamburger span:nth-child(3) {
  opacity: 0;
}
header #sp_hdr.open .sp-nav {
  right: 0;
}
header #sp_hdr.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header #sp_hdr .sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 80.6%;
  height: 100vh;
  background-color: #000;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  padding: 147px 8% 120px 8%;
}
header #sp_hdr .sp-nav ul li {
  margin-bottom: 33px;
}
header #sp_hdr .sp-nav ul li a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.039em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header #sp_hdr {
    display: block;
  }
}

/* ************************************************ */
.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}

.btn {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 320px;
  height: 80px;
  font-size: 18px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 240px;
    height: 64px;
  }
}
.btn:hover {
  color: #000;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}
.btn span {
  display: block;
  z-index: 2;
}

.borderleft span::before,
.borderleft span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 1px;
  /*線の形状*/
  background: #fff;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}

/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.borderleft::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  background: #fff;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: 0.4s;
}

.show1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .show1024 {
    display: block;
  }
}
.show768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
}
.br768 {
  display: block;
}

@media screen and (max-width: 768px) {
  .br768 {
    display: none;
  }
}
/* ************************************************ */
/* ************************************************ */
html {
  width: 100%;
  overflow: auto;
}

body {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top-page {
  width: 100%;
}
#top-page .background {
  width: 100%;
  height: 100vh;
  /* background: radial-gradient(#861b2a 0%, #000 100%); */
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-page #fv {
  position: relative;
  z-index: 2;
  margin-top: 180px;
  width: 100%;
  margin-bottom: 80px;
}
#top-page #fv .fv-pc {
  max-width: 720px;
  margin: 0 auto;
}
#top-page #fv .fv-pc img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-page #fv .fv-pc {
    display: none;
  }
}
#top-page #fv .fv-sp {
  display: none;
  width: 100%;
}
#top-page #fv .fv-sp img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-page #fv .fv-sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #top-page #fv {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #fv {
    margin-top: 90px;
  }
}
#top-page #story {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #story {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #story .story-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-page #story .story-inner {
    text-align: left;
  }
}
#top-page #story .story-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #story .story-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #story .story-inner .section-h2::before, #top-page #story .story-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #story .story-inner p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-page #story .story-inner p {
    font-size: 16px;
    text-align: left;
  }
}
#top-page #story .story-inner b {
  font-size: 24px;
  font-weight: 600;
  /* color: #fff; */
  color: #d0af6d;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #top-page #story .story-inner b {
    font-size: 20px;
    text-align: left;
  }
}
#top-page #news-top {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #news-top {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #news-top .news-top-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #news-top .news-top-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #news-top .news-top-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #news-top .news-top-inner .section-h2::before, #top-page #news-top .news-top-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #news-top .news-top-inner ul {
  width: 100%;
  margin-bottom: 80px;
}

#top-page #news-top .news-top-inner ul p{
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-page #news-top .news-top-inner ul {
    margin-bottom: 40px;
  }
}
#top-page #news-top .news-top-inner ul li:first-of-type a {
  border-top: 1px solid #ccc;
}
#top-page #news-top .news-top-inner ul li a {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #top-page #news-top .news-top-inner ul li a {
    padding: 20px 0;
    display: block;
  }
}
#top-page #news-top .news-top-inner ul li a .date {
  font-size: 14px;
  color: #fff;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  #top-page #news-top .news-top-inner ul li a .date {
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#top-page #news-top .news-top-inner ul li a h2 {
  font-size: 18px;
  font-weight: 600;
  /* color: #fff; */
  color: #e60012;
}
@media screen and (max-width: 768px) {
  #top-page #news-top .news-top-inner ul li a h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#top-page #cast-top {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #cast-top .cast-top-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #cast-top .cast-top-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #cast-top .cast-top-inner .section-h2::before, #top-page #cast-top .cast-top-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #cast-top .cast-top-inner .maincast {
  width: 37.5%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .maincast {
    width: 100%;
    margin-bottom: 32px;
  }
}
#top-page #cast-top .cast-top-inner .maincast figure {
  width: 100%;
  margin-bottom: 16px;
}
#top-page #cast-top .cast-top-inner .maincast figure img {
  width: 100%;
  object-fit: cover;
}
#top-page #cast-top .cast-top-inner .maincast p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#top-page #cast-top .cast-top-inner .maincast p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .maincast p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .maincast p {
    font-size: 18px;
  }
}
#top-page #cast-top .cast-top-inner .main2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main2 {
    width: 100%;
  }
}
#top-page #cast-top .cast-top-inner .main2 li {
  width: 45%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main2 li {
    width: 100%;
    margin-bottom: 32px;
  }
}
#top-page #cast-top .cast-top-inner .main2 li figure {
  width: 100%;
  margin-bottom: 16px;
}
#top-page #cast-top .cast-top-inner .main2 li figure img {
  width: 100%;
  object-fit: cover;
}
#top-page #cast-top .cast-top-inner .main2 li p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#top-page #cast-top .cast-top-inner .main2 li p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main2 li p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main2 li p {
    font-size: 18px;
  }
}
#top-page #cast-top .cast-top-inner .main2 .lastmain {
  margin-bottom: 0;
}
#top-page #cast-top .cast-top-inner .main3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
#top-page #cast-top .cast-top-inner .main3 li {
  width: 30.5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main3 li {
    width: 100%;
    margin-bottom: 32px;
  }
}
#top-page #cast-top .cast-top-inner .main3 li figure {
  width: 100%;
  margin-bottom: 16px;
}
#top-page #cast-top .cast-top-inner .main3 li figure img {
  width: 100%;
  object-fit: cover;
}
#top-page #cast-top .cast-top-inner .main3 li p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#top-page #cast-top .cast-top-inner .main3 li p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main3 li p span {
    font-size: 14px;
  }
}
#top-page #cast-top .cast-top-inner .main3 li p b {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main3 li p b {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main3 li p {
    font-size: 18px;
  }
}
#top-page #cast-top .cast-top-inner .main4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
#top-page #cast-top .cast-top-inner .main4 li {
  width: 18%;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main4 li {
    width: 72%;
    margin: 0 auto 56px auto;
  }
}
#top-page #cast-top .cast-top-inner .main4 li figure {
  width: 100%;
  margin-bottom: 16px;
}
#top-page #cast-top .cast-top-inner .main4 li figure img {
  width: 100%;
  object-fit: cover;
}
#top-page #cast-top .cast-top-inner .main4 li p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#top-page #cast-top .cast-top-inner .main4 li p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main4 li p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main4 li p {
    font-size: 18px;
  }
}
#top-page #cast-top .cast-top-inner .main5 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
#top-page #cast-top .cast-top-inner .main5 li {
  width: 18%;
  margin-bottom: 56px;
  margin-right: 2.5%;
}
#top-page #cast-top .cast-top-inner .main5 li:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main5 li:nth-of-type(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main5 li {
    width: 72%;
    margin: 0 auto 56px auto;
  }
}
#top-page #cast-top .cast-top-inner .main5 li figure {
  width: 100%;
  margin-bottom: 16px;
}
#top-page #cast-top .cast-top-inner .main5 li figure img {
  width: 100%;
  object-fit: cover;
}
#top-page #cast-top .cast-top-inner .main5 li p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#top-page #cast-top .cast-top-inner .main5 li p span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main5 li p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .main5 li p {
    font-size: 18px;
  }
}
#top-page #cast-top .cast-top-inner .cast_memo {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top-page #cast-top .cast-top-inner .cast_memo {
    font-size: 18px;
  }
}
#top-page #staff-top {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #staff-top .staff-top-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #staff-top .staff-top-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #staff-top .staff-top-inner .section-h2::before, #top-page #staff-top .staff-top-inner .section-h2::after {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #top-page #staff-top .staff-top-inner ul {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul {
    width: 100%;
    text-align: center;
  }
}
#top-page #staff-top .staff-top-inner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul li {
    display: block;
    margin-bottom: 32px;
  }
}
#top-page #staff-top .staff-top-inner ul li .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul li .title {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
#top-page #staff-top .staff-top-inner ul li .name {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul li .name {
    width: 100%;
    font-size: 18px;
  }
}
#top-page #staff-top .staff-top-inner ul li .name span {
  font-size: 18px;
}
#top-page #staff-top .staff-top-inner ul li figure {
  width: 50%;
  margin: 0 auto;
}
#top-page #staff-top .staff-top-inner ul li figure img {
  width: 100%;
  object-fit: contain;
}
#top-page #staff-top .staff-top-inner ul .pic {
  margin-bottom: 24px;
}
#top-page #staff-top .staff-top-inner ul .pic .pic01 {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul .pic .pic01 {
    width: 100%;
  }
}
#top-page #staff-top .staff-top-inner ul .pic .pic01 img {
  width: 100%;
  object-fit: cover;
}
#top-page #staff-top .staff-top-inner ul .pic-flex {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #top-page #staff-top .staff-top-inner ul .pic-flex {
    width: 100%;
  }
}
#top-page #staff-top .staff-top-inner ul .pic-flex .pic02 {
  width: 48%;
}
#top-page #staff-top .staff-top-inner ul .pic-flex .pic02 img {
  width: 100%;
  object-fit: cover;
}
#top-page #schedule-theater {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #schedule-theater .schedule-ticket-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #schedule-theater .schedule-ticket-inner .section-h2::before, #top-page #schedule-theater .schedule-ticket-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #top-page #schedule-theater .schedule-ticket-inner .schedule {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule .hall {
  width: 40%;
	transition:.5s;
}

#top-page #schedule-theater .schedule-ticket-inner .schedule .hall:hover{
	opacity:.7;
	transition:.5s;
	text-decoration:underline;
	cursor:pointer;
}

#top-page #schedule-theater .schedule-ticket-inner .schedule .hall span i{
	font-size: 14px;
    vertical-align: text-top;
}

@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner .schedule .hall {
    width: 80%;
	  font-size:20px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule .hall img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  #top-page #schedule-theater .schedule-ticket-inner .schedule .hall {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule .date {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner .schedule .date {
    width: 80%;
	  font-size:18px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule .date img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  #top-page #schedule-theater .schedule-ticket-inner .schedule .date {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .schedule-star {
  width: 100%;
  margin-bottom: 20px;
}
#top-page #schedule-theater .schedule-ticket-inner .schedule-star img {
  width: 100%;
  object-fit: contain;
}
#top-page #schedule-theater .schedule-ticket-inner .aftertalk {
  color: #fff;
  margin-bottom: 80px;
}
#top-page #schedule-theater .schedule-ticket-inner .aftertalk a {
  color: #e60012;
  text-decoration: underline;
}
#top-page #schedule-theater .schedule-ticket-inner .aftertalk .yellow {
  color: #f8b62d;
}
#top-page #schedule-theater .schedule-ticket-inner .aftertalk .red {
  color: #e60012;
}
#top-page #schedule-theater .schedule-ticket-inner h3 {
  font-size: 28px;
  font-weight: 600;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner h3 {
    font-size: 20px;
    padding: 8px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner .map {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}
#top-page #schedule-theater .schedule-ticket-inner .map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top-page #schedule-theater .schedule-ticket-inner p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner p {
    font-size: 16px;
  }
}
#top-page #schedule-theater .schedule-ticket-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: #fff solid 1px;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #top-page #schedule-theater .schedule-ticket-inner h4 {
    font-size: 18px;
  }
}
#top-page #ticket {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #ticket .ticket-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #ticket .ticket-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #ticket .ticket-inner .section-h2::before, #top-page #ticket .ticket-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #ticket .ticket-inner h3 {
  font-size: 28px;
  font-weight: 600;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner h3 {
    font-size: 20px;
    padding: 8px;
  }
}
#top-page #ticket .ticket-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: #fff solid 1px;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner h4 {
    font-size: 18px;
  }
}
#top-page #ticket .ticket-inner p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
}
#top-page #ticket .ticket-inner p b {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner p b {
    font-size: 16px;
  }
}
#top-page #ticket .ticket-inner p a {
  color: #e60012;
  text-decoration: underline;
}
#top-page #ticket .ticket-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner ul {
    display: block;
  }
}
#top-page #ticket .ticket-inner ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner ul li {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
#top-page #ticket .ticket-inner ul li img {
  width: 100%;
  object-fit: contain;
}
#top-page #ticket .ticket-inner ul li:nth-of-type(2) {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner ul li:nth-of-type(2) {
    margin: 0 auto;
  }
}
#top-page #ticket .ticket-inner ul li:nth-of-type(2) a {
  width: 100%;
}
#top-page #ticket .ticket-inner .attention-ticket {
  width: 100%;
  border: 1px solid #fff;
  padding: 1% 0;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner .attention-ticket {
    padding: 2% 0;
  }
}
#top-page #ticket .ticket-inner .attention-ticket .attention-text {
  width: 98%;
  height: 480px;
  margin: 0 auto;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #top-page #ticket .ticket-inner .attention-ticket .attention-text {
    height: 320px;
    font-size: 14px;
  }
}
#top-page #sns {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #sns {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #sns .sns-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #sns .sns-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #sns .sns-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #sns .sns-inner .section-h2::before, #top-page #sns .sns-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #sns .sns-inner .x-btn {
  width: 400px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-page #sns .sns-inner .x-btn {
    width: 100%;
    height: 80px;
    max-width: 400px;
  }
}
#top-page #sns .sns-inner .x-btn a {
  display: flex;
  background-color: #e60012;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
#top-page #sns .sns-inner .x-btn a figure {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #top-page #sns .sns-inner .x-btn a figure {
    width: 64px;
  }
}
#top-page #sns .sns-inner .x-btn a figure img {
  width: 100%;
  object-fit: contain;
}
#top-page #sns .sns-inner .x-btn a p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-page #sns .sns-inner .x-btn a p {
    font-size: 16px;
  }
}
#top-page #sns .sns-inner .x-btn a p span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  #top-page #sns .sns-inner .x-btn a p span {
    font-size: 12px;
  }
}
#top-page #movie {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #movie {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #movie .movie-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #movie .movie-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #movie .movie-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #movie .movie-inner .section-h2::before, #top-page #movie .movie-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #movie .movie-inner .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#top-page #movie .movie-inner .youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top-page #faq {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #faq {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #faq .faq-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #faq .faq-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #faq .faq-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #faq .faq-inner .section-h2::before, #top-page #faq .faq-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #faq .faq-inner .accordion .accordion-content {
  display: none;
}
#top-page #faq .faq-inner .accordion .accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
#top-page #faq .faq-inner .accordion .accordion-header:hover {
  background-color: #f2f2f2;
}
#top-page #faq .faq-inner .accordion .accordion-header span {
  padding-left: 25px;
  position: relative;
}
#top-page #faq .faq-inner .accordion .accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -5px;
  left: 0;
  font-size: 17px;
}
#top-page #faq .faq-inner .accordion .accordion-header::before, #top-page #faq .faq-inner .accordion .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
#top-page #faq .faq-inner .accordion .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#top-page #faq .faq-inner .accordion .accordion-header.active::after {
  transform: rotate(0deg);
}
#top-page #faq .faq-inner .accordion .accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}
#top-page #faq .faq-inner .accordion .accordion-content span {
  padding-left: 25px;
  position: relative;
}
#top-page #faq .faq-inner .accordion .accordion-content span a {
  color: #e60012;
  text-decoration: underline;
}
#top-page #faq .faq-inner .accordion .accordion-content span::before {
  position: absolute;
  content: "A";
  top: -5px;
  left: 0;
  font-size: 17px;
}
#top-page #poster {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #top-page #poster {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#top-page #poster .poster-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#top-page #poster .poster-inner .section-h2 {
  font-size: 56px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #e60012;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top-page #poster .poster-inner .section-h2 {
    font-size: 24px;
  }
  #top-page #poster .poster-inner .section-h2::before, #top-page #poster .poster-inner .section-h2::after {
    width: 180px;
  }
}
#top-page #poster .poster-inner .poster-pic {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top-page #poster .poster-inner .poster-pic {
    display: block;
    margin-bottom: 40px;
  }
}
#top-page #poster .poster-inner .poster-pic li {
  width: 48%;
  margin-right: 2%;
}
#top-page #poster .poster-inner .poster-pic li:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top-page #poster .poster-inner .poster-pic li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#top-page #poster .poster-inner .poster-pic li figure {
  width: 100%;
}
#top-page #poster .poster-inner .poster-pic li figure img {
  width: 100%;
  object-fit: contain;
}

/* ************************************************ */
.btn {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 320px;
  height: 80px;
  font-size: 18px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 240px;
    height: 64px;
  }
}
.btn:hover {
  color: #000;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}
.btn span {
  display: block;
  z-index: 2;
}

.borderleft span::before,
.borderleft span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 1px;
  /*線の形状*/
  background: #fff;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}

/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.borderleft::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  background: #fff;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: 0.4s;
}

.show1024 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .show1024 {
    display: block;
  }
}
.show768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
}
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
#news-page {
  width: 100%;
}
#news-page .background {
  width: 100%;
  height: 100vh;
  /* background: radial-gradient(#861b2a 0%, #000 100%); */
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#news-page #under-fv {
  position: relative;
  z-index: 2;
  margin-top: 180px;
  width: 100%;
  height: 320px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #news-page #under-fv {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  #news-page #under-fv.kidsticket-fv {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#news-page #under-fv h1 {
  font-size: 80px;
  font-family: juniper-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 5%;
  left: 16.66%;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #news-page #under-fv h1 {
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  #news-page #under-fv h1 {
    font-size: 56px;
  }
}
#news-page #under-fv .kidsticket-h1 {
  font-size: 40px;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 600;
  font-style: normal;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #news-page #under-fv .kidsticket-h1 {
    font-size: 24px;
    bottom: auto;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
  }
}
#news-page #news {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #news-page #news {
    margin-bottom: 80px;
  }
}
#news-page #news .news-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#news-page #news .news-inner ul {
  width: 100%;
  margin-bottom: 80px;
}
#news-page #news .news-inner ul li:first-of-type a {
  border-top: 1px solid #ccc;
}
#news-page #news .news-inner ul li a {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #news-page #news .news-inner ul li a {
    padding: 20px 0;
    display: block;
  }
}
#news-page #news .news-inner ul li a .date {
  font-size: 14px;
  color: #fff;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  #news-page #news .news-inner ul li a .date {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 12px;
  }
}
#news-page #news .news-inner ul li a h2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news-page #news .news-inner ul li a h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#news-page #pnavi {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 320px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 120px;
}
#news-page #pnavi .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
#news-page #pnavi .page-numbers.current {
  background-color: #fff;
  color: #000;
  border: none;
}
#news-page #pnavi .page-numbers.next,
#news-page #pnavi .page-numbers.prev {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-page #pnavi {
    width: 50%;
    margin-bottom: 80px;
  }
}
#news-page #single {
  width: 100%;
  margin-bottom: 120px;
  margin-top: -180px;
  padding-top: 180px;
}
#news-page #single .single-inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#news-page #single .single-inner h1 {
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  border-bottom: 2px double #fff;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
#news-page #single .single-inner .single-category {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#news-page #single .single-inner .single-category li {
  color: #AAAAAA;
  font-size: 14px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-category li {
    font-size: 12px;
  }
}
#news-page #single .single-inner .single-category li:first-of-type::after {
  position: absolute;
  content: "|";
  top: 0;
  right: -20px;
  color: #AAAAAA;
}
#news-page #single .single-inner .single-content h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.5em;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-content h2 {
    font-size: 16px;
  }
}
#news-page #single .single-inner .single-content figure {
  width: 60%;
  margin: 20px auto;
}
#news-page #single .single-inner .single-content figure img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-content figure {
    width: 100%;
  }
}
#news-page #single .single-inner .single-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: #fff solid 1px;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-content h4 {
    font-size: 18px;
  }
}
#news-page #single .single-inner .single-content p {
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-content p {
    margin-bottom: 28px;
  }
}
#news-page #single .single-inner .single-content p b {
  font-weight: 600;
  color: #e60012;
}
#news-page #single .single-inner .single-content p strong {
  font-weight: 600;
}
#news-page #single .single-inner .single-content h3 {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #news-page #single .single-inner .single-content h3 {
    font-size: 16px;
  }
}
#news-page #single .single-inner .single-content .right {
  text-align: right;
}
#news-page #single .single-inner .single-content a {
  text-decoration: underline;
  color: #e60012;
}
#news-page #single .single-inner .single-content a:hover {
  opacity: 0.7;
}
#news-page #single .single-inner .kidsticket-content figure {
  width: 30%;
  margin: 0 0 28px 0;
}
#news-page #single .single-inner .kidsticket-content figure img {
  width: 100%;
  object-fit: contain;
}
#news-page #pagenation {
  width: 100%;
  margin-bottom: 120px;
}
#news-page #pagenation ul {
  position: relative;
  width: 92%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 0;
  height: 40px;
}
#news-page #pagenation ul li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#news-page #pagenation ul li:first-of-type {
  left: 0;
}
#news-page #pagenation ul li:nth-of-type(2) {
  left: 50%;
  transform: translate(-50%, -50%);
}
#news-page #pagenation ul li:last-of-type {
  right: 0;
}
#news-page #pagenation ul li a {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #news-page #pagenation ul li a {
    font-size: 16px;
  }
}
#news-page #pagenation ul li a:hover {
  color: #e60012;
  text-decoration: underline;
  transition: 0.3s;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
footer {
  width: 100%;
  background-color: #000;
}
footer .footer-inner {
  padding: 40px 0;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
footer .footer-inner .k-rose a {
  display: block;
  width: 180px;
  margin-bottom: 16px;
}
footer .footer-inner .k-rose a img {
  width: 100%;
  object-fit: contain;
}
footer .footer-inner .k-rose p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
footer small {
  display: block;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
.fadein {
  transform: translateY(40px);
  opacity: 0;
}

.fadein.active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0px);
}
