@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$primaryColor #5a8c3c
@$secondaryColor #ef8f3a
@$textColor #2b2922
*/
.m-wrapper-900 {
  max-width: 900px;
}
@media screen and (max-width: 1100px) {
  .m-wrapper-900 {
    max-width: 91.25%;
  }
}

.readme {
  padding: 56px 50px 46px;
  margin-top: 68px;
  border: 1px solid rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  background-color: white;
}
@media screen and (max-width: 640px) {
  .readme {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.readme__title {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  letter-spacing: 0.155em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .readme__title {
    font-size: 16px;
    font-size: calc(16 / 16)rem;
    line-height: 1.5;
  }
}
.readme-list {
  padding-top: 25px;
}
.readme-list__item {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.155em;
  line-height: calc(50 / 26);
  position: relative;
  padding-left: 1.35em;
}
.readme-list__item::before {
  content: "●";
  position: absolute;
  left: 0;
}
.readme__subtitle {
  text-align: center;
  letter-spacing: 0.155em;
  line-height: calc(50 / 30);
  border-top: 1px solid #646464;
  padding-top: 35px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .readme__subtitle {
    text-align: left;
  }
}
.readme-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 30px;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .readme-intro {
    padding-top: 20px;
  }
}
.readme-intro .m-buttonimg {
  width: calc(33.3333% - 20px);
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .readme-intro .m-buttonimg {
    width: min(300px, 100%);
  }
}
.readme-intro__smalltetxt {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.155em;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  .readme-intro__smalltetxt {
    font-size: 11px;
    font-size: calc(11 / 16)rem;
  }
}

.ticket-sec {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  .ticket-sec {
    padding-top: 60px;
  }
}
.ticket-tbl {
  width: 100%;
  table-layout: fixed;
  border-radius: 20px;
  border-collapse: separate;
}
.ticket-tbl__th, .ticket-tbl__td {
  padding: 39px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .ticket-tbl__th, .ticket-tbl__td {
    padding: 20px;
  }
}
.ticket-tbl__th {
  width: 205px;
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  text-align: center;
  letter-spacing: 0.155em;
  border: 1px solid rgba(100, 100, 100, 0.5);
  border-right: none;
  background-color: white;
  border-radius: 10px 0 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ticket-tbl__th {
    width: 125px;
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
.ticket-tbl__td {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.155em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(100, 100, 100, 0.5);
  padding-inline: 46px;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .ticket-tbl__td {
    line-height: 1.5;
    padding: 20px;
  }
}
.ticket-tbl__td span {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
}
@media screen and (max-width: 640px) {
  .ticket-tbl__td span {
    font-size: 17px;
    font-size: calc(17 / 16)rem;
  }
}
.ticket-attention {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .ticket-attention {
    flex-direction: column;
  }
}
.ticket-attention__title {
  font-size: 17px;
  font-size: calc(17 / 16)rem;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 640px) {
  .ticket-attention__title {
    font-size: 15px;
    font-size: calc(15 / 16)rem;
  }
}
.ticket-attention-list {
  flex: 1;
}
.ticket-attention-list__item {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.155em;
  line-height: calc(50 / 26);
  position: relative;
  padding-left: 1.08rem;
}
@media screen and (max-width: 640px) {
  .ticket-attention-list__item {
    font-size: 12px;
    font-size: calc(12 / 16)rem;
  }
}
.ticket-attention-list__item::before {
  content: "＊";
  position: absolute;
  left: 0;
}
.ticket-buy {
  text-align: center;
  padding-top: 44px;
}
@media screen and (max-width: 640px) {
  .ticket-buy {
    padding-top: 30px;
  }
}
.ticket-buy__title {
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 640px) {
  .ticket-buy__title {
    font-size: 16px;
    font-size: calc(16 / 16)rem;
  }
}
.ticket-buy a {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  padding: 19px 20px;
  line-height: 1.5em;
}
.ticket-buy_btnarea {
  display: flex;
  flex-direction: column;
}
.ticket-buy_btnarea .btn_oct_654 {
  margin: 15px auto 0;
  text-align: left;
  line-height: 1.5em;
  padding: 24px 25px;
}
.ticket-buy_btnarea .btn_oct_654_y {
  background-image: url(../../img/btn_oct_654_y.png);
}
.ticket-buy_btnarea a:hover {
  text-decoration: none !important;
}
.ticket__text {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  line-height: calc(50 / 26);
  letter-spacing: 0.155em;
  padding-top: 34px;
  padding-bottom: 28px;
}
.ticket-flow {
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  .ticket-flow {
    padding-top: 50px;
  }
}
.ticket-flow__title {
  font-size: 17px;
  font-size: calc(17 / 16)rem;
  letter-spacing: 0.155em;
  line-height: calc(74 / 34);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ticket-flow__title {
    font-size: 16px;
    font-size: calc(16 / 16)rem;
  }
}
.ticket-flow-list {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .ticket-flow-list {
    flex-direction: column;
    gap: 20px;
  }
}
.ticket-flow-list__item {
  width: 175px;
}
@media screen and (max-width: 640px) {
  .ticket-flow-list__item {
    width: auto;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .ticket-flow-list__item img {
    width: 100px;
  }
}
.ticket-flow-list__item p {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  line-height: calc(50 / 26);
  letter-spacing: 0.155em;
  padding-top: 19px;
}
@media screen and (max-width: 640px) {
  .ticket-flow-list__item p {
    padding-top: unset;
    flex: 1;
  }
}

.attention-list {
  flex: 1;
  padding-top: 53px;
}
@media screen and (max-width: 640px) {
  .attention-list {
    padding-top: 30px;
  }
}
.attention-list__item {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.155em;
  line-height: calc(50 / 26);
  position: relative;
  padding-left: 1.2rem;
}
.attention-list__item::before {
  content: "●";
  position: absolute;
  left: 0;
}
.attention-inner {
  padding: 56px 50px 46px;
  margin-top: 68px;
  border: 1px solid rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .attention-inner {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.attention-inner__title {
  font-size: 24px;
  font-size: calc(24 / 16)rem;
  letter-spacing: 0.155em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.attention-inner__title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #2b2922;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=ticket.css.map */
