* {
  box-sizing: border-box;
}
html {
  /* viewport 1280px のとき font-size 10px */
  font-size: calc(100vw * 10 / 1270);
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #00226F;
}
sub {
    vertical-align: -webkit-baseline-middle;
}
/* フォント */
.font-quintessential {
  font-family: "Quintessential";
  letter-spacing: .1em;
}
.font-mincho {
  font-family: "Noto Serif JP";
}
@media (768px <=width) {
  .sp {
    display: none !important;
  }
}
@media (width <=750px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  padding-top: 6.3vw;
}
.inner {
  position: relative;
  margin: 0 auto;
  width: 74%;
}
/**********************************************************
 * アニメーション
 **********************************************************/
.fade-in {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-up {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**********************************************************
 * ヘッダー
 **********************************************************/
.header_pc {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.3vw;
  background: linear-gradient(0deg, #004354, #002f3b 39%, #004354);
  z-index: 100;
}
.header_pc .side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
}
.header_pc .side-header ul {
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
.header_pc .side-header .globalnav li a {
  text-decoration: none;
  font-size: min(2.0rem, 28px);
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.2s;
  background: url("../img/icon_navi.svg") no-repeat left center;
  padding-left: 30px;
}
.header_pc .side-header .globalnav li a:hover {
  opacity: 0.4;
}
.header_pc .sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}
.header_pc .sns-link ul {
  gap: 0 10px;
  color: #FFF;
}
.header_pc .sns-link ul li a {
  width: 2.05vw;
  height: 2.01vw;
}
.header_pc .sns-link a {
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
}
.header_pc .sns-link a:hover {
  opacity: 0.4;
}
.header_pc .sns-link img {
  width: 100%;
  height: auto;
}
.header_pc.up-move {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header_pc.down-move {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**********************************************************
 * キービジュアル
 **********************************************************/
.kv {
  background: url("../img/bg_kv@2x.jpg");
  background-size: cover;
  position: relative;
  border-bottom: solid 3px #08596C;
}
.img_kv {
  margin: 0 auto;
  width: 82.44vw;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/**********************************************************
 * 概要
 **********************************************************/
#about {
  position: relative;
  text-align: center;
  color: #005F85;
  background-image: url("../img/bg_about_top@2x.jpg"), url("../img/bg_about_bottom@2x.jpg");
  background-size: 100% auto, 100% auto;
  ;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding: 8vw 0;
}
#about .decoration_about_01, #about .decoration_about_02, #about .decoration_about_03, #about .decoration_about_04 {
  position: absolute;
}
#about .decoration_about_01 {
  top: 2.2vw;
  left: 25.5vw;
  width: 5vw;
}
#about .decoration_about_02 {
  top: 5vw;
  left: 14vw;
  width: 8.8vw;
}
#about .decoration_about_03 {
  top: 13vw;
  right: 21vw;
  width: 6.6vw;
}
#about .decoration_about_04 {
  top: 41vw;
  right: 10vw;
  width: 6.6vw;
}
#about h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 3vw;
}
#about .description {
  max-width: 1000px;
  margin-inline: auto;
}
#about .description p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
#about .description p + p {
  margin-top: 1em;
}
#about .description i {
  font-style: italic;
}
/**********************************************************
 * お知らせ
 **********************************************************/
#news {
  background: url("../img/bg_news@2x.jpg");
  background-size: cover;
  padding: 4vw 0;
}
#news .flex {
  display: flex;
  gap: 5vw;
  padding: 0 2vw;
}
#news h2 .en {
  display: block;
  font-size: 4.0rem;
}
#news h2 .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: .8em;
}
#news dl {
  flex: 1;
  font-size: min(1.6rem, 22px);
  line-height: 1.5;
}
#news dl dt, #news dl dd {
  padding: .5em 1em;
}
#news dl dt {
  float: left;
  clear: left;
}
#news dl dd {
  position: relative;
  padding-left: 10em;
  border-bottom: dashed 1px #00226F;
}
#news dl dd::before {
  content: "";
  position: absolute;
  top: .3em;
  left: 7em;
  width: 2em;
  height: 2em;
  background-image: url("../img/icon_star.svg");
  background-size: 100%;
}
#news dl dd a {
  color: #00226F;
}
/**********************************************************
 * セクションタイトル共通
 **********************************************************/
.title_section {
  text-align: center;
  width: 42vw;
  height: 12vw;
  background-image: url("../img/bg_title_section@2x.png");
  background-size: 100% 100%;
  margin: 0 auto 4vw;
  padding: 4.6vw 3vw 0;
  box-sizing: border-box;
}
.title_section .ja {
  display: block;
  font-size: min(2.4rem, 24px);
  font-weight: 900;
  color: #fff;
  margin-bottom: .4em;
  padding-bottom: .5em;
  border-bottom: solid 1px #5A9AB4;
  text-shadow: 2px 2px 3px rgba(24, 58, 106, 1);
}
.title_section .en {
  display: block;
  font-size: min(2.8rem, 28px);
  color: #fff;
  text-shadow: 2px 2px 3px rgba(24, 58, 106, 1);
}
/**********************************************************
 * チケット
 **********************************************************/
#ticket {
  background: url("../img/bg_ticket@2x.jpg");
  background-size: cover;
  padding: 4vw 0 6vw;
}
#ticket .box_ticket {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin: 0 0 6vw;
  padding: 4vw 11vw;
  border: solid 1px #0E2E5B;
  box-sizing: border-box;
}
#ticket .box_ticket::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: solid 1px #0E2E5B;
  pointer-events: none;
}
#ticket .price dl div {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
  padding: 1vw 0;
  border-bottom: solid 1px #D0D0D0;
}
#ticket .price dl div dt {
  width: 5em;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.2;
}
#ticket .price dl div dd {
  display: inline-block;
  width: 5em;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 600;
}
#ticket .price p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}
#ticket .note_ticket {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 3vw;
}
#ticket .note_ticket li {
  position: relative;
  padding-left: 1em;
}
#ticket .note_ticket li::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}
#ticket .playguide {
  position: relative;
  width: 50vw;
  margin: 3vw auto 0;
  padding: 2vw 4vw 2.5vw;
  border-image-source: url("../img/bg_playguide.png");
  border-image-slice: 30 fill;
  border-image-width: 30px;
  box-sizing: border-box;
}
#ticket .playguide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/img_playguide.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
#ticket .playguide .title_playguide {
  text-align: center;
}
#ticket .playguide .title_playguide .en {
  display: block;
  font-size: 3.0rem;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(24, 58, 106, 1);
}
#ticket .playguide .title_playguide .ja {
  display: block;
  font-size: min(1.4rem, 20px);
  color: #fff;
  margin-top: 1em;
  text-shadow: 2px 2px 3px rgba(24, 58, 106, 1);
}
#ticket .playguide dl {
  font-size: min(1.8rem, 18px);
  font-weight: 600;
	line-height: 170%;
  color: #fff;
  margin-top: 1.5vw;
}
#ticket .playguide dl .note {
	text-align: center;
	padding-bottom:10px;
	margin-bottom:10px;
  border-bottom: solid 1px #FFF;
}
#ticket .playguide dl div {
  display: flex;
  justify-content: center;
  gap: 1vw;
  padding: 1.5vw 0;
}
#ticket .playguide dl div + div {
  border-top: solid 1px #3D739C;
}
#ticket .playguide dl div dt {
  width: 9em;
}
#ticket .playguide dl div dd {
  flex: 1;
}
#ticket .playguide dl a {
  text-decoration: none;
  color: #fff;
}
#ticket .table_schedule {
  width: 100%;
}
#ticket .table_schedule thead th {
  text-align: left;
  font-size: 1.2rem;
  padding: .5em 1.5rem;
}
#ticket .table_schedule tbody {
  font-size: 1.4rem;
  line-height: 1.4;
}
#ticket .table_schedule tbody tr:nth-child(odd) {
  background-color: #E7F6FA;
}
#ticket .table_schedule tbody tr:nth-child(even) {
  background-color: #fff;
}
#ticket .table_schedule tbody th, #ticket .table_schedule tbody td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
#ticket .table_schedule tbody th {
  font-weight: 300;
  white-space: nowrap;
}
#ticket .table_schedule tbody td.date, #ticket .table_schedule tbody td.time, #ticket .table_schedule tbody td.venue {
  font-weight: 600;
  white-space: nowrap;
}
#ticket .table_schedule tbody td.contact .name {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
#ticket .table_schedule tbody td.contact small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
#ticket .table_schedule tbody td.contact a {
  text-decoration: none;
  color: #00226F;
}
/**********************************************************
 * プログラム
 **********************************************************/
#program {
  background-image: url("../img/bg_program@2x.jpg");
  background-size: cover;
  padding: 6vw 0;
}
#program .box_program {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 29, 96, 1) 0%, rgba(0, 47, 154, 1) 100%);
  margin-top: 4vw;
  padding: 4vw 0;
  border: solid 1px #0E2E5B;
  box-sizing: border-box;
}
#program .box_program::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: solid 1px #fff;
  pointer-events: none;
}
#program .box_program dl div {
  margin-bottom: 2vw;
}
#program .box_program dl dt {
  font-size: 2.0rem;
  font-weight: 600;
}
#program .box_program dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: .8em;
}
#program .box_program p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
#program .box_program p.note {
  font-size: 1.4rem;
	margin-top:20px;
}
/**********************************************************
 * キャスト
 **********************************************************/
#cast {
  background-image: url("../img/bg_cast_top@2x.jpg"), url("../img/bg_cast_bottom@2x.jpg");
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  padding: 6vw 0 12vw;
}
#cast .cast_category {
  text-align: center;
  font-size: min(3.0rem, 30px);
  letter-spacing: 3px;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #0084a3, #6cb5c8);
  color: #FFF;
  padding: 10px;
  margin: 50px 0 20px;
  text-shadow: 2px 2px 3px rgba(24, 58, 106, 1);
  line-height: 160%;
}
#cast .note_cast {
  text-align: center;
  font-size: 1.4rem;
	margin-top:-3vw;
	margin-bottom:5vw;
}
#cast .list_cast li {
  display: flex;
  gap: 5vw;
  margin-top: 5vw;
}
#cast p.name {
  font-size: min(2.3rem, 30px);
  font-weight: 600;
  text-align: center;
  margin-top: 2vw;
}
#cast .list_cast li .image {
  width: 22vw;
}
#cast .list_cast li .text {
  flex: 1;
}
#cast .list_cast li .text .title_profile {
  text-align: center;
  margin-bottom: 2vw;
  padding-bottom: 1.8vw;
  border-bottom: solid 1px #858993;
}
#cast .list_cast li .text .title_profile .ja {
  display: block;
  font-size: min(2.8rem, 40px);
  font-weight: 600;
}
#cast .list_cast li .text .title_profile .en {
  display: block;
  font-size: min(1.6rem, 22px);
  font-weight: 500;
  margin-top: 1em;
}
#cast .list_cast li .text p {
  font-size: min(1.6rem, 22px);
  line-height: 1.6;
}
#cast .list_cast li .text p.note {
  font-size: min(1.2rem, 18px);
  margin-top:15px;
}
/**********************************************************
 * フッター
 **********************************************************/
footer .footer_top {
  position: relative;
  padding: 4.8vw 0 3.2vw;
}
footer .footer_top .decoration_footer_top_01, footer .footer_top .decoration_footer_top_02 {
  position: absolute;
}
footer .footer_top .decoration_footer_top_01 {
  top: 4.4vw;
  left: 6.5vw;
  width: 8.8vw;
}
footer .footer_top .decoration_footer_top_02 {
  top: 15vw;
  right: 5vw;
  width: 6.6vw;
}
footer .footer_top p {
  text-align: center;
  font-size: min(1.6rem, 22px);
  line-height: 2;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
footer .footer_top p strong {
  font-weight: 600;
  margin-right: 1em;
}
footer .footer_top p img {
  max-height: 40px;
  max-width: 140px;
  margin: 20px 20px 20px 0;
  vertical-align: middle;
}
footer .footer_top p img.promax{
  max-width: 100px;
}
footer .footer_top .note_guideline {
  font-size: 1.4rem;
  line-height: 1.7;
}
footer .footer_top .note_guideline li {
  position: relative;
  padding-left: 1em;
}
footer .footer_top .note_guideline li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer_bottom {
  background-image: url("../img/bg_footer_bottom@2x.jpg");
  background-size: 100% 100%;
  padding: 2.6vw 0 4.8vw;
}
footer .footer_bottom p.copyright {
  text-align: center;
  font-size: min(1.4rem, 20px);
  border-bottom: none;
	color: #FFF;
}
footer .footer_bottom .logo {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
footer .footer_bottom .logo img {
  width: auto;
  height: 4.4vw;
}