@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  color: #474954;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.6;
  background-color: #fff;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg2_sp.png) center/cover no-repeat;
  -webkit-background-size: cover;
  min-width: 100%;
}
.small {
  font-size: 0.7em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  word-wrap: break-word;
  color: #7a8cca;
  text-decoration: underline;
  transition: 0.8s;
  -webkit−transition: 0.8s;
}
a:hover {
  color: #fab8d5;
}
section {
  margin-bottom: 40px;
  text-align: center;
}
.topbtn {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #dc6669;
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  font-size: 0.8em;
  padding: 6px 5px;
  width: 45%;
  float: right;
  text-align: center;
  border-radius: 0 0 0 10px;
  z-index: 100;
  line-height: 1.1;
}
#topbtn a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.btn {
  font-size: 16px;
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  color: #fff;
  background: #dc6669;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  width: 94%;
  display: block;
  text-decoration: none;
  position: relative;
  border-style: none;
}
.btn:after {
  position: absolute;
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 25%;
}
.btn_goods {
  font-size: 16px;
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  color: #fff;
  background: #dc6669;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  width: 94%;
  display: block;
  text-decoration: none;
  position: relative;
  border-style: none;
}
.btn_goods:after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 25%;
}
i.fa-external-link-alt {
  color: #ddd0e7;
}
/*  全セクション共通  */
h2, h4, h5 {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
}
h2 {
  font-size: 30px;
  color: #7a8cca;
  margin-bottom: 20px;
  margin-top: 60px;
}
h2:before {
  display: inline-block;
  content: " ";
  background: url("../images/h2_before.png");
  vertical-align: middle !important;
  margin-right: 10px;
  background-size: contain;
  width: 51px;
  height: 15px;
}
h2:after {
  display: inline-block;
  content: " ";
  background: url("../images/h2_after.png");
  vertical-align: middle !important;
  margin-left: 8px;
  background-size: contain;
  width: 51px;
  height: 15px;
}
h3 {
  font-size: 22px;
  font-family: "zen-old-mincho", sans-serif;
  /*text-align: left;*/
  margin: 22px 0 0;
}
h4 {
  font-size: 18px;
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  color: #7a8cca;
  margin-top: 40px;
}
h5 {
  font-size: 30px;
  color: #7a8cca;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sub_title {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  font-size: 18px;
  color: #7a8cca;
}
.saisoku_title {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  font-size: 20px;
  color: #7a8cca;
  margin-bottom: 20px;
}
.saisoku_item {
  font-size: 15px;
}
.cp_hr04, .cp_hr03 {
  border-width: 3px 0 0 0;
  border-style: double;
  border-color: #e5deff;
}
.tel {
  margin: 10px auto;
}
hr.cp_hr02 {
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #e5deff;
}
.text-divider {
  display: flex;
  align-items: center;
  text-divider-gap: 1rem;
}
.text-divider::before, .text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}
/*  TOP */
.mainV {
  width: 100%;
}
.mainV img {
  width: 100%;
}
.bnr {
  width: 90%;
  margin: 0 auto;
  margin-top: 55px;
}
/*  SNS  */
#sns {
  width: 270px;
  margin: 15px auto 40px;
}
ul.snsbtn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
ul.snsbtn li {
  display: inline-block;
  width: auto;
}
ul.snsbtn li:last-child {
  border-right: none;
  margin-right: 0px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
/*  190521追加: news */
#news {
  margin-bottom: 100px;
}
#news dl {
  width: 93%;
  margin: 0 auto;
  border-bottom: 1px dotted #7a8cca;
  padding: 20px 0 10px;
  text-align: left;
}
#news dl.end {
  border-bottom: none;
}
#news dt {
  font-size: 12px;
}
#news dd {
  margin-bottom: 10px;
  font-size: 13px;
}
.news_under {
  padding-bottom: 45px;
  border-bottom: 1px dotted #7a8cca;
  margin-bottom: 20px;
}
.new {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background-color: #dc6669;
  padding: 5px 6px 4px;
  line-height: 12px;
  border-radius: 5px;
}
/*  about  */
#about, #about_2nd {
  width: 90%;
  margin: 0 auto;
}
table {
  border-top: 0px none;
  vertical-align: middle;
  padding: 0px;
  margin: 10px 0;
  width: 100%;
}
table tr {
  display: block;
  margin-bottom: 15px;
}
table th {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  display: list-item;
  list-style: outside none none;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #c6c8ff;
}
table td {
  line-height: 1.6;
  display: list-item;
  list-style: outside none none;
  text-align: left;
  margin-top: 15px;
}
.about_title {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  font-size: 18px;
  color: #7a8cca;
}
.plece {
  border: solid 1px #474954;
  background-color: #474954;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
}
.osaka {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted;
}
#about .saisoku_box, #about_2nd .saisoku_box {
  border: 4px #f9d3e3 solid !important;
}
#about .saisoku_box:before, #about_2nd .saisoku_box:before {
  border: 2px #f9d3e3 solid !important;
}
/*  ticket  */
#ticket {
  width: 90%;
  margin: 0 auto 100px;
}
.ticket_list {
  margin-bottom: 30px;
}
.ticket_item {
  margin-bottom: 10px;
  text-align: left;
}
#ticket table {
  border-top: 0px none;
  vertical-align: middle;
  padding: 0px;
  margin: 10px 0;
  width: 100%;
}
#ticket table tr {
  display: block;
  margin-bottom: 20px;
}
#ticket table th {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  display: list-item;
  list-style: outside none none;
  font-weight: bold;
  font-size: 1.1em;
  background-color: transparent;
}
#ticket table td {
  line-height: 1.6;
  display: list-item;
  list-style: outside none none;
  text-align: left;
  margin-top: 15px;
}
.touzitu {
  margin: 20px auto 30px;
}
.kizai {
  color: #dc6669;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.touzitu p {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
/*  goods  */
#goods section {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}
#goods h3 {
  font-size: 26px;
  color: #7a8cca;
  text-align: center;
  margin-top: 80px;
}
#goods h3:first-child {
  margin-top: 30px;
}
#goods p {
  margin-bottom: 20px;
}
#goods ul {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 0;
}
#goods ul li {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
}
#goods ul li:nth-child(2n) {
  margin-right: 0px;
  margin-bottom: 20px;
}
/* NOTICE */
#notice section div, #note section div {
  margin: 20px 10px;
  text-align: left;
}
#notice section div p, #note section div p {
  margin: 0 0 20px;
}
#notice h3, #note h3 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}
#notice h3 br, #note h3 br {
  display: none;
}
/* INTERVIEW */
#interview section div {
  margin: 20px 10px;
  text-align: left;
}
#interview section div p {
  margin: 0 0 20px;
}
#interview h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 10px;
}
#interview h3 br {
  display: none;
}
/*  release  */
.release_list {
  width: 100%;
  margin: 0 auto;
}
.release_list img {
  max-width: 75%;
}
.left {
  width: 75%;
  margin: 0 auto;
}
.right {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}
.hatubai {
  font-size: 18px;
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
}
.syuroku {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.syuroku_title {
  font-family: "zen-old-mincho", sans-serif;
  display: inline-block;
  border: 1px solid #474954;
  padding: 3px 20px;
  margin-top: 20px;
}
.saisoku_box {
  padding: 20px;
  background: #fff;
  border: 4px #e5deff solid;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.saisoku_box:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 3px;
  border: 2px #e5deff solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}
a.tk_btn {
  font-family: "zen-old-mincho", sans-serif;
  word-wrap: break-word;
  color: #fff;
  background: #dc6669;
  padding: 10px;
  text-decoration: none;
  transition: 0.8s;
  text-align: center;
  display: block;
  border-radius: 10px;
  position: relative;
}
a.tk_btn:after {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 30px;
  top: 8px;
  font-size: 22px;
}
/*  youtube  */
.youthum {
  width: 80%;
  margin: 0 auto;
}
.youthum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.youthum a::before {
  position: absolute;
  content: url(../images/btn_you.png);
  text-align: center;
  top: 45%;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
/*  footer  */
.ohplink {
  font-size: 20px;
  color: #7a8cca;
  font-family: "zen-old-mincho", sans-serif;
  text-align: center;
  margin-top: 40px;
}
.footer_bg {
  font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
  background-color: #2e3188;
  margin-top: 30px;
  height: 50px;
  padding-bottom: 15px;
  color: #fff;
}
.footer_bg p {
  text-align: center;
  font-size: 10px;
  padding-top: 25px;
}
/* --------------19.0327追記 */
.syuryo {
  color: #7a8cca;
  font-size: 0.9em;
}
.tel_box {
  margin: 10px auto;
}
.tel_box.end {
  margin-top: 0px;
}
/* --------------19.0409追記 */
.uketuke_pg {
  font-size: 0.8em;
}
/* --------------19.0607追記 */
.textred {
  color: #dc6669;
  font-weight: bold;
}
/* --------------2020.0217追記 */
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea h2 {
  font-size: 22px;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
  padding: 10px 20px;
  height: 80%;
  overflow: auto;
  background: #fff url(../images/bg2.png) center/cover no-repeat;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.hidden_box {
  margin: 3em 0; /*前後の余白*/
  padding: 0;
  text-align: center;
}
.hidden_box p {
  text-align: left;
}
/*ボタン装飾*/
.hidden_box label {
  padding: 15px;
  font-weight: 600;
  border: solid 2px #7a8cca;
  cursor: pointer;
  color: #7a8cca;
}
/*ボタンホバー時*/
.hidden_box label:hover {
  background: #7a8cca;
  color: #fff;
}
/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  margin-top: 20px;
}
/* PCのみ */
@media only screen and (min-width: 769px) {
  /*  全セクション共通  */
  h2 {
    font-size: 30px;
    font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
    margin-top: 100px;
  }
  h3 {
    text-align: center;
  }
  h4 {
    font-size: 22px;
    font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
    margin-bottom: 20px;
  }
  .sub_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .topbtn {
    width: 15%;
  }
  #topbtn a {
    font-size: 26px;
  }
  .cp_hr04 {
    width: 800px;
  }
  .cp_hr03 {
    width: 700px;
  }
  .pc {
    display: inline !important;
  }
  .sp {
    display: none !important;
  }
  body::before {
    background: url(../images/bg2.png) center/cover no-repeat;
    -webkit-background-size: cover;
  }
  /*  TOP */
  .mainV {
    margin-top: 0px;
  }
  .topbtn {
    font-size: 1.1em;
    padding: 11px 5px;
    width: 25%;
  }
  .mainV img {
    margin-top: 0;
  }
  .bnr {
    width: 50%;
  }
  .btn {
    font-size: 22px;
    width: 550px;
  }
  .btn:after {
    right: 30px;
  }
  .btn_goods {
    font-size: 22px;
    width: 550px;
  }
  .btn_goods:after {
    right: 30px;
  }
  /*  190521追加: news */
  #news {
    margin-bottom: 230px;
  }
  #news dl {
    width: 670px;
    margin: 0 auto;
    display: flex;
    line-height: normal;
    padding: 20px 15px 10px;
  }
  #news dt {
    width: 27%;
    float: left;
  }
  #news dd {
    width: 73%;
    float: left;
  }
  #news dd, #news dt {
    font-size: 15px;
  }
  .news_under {
    padding-bottom: 45px;
    margin-bottom: 20px;
  }
  .new {
    font-size: 12px;
  }
  /* about */
  table {
    margin: 10px auto;
    width: 800px;
  }
  table tr {
    display: flex;
    width: 944px;
  }
  table th {
    border: none;
    font-size: 20px;
    width: 200px;
    vertical-align: top;
    text-align: right;
    margin-right: 70px;
    background: none;
    color: #474954;
  }
  table td {
    width: 600px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    background-color: transparent;
    padding-top: 4px;
  }
  .about_title {
    font-size: 23px;
  }
  .osaka {
    text-align: left;
  }
  table.song {
    padding: 30px;
  }
  table.song tr {
    display: block;
    width: 750px;
    margin: 0 0 20px;
    padding: 0;
  }
  table.song th {
    border: none;
    font-size: 18px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-right: 0px;
    background: none;
    color: #474954;
    display: block;
  }
  table.song th .small {
    display: block !important;
  }
  table.song td {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 14px !important;
    display: block;
  }
  /*  ticket  */
  .saisoku_box {
    width: 760px;
    margin: 0 auto 40px;
  }
  .saisoku_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .saisoku_item {
    font-size: 18px;
  }
  .saisoku_item h3 {
    font-size: 24px;
    margin-top: 40px;
  }
  .ticket_item {
    text-align: center;
  }
  .kizai {
    font-size: 22px;
  }
  #ticket table {
    margin: 10px auto;
    width: 760px;
  }
  #ticket table tr {
    display: flex;
    width: 100%; /*760px*/
  }
  #ticket table th {
    border: none;
    font-size: 20px;
    /*width: 280px;*/
    vertical-align: top;
    text-align: right;
    /*margin-right: 90px;*/
    background: none;
    color: #474954;
  }
  #ticket table td {
    width: 490px;
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 1px auto; /*margin-top: 1px;*/
    background-color: transparent;
    padding-top: 4px;
  }
  #ticket table.denomination tr {
    display: block;
  }
  #ticket table.denomination th, #ticket table.denomination td {
    display: block;
    text-align: center;
    width: 100%;
  }
  #ticket table.denomination tr:first-child td {
    font-size: 1.3em;
  }
  .touzitu p {
    width: 360px;
  }
  /*  goods  */
  #goods section {
    margin-bottom: 100px;
  }
  #goods ul {
    width: 1000px;
    margin: 0 auto;
  }
  #goods ul li {
    display: inline-block;
    width: 280px;
    margin-right: 15px;
  }
  #goods ul li:nth-child(2n) {
    margin-right: 30px;
  }
  #goods ul li:last-child {
    margin-right: 0px;
  }
  .goodsname {
    margin: 0 auto;
  }
  .goods_1 {
    width: 480px;
    margin: 0 auto;
  }
  /* NOTICE */
  #notice section div, #note section div {
    width: 800px;
    margin: 20px auto;
    text-align: left;
  }
  #notice h3, #note h3 {
    font-size: 21px;
  }
  #notice h3 br, #note h3 br {
    display: block;
  }
  /*  201007追加: notice */
  #notice ul {
    list-style: disc !important;
  }
  #notice ol {
    list-style: decimal !important;
  }
  #notice ul li {
    margin-bottom: 1em;
    list-style-position: inside;
  }
  #notice ol li {
    margin-bottom: 1em;
  }
  /* INTERVIEW */
  #interview section div {
    width: 800px;
    margin: 20px auto;
    text-align: left;
  }
  #interview h3 {
    font-size: 24px;
  }
  #interview h3 br {
    display: block;
  }
  /*  release  */
  .release_list {
    width: 800px;
    margin: 0 auto 20px;
  }
  .release_list img {
    max-width: 100%;
  }
  .left {
    float: left;
    width: 350px;
  }
  .right {
    float: right;
    width: 430px;
    text-align: left;
    margin-left: 20px;
  }
  .syuroku {
    width: 800px;
  }
  /*  youtube  */
  .youthum {
    width: 50%;
    margin: 0 auto;
  }
  /*  footer  */
  .footer_bg p {
    font-size: 15px;
  }
}
/* SPのみ */
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  table.song th {
    background: #ffeff5;
  }
  table.song td {
    margin-top: 5px;
  }
  /*  200217追加: live report */
  /* LIVE REPORT */
  #live_report section div {
    margin: 20px 10px;
    text-align: left;
  }
  #live_report section div p {
    margin: 0 0 20px;
  }
  #live_report h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 10px;
  }
  #live_report h3 br {
    display: none;
  }
  .tate {
    text-align: center;
  }
  .tate img {
    width: 80%;
  }
  /*  201007追加: notice */
  #notice ul {
    list-style: disc !important;
  }
  #notice ol {
    list-style: decimal !important;
  }
  #notice li {
    margin-bottom: 1em;
    list-style-position: inside;
  }
  #notice h3, #note h3 {
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0;
}
}
/* PCのみ */
@media only screen and (min-width: 769px) {
  #live_report section div {
    width: 800px;
    margin: 20px auto;
    text-align: left;
  }
  #live_report h3 {
    font-size: 24px;
    text-align: left;
  }
  #live_report h3 br {
    display: block;
  }
  .tate img {
    max-width: 60%;
    margin: 0 auto !important;
  }
}