@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : ticket.css
Description : チケット
===================================================================== */
/* ========================================================
    submv
======================================================== */
.submv_img {
  background-image: url(../images/ticket/submv_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .submv_img {
    background-image: url(../images/ticket/submv_bg01_pc.png);
  }
}

/* ========================================================
    ticket
======================================================== */
.ticket {
  position: relative;
  width: 100%;
  padding: 18rem 0 24rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket {
    padding: 7.8125vw 0 9.375vw 0;
  }
}
.ticket_column {
  position: relative;
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket_column {
    width: 62.5vw;
  }
}
.ticket_ttl01 {
  position: relative;
  width: 100%;
  padding: 3rem 7rem;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .ticket_ttl01 {
    padding: 1.5rem 1.8229166667vw;
    font-size: 3.2rem;
  }
}
.ticket_cont {
  position: relative;
  width: 100%;
  padding: 8rem 4.8rem 10rem 4.8rem;
  border: 0.2rem solid #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_cont {
    padding: 5rem 3.0208333333vw 6rem 3.0208333333vw;
  }
}
.ticket_cont + .ticket_ttl01 {
  margin-top: -0.2rem;
}
.ticket_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.ticket_img {
  position: relative;
  width: 73.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket_img {
    width: 16.6666666667vw;
    margin: 0;
  }
}
.ticket_img > figure {
  border-radius: 2rem;
  overflow: hidden;
}
.ticket_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket_text {
    width: 37.5vw;
    margin-top: 0;
  }
}
.ticket_text:first-child {
  width: 100%;
  margin-top: 0;
}
.ticket_text:first-child .ticket_price > dd > span {
  display: inline-block;
}
.ticket_price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .ticket_price {
    margin-top: 1.2rem;
  }
}
.ticket_price:first-child {
  margin-top: 0;
}
.ticket_price > dt {
  width: 22rem;
  padding: 0.8rem 0;
  color: #ffffff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 3.2rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .ticket_price > dt {
    width: 6.5em;
    font-size: 2.2rem;
  }
}
.ticket_price > dd {
  width: calc(100% - 25rem);
  color: #17b8aa;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .ticket_price > dd {
    width: calc(100% - 7em);
    font-size: 2.4rem;
  }
}
.ticket_price > dd > span {
  display: inline-block;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .ticket_price > dd > span {
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .ticket_price > dd > span {
    display: inline-block;
  }
}
.ticket_detail {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #000000;
}
@media screen and (min-width: 768px) {
  .ticket_detail {
    margin-top: 4rem;
    padding-top: 2rem;
  }
}
.ticket_detail > p {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ticket_btnlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .ticket_btnlist {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .ticket_btnlist {
    flex-direction: row;
  }
}
.ticket_btn {
  position: relative;
  width: 49rem;
  aspect-ratio: 490/110;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .ticket_btn {
    width: 32.8rem;
    aspect-ratio: 328/60;
  }
}
@media screen and (min-width: 1200px) {
  .ticket_btn.btnL {
    width: 52.8rem;
    aspect-ratio: 528/80;
  }
}
.ticket_btn + .ticket_btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .ticket_btn + .ticket_btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .ticket_btn + .ticket_btn {
    margin-top: 0;
  }
}
.ticket_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #000000;
  border-radius: 6rem;
  background-color: #17b8aa;
}
@media screen and (min-width: 768px) {
  .ticket_btn > a:hover {
    color: #17b8aa;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .ticket_btn > a:hover::after {
    background-image: url(../images/common/arrow_bg02_h.png);
  }
}
.ticket_btn > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 3.8rem;
  aspect-ratio: 38/26;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .ticket_btn > a::after {
    right: 2.4rem;
    width: 2.4rem;
  }
}
.ticket_btn > a > span {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ticket_btn > a > span {
    font-size: 2rem;
  }
}
.ticket_ttl02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 57rem;
  min-height: 9rem;
  margin: 16rem auto 0 auto;
  padding: 1rem 8rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .ticket_ttl02 {
    width: 49rem;
    min-height: 7rem;
    margin: 7.8125vw auto 0 auto;
  }
}
.ticket_ttl02::before {
  content: "";
  position: absolute;
  left: 2.6rem;
  top: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #17b8aa;
  transform: translateY(-50%);
}
.ticket_ttl02::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #17b8aa;
  transform: translateY(-50%);
}
.ticket_ttl02 > span {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket_ttl02 > span {
    font-size: 3.2rem;
  }
}
.ticket_tbl01 {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  border-top: 0.1rem solid #000000;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .ticket_tbl01 {
    margin-top: 3.125vw;
  }
}
.ticket_tbl01 tr:nth-child(1) th {
  padding: 2.5rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ticket_tbl01 tr:nth-child(1) th {
    padding: 1rem;
  }
}
.ticket_tbl01 th {
  padding: 4.5rem 1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border-bottom: 0.1rem solid #000000;
  background-color: #deebea;
}
@media screen and (min-width: 768px) {
  .ticket_tbl01 th {
    padding: 1.2rem 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .ticket_tbl01 th {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .ticket_tbl01 th {
    padding-left: 8rem;
  }
}
.ticket_tbl01 td {
  padding: 4.5rem 1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border-bottom: 0.1rem solid #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_tbl01 td {
    padding: 1.2rem 1rem;
    font-size: 2.4rem;
  }
}
.ticket_tbl01 td span {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .ticket_tbl01 td span {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .ticket_tbl01 td span {
    display: inline-block;
  }
}
.ticket_note {
  position: relative;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ticket_note {
    margin-top: 1.5625vw;
  }
}
.ticket_note > li {
  padding-left: 1em;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .ticket_note > li {
    font-size: 1.8rem;
  }
}
.ticket_tbl02 {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .ticket_tbl02 {
    margin-top: 3.125vw;
  }
}
.ticket_tbl02 th {
  width: 20rem;
  padding: 3rem 2rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_tbl02 th {
    width: 24rem;
    padding: 1.5rem 2rem;
    font-size: 2.2rem;
  }
}
.ticket_tbl02 th figure {
  line-height: 1;
}
.ticket_tbl02 th figure img {
  width: auto;
  max-width: 16rem;
  height: auto;
  max-height: 16rem;
}
.ticket_tbl02 td {
  padding: 3rem 4rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.05em;
  border: 0.1rem solid #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_tbl02 td {
    padding: 1.5rem 4rem;
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=ticket.css.map */