@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
.col-bk {
  color: #000000;
}

.col-wh {
  color: #ffffff;
}

.col-gy {
  color: #676767;
}

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

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

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 13px;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.btn_red {
  background: #e43542;
  color: #fff;
  border-radius: 0;
  margin-left: 10px;
}
.btn_red:hover {
  background: #000;
  color: #fff;
}

body {
  position: relative;
  color: #000000;
}

main {
  position: relative;
  background-color: #ccc8bb;
}

section {
  margin-bottom: 0;
}
.ak-content-title .ak-content-title-wp {
  padding: 30px 20px;
}
.ak-content-title .ak-content-title-wp h2 {
  color: #000000;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .ak-content-title .ak-content-title-wp h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.ak-detail {
  margin-bottom: 0 !important;
}

.container {
  max-width: 850px;
}

.cp_tl {
  display: block;
  font-size: clamp(22px, 4vw, 28px) !important;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  letter-spacing: inherit;
  font-weight: bold;
  color: #000000;
  background: 0;
  text-align: left;
  max-width: 850px;
  margin: auto;
}

.cp_tl-bk {
  color: #000000;
}
.cp_tl-bk:after {
  background-color: #000000;
}

.head {
  text-align: left;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .head {
    font-size: 40px;
  }
}
.head span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  display: inline-block;
  margin-left: 16px;
  background-color: #000000;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 5px 4px;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .head span {
    display: block;
    width: fit-content;
    margin: 15px 0 0;
    font-size: 16px;
  }
}

.sub-head {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: solid 1px #000000;
  margin: 50px auto 20px;
  font-size: 20px;
  font-weight: bold;
}

h4 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  margin: 40px auto 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
h5:first-child {
  margin-top: 0;
}

.cont-box {
  padding: 60px 0;
}
.cont-box:last-child {
  border-bottom: none;
}
.cont-box .inner {
  max-width: 900px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.btn_border {
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: solid 1px #000000 !important;
  color: #ffffff;
  background: #000000;
  padding: 18px 12px;
  height: auto;
}
.btn_border:before {
  content: "→";
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
}
.btn_border:hover {
  background-color: #e43542;
  border: solid 1px #e43542 !important;
}

.btn_s {
  width: 100%;
  max-width: 220px;
  font-size: 10px;
  padding: 10px 20px;
}
.btn_s:before {
  font-size: 14px;
}

.new {
  position: relative;
}
.new:after {
  content: "NEW";
  width: 60px;
  height: 60px;
  color: #e43542;
  background-color: #000000;
  border-radius: 100vw;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 10;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new:after {
    left: 0;
  }
}

.lead {
  background: #ffffff;
  padding: 40px 0px;
  color: #000000;
}
.lead h2 {
  font-family: "Shippori Antique", sans-serif;
  padding: 0 0 30px;
  width: 100%;
  text-align: left;
  max-width: 100%;
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    letter-spacing: 0.15rem;
  }
}
.lead p {
  margin-bottom: 20px;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 2;
  color: #000000;
}
.lead p:last-child {
  margin-bottom: 0;
}

.ticket-li {
  list-style: none;
  padding-left: 0;
  margin-top: 80px;
}
.ticket-li li {
  margin-bottom: 100px;
}
.ticket-li li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .table__wrap {
    overflow: scroll;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 15px 10px;
  border-bottom: solid 1px #676767;
  text-align: center;
  box-sizing: border-box;
}
table th {
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
table .date {
  width: 70px;
}
table .time {
  width: 140px;
}
table .contact {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
    min-width: 750px;
  }
  table.tb01 td {
    /*    display: block;
    width: 100%;
    border-bottom:none;*/
    font-size: 12px;
    padding: 6px;
    text-align: left;
  }
  table.tb01 td:first-child {
    font-weight: bold;
    width: 60px;
  }
  /*table.tb01 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }*/
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
.sche tr {
  position: relative;
}

.cmt {
  position: relative;
}
.cmt:after {
  content: "";
  color: #ffe217;
  opacity: 1;
  position: absolute;
  transform: translateY(-30%);
  z-index: 0;
  left: -13px;
  padding-top: 20px;
  background-size: cover;
  width: 150px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .cmt:after {
    left: -5px;
    width: 100px;
    height: 32px;
  }
}
.cmt-wazuka:after {
  background-image: url(../img/img_cmt-wazuka.png);
}
.cmt-85:after {
  background-image: url(../img/img_cmt-85.png);
}
.cmt-75:after {
  background-image: url(../img/img_cmt-75.png);
}
.cmt-sold:after {
  background-image: url(../img/img_cmt-sold.png);
}
.cmt-tsuika:after {
  background-image: url(../img/img_cmt-tsuika.png);
}
@media screen and (max-width: 768px) {
  .cmt-high:after {
    transform: translateY(-20%);
  }
}

.finish {
  position: relative;
}
.finish:after {
  content: "Finished";
  color: #ff6500;
  opacity: 0.7;
  position: absolute;
  transform: translateY(-50%) rotate(-11deg);
  z-index: -1;
  left: 0;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
  top: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .finish:after {
    left: 5px;
    font-size: 24px;
    padding-top: 15px;
  }
}

.goods .coming {
  font-size: 18px;
  font-family: "Shippori Antique", sans-serif;
}

.goods_li {
  margin: 0 auto 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods_li:after {
  content: "";
  width: 32%;
}
@media screen and (max-width: 768px) {
  .goods_li:after {
    content: none;
  }
}
.goods_li li {
  list-style: none;
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .goods_li li {
    width: 48%;
  }
}
.goods_li li img {
  margin-bottom: 10px;
}
.goods_li li p {
  font-size: 13px;
  color: #bfbfbf;
}
.goods_li li p.name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  color: #ffffff;
}

.support {
  text-align: center;
}
.support--list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .support--list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.support--list ul li {
  width: calc(22% - 8px);
  flex-basis: calc(22% - 8px);
  padding: 10px 4px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .support--list ul li {
    width: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    padding: 10px 4px;
  }
}
.support--list ul li a:hover {
  opacity: 0.6;
}
.support--list ul li img {
  width: 100%;
  height: auto;
}

.sold {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sold {
    position: relative !important;
  }
}
.sold:after {
  content: "SOLD OUT";
  color: #e43542;
  opacity: 0.5;
  position: absolute;
  transform: translateY(-50%) rotate(-11deg);
  z-index: -1;
  left: 0;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
  top: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sold:after {
    left: 5px;
    font-size: 24px;
    padding-top: 15px;
  }
}

.plus {
  position: relative;
}
@media screen and (max-width: 768px) {
  .plus {
    position: relative !important;
  }
}
.plus:after {
  content: "追加公演";
  color: #5335e4;
  opacity: 0.5;
  position: absolute;
  transform: translateY(-50%) rotate(-11deg);
  z-index: -1;
  left: 20px;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
  top: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .plus:after {
    left: 5px;
    font-size: 24px;
    padding-top: 15px;
  }
}

.fadein {
  opacity: 0;
}

.is-animated_lead {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stamprally--block h2 {
  text-align: center;
  font-family: "Zen Antique", serif;
  font-feature-settings: "palt";
  font-size: 26px;
}
.stamprally--block .leadtext {
  text-align: center;
}
.stamprally--list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
.stamprally--listItem {
  width: 25%;
  aspect-ratio: 1/1;
  padding: 5px 0;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  order: 10;
}
@media screen and (max-width: 768px) {
  .stamprally--listItem {
    width: 20%;
    aspect-ratio: initial;
  }
}
.stamprally--listItem.total {
  order: 1;
}
@media screen and (max-width: 768px) {
  .stamprally--listItem.total {
    width: 80%;
  }
}
.stamprally--listItem figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .stamprally--listItem figure img {
    max-width: 70%;
    margin: auto;
    text-align: center;
    display: block;
  }
}
.stamprally--listItem figure figcaption {
  display: block;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Antique", serif;
  font-feature-settings: "palt";
  text-indent: 0.25em;
}
@media screen and (max-width: 768px) {
  .stamprally--listItem figure figcaption {
    font-size: 10px;
    white-space: nowrap;
  }
}
.stamprally--list--thumbnail {
  flex: 1;
  display: block;
  aspect-ratio: 1/1;
}
.stamprally--total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 0px;
  margin: 0;
  font-family: "Zen Antique", serif;
}
@media screen and (max-width: 768px) {
  .stamprally--total {
    gap: 0px;
  }
}
.stamprally--total h5 {
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .stamprally--total h5 {
    font-size: 16px;
  }
}
.stamprally--total p {
  font-size: 18px;
  margin: auto;
  padding: 0;
  line-height: 1;
}
.stamprally--total p strong {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .stamprally--total p strong {
    font-size: 40px;
  }
}
.stamprally--present {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.stamprally--present li {
  width: calc(50% - 10px);
  margin: 2em auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stamprally--present li {
    width: 100%;
  }
}
.stamprally--present li label {
  font-family: "Zen Antique", serif;
  display: block;
  font-weight: 700;
}
.stamprally--present li button[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.stamprally--present2 {
  text-align: center;
  margin: 2em auto;
}
.stamprally--present2 h4 {
  background-color: #e43542;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Antique", serif;
  font-feature-settings: "palt";
}
.stamprally--present2 strong {
  color: #e43542;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Antique", serif;
  font-feature-settings: "palt";
  font-size: 2em;
}
.stamprally--caution {
  text-align: left;
  margin: 2em auto 0;
  padding: 0;
  list-style: none;
}
.stamprally--caution li {
  text-indent: -1em;
  margin-left: 1em;
  list-style: none;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.2;
}
.stamprally--get {
  text-align: center;
}
.stamprally--get h2 {
  font-family: "Zen Antique", serif;
}
.stamprally--get .btn_submit {
  background-color: #e43542;
  color: #fff;
  border: none;
  outline: none;
  font-size: 20px;
  padding: 0.5em 2em;
  display: inline-block;
  text-decoration: none;
}
.stamprally--get .btn_submit:hover {
  text-decoration: none;
  opacity: 0.8;
}
.stamprally--form {
  padding: 1em 0;
}
.stamprally--form .pass {
  font-size: 32px;
  text-align: center;
  background-color: #fff;
  display: block;
  border: none;
  margin: auto;
  max-width: 80%;
}

.ticket-box {
  position: relative;
  max-width: 730px;
  border: 1px solid #000;
  margin: 50px auto 0 !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ticket-box {
    margin: 25px auto;
  }
}
.ticket-box .box-title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ticket-box .box-title {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.ticket-box .box-title:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ticket-box .box-title:after {
    right: 10px;
  }
}
.ticket-box .box-title .end {
  font-size: 12px;
  color: #e43542;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .ticket-box .box-title .end {
    display: block;
  }
}
.ticket-box .box-title.open:after {
  transform: rotate(45deg);
}
.ticket-box .box-detail {
  padding: 30px;
}
.ticket-box label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  padding: 0 1rem;
  font-size: 15px;
  margin: 0.5rem auto;
}
@media screen and (max-width: 768px) {
  .ticket-box label {
    font-size: 14px;
  }
}
.ticket-box p {
  font-size: 17px;
  margin: 0.5rem auto;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ticket-box p {
    font-size: 14px;
  }
}
.ticket-box .btn-area {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ticket-box .btn-area {
    margin-top: 15px;
  }
}
.ticket-box .ticket-btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  min-width: 420px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ticket-box .ticket-btn {
    min-width: 0;
    width: 100%;
  }
}/*# sourceMappingURL=app.css.map */