@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
共通
******************************/
body {
  font-family: 'Noto Serif JP', sans-serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  position: relative;
  /*background: #000;
  background-color: #f5f4f4;
  background-image: linear-gradient(-90deg, #eee 50%, transparent 50%);
  background-size: 30px 20px;
  word-break: break-all;*/
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.fixed {
  overflow: hidden;
}
.fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -ms-filter: blur(8px);
  filter: blur(8px);
  background-position: center top;
}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.all-none {
  display: none !important;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #e44918;
  ;
  word-break: break-all;
  position: relative;
  z-index: 90;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.text-red {
  color: #ff0000;
}
.text-yellow {
  color: #eccb22;
}
.text-gl {
  color: #888888;
}
.img_w100 img {
  width: 100% !important;
  margin: 0 auto !important;
}
.w100 {
  width: 100%;
  margin: 0 auto;
}
.w500 {
  max-width: 500px !important;
}
.w400 {
  max-width: 400px !important;
}
.w300 {
  max-width: 300px !important;
}
.w200 {
  max-width: 200px !important;
}
.flex {
  display: flex;
}
.w-s {
  width: 28%;
}
.w-l {
  width: 72%;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10 !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pb-400 {
  padding-bottom: 400px !important;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pg-Lead .error {
    font-size: 16px;
  }
  .text-left_sp {
    text-align: left;
  }
}
/******************************
表示の動き
******************************/
.fadein {
  opacity: 0;
  transition: all 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: none;
}
.fadein--lr {
  transform: translate(-25px, 0);
}
.fadein--rl {
  transform: translate(25px, 0);
}
.fadein--up {
  transform: translate(0, 25px);
}
@media screen and (max-width:600px) {
  .fadein.show {
    opacity: 1;
    transform: none;
  }
  .fadein--lr {
    transform: translate(-20px, 0);
  }
  .fadein--rl {
    transform: translate(20px, 0);
  }
  .fadein--up {
    transform: translate(0, 20px);
  }
}
/******************************
コンテンツ共通部分
******************************/
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  text-align: center;
  /*background: rgba(255, 255, 255, 0.4);*/
}
h1, h2 {
  font-weight: 700;
  text-align: center;
}
h2, .pg h1 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #00155e;
  width: 100%;
  font-family: 'Lobster', cursive, 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  color: #e06566;
  text-shadow: 2px 2px 0 #ffffff;
  font-weight: bold;
  background-color: #012f84;
  background-image: radial-gradient(circle, #4b70b5 15px, transparent 20px), radial-gradient(circle, #567bc0 4px, transparent 10px), radial-gradient(circle, #567bc0 2px, transparent 10px), radial-gradient(circle, #0e3f99 25px, transparent 35px);
  background-position: 0 0, 40px 0, 20px 66px, 40px 64px;
  background-size: 100px 100px;
}
.title-day {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
  text-shadow: 2px 2px 0 #ffffff;
}
.title-day span, .title-day small {
  font-size: 24px;
  font-weight: bold;
  /*position: relative;
  top: 5px;*/
  line-height: 46px;
}
p {
  margin-bottom: 10px;
}
.wrap {
  margin: 0 auto 20px;
  position: relative
}
.pg .content.info {
  padding: 70px 0 0;
}
.pg .content.info dd {
  padding: 20px;
}
.scroll-point {
  position: absolute;
  padding: 90px;
  top: -90px
}
.border-none {
  border: none;
}
@media screen and (max-width:1024px) {
  .scroll-point {
    top: 0
  }
}
@media screen and (max-width:798px) {
  .content .inner {
    width: 90%;
  }
  h2, .pg h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* background: rgba(0, 0, 0, 0.7);*/
  }
  .content .title-day {
    margin-top: -16px;
  }
  .title-day {
    font-size: 30px;
    line-height: 30px;
  }
  .title-day span {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: 5px;
  }
  .title-day small {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: 6px;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: .9em 2em;
  border: none;
  border-bottom: solid 5px #9f0015;
  ;
  border-radius: 50px;
  background-color: #cf0045;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  transition: .5s ease;
  height: 40px;
}
.btn_disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: .9em 2em;
  border: none;
  border-radius: 50px;
  background-color: #888888;
  color: #666666;
  font-weight: 600;
  font-size: 1em;
  transition: .5s ease;
  height: 40px;
}
.btn a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.btn:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
  margin-bottom: 3px;
  height: 43px;
}
/******************************
インフォ
******************************/
.news_title {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.content.info .inner {
  padding: 0 0 50px;
}
.day, .theater {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.day span {
  font-size: 24px;
}
.table {
  border: 10px solid #fff;
  margin: 30px auto 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
}
.table td, .table th {
  padding: 15px;
  width: calc(100% / 3 - 31px);
  height: 28px;
  font-weight: bold;
}
.table td {
  border-left: solid 1px #ddd;
}
.table td:first-child {
  border-left: none;
}
.table tr {
  flex-wrap: nowrap;
  padding: 0;
  /*border-top: solid 1px #ddd;*/
  border-bottom: solid 1px #ddd;
}
.table th {
  /*border-left: solid 1px #ddd;*/
  color: #fff;
  background-image: linear-gradient(160deg, #f7dada, #de6969, #de6969);
}
.content.info dd {
  margin: 0 auto;
}
.content.info p {
  margin: 20px auto;
}
.wrap dl {
  background: #fff;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #ddd;
}
.wrap dl.dl_2, .wrap dl.dl_3 {
  margin-top: 50px;
}
.wrap dt {
  padding: 10px;
  color: #fff;
  font-size: 24px;
  /*background: #00b68b;*/
  border-radius: 20px 20px 0 0;
  background-image: linear-gradient(#fcf2f2, #de6969);
}
.wrap .dl_o dt {
  background-color: #e76938;
  background-image: linear-gradient(90deg, #e6592291 10px, transparent 10px), linear-gradient(#e6592291 10px, transparent 10px);
  background-position: 10px 10px;
  background-size: 22px 22px;
}
.wrap .dl_p dt {
  background-image: linear-gradient(#fcf2f2, #de6969);
}
.wrap .dl_pl dt {
  background-color: #4d2d72;
  background-image: radial-gradient(circle, #ffffff1c 3px, transparent 3px), radial-gradient(circle, #ffffff1c 3px, transparent 3px);
  background-position: 0 0, 13px 16px;
  background-size: 26px 32px;
}
.wrap .dl_p_d dt {
  background-color: #f46293;
  background-image: radial-gradient(circle, #f786ada1 3px, transparent 3px), radial-gradient(circle, #f786ada1 3px, transparent 3px);
  background-position: 0 0, 13px 16px;
  background-size: 26px 32px;
}
.wrap dd {
  padding: 30px;
}
.theater-wrap .map {
  width: 100%;
  margin-top: 20px;
  height: 250px;
}
.club img {
  width: 90%;
  max-width: 400px;
  margin: 40px auto 20px;
}
.seat img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 10px;
}
@media screen and (max-width:798px) {
  .content.info .inner {
    padding: 0 0 50px;
  }
  .table th {
    width: 100px;
    font-size: 16px;
  }
  .table td {
    width: 65px;
  }
  .table td, .table th {
    padding: 10px;
  }
  .content.info dd {
    background: #000;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .day, .theater, h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .day span {
    font-size: 20px;
  }
  .wrap dd {
    padding: 20px 5px;
  }
}
@media screen and (max-width:600px) {
  .content {
    background: rgba(255, 255, 255, 0.3);
  }
}
/******************************
チケット
******************************/
.ticket_price {
  font-size: 20px;
  margin: 10px auto;
  background: #f5f4f4;
}
/*.dl_b .ticket_price {
  background: #e6f2f6;
}
.dl_p .ticket_price {
  background: #e6f2f6;
}*/
.ticket_price small {
  font-size: 18px;
  font-weight: normal;
}
.remodal_h img {
  height: calc(100vh - 100px);
}
.remodal_w img {
  height: auto;
  width: 100%;
}
.ticket ul {
  margin: 20px auto;
}
.ticket li {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.ticket li::before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "・";
  width: 20px;
  left: 0;
  top: 0;
}
@media screen and (max-width:798px) {
  .content.info dd {
    padding: 0;
    width: 100%;
  }
  .ticket.wrap dd {
    padding: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:600px) {
  .remodal img {
    height: auto;
    width: 100%;
  }
  .wrap dt {
    font-size: 20px;
  }
  .goods-img {
    width: 100%;
  }
}
/******************************
twitter
******************************/
.content .inner .twitter {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 600px;
  overflow: scroll;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
}
/******************************
ページTOPへ戻るボタン
******************************/
.page-top {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #fff;
  position: relative;
  box-shadow: 3px -3px 7px rgba(255, 255, 255, 0.2);
  z-index: 90;
}
.page-top a {
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 100%;
  background: #012f84;
  position: absolute;
}
.pege-top a:hover {
  top: 10px;
}
.page-top a:after {
  content: "▲ TOP";
  color: #fff;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 780px) {
  .page-top {
    border-bottom: 1px solid #fff;
  }
}
/******************************
footer
******************************/
footer {
  width: 100%;
  background: #012f84;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 90;
}
footer .footer-copy {
  font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  footer {
    padding: 40px 0;
  }
}
/******************************
Top画面のスクロールすると表示するFIX要素
******************************/
.fixedBox {
  background: #ea557d;
  position: fixed;
  /*    z-index: 500;*/
  display: none;
  right: 0;
  text-align: center;
  box-shadow: 0px 0px 10px #fff;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
.fixedBox .btn {
  position: relative;
  color: #021934;
  width: 350px;
  text-align: center;
  margin: 20px auto !important;
}
.fixedBox a {
  padding: 10px;
}
/******************************
プロフィール
******************************/
.profile {
  width: 90%;
  margin: 0 auto;
}
.profile img {
  width: 100%;
  max-width: 160px;
}
.profile.profile_2 img {
  width: 100%;
  max-width: 100%;
}
.profile h4 {
  font-size: 20px;
}
.profile h4 small {
  font-size: 10px;
  font-weight: normal;
}
.profile-title {
  font-family: 'Lobster', cursive, 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  position: absolute;
  top: -15px;
  background: #fff;
  width: fit-content;
  color: #888;
  padding: 0 8px;
  font-size: 18px;
}
.note-line {
  background-color: #fff;
  background-image:
    linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #edcc21 100%);
  background-size: 100% 2em;
  line-height: 2em;
  margin-bottom: 0;
  padding: 0 1em;
  padding: 0 1em 2em 1em;
}
.profile-webp {
  border: 2px solid #edcc21;
  padding: 10px;
  position: relative;
  margin-top: 20px;
}
.profile span {
  color: #888;
}
.hideContent {
  text-align: left;
}
.hideContent .note-line small {
  margin-left: -64px;
  color: #888;
  font-size: 10px;
  display: inline-block;
  width: 60px;
}
.hideContent .note-line {
  padding: 0 1em 2em 64px;
  font-size: 12px;
}
.hideContent h5.note-line {
  color: #edcc21;
  text-align: center;
  padding: 0 1em 2em 1em;
  font-size: 14px;
}
@media screen and (min-width: 780px) {
  .profile img {
    width: 100%;
    max-width: 300px;
  }
  .profile.profile_2 img {
    max-width: 400px;
  }
  .profile-title {
    font-size: 38px;
  }
  .profile-webp {
    padding: 26px;
    margin-top: 20px;
  }
  .hideContent h5.note-line {
    font-size: 16px;
  }
  .hideContent .note-line small {
    margin-left: -78px;
    width: 75px;
  }
  .profile h4 {
    font-size: 32px;
  }
  .profile h4 small {
    font-size: 14px;
  }
  .hideContent .note-line {
    font-size: 14px;
  }
  .hideContent .note-line small {
    font-size: 12px;
  }
  .hideContent .note-line {
    padding: 0 1em 2em 80px;
  }
}
/******************************
アコーディオン
******************************/
.more {
  width: 90%;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 6px;
  padding-top: 7px;
  margin-top: 10px;
  border-radius: 50px;
  background: #edcc21;
}
/******************************
プロデュース
******************************/
ul.works  {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.works li {
  width: 100%;
  margin: 40px auto;
  max-width: 600px;
}
.works li img {
  width: 100%;
  box-shadow: 0px 0px 10px #ddd;
}
.works a{
  font-size: 24px;
  line-height: 28px;
  text-shadow: 2px 1px 0 #ffffff;
  color: #012f84;
}
@media screen and (max-width: 600px) {
  .works ul {
    display: block;
  }
  .works li {
    width: 80%;
    margin: 0 auto 40px;
  }
  .works a{
  font-size: 20px;
}
}