.ticket hr {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #aaa;
  margin: 16px auto;
}
.ticket .attention {
  font-size: 18px;
  font-weight: 700;
  margin: 64px auto;
  border: 1px solid #fff;
  padding: 24px 30px;
  text-align: center;
  width: 80%;
  color: #fff;
}

@media (max-width: 750px) {
  .ticket .attention {
    font-size: 16px;
    margin: 40px auto;
    width: 100%;
    padding: 24px 16px;
  }
}

.ticket #price table,
.ticket #toyotaprice table {
  width: 90%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: auto;
  margin-top: 64px;
}
@media (max-width: 750px) {
  .ticket #price table,
  .ticket #toyotaprice table {
    width: 100%;
  }
}

.ticket th,
.ticket td {
  border: 1px solid var(--green);
  padding: 20px;
  text-align: center;
  color: var(--gray);
}

@media (max-width: 750px) {
  .ticket th,
  .ticket td {
    padding: 12px 0;
  }
}

.ticket td:nth-child(1) {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 750px) {
  .ticket td:nth-child(1) {
    font-size: 15px;
  }
}

.ticket th {
  background-color: var(--green);
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 750px) {
  .ticket th {
    font-size: 16px;
  }
}

.ticket .notice {
  font-size: 13px;
  margin: 20px auto;
}

@media (max-width: 750px) {
  .ticket .notice {
    font-size: 12px;
    margin: 20px auto;
  }
}

.ticket .notice > * {
  display: flex;
}

.ticket .notice > *::before {
  flex: 0 0 16px;
  content: "※";
}

.ticket #price,
.ticket #toyotaprice {
  padding: 48px 0;
}

.ticket #spticket,
.ticket #planticket {
  padding: 48px 0;
  overflow: visible;
}
.ticket #spticket .sec_title,
.ticket #planticket .sec_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 750px) {
  .ticket #spticket .sec_title,
  .ticket #planticket .sec_title {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.ticket #spticket .balloon,
.ticket #planticket .balloon {
  position: relative;
  background: var(--green);
  color: #333;
  padding: 1.2em 1.5em;
  max-width: 300px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* 通常時：左にしっぽ */
.ticket #spticket .balloon::after,
.ticket #planticket .balloon::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: var(--green);
  border-left: 0;
}

@media (max-width: 750px) {
  .ticket #spticket .balloon::after,
  .ticket #planticket .balloon::after {
    top: auto;
    left: 20px;
    bottom: -10px;
    border: 10px solid transparent;
    border-top-color: var(--green);
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.ticket #spticket .sa_copyright img,
.ticket #planticket .sa_copyright img {
  height: 16px;
  margin: 8px auto;
}
.ticket #spticket .price_info,
.ticket #planticket .price_info {
  list-style: none;
  display: flex;
  gap: 24px;
  border: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}
.ticket #spticket .price_info > * {
  color: white;
  padding: 16px;
}
.ticket #planticket .price_info > * {
  color: white;
  padding: 16px;
}
.ticket #spticket .price_info > *:last-child {
  border-left: 1px solid #aaa;
}
.ticket #planticket .price_info > *:last-child {
  border-left: 1px solid #aaa;
}

.ticket #spticket h4,
.ticket #planticket h4 {
  border-bottom: 1px solid #aaa;
  color: var(--green);
  padding: 16px;
  font-size: 20px;


  display: block;
  width: 100%;
  text-align: center;
}
.ticket #attention {
  padding: 48px 0;
}
.ticket .sec_sub_title {
  color: var(--green);
  padding: 16px;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 64px auto 24px auto;
}
.ticket #howtobuy {
  padding: 48px 0;
}
.ticket #howtobuy ul.official {
  list-style: none;
  width: 90%;
  height: auto;
  margin: 64px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 32px;
  row-gap: 64px;
  column-gap: 32px;
}
@media (max-width: 750px) {
  .ticket #howtobuy ul.official {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    gap: 32px;
    margin: auto;
  }
}

.ticket #howtobuy ul.official li {
  font-size: 15px;
  padding: 0 0 32px 0;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #f9f9f9;
}
.ticket #howtobuy ul.official li:nth-child(1) {
  grid-column: span 2 / span 2;
}
.ticket #howtobuy ul.official li:nth-child(2) {
  grid-row-start: 2;
}
.ticket #howtobuy ul.official li:nth-child(3) {
  grid-row-start: 2;
}
.ticket #howtobuy .vemdors_text {
  width: 90%;
  margin: auto;
  font-size: 16px;
  padding: 32px 0;
}
.ticket #howtobuy ul.vendors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  list-style: none;
  width: 90%;
  height: auto;
  gap: 32px;
  margin: 64px auto;
}
@media (max-width: 750px) {
  .ticket #howtobuy ul.vendors {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    gap: 32px;
    margin: auto;
  }
}

.ticket #howtobuy ul.vendors li {
  font-size: 15px;
  padding: 0 0 32px 0;
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #f9f9f9;
}
.ticket #howtobuy .pg_logo {
  height: 100px;
  aspect-ratio: 26 / 12;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.ticket #howtobuy ul h3 {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 24px auto;
  color: white;
}
.ticket #howtobuy ul figure {
  background-color: #fff;
  padding: 0 12px;
  margin-bottom: 24px;
  display: grid;
  place-content: center;
}
.ticket #howtobuy ul p {
  padding: 0 24px;
}
.ticket #howtobuy ul .buttons {
  justify-content: center;
  padding: 0 24px;
}

.ticket #howtobuy ul .buttons a {
  padding: 12px 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  flex: none;
}
.ticket .attention {
  width: 90%;
}
@media (max-width: 750px) {
  .ticket .attention {
    width: 100%;
  }
}
.ticket .attention h3 {
  margin: 0 auto 24px auto;
}
.ticket .bag_wrapper {
  margin: 40px auto;

  background-color: rgba(255, 255, 255, 0.9);
}
.ticket .bag {
  max-width: 400px;
  margin: auto;
}
.ticket .detail {
  border: 1px solid white;
  padding: 32px;
  position: relative;
  margin: auto;
  margin-top: 120px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .ticket .detail {
    width: 100%;
    padding: 16px;
  }
}
.ticket .detail h3 {
  background-color: var(--green);
  padding: 16px 24px;
  color: #000;
  margin: auto;
  margin-top: -60px;
  margin-bottom: 48px;
  z-index: 2;
  position: relative;
  display: block;
  text-align: center;
  width: clamp(100px, 55vw, 600px);
}
@media (max-width: 750px) {
  .ticket .detail h3 {
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
}

.ticket #buy {
  padding: 48px 0;
}
.ticket #buy ul.official {
  list-style: none;
  width: 90%;
  height: auto;
  margin: 64px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap: 32px;
  row-gap: 64px;
  column-gap: 32px;
}
@media (max-width: 750px) {
  .ticket #buy ul.official {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    gap: 32px;
    margin: auto;
  }
}

.ticket #buy ul.official li {
  font-size: 15px;
  padding: 0 0 32px 0;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #f9f9f9;
}
.ticket #buy ul.official li:nth-child(1) {
  grid-row-start: 2;
}
.ticket #buy ul.official li:nth-child(2) {
  grid-row-start: 2;
}
.ticket #buy ul.official li:nth-child(3) {
  grid-row-start: 2;
}
.ticket #buy .vemdors_text {
  width: 90%;
  margin: auto;
  font-size: 16px;
  padding: 32px 0;
}
.ticket #buy ul.vendors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  list-style: none;
  width: 90%;
  height: auto;
  gap: 32px;
  margin: 64px auto;
}
@media (max-width: 750px) {
  .ticket #buy ul.vendors {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    gap: 32px;
    margin: auto;
  }
}

.ticket #buy ul.vendors li {
  font-size: 15px;
  padding: 0 0 32px 0;
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #f9f9f9;
}
.ticket #buy .pg_logo {
  height: 100px;
  aspect-ratio: 26 / 12;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.ticket #buy ul h3 {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 24px auto;
  color: white;
}
.ticket #buy ul figure {
  background-color: #fff;
  padding: 0 12px;
  margin-bottom: 24px;
  display: grid;
  place-content: center;
}
.ticket #buy ul p {
  padding: 0 24px;
}
.ticket #buy ul .buttons {
  justify-content: center;
  padding: 0 24px;
}

.ticket #buy ul .buttons a {
  padding: 12px 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  flex: none;
}
