@charset "UTF-8";
body {
  background-color: #fff;
}

.logoIn {
  animation: bounce 3s ease infinite , logoEffect 3s ease;
}

@keyframes logoEffect {
  0% {
    transform: translate(-50%, -50%) scale(5, 5);
    opacity: 0;
    transform-origin: center;
  }
  10% {
    transform: translate(-50%, -50%) scale(0.7, 0.7);
    opacity: 0.8;
    transform-origin: center;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 1;
    transform-origin: center;
  }
  25% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
    transform-origin: center;
  }
  30% {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 1;
    transform-origin: center;
  }
  35% {
    transform: translate(-50%, -50%) scale(0.98, 0.98);
    opacity: 1;
    transform-origin: center;
  }
  38% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    opacity: 1;
    transform-origin: center;
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes bounce {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -52%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  img.lg-image {
    max-width: 90% !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

#main {
  overflow: hidden;
}

#main a, #main p, #main li, #main span, #main dl, #main dt, #main dd {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  #main a, #main p, #main li, #main span, #main dl, #main dt, #main dd {
    font-size: 3vw;
  }
}

.topImage {
  position: relative;
  overflow: hidden;
}

.topImage #kamihubukiTop {
  z-index: 1;
  width: 100%;
  position: absolute;
  background-color: initial;
  background-image: none;
}

@media screen and (max-width: 768px) {
  .topImage #kamihubukiTop {
    background-size: cover;
  }
}

.topImage__logo {
  max-width: 700px;
  width: 30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .topImage__logo {
    width: 70%;
  }
}

.topImage__logoMini {
  max-width: 700px;
  width: 8%;
  opacity: 0;
  position: absolute;
  top: 10%;
  right: -2%;
}

@media screen and (max-width: 768px) {
  .topImage__logoMini {
    width: 8%;
  }
}

.topImage__scroll {
  position: relative;
  height: 8vh;
  background-color: #ffffff;
}

.topImage__scroll img {
  width: 214px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#bgYellow {
  background-image: url(../img/event/bg_gold.jpg);
  background-size: contain;
  position: relative;
  z-index: 0;
}

#navWrap {
  position: relative;
}

#nav {
  position: absolute;
  background-color: #e71c0ea1;
  top: -37px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #nav {
    position: initial;
    background-color: #e71c0e;
  }
}

@media screen and (max-width: 768px) {
  #nav .content {
    padding: 0;
  }
}

#nav ul {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #nav ul {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#nav ul li {
  width: 15.2%;
}

@media screen and (max-width: 768px) {
  #nav ul li {
    width: 33%;
  }
}

#nav ul li:first-child {
  width: 23%;
}

@media screen and (max-width: 768px) {
  #nav ul li:first-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #nav ul li:nth-child(2) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #nav ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #nav ul li:nth-child(5) {
    width: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #nav ul li:last-child {
    width: 49%;
    border-top: 1px solid #fff;
  }
}

#nav ul li a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 25px;
  transition: 0.6s;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #nav ul li a {
    font-size: 4vw;
  }
}

#nav ul li a:hover {
  color: #ffdf74;
}

/* Movie横並び */
#topMovieWrap {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  padding: 40px 30px 25px;
  width: 48%;
  margin-left: 2%;
  order: 2;
}

@media screen and (max-width: 768px) {
  #topMovieWrap {
    width: 100%;
    padding: 5vw;
    margin-left: 0;
    margin-bottom: 8vw;
    order: 1;
  }
}

#topMovieWrap p.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  #topMovieWrap p.title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#topMovieWrap .youtubeWrap {
  padding-top: 56%;
  position: relative;
}

#topMovieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#news {
  background-color: rgba(255, 255, 255, 0.5);
}

#news .reportBanaWrap {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #news .reportBanaWrap {
    width: 80%;
    padding-top: 10vw;
  }
}

#news .content {
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  #news .content {
    padding: 10vw 6vw;
    display: grid;
  }
}

#news__contentWrap {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  width: 48%;
  margin-right: 2%;
  padding: 40px 30px 25px;
  order: 1;
}

@media screen and (max-width: 768px) {
  #news__contentWrap {
    padding: 5vw;
    width: auto;
    margin-right: 0px;
    order: 2;
  }
}

#news p.newsTitle {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #news p.newsTitle {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#news dl {
  display: flex;
  margin-bottom: 15px;
}

#news dl:last-child {
  margin-bottom: 0;
}

#news dt {
  width: 135px;
  font-size: 1.3em;
}

@media screen and (max-width: 768px) {
  #news dt {
    width: 35%;
  }
}

#news dd {
  font-size: 1.3em;
}

@media screen and (max-width: 768px) {
  #news dd {
    width: 65%;
  }
}

#news dd a {
  font-size: 1em;
  text-decoration: underline;
}

/* 3/6 20時以降に使用 */
#cmWrap {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  padding: 4% 3% 2%;
  width: 67%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  #cmWrap {
    width: 100%;
    padding: 5vw;
    margin-left: 0;
    margin-bottom: 8vw;
  }
}

#cmWrap p.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  #cmWrap p.title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#cmWrap .youtubeWrap {
  padding-top: 56%;
  position: relative;
}

#cmWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#timetableWrap {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 25px;
  padding: 4% 3% 2%;
  width: 31%;
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  #timetableWrap {
    width: 100%;
    padding: 5vw;
    margin-left: 0;
    margin-bottom: 8vw;
  }
}

#timetableWrap p.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  #timetableWrap p.title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#about .content {
  padding: 70px 50px;
  max-width: 970px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #about .content {
    padding: 10vw 6vw;
  }
}

#about h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
  margin-bottom: 70px;
  line-height: 2em;
  z-index: 1;
  position: inherit;
}

@media screen and (max-width: 768px) {
  #about h3 {
    font-size: 1.5em;
    margin-bottom: 6vw;
  }
}

#about h3 span {
  font-size: 40px;
  font-weight: bold;
  color: #e71c0e;
}

@media screen and (max-width: 768px) {
  #about h3 span {
    font-size: 1.4em;
  }
}

#about__cracker .cracker01 {
  position: absolute;
  width: 64%;
  top: 0;
  left: -19%;
}

@media screen and (max-width: 768px) {
  #about__cracker .cracker01 {
    width: 112%;
    left: -20%;
  }
}

#about__cracker .cracker02 {
  position: absolute;
  width: 53%;
  top: 0;
  right: -17%;
}

@media screen and (max-width: 768px) {
  #about__cracker .cracker02 {
    width: 88%;
    top: auto;
    bottom: 0;
    right: -11%;
  }
}

#about__aboutdetail {
  border-width: 7px;
  border-color: #e71c0e;
  border-style: solid;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 20px 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #about__aboutdetail {
    border-width: 4px;
    padding: 4vw;
  }
}

#about__aboutdetail .collabo {
  width: 68%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  #about__aboutdetail .collabo {
    width: 82%;
    margin: 2vw auto;
  }
}

#about__aboutdetail .logo {
  display: flex;
  align-items: end;
  justify-content: center;
}

#about__aboutdetail .logo img {
  width: 87%;
}

@media screen and (max-width: 768px) {
  #about__aboutdetail .logo img {
    width: 59vw;
  }
}

#about__aboutdetail .logo p {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #about__aboutdetail .logo p {
    font-size: 5vw;
  }
}

#about__aboutdetail .text {
  margin: 30px 0;
  text-align: center;
  line-height: 2em;
  font-size: 1.4em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #about__aboutdetail .text {
    font-size: 3.5vw;
    margin: 5vw 0;
  }
}

#about .ticketBuySingleWrap {
  padding: 0px 50px;
  max-width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #about .ticketBuySingleWrap {
    padding: 0vw 6vw;
  }
}

#about .ticketBuySingleWrap .ticketBuySingle {
  margin: 0px 0px 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #about .ticketBuySingleWrap .ticketBuySingle {
    margin-bottom: 10vw;
  }
}

#about .ticketBuySingleWrap .ticketBuySingle a {
  background-color: #e71c0e;
  border-radius: 45px;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  padding: 2.2% 5%;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  #about .ticketBuySingleWrap .ticketBuySingle a {
    font-size: 7vw;
    padding: 4vw 5vw;
  }
}

#about .ticketBuySingleWrap .ticketBuySingle a:hover {
  color: #fff;
  background-color: #ff5fca;
  border-radius: 20px;
}

#cast {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px 0;
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/
}

@media screen and (max-width: 768px) {
  #cast {
    padding: 10vw 6vw;
  }
}

@media screen and (max-width: 768px) {
  #cast .content {
    padding: 0;
  }
}

#cast .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
  background-color: #ffffff;
  padding: 13px 0;
  width: 95%;
  border-radius: 30px;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  #cast .title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
}

#cast .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
  line-height: 1em;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  #cast .title span {
    font-size: 3.5vw;
  }
}

#cast .mc {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #cast .mc {
    margin-bottom: 8vw;
  }
}

#cast .mc .singleWrap {
  max-width: 252px;
  position: relative;
  margin: 0 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #cast .mc .singleWrap {
    width: 40%;
    margin: 5%;
  }
}

#cast .mc .singleWrap .name {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #cast .mc .singleWrap .name {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}

#cast .mc .singleWrap .mainMc {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #cast .mc .singleWrap .mainMc {
    margin-top: 3.5vw;
  }
}

#cast .mc .singleWrap span {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #cast .mc .singleWrap span {
    font-size: 2vw;
  }
}

#cast .mc .nakagawa {
  background-color: #4470ff;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #cast .mc .nakagawa {
    padding: 2vw;
  }
}

#cast .mc .nakagawa .role {
  position: absolute;
  background-color: #4470ff;
  font-weight: bold;
  border-radius: 10px;
  top: -15px;
  left: -26px;
}

#cast .mc .nakagawa .role p {
  color: #ffffff;
  font-size: 25px;
  padding: 5px 15px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  #cast .mc .nakagawa .role p {
    font-size: 3.5vw;
    padding: 0.5vw 3vw;
  }
}

#cast .mc .nakagawa .role .mcIcon {
  position: absolute;
  max-width: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #cast .mc .nakagawa .role .mcIcon {
    max-width: 11vw;
  }
}

#cast .mc .sakura {
  background-color: #ff3a97;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #cast .mc .sakura {
    padding: 2vw;
  }
}

#cast .mc .sakura .role {
  position: absolute;
  background-color: #ff3a97;
  border-radius: 10px;
  top: -15px;
  left: -26px;
}

#cast .mc .sakura .role p {
  color: #ffffff;
  font-size: 25px;
  padding: 5px 15px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  #cast .mc .sakura .role p {
    font-size: 3.5vw;
    padding: 0.5vw 3vw;
  }
}

#cast .mc .sakura .role .mcIcon {
  position: absolute;
  max-width: 80px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #cast .mc .sakura .role .mcIcon {
    max-width: 11vw;
  }
}

#cast .actress {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #cast .actress {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

#cast .actress .actressWrap {
  max-width: 16%;
  width: 18%;
  background-color: #ff72ff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #cast .actress .actressWrap {
    max-width: initial;
    width: 30%;
    margin-bottom: 3vw;
    padding: 1.8vw;
  }
}

#cast .actress .actressWrap .name {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #cast .actress .actressWrap .name {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}

#cast .actress .actressWrap .name span {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #cast .actress .actressWrap .name span {
    font-size: 2vw;
  }
}

#cast .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 3;
}

#cast .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#cast .modal-container.active {
  opacity: 1;
  visibility: visible;
}

#cast .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 850px;
  width: 90%;
}

#cast .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #cast .modal-close {
    right: -8px;
  }
}

#cast .modal-content {
  border-radius: 15px;
  background: #fff;
  text-align: left;
  padding: 30px;
  display: flex;
}

@media screen and (max-width: 768px) {
  #cast .modal-content {
    display: block;
    padding: 4vw;
    text-align: center;
  }
}

#cast .modal-content .modalImg {
  width: 40%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalImg {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 5vw;
  }
}

#cast .modal-content .modalText {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText {
    width: auto;
  }
}

#cast .modal-content .modalText .name {
  font-size: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText .name {
    font-size: 6vw;
    line-height: 1.3em;
  }
}

#cast .modal-content .modalText .name span {
  font-weight: bold;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText .name span {
    display: inline-block;
    margin-left: 5px;
    line-height: 1em;
  }
}

#cast .modal-content .modalText .office {
  font-size: 1.3em;
  margin-bottom: 15px;
}

#cast .modal-content .modalText .sns ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText .sns ul {
    justify-content: space-around;
  }
}

#cast .modal-content .modalText .sns ul li {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText .sns ul li {
    margin: 0;
  }
}

#cast .modal-content .modalText .sns ul li i {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #cast .modal-content .modalText .sns ul li i {
    font-size: 9vw;
  }
}

#cast .modal-content .modalText .sns ul li.tw i {
  color: #1d9bf0;
}

#cast .modal-content .modalText .sns ul li.in i {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

#detail {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #detail {
    padding: 10vw 0;
  }
}

#detail #detailTop {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  #detail #detailTop {
    display: block;
  }
}

#detail__overview {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  padding: 4%;
  max-width: 727px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  #detail__overview {
    width: auto;
    padding: 7vw;
    margin-bottom: 8vw;
  }
}

#detail__overview .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #detail__overview .title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#detail__overview .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
}

@media screen and (max-width: 768px) {
  #detail__overview .title span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 2em;
  }
}

#detail__overview .overviewText dl {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #detail__overview .overviewText dl {
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    font-size: 3.5vw;
  }
}

#detail__overview .overviewText dl:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

#detail__overview .overviewText dt {
  width: 135px;
}

@media screen and (max-width: 768px) {
  #detail__overview .overviewText dt {
    width: 30%;
    font-size: 3.5vw;
  }
}

#detail__overview .overviewText dd {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #detail__overview .overviewText dd {
    width: 70%;
    font-size: 3.5vw;
  }
}

#detail__overview .overviewText dd a {
  color: #e71c0e;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #detail__overview .overviewText dd a {
    font-size: 3.5vw;
  }
}

#detail__schedule {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  padding: 4% 2%;
  max-width: 280px;
  width: 27%;
}

@media screen and (max-width: 768px) {
  #detail__schedule {
    width: auto;
    padding: 7vw;
    max-width: initial;
  }
}

#detail__schedule .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #detail__schedule .title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#detail__schedule .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
}

@media screen and (max-width: 768px) {
  #detail__schedule .title span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 2em;
  }
}

#detail__schedule .scheduleText dl {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10PX;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #detail__schedule .scheduleText dl {
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
  }
}

#detail__schedule .scheduleText dl:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

#detail__schedule .scheduleText dt {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #detail__schedule .scheduleText dt {
    width: 35%;
    font-size: 3.5vw;
  }
}

#detail__schedule .scheduleText dd {
  width: 60%;
}

#detail__schedule .scheduleText dd a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #detail__schedule .scheduleText dd {
    width: 65%;
    font-size: 3.5vw;
  }
}

#detail__ticket {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  padding: 4%;
  margin: 70px 0 100px;
}

@media screen and (max-width: 768px) {
  #detail__ticket {
    padding: 7vw;
    margin: 8vw 0;
  }
}

#detail__ticket .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #detail__ticket .title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#detail__ticket .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
}

@media screen and (max-width: 768px) {
  #detail__ticket .title span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 2em;
  }
}

#detail__ticket .ticketBuy {
  margin: 0px 0px 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #detail__ticket .ticketBuy {
    margin: 6vw -7vw 15vw;
  }
}

#detail__ticket .ticketBuy a {
  background-color: #e71c0e;
  border-radius: 45px;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  padding: 2.2% 5%;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  #detail__ticket .ticketBuy a {
    font-size: 6vw;
    padding: 4vw 5vw;
  }
}

#detail__ticket .ticketBuy a:hover {
  color: #fff;
  background-color: #ff5fca;
  border-radius: 20px;
}

#detail__ticket .benefits {
  position: relative;
  text-align: center;
}

#detail__ticket .benefits .allList {
  color: #e71c0e;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  margin: 0px auto 30px;
  text-align: left;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefits .allList {
    margin: 0 auto 5vw;
    font-size: 5.6vw;
    position: inherit;
    line-height: 1.9em;
  }
}

#detail__ticket .benefits .allList span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefits .allList span {
    font-size: 3vw;
    line-height: 4vw;
  }
}

#detail__ticket .benefitsIcon .ticket, #detail__ticket .benefitsIcon .photo, #detail__ticket .benefitsIcon .tissue, #detail__ticket .benefitsIcon .poster {
  position: absolute;
  width: 17%;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefitsIcon .ticket, #detail__ticket .benefitsIcon .photo, #detail__ticket .benefitsIcon .tissue, #detail__ticket .benefitsIcon .poster {
    width: 27%;
  }
}

#detail__ticket .benefitsIcon .ticket {
  left: 6%;
  top: 14%;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefitsIcon .ticket {
    left: -3%;
    top: 5%;
  }
}

#detail__ticket .benefitsIcon .photo {
  right: 6%;
  top: 5%;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefitsIcon .photo {
    right: -6%;
    top: 12%;
  }
}

#detail__ticket .benefitsIcon .tissue {
  left: 5%;
  bottom: -5%;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefitsIcon .tissue {
    left: -4%;
    bottom: -10%;
  }
}

#detail__ticket .benefitsIcon .poster {
  right: 6%;
  bottom: -8%;
}

@media screen and (max-width: 768px) {
  #detail__ticket .benefitsIcon .poster {
    right: -6%;
    bottom: -8%;
  }
}

#detail__cheki {
  border-width: 7px;
  border-color: #ff87c8;
  border-style: solid;
  border-radius: 20px;
  padding: 30px 0px;
  width: 80%;
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  #detail__cheki {
    border-width: 4px;
    margin: 8vw 0;
    width: auto;
    padding: 4vw;
  }
}

#detail__cheki p.title {
  padding-left: 29%;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  #detail__cheki p.title {
    font-size: 5vw;
    padding: 3vw 0 4vw 28vw;
    line-height: 1.4em;
  }
}

#detail__cheki p.title span.red {
  color: #e71c0e;
  font-size: 44px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #detail__cheki p.title span.red {
    font-size: 5vw;
  }
}

#detail__cheki p.title span.hold {
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #detail__cheki p.title span.hold {
    font-size: 5vw;
  }
}

#detail__cheki p.title:before {
  content: "";
  background-image: url(../img/event/benefits_cheki.png);
  height: 266px;
  display: block;
  width: 30%;
  background-repeat: no-repeat;
  left: -1%;
  position: absolute;
  top: -13%;
  bottom: 0;
  margin: auto;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #detail__cheki p.title:before {
    height: 38vw;
    width: 45vw;
    left: -12%;
    max-width: initial;
  }
}

#detail__cheki .notes {
  padding: 5% 13% 2%;
}

@media screen and (max-width: 768px) {
  #detail__cheki .notes {
    padding: 5% 0% 2%;
  }
}

#detail__cheki .notes p {
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}

#detail__caution {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  padding: 4%;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  #detail__caution {
    margin: 0 0 10vw;
    padding: 7vw;
  }
}

#detail__caution .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #detail__caution .title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#detail__caution .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
}

@media screen and (max-width: 768px) {
  #detail__caution .title span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 2em;
  }
}

#detail__caution .cautionText {
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  #detail__caution .cautionText {
    font-size: 0.8em;
    line-height: 1.7em;
  }
}

#detail .ticketBuySingle {
  margin: 0px 0px 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #detail .ticketBuySingle {
    margin-bottom: 10vw;
  }
}

#detail .ticketBuySingle a {
  background-color: #e71c0e;
  border-radius: 45px;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  padding: 2.2% 5%;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  #detail .ticketBuySingle a {
    font-size: 7vw;
    padding: 4vw 5vw;
  }
}

#detail .ticketBuySingle a:hover {
  color: #fff;
  background-color: #ff5fca;
  border-radius: 20px;
}

#detail__info {
  background-color: #ffffff;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  border-radius: 30px;
  padding: 4%;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #detail__info {
    margin: 0;
    padding: 7vw;
    width: auto;
  }
}

#detail__info .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #detail__info .title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
}

#detail__info .title span {
  font-size: 15px;
  font-weight: bold;
  color: #ddbd64;
  display: block;
}

@media screen and (max-width: 768px) {
  #detail__info .title span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 2em;
  }
}

#detail__info .infoText {
  line-height: 2em;
  word-break: break-all;
}

#detail__info .infoText a {
  color: #e71c0e;
  font-weight: bold;
}

#sns {
  background-image: url(../img/event/bg_red.jpg);
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #sns {
    padding: 8vw 0;
  }
}

#sns .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #sns .title {
    font-size: 4.5vw;
    margin-bottom: 7vw;
  }
}

#sns .twWrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  #sns .twWrap {
    display: block;
  }
}

#sns .twWrap .twContent {
  width: 46%;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  #sns .twWrap .twContent {
    width: 100%;
    margin: 0 0 12vw;
  }
}

#sns .twWrap .twImg {
  width: 80%;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  #sns .twWrap .twImg {
    width: 90%;
  }
}

#sns .twWrap .twImg a {
  display: block;
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  #sns .twWrap .twImg a {
    padding: 1vw 15px;
  }
}

#bgYellowBottom {
  background-image: url(../img/event/bg_gold.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #bgYellowBottom {
    padding: 10vw 0vw;
  }
}

#bgYellowBottom #newsCyzo p.newsTitle {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #bgYellowBottom #newsCyzo p.newsTitle {
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 1.4em;
  }
}

#bgYellowBottom ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#bgYellowBottom ul li {
  width: 33.3%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #bgYellowBottom ul li {
    width: 50%;
  }
}

#bgYellowBottom ul li a {
  height: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#bgYellowBottom ul li a p {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.3em;
}

#bgYellowBottom ul li a img {
  border: 1px solid #eeeeee;
}

.ticketBuy a, .ticketBuySingle a {
  position: relative;
}

.ticketBuy a:after, .ticketBuySingle a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 400px;
  height: 109px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%);
  background-image: url(../img/event/sold_out.png);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .ticketBuy a:after, .ticketBuySingle a:after {
    width: 55vw;
    height: 15vw;
  }
}

.report {
  background-color: white;
  padding: 50px 30px;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.19);
  padding: 50px 40px 120px;
}

@media screen and (max-width: 768px) {
  .report {
    margin: 0 6vw;
    padding: 12vw 3vw;
  }
}

.report h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5em;
  z-index: 1;
  position: inherit;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .report h3 {
    font-size: 1.5em;
    margin-bottom: 6vw;
    line-height: 7vw;
  }
}

.report h3 span {
  text-shadow: #ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px,#ffdff3 0 0 10px;
  font-size: 52px;
  font-weight: bold;
  color: #e71c0e;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .report h3 span {
    font-size: 1.3em !important;
    text-shadow: none;
  }
}

.report .modalImg {
  width: 80%;
  margin: 0 auto;
}

.report p {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.report p.name {
  text-align: center;
  font-size: 14px;
  margin: 20px auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .report p.name {
    font-size: 12px;
    line-height: 1.7em;
  }
}

.report p.textTop {
  line-height: 2em;
  width: 80%;
  margin: 0 auto 60px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .report p.textTop {
    margin-bottom: 12vw;
  }
}

.report p.textBottom {
  line-height: 2em;
  width: 80%;
  margin: 0 auto 60px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .report p.textBottom {
    margin-bottom: 12vw;
  }
}

.report .galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.report .galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 19%;
}

@media screen and (max-width: 768px) {
  .report .galleryWrap li {
    width: 30%;
    margin: 0 1%;
    margin-bottom: 2%;
  }
}

.report .galleryWrap li img {
  transition: all 0.5s;
}

.report .galleryWrap li img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .report .galleryWrap li img:hover {
    opacity: 1;
  }
}

.report .cyzo {
  width: 60%;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px) {
  .report .cyzo {
    width: 80%;
    margin-bottom: 12vw;
  }
}

.report p.photoName {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}
