.pageTitle {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.pageTitle p.main {
  max-width: 1600px;
  margin: 0 auto 3vw;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pageTitle p.main.pcOnly {
    display: none;
  }
}
.pageTitle p.main.spOnly {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pageTitle p.main.spOnly {
    display: block;
  }
}
.pageTitle ul {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  gap: max(4.7vw, 15px);
}
.pageTitle ul li {
  text-align: center;
}
.pageTitle ul li p {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .pageTitle ul li p {
    font-size: clamp(13px, 2.5vw, 100px);
  }
}
.pageTitle ul li p {
  margin-top: 10px;
}
.pageTitle ul li span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #E2452F;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .pageTitle ul li span {
    font-size: clamp(13px, 1.6666666667vw, 100px);
  }
}
.pageTitle ul li:nth-child(2) {
  margin-top: 5vw;
}

#contents {
  padding: 0 max(3vw, 25px);
}
#contents .aboutArea {
  max-width: 850px;
  margin: 0 auto 80px;
}
#contents .aboutArea h2 {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  #contents .aboutArea h2 {
    font-size: clamp(17px, 3.3333333333vw, 100px);
  }
}
#contents .aboutArea h2 {
  margin-bottom: 10px;
}
#contents .aboutArea h2 span {
  background-color: #FFF100;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #FFF100 60%, #FFF100 100%);
  padding: 0 10px;
}
#contents .aboutArea p.sub {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #contents .aboutArea p.sub {
    font-size: clamp(13px, 2.0833333333vw, 100px);
  }
}
#contents .aboutArea p.sub {
  text-align: center;
  margin-bottom: 40px;
}
#contents .aboutArea > table {
  border-collapse: collapse;
  border-top: 2px solid #000;
  width: 100%;
}
#contents .aboutArea > table > tbody > tr > th,
#contents .aboutArea > table > tbody > tr > td {
  border-bottom: 2px solid #000;
  vertical-align: top;
  text-align: left;
  padding: 15px 10px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #contents .aboutArea > table > tbody > tr > th,
  #contents .aboutArea > table > tbody > tr > td {
    font-size: clamp(13px, 1.6666666667vw, 100px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .aboutArea > table > tbody > tr > th,
  #contents .aboutArea > table > tbody > tr > td {
    padding: 10px 0;
  }
}
#contents .aboutArea > table > tbody > tr > th {
  padding-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .aboutArea > table > tbody > tr > th {
    padding-right: 15px;
  }
}
#contents .aboutArea > table > tbody > tr > td small {
  display: block;
  font-size: 0.8em;
}
#contents .aboutArea > table > tbody > tr > td .map {
  max-width: 630px;
  margin-top: 10px;
}
#contents .aboutArea > table > tbody > tr > td .ticketTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr th, #contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr td {
  border-bottom: 1px dotted #000;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr:first-child th, #contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr:first-child td {
  padding-top: 0;
}
#contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr th {
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr th {
    padding-right: 0;
    width: 80px;
  }
}
#contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr td span.plus {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 100%;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
}
#contents .aboutArea > table > tbody > tr > td .ticketTable tbody tr td .map {
  margin-top: 10px;
}
#contents .priceArea {
  max-width: 1200px;
  margin: 0 auto 60px;
  background-color: #fff;
  border-radius: 50px;
  padding: max(3vw, 25px);
}
@media screen and (max-width: 960px) {
  #contents .priceArea {
    border-radius: 25px;
  }
}
#contents .priceArea h2 {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea h2 {
    font-size: clamp(17px, 3.3333333333vw, 100px);
  }
}
#contents .priceArea h2 {
  margin-bottom: 30px;
}
#contents .priceArea h2 span {
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #FFF100 60%, #FFF100 100%);
  letter-spacing: 10px;
  padding-left: 10px;
}
#contents .priceArea > section {
  margin-bottom: 30px;
}
#contents .priceArea > section h3 {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea > section h3 {
    font-size: clamp(17px, 2.5vw, 100px);
  }
}
#contents .priceArea > section h3 {
  text-align: center;
}
#contents .priceArea > section h3::after {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 81px;
  height: 16px;
  background: url(../images/common/icon_lane.svg) no-repeat center/contain;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > section h3::after {
    margin-bottom: 10px;
  }
}
#contents .priceArea > section h3 small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea > section h3 small {
    font-size: clamp(13px, 1.3333333333vw, 100px);
  }
}
#contents .priceArea > section > div.price {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}
#contents .priceArea > section > div.price p strong {
  font-size: 4rem;
  line-height: 120%;
}
@media screen and (max-width: 668px) {
  #contents .priceArea > section > div.price p strong {
    font-size: calc(4rem * 0.8);
  }
}
#contents .priceArea > section .notice {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea > section .notice {
    font-size: clamp(13px, 1.1666666667vw, 100px);
  }
}
#contents .priceArea > section .notice {
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > section .notice {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#contents .priceArea > div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .priceArea > div.box > section {
  width: calc(50% - 1.5vw);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > div.box > section {
    width: 100%;
  }
}
#contents .priceArea > div.box > section h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea > div.box > section h4 {
    font-size: clamp(17px, 2.1666666667vw, 100px);
  }
}
#contents .priceArea > div.box > section h4 {
  text-align: center;
}
#contents .priceArea > div.box > section h4::after {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 81px;
  height: 16px;
  background: url(../images/common/icon_lane.svg) no-repeat center/contain;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > div.box > section h4::after {
    margin-bottom: 10px;
  }
}
#contents .priceArea > div.box > section table {
  width: 100%;
  border-collapse: collapse;
}
#contents .priceArea > div.box > section table:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > div.box > section table:last-child:first-of-type {
    margin-bottom: 30px;
  }
}
#contents .priceArea > div.box > section table tr th, #contents .priceArea > div.box > section table tr td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
#contents .priceArea > div.box > section table tr th {
  text-align: left;
}
#contents .priceArea > div.box > section table thead th:not(:first-child) {
  text-align: right;
}
#contents .priceArea > div.box > section table tbody td {
  text-align: right;
  white-space: nowrap;
}
#contents .priceArea > div.box > section .notice {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  #contents .priceArea > div.box > section .notice {
    font-size: clamp(13px, 1.1666666667vw, 100px);
  }
}
#contents .priceArea > div.box > section .notice {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .priceArea > div.box > section .notice {
    margin-bottom: 30px;
  }
}
#contents .linkArea {
  text-align: center;
}
#contents .linkArea .text {
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  #contents .linkArea .text {
    font-size: clamp(17px, 3.3333333333vw, 100px);
  }
}
#contents .linkArea .text {
  margin-bottom: 3vw;
}
#contents .linkArea .text span {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  #contents .linkArea .text span {
    font-size: clamp(17px, 2.5vw, 100px);
  }
}
#contents .linkArea .text span {
  display: block;
  transform: rotate(-6deg);
  margin-bottom: 5px;
}
#contents .linkArea .text span::before, #contents .linkArea .text span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #000;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  #contents .linkArea .text span::before, #contents .linkArea .text span::after {
    height: 30px;
  }
}
@media screen and (max-width: 668px) {
  #contents .linkArea .text span::before, #contents .linkArea .text span::after {
    height: 25px;
  }
}
#contents .linkArea .text span::before {
  transform: rotate(-40deg);
  margin-right: 10px;
}
#contents .linkArea .text span::after {
  transform: rotate(40deg);
  margin-left: 10px;
}
#contents .linkArea .btn a {
  display: inline-block;
  background-color: #FFF100;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 15px 40px;
  box-shadow: 4px 4px 0 0 #000;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #contents .linkArea .btn a {
    font-size: clamp(13px, 1.6666666667vw, 100px);
  }
}
#contents .linkArea .btn a:hover {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 0 #000;
}