@charset "UTF-8";
.ticketBuy {
  border: 2px solid #0122E3;
  border-radius: 50px;
  width: 180px;
  margin: 0px auto 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px #0122E3;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.ticketBuy p {
  color: #0122E3;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.ticketBuy.bl {
  margin: 0px auto 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background: #0122E3;
  box-shadow: 0px 3px #0019a9;
  border: 2px solid #0019a9;
}
.ticketBuy.bl p {
  color: #fff;
}

.ticketBuy:hover {
  top: 2px;
  box-shadow: 0px 0px #0122E3;
}

.anoLink {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0122E3;
  padding-bottom: 2px;
  margin: 0px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #0122E3;
  gap: 5px;
}
.anoLink.download {
  border-radius: 50px;
  border: 1px solid #0122E3;
  padding: 10px 15px;
  font-size: 15px;
}
.anoLink.download p {
  font-weight: 500;
}

@keyframes secTop {
  0% {
    opacity: 0;
    top: 50px;
  }
  60% {
    opacity: 0;
    top: 50px;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.bkTop {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .bkTop {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .bkTop {
    background: #000;
    width: 90%;
    margin: 0 auto;
  }
}
main {
  margin: 0 auto;
}

.mainContent .secTop {
  width: 100%;
  background: #fff;
}
.mainContent .secTop .topBk {
  position: relative;
}
.mainContent .secTop .topBk .imgTop {
  animation-duration: 1s;
  animation-name: fadeIn;
}
.mainContent .secTop .topBk .imgArea {
  position: absolute;
  bottom: 32%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.mainContent .secTop .topBk .imgArea img {
  animation-duration: 1.5s;
  animation-name: fadeIn;
  position: relative;
  top: 0;
}
.mainContent .secTop.loadingTop .imgTop {
  animation-delay: 2.5s;
  animation-duration: 4s;
  animation-name: fadeIn2;
}
.mainContent .secTop.loadingTop .imgArea img {
  animation-delay: 3s;
  animation-duration: 4s;
  animation-name: fadeIn2;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

@media screen and (max-width: 767px) {
  .mainContent .secTop .imgArea {
    padding: 50px 0 50px;
  }
}
@media screen and (min-width: 601px) {
  .secTop .topArea .bkImg .text1 {
    width: 93px;
    right: 5%;
  }
  .secTop .topArea .bkImg .text2 {
    width: 80px;
    left: 5%;
  }
}
.mainContent .secTopDetail {
  padding: 20px 0 20px;
  background: #fff;
  width: 100%;
}
.mainContent .secTopDetail .catch {
  background-image: url(../img/miratan.png), url(../img/girl.png);
  background-position: bottom right 44px, bottom left;
  background-size: 75px, 104px;
  background-repeat: no-repeat;
  padding: 20px 0 70px;
  text-align: center;
  line-height: 160%;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin: 0 auto 0px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  max-width: 460px;
}
.mainContent .secTopDetail .catch .hash {
  color: #0122E3;
  font-weight: 500;
}
.mainContent .secTopDetail .catch .wrap {
  padding: 5px 0 20px;
}
.mainContent .secTopDetail .catch .wrap span {
  font-weight: 500;
  line-height: 200%;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-color: #FFDE00;
}
.mainContent .secTopDetail .catch .wrap span:nth-of-type(odd) {
  text-decoration-color: #0122E3;
}
.mainContent .secTopDetail .catch .dot {
  font-size: 24px;
  line-height: 200%;
}
.mainContent .secTopDetail .imgArea {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.mainContent .secTopDetail .textArea {
  margin-top: 0px;
  padding: 30px 0 30px;
}
.mainContent .secTopDetail .textArea h2 {
  color: #0122E3;
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
}
.mainContent .secTopDetail .textArea p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #000;
}
.mainContent .secTopDetail .textArea .linkArea {
  padding-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  filter: invert(1);
}
.mainContent .secTopDetail .timetableArea {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mainContent .secTopDetail .timeTxArea * {
  text-align: center;
}
.mainContent .secTopDetail .timeTxArea .txArea {
  display: grid;
  gap: 5px;
}
.mainContent .secTopDetail .timeTxArea .wrap {
  padding-bottom: 20px;
}
.mainContent .secTopDetail .timeTxArea .tl {
  color: #0122E3;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 0px;
}
.mainContent .secTopDetail .timeTxArea .time {
  font-weight: bold;
  font-size: 15px;
}
.mainContent .secTopDetail .timeTxArea .tx {
  font-size: 13px;
}

@media screen and (min-width: 501px) {
  .secTopDetail .catch p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainContent .secTop .topBk .imgArea {
    bottom: 26%;
    width: 53%;
  }
}
@media screen and (max-width: 500px) {
  .mainContent .secTop .topBk .imgArea {
    bottom: 21%;
  }
}
@media screen and (max-width: 560px) {
  .mainContent .secTopDetail .catch {
    background-position: bottom right 27px, bottom left;
    font-size: 17px;
    padding: 20px 0 130px;
  }
}
.animeBl {
  background: #0122E3;
}

.animeYe {
  background: #FFDE00;
}

.animation {
  overflow: hidden;
  /* スライダー全体 */
}
.animation .logoSliderWrap {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  gap: 10px;
  padding: 20px 0;
  /* スライド3枚のグループ */
}
.animation .logoSliderWrap .logoSlider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex; /* スライド3枚を横並び */
  gap: 10px;
  /* スライド */
  /* スライドの画像 */
}
.animation .logoSliderWrap .logoSlider .loopslide {
  width: 50vw; /* 3はスライドの枚数 */
}
.animation .logoSliderWrap .logoSlider .loopslide img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 500px) {
  .animation .logoSliderWrap .logoSlider {
    /* スライド */
  }
  .animation .logoSliderWrap .logoSlider .loopslide {
    width: 100vw; /* 3はスライドの枚数 */
  }
}
.secMain {
  z-index: 2;
  position: relative;
}
.secMain section {
  padding: 40px 0 60px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.secMain section .commonWidth {
  width: 90%;
  margin: 0 auto;
}
.secMain section .ticketTx {
  font-size: 18px;
}
.secMain section .tlArea h2 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
}
.secMain section .tlArea .innerWrap {
  padding-bottom: 20px;
}
.secMain section .tlArea .innerWrap .innerTl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  color: #0122E3;
  padding-bottom: 0px;
  line-height: 1;
}
.secMain section .tlArea .innerWrap .innerTl + p {
  font-size: 13px;
}
.secMain section .tlArea .subTlBl {
  color: #fff;
  background: #0122E3;
  padding: 3px 5px;
  text-align: center;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.secMain section .tlArea .subTlYe {
  text-decoration: underline;
  text-decoration-color: #FFDE00;
  text-underline-position: 5px;
  text-decoration-thickness: 3px;
  font-size: 16px;
  padding-bottom: 10px;
}
.secMain section .tlArea .logoTl {
  display: grid;
  gap: 20px;
  justify-content: center;
  padding-bottom: 20px;
}
.secMain section .tlArea .logoTl img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.secMain section .tlArea .tlText {
  font-size: clamp(0.938rem, 0.873rem + 0.27vw, 1rem);
  font-weight: 400;
  text-align: center;
}
.secMain section .dtTlYe {
  padding: 30px 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #FFDE00;
  text-underline-offset: 10px;
  text-align: center;
  text-decoration-thickness: 3px;
}
.secMain section .dtTlBl {
  padding: 30px 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #0122E3;
  text-underline-offset: 10px;
  text-align: center;
  text-decoration-thickness: 3px;
}

@media screen and (min-width: 721px) {
  .secMain section {
    width: 90%;
  }
}
@media screen and (min-width: 720px) {
  .secMain section {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .secMain section .ticketTx span {
    font-size: 13px;
  }
}
.secMusic .genreTl {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}
.secMusic .musicList ul li {
  padding-bottom: 20px;
}
.secMusic .musicList ul li:last-of-type {
  padding-bottom: 0;
}
.secMusic .mu-slider {
  margin-top: 40px;
}
.secMusic .mu-slider .imgWrap {
  aspect-ratio: 184/122;
  width: 100%;
  height: 100%;
}
.secMusic .mu-slider .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.qaArea {
  width: 100% !important;
}

.qaContent {
  padding: 12px 0px;
  border-bottom: 2px solid #FFDE00;
}
.qaContent .qaTitleArea {
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: space-between;
}
.qaContent .qaTitleArea .listTitleHead {
  font-size: 17px;
}
.qaContent .qaTitleArea > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.qaContent .qaTitleArea > div p {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.qaContent h4 {
  font-size: 17px;
  color: #0122E3;
  position: relative;
  padding-left: 12px;
}
.qaContent h4:before {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #0122E3;
  position: absolute;
  top: 10px;
  left: 0;
}
.qaContent .wrap {
  padding: 10px 0;
  padding-left: 15px;
}
.qaContent .wrap .logo {
  max-width: 150px;
  margin: 0 auto 10px;
}
.qaContent .wrap .imgWrap {
  aspect-ratio: 530/350;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.qaContent .wrap .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.qaContent .wrap span {
  color: #0122E3;
}
.qaContent .wrap .listTitle {
  font-weight: 500;
  font-size: 15px;
}
.qaContent .triangle {
  background: #0122E3;
  height: 7.5px;
  width: 15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
}
.qaContent .qaDetail {
  padding: 5px 0 0;
  display: none;
  width: 100% !important;
  text-align: left;
}
.qaContent .qaDetail p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 5px 0 10px;
}
.qaContent .com-slider {
  padding: 10px 0;
}
.qaContent .com-slider p {
  font-size: 16px;
  font-weight: bold;
}

.on .triangle {
  transform: rotate(-180deg);
}
.on .qaTitleArea {
  transition: all 0.3s;
}

.qaArea:last-of-type .qaContent {
  border-bottom: 2px solid #0122E3;
}
.qaArea:last-of-type .qaContent .triangle {
  background: #FFDE00;
}
.qaArea:last-of-type .qaContent .slick-dots li button:before {
  color: #FFDE00 !important;
}

.secCosplay .tlArea {
  padding-bottom: 30px;
}
.secCosplay .cos-slider1 {
  margin-bottom: 5px;
}
.secCosplay .anoLink {
  margin: 30px auto 0;
}
.secCosplay .txtArea {
  text-align: center;
  font-size: 18px;
  display: grid;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
}
.secCosplay .txtArea span {
  font-size: 15px;
}
.secCosplay .txtArea .p2 {
  font-size: 18px;
  padding-top: 0px;
}
.secCosplay .ano {
  width: 290px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
.secCosplay .ano + p {
  padding-top: 10px;
}
.secCosplay .sankaArea {
  padding: 30px 0;
}
.secCosplay .sankaArea a {
  display: block;
}
.secCosplay .sankaArea .hashTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
.secCosplay .sankaArea .hashTitle img {
  filter: invert(1);
  width: 16px;
  height: auto;
}
.secCosplay .sankaArea .hashName .left, .secCosplay .sankaArea .hashName .right {
  font-size: 24px;
  font-weight: bold;
  color: #0122E3;
}
.secCosplay .sankaArea .hashName .center {
  font-weight: bold;
  font-size: 18px;
  padding: 0 5px 0 2px;
}
.secCosplay .sankaArea .btnWrap {
  display: grid;
  gap: 15px;
  margin: 20px auto 30px;
  justify-content: center;
}
.secCosplay .sankaArea .btnWrap .hash {
  transition: all 0.3s;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  width: 200px;
  padding: 12px 0;
  color: #fff;
  background: #0122E3;
  border: 1px solid #fff;
  font-size: 16px;
  align-items: center;
}
.secCosplay .sankaArea .btnWrap .hash:hover {
  background: #fff;
  border: 1px solid #0122E3;
  color: #0122E3;
}
.secCosplay .sankaArea .btnWrap .lasthash {
  color: #0122E3;
  background: #fff;
  border: 1px solid #0122E3;
}
.secCosplay .sankaArea .btnWrap .lasthash:hover {
  background: #0122E3;
  border: 1px solid #fff;
  color: #fff;
}
.secCosplay .sankaArea .template {
  margin: 0px 0 5px;
}
.secCosplay .sankaArea .ano {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .secMain .secCosplay .tlArea .tlText {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.secIndies .tlText {
  width: 300px;
  margin: 0 auto;
}

.secMain .secAccess .detailArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secMain .secAccess .detailArea .tl {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.secMain .secAccess .detailArea .data {
  padding: 0px 0 10px;
  text-align: left;
  font-size: 13px;
}
.secMain .secAccess .detailArea .wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.secMain .secAccess .detailArea .wrap a {
  text-decoration: underline;
  color: #0122E3;
}
.secMain .secAccess .iframeWrap {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.secMain .secAccess .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secBottom .imgArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  padding: 10px 0 30px;
}
.secBottom .imgArea img {
  max-width: 300px;
}

.fixdArea {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
.fixdArea a {
  margin-left: auto;
  margin-right: 5%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.fixdArea a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}
.fixdArea a .text p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fixdArea {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .fixdArea {
    opacity: 0;
    transition: all 0.3s;
  }
  .fixdArea a img {
    width: 80px;
    height: 80px;
  }
  .fixdArea a .text {
    width: 80px;
    height: 80px;
  }
  .fixdArea a .text p {
    font-size: 14px;
  }
}
.visible_sp {
  opacity: 1 !important;
}

.animeTop {
  width: 120%;
  position: absolute;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  -ms-transform: translate(-50%, -50%) rotate(5deg);
}
.animeTop .text-infinity-scroll .first {
  animation: anim--first 100s infinite linear 0.1s both;
}
.animeTop .text-infinity-scroll .second {
  animation: anim--second 100s infinite linear 0.1s both;
}

.animeTop {
  overflow: hidden;
}
.animeTop .text-infinity-scroll,
.animeTop .text-infinity-scroll2,
.animeTop .text-infinity-scroll3 {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.animeTop .text-infinity-scroll .first,
.animeTop .text-infinity-scroll .second,
.animeTop .text-infinity-scroll2 .first,
.animeTop .text-infinity-scroll2 .second,
.animeTop .text-infinity-scroll3 .first,
.animeTop .text-infinity-scroll3 .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 18px;
  font-family: "DotGothic16", serif;
  color: #fff;
  padding: 0px 0;
}

@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.secMarket .ma-slider, .secMarket .gm-slider, .secGame .ma-slider, .secGame .gm-slider {
  margin-top: 30px;
}

.secGame .gm1-slider {
  margin: 20px 0 0;
}
.secGame .logo {
  padding: 35px 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secGame .logo img {
  width: 90%;
  max-width: 400px;
}
.secGame .fujita {
  width: 80%;
  margin: 0 auto;
  max-width: 310px;
}
.secGame .btnWrap {
  margin-top: 50px;
  display: grid;
  gap: 15px;
}
.secGame .btnWrap .tl {
  text-decoration: underline;
  text-decoration-color: #0122E3;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.secGame .btnWrap .ticketBuy {
  width: 180px;
}
.secGame .btnWrap .ticketBuy p {
  padding: 8px 0;
}
.secGame .btnWrap .anoLink {
  width: 180px;
}
.secGame .btnWrap .anoLinkWrap {
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .secGame .logo img {
    max-width: 310px;
  }
}
.secMarket .tlArea .subTlYe {
  font-size: 19px !important;
}
.secMarket .pickUpArea {
  padding-top: 30px;
}
.secMarket .pickUpArea p {
  font-size: 15px;
  padding-bottom: 10px;
}
.secMarket .pickUpArea h4 {
  color: orange;
  font-size: 19px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 5px;
}
.secMarket .pickUpArea h4:after, .secMarket .pickUpArea h4:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 0;
  background: #FFDE00;
  top: 8px;
}
.secMarket .pickUpArea h4:after {
  transform: rotate(30deg);
  right: -10px;
}
.secMarket .pickUpArea h4::before {
  transform: rotate(-30deg);
  left: -10px;
}
.secMarket .ma-slider .imgWrap {
  aspect-ratio: 300/200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secMarket .ma-slider .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.backbtn {
  margin: 20px auto 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.backbtn a {
  transition: all 0.3s;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  width: 200px;
  padding: 15px 0;
  color: #fff;
  background: #0122E3;
  border: 1px solid #fff;
  font-size: 16px;
  align-items: center;
}

.kouenArea {
  padding: 30px 0;
}
.kouenArea h3 {
  font-size: 16px !important;
  padding: 0px 0 30px !important;
}
.kouenArea .subCatch {
  font-size: 18px;
  font-weight: bold;
  color: #0122E3;
}
.kouenArea p {
  text-align: left;
  font-size: 14px;
}
.kouenArea .kikaku {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
.kouenArea .kikaku span {
  font-size: 25px;
  font-weight: bold;
  color: #FFDE00;
}
.kouenArea .imgArea {
  display: grid;
  padding-top: 15px;
  gap: 30px;
  grid-template-columns: 1fr;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.kouenArea .imgArea .imgWrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  width: 80%;
  margin: 0 auto;
}
.kouenArea .imgArea .imgWrap p {
  text-align: center;
  padding-top: 2px;
  font-size: 13px;
}
.kouenArea .imgArea img {
  text-align: center;
}

@media screen and (max-width: 400px) {
  .kouenArea h3 {
    font-size: 15px !important;
    padding: 0px 0 30px !important;
    letter-spacing: -0.03em;
  }
  .kouenArea .kikaku {
    padding: 5px 0 20px;
    font-size: 15px;
  }
}
.secKyosan h3 {
  padding: 10px 0 0 !important;
}
.secKyosan .imgWrap {
  display: grid;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.secKyosan .imgWrap .topImg {
  margin-bottom: -40px;
}
.secKyosan .imgWrap img {
  max-width: 250px;
  width: 90%;
  margin: 0 auto;
}
.secKyosan .imgWrap .bigImg {
  max-width: 500px;
  width: 95%;
}
.secKyosan .imgWrap .small {
  width: 200px;
}
.secKyosan .txWrap {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}

.flyer {
  margin-top: 10px;
  /* サムネイル画像のスタイル */
}
.flyer .thumbnail {
  width: 100%; /* 幅を100%に設定 */
  cursor: pointer; /* カーソルをポインターにしてクリック可能に */
  transition: transform 0.3s; /* ホバー時の変化を滑らかに */
}
.flyer .thumbnail:hover {
  transform: scale(1.05); /* ホバー時に少し拡大 */
}
.flyer .click {
  margin-bottom: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}
.flyer .click img {
  position: relative;
  top: 0px;
}

/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed; /* スクロールしても位置が固定 */
  z-index: 3; /* 他の要素の上に表示 */
  left: 0;
  top: 0;
  width: 100%; /* 幅は全体 */
  height: 100%; /* 高さも全体 */
  overflow: auto; /* コンテンツが多い場合はスクロール */
  background-color: rgba(0, 0, 0, 0.7); /* 背景の透明度 */
}

.modalWrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalWrap .close {
  position: fixed; /* 絶対位置に配置 */
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: white; /* 色を白に */
  font-size: 16px; /* フォントサイズを35pxに */
  font-weight: bold; /* 太字 */
  cursor: pointer; /* カーソルをポインターにしてクリック可能に */
  background: #0122E3;
  padding: 8px 20px;
  border-radius: 30px;
  z-index: 2;
}
.modalWrap .wrap {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.modalWrap .modal-content {
  align-items: center;
  width: 100%; /* 幅は80% */
  height: auto;
  min-width: 700px;
  max-width: 1000px;
}

@media screen and (max-width: 700px) {
  .modalWrap {
    justify-content: initial;
  }
  .modalWrap .modal-content {
    min-width: initial;
    width: 180%;
  }
}
.oldWrap p {
  text-align: center;
  font-size: 23px;
  color: #000;
  padding: 60px 0 40px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0122E3;
  text-underline-offset: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .oldWrap p {
    font-size: 20px;
    padding: 50px 0 30px;
  }
}
.secContact {
  padding: 0px 0 60px !important;
}
.secContact .ticketBuy {
  margin: 30px auto 0;
}/*# sourceMappingURL=style.css.map */