@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : ticket.css
Description : チケットページ
===================================================================== */
/* ====================================================
    ページ共通
=====================================================*/
.ticket-content_top {
  background: #e5c9ab;
  text-align: center;
  line-height: 1.4;
  padding: 4%;
}
.ticket-content_top h4 {
  color: #e4765d;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.ticket-content_top p {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 1.3333333333%;
}
.ticket-content_top p strong {
  font-weight: 500;
}
.ticket-content_bottom {
  width: 100%;
}
.ticket-content_bottom .content_bg {
  padding: 6rem 4.5333333333%;
}
.ticket-content_bottom .content_bg > *:not(:last-child) {
  margin-bottom: 4rem;
}
.ticket-content_bottom h5 {
  color: #e4765d;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 5rem;
}
.ticket-content_bottom p {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.55;
}
.ticket-content_bottom p strong {
  font-size: 3rem;
}
.ticket-content_bottom dl {
  display: flex;
  border-bottom: 2px solid #fff;
  padding-bottom: 4rem;
  line-height: 1.4;
}
.ticket-content_bottom dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ticket-content_bottom dl dt {
  font-size: 3rem;
  font-weight: 500;
  width: 33%;
  padding-left: 2.6666666667%;
}
.ticket-content_bottom dl dd {
  font-size: 3rem;
  font-weight: 500;
  width: 67%;
  padding-left: 1.8666666667%;
}
.ticket-content_bottom dl dd .dd_bottom {
  margin-top: 8%;
}
.ticket-content_bottom .ticket_link a {
  position: relative;
  color: #e4765d;
  font-weight: 700;
  word-wrap: break-word;
  padding: 0 0 0 13.3333333333%;
}
.ticket-content_bottom .ticket_link a::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_link.png) no-repeat;
  background-size: contain;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
}
.ticket-content_bottom .ticket_discription {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.55;
  padding-left: 3rem;
}
.ticket-content_bottom .dl_place {
  border-bottom: none;
}
.ticket-content_bottom .guide_photo {
  width: 61.3333333333%;
  margin: 0 auto;
  padding-bottom: 9.3333333333%;
}
.ticket-content:nth-child(n+3) {
  margin-top: 17.3333333333%;
}

@media screen and (min-width: 768px) {
  .ticket-content_top {
    padding: 1.8rem;
  }
  .ticket-content_top h4 {
    font-size: 2.4rem;
  }
  .ticket-content_top p {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
  .ticket-content_bottom h5 {
    font-size: 2.4rem;
  }
  .ticket-content_bottom p {
    font-size: 1.6rem;
  }
  .ticket-content_bottom p strong {
    font-size: 1.8rem;
  }
  .ticket-content_bottom .content_bg {
    padding: 5rem 8rem;
  }
  .ticket-content_bottom .content_bg > *:not(:last-child) {
    margin-bottom: 3rem;
  }
  .ticket-content_bottom dl {
    padding-bottom: 3rem;
  }
  .ticket-content_bottom dl dt,
  .ticket-content_bottom dl dd {
    font-size: 1.8rem;
  }
  .ticket-content_bottom dl dt {
    width: 25%;
    letter-spacing: 0.05em;
    padding-left: 1rem;
  }
  .ticket-content_bottom dl dd {
    width: 75%;
    padding-left: 1rem;
  }
  .ticket-content_bottom .ticket_link a {
    font-size: 1.6rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    transition: 0.5s ease;
  }
  .ticket-content_bottom .ticket_link a::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .ticket-content_bottom .ticket_link a:hover {
    opacity: 0.6;
  }
  .ticket-content_bottom .guide_photo {
    width: 30rem;
    padding-bottom: 5rem;
  }
  .ticket-content:nth-child(n+3) {
    margin-top: 6rem;
  }
}
/* ====================================================
    special
=====================================================*/
#special {
  overflow-y: hidden;
  z-index: 10;
  margin-top: -8%;
  padding-bottom: 24.8%;
}
#special .special_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#special .special_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#special .special_wrap {
  margin-right: calc(50% - 50vw);
}
#special .special_ttlBlock {
  padding: 10.6666666667% 0;
}
#special .ticket-content_bottom {
  background: #f7f1ea;
}
#special .ticket-content_bottom dl .ticket_link a {
  padding-bottom: 4.8%;
}
#special .ticket-content_bottom dl .ticket_link a::before {
  top: 28%;
  transform: translateY(-28%);
}

@media screen and (min-width: 768px) {
  #special {
    margin-top: -3.2291666667%;
    padding-left: 20.8333333333%;
    padding-bottom: 8rem;
  }
  #special .special_wrap {
    width: 100%;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
  }
  #special .special_ttlBlock {
    padding: 8rem 0;
  }
  #special .ticket-content_bottom dl .ticket_link a {
    padding-bottom: 1.4rem;
  }
  #special .ticket-content_bottom dl .ticket_link a::before {
    top: 10%;
    transform: translateY(-10%);
  }
}
/* ====================================================
    normal
=====================================================*/
#normal {
  position: relative;
  z-index: 50;
}
#normal::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(340 / 750 * 100%);
  padding-top: calc(1700 / 750 * 100%);
  background: url(../images/ticket/normal/bg_heart-sp.png) no-repeat center/100% auto;
  z-index: 2;
}
#normal .normal_bg {
  position: absolute;
  top: 10rem;
  left: 0;
  width: calc(715 / 750 * 100%);
  height: 100%;
  background: url(../images/ticket/normal/bg_normal-sp.jpg) repeat-y top center/100% auto;
  z-index: 1;
}
#normal .normal_wrap {
  margin-left: calc(50% - 50vw);
}
#normal .normal_ttlBlock {
  padding: 28% 0 10.6666666667%;
}
#normal .normal_ttlBlock .normal_discription {
  text-align: center;
  font-size: 3rem;
  margin-top: 6.6666666667%;
}
#normal .ticket-content_bottom {
  background: #e0e2d7;
}
#normal .ticket-content_bottom dl .ticket_link a {
  padding-bottom: 1.8666666667%;
}
#normal .ticket-content_bottom dl .ticket_link a::before {
  top: 0.7rem;
}
#normal .ticket_table {
  padding-left: 4.5333333333%;
}
#normal .ticket_table table {
  border-collapse: collapse;
  width: 100%;
}
#normal .ticket_table table tr {
  border-bottom: 2px solid #fff;
}
#normal .ticket_table table tr th,
#normal .ticket_table table tr td {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  border-right: 2px solid #fff;
  padding: 5.6% 0;
}
#normal .ticket_table table tr th {
  width: 30%;
}
#normal .ticket_table table tr td {
  width: 35%;
}
#normal .ticket_table table tr td:nth-child(2) {
  background: #e7e8e0;
}
#normal .ticket_table table tr td:last-child {
  border-right: none;
}
#normal .ticket_discount {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 24%;
  padding: 0 3.2% 6.6666666667%;
}

.free_weap {
  position: relative;
  padding: 12rem 0;
}
.free_weap .normal2_bg {
  position: absolute;
  top: -10.6666666667%;
  left: 0;
  right: 0;
}
.free_weap .normal2_bg img {
  height: 100%;
}
.free_weap .ticket_free {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 2.6666666667%;
  margin-bottom: 26.6666666667%;
  margin-left: -1rem;
  padding-right: 3.2%;
}

@media screen and (min-width: 768px) {
  #normal {
    padding-left: 20.8333333333%;
  }
  #normal::before {
    width: calc(1038 / 1920 * 100%);
    padding-top: calc(518 / 1920 * 100%);
    background-image: url(../images/ticket/normal/bg_heart-pc.png);
  }
  #normal .normal_bg {
    width: 100%;
    background-image: url(../images/ticket/normal/bg_normal-pc.jpg);
  }
  #normal .normal_wrap {
    width: 100%;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9.8rem;
  }
  #normal .normal_ttlBlock {
    padding: 8rem 0;
  }
  #normal .normal_ttlBlock .normal_discription {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  #normal .ticket-content dl .ticket_link a::before {
    top: 0.2rem;
  }
  #normal .ticket_table {
    padding: 0 9rem;
  }
  #normal .ticket_table table tr th,
  #normal .ticket_table table tr td {
    font-size: 1.8rem;
    padding: 3rem 0;
  }
  #normal .ticket_discount {
    font-size: 1.6rem;
    margin-top: 10rem;
    padding: 0 0 1rem 0;
  }
  .free_weap {
    padding: 10rem 0 8rem 20.8333333333%;
  }
  .free_weap .normal2_bg {
    top: -8px;
    left: 0;
    margin-right: 9.0104166667%;
  }
  .free_weap .ticket_free {
    max-width: 88rem;
    font-size: 1.6rem;
    margin: 2.2rem auto 5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
/* =====================================================================
    20230424 追加分
======================================================================*/
.normal_guide_wrap {
  margin-top: 13rem;
}
.normal_guide_wrap .normal_guide:not(:last-child) {
  margin-bottom: 13rem;
}

.ticket-content_top.accordion p {
  display: inline-block;
  margin-bottom: 0.7em;
  padding-bottom: 0.2em;
  font-weight: 700;
  border-bottom: 1px solid;
}
.ticket-content_top.accordion h4 {
  display: inline-block;
}
.ticket-content_top.accordion h4::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0.1em;
  width: 1em;
  height: 1em;
  transition: 0.3s ease;
  background: url(../images/common/icon_arrow2.png) no-repeat center/contain;
}
.ticket-content_top.accordion.active h4::after {
  transform: rotate(180deg);
}

.ticket_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ticket_list.center {
  justify-content: center;
}
.ticket_list li {
  width: 30.5rem;
}
.ticket_list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 3rem;
}
.ticket_list li a {
  padding: 2.7rem 0;
  background-color: #fff;
}
.ticket_list li a img {
  margin: auto;
  width: auto;
  height: 6.8rem;
}

.ticket_notice li {
  position: relative;
  padding-left: 1.2em;
  font-size: 2.8rem;
  line-height: 1.55;
}
.ticket_notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .normal_guide_wrap {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0 0 -16.7045454545%;
    width: 133.4090909091%;
  }
  .normal_guide_wrap .normal_guide {
    margin-bottom: 0 !important;
    width: 48.3816013629%;
  }
  .normal_guide_wrap .content_bg {
    padding: 3rem 4rem;
  }
  .ticket-content_top.accordion {
    cursor: pointer;
  }
  .ticket_list li {
    width: 23.5rem;
  }
  .ticket_list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
  .ticket_list li a {
    padding: 2rem 0;
  }
  .ticket_list li a:hover {
    box-shadow: 0 0 0 2px #d5b9b2;
  }
  .ticket_list li a img {
    height: 4.4rem;
  }
  .ticket_notice li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=ticket.css.map */