@charset "UTF-8";

/* ===============================================
# ticket
=============================================== */
.p-ticket__dl {
  font-weight: 500;
}

.p-ticket__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .p-ticket__dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
}

.p-ticket__dt>p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__dt>p {
    font-size: 1.6rem;
  }
}

.p-ticket__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.p-ticket__btn>a span {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-ticket__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.p-ticket__btn+.p-ticket__btn {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-ticket__btn+.p-ticket__btn {
    margin-top: 16px;
  }
}

.p-ticket__headText {
  padding: 2rem 0;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__headText {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}

.p-ticket__dd>img {
  display: block;
  margin: 0 auto;
}

.p-ticket__price {
  margin-top: -80px;
  margin-bottom: 40px;
  padding: 66px 2vw;
}

@media screen and (max-width: 768px) {
  .p-ticket__price {
    margin-top: -40px;
    padding: 32px 4vw 16px;
  }
}

.p-ticket__price--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.9166666667;
}

@media screen and (max-width: 768px) {
  .p-ticket__price--item {
    font-size: 24px;
    line-height: 1.3333333333;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.p-ticket__price--item>dd,
.p-ticket__price--item>dt {
  font-size: 2.4rem;
  color: var(--color-accent);
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .p-ticket__price--item>dd,
  .p-ticket__price--item>dt {
    font-size: 1.4rem;
  }
}

.p-ticket__price--item>dd>span,
.p-ticket__price--item>dt>span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {

  .p-ticket__price--item>dd>span,
  .p-ticket__price--item>dt>span {
    font-size: 1.2rem;
  }
}

.p-ticket__price--item>dt::after {
  content: "：";
}

.p-ticket__price--kome {
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-ticket__price--kome {
    font-size: 1.2rem;
  }
}

.p-ticket__price--img {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-ticket__price--img {
    margin-top: 20px;
  }
}

.p-ticket__price--img>img {
  display: block;
  margin: 0 auto;
}

.p-ticket__schedule+.p-ticket__schedule {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule+.p-ticket__schedule {
    margin-top: 20px;
  }
}

.p-ticket__schedule.-onbg {
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule.-onbg {
    padding: 8px;
  }
}

.p-ticket__schedule--subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--color-accent);
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--subtitle {
    margin-bottom: 8px;
    text-align: center;
    font-size: 1.2rem;
  }
}

.p-ticket__schedule--reception {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--reception {
    margin-bottom: 5px;
  }
}

.p-ticket__schedule h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.p-ticket__schedule p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule p {
    font-size: 1.2rem;
    line-height: 2.1;
  }
}

.p-ticket__schedule a {
  color: #000;
}

.p-ticket__schedule a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-ticket__schedule .-text-left>p,
.p-ticket__schedule .-text-left small {
  text-align: left;
}

.p-ticket__schedule--item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--item {
    margin-bottom: 16px;
  }
}

.p-ticket__schedule--item.-onbg {
  padding: 24px 16px;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--item.-onbg {
    padding: 16px 8px;
  }
}

.p-ticket__schedule--item h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--item h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}

.p-ticket__schedule--item p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--item p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-ticket__schedule--item small {
  font-weight: 500;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__schedule--item small {
    font-size: 1rem;
  }
}

.p-ticket__schedule--item a {
  color: #000;
}

.p-ticket__schedule--item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-ticket__schedule--item.is-end {
  background-color: #aaa;
}

.p-ticket__schedule--item .is-endtext {
  color: #000;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-ticket__modal--identity {
    padding: 0 5.3333333333vw;
  }
}

.p-ticket__modal--identity h3 {
  margin-bottom: 24px;
  font-size: 28px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__modal--identity h3 {
    font-size: 1.2rem;
  }
}

.p-ticket__modal--identity p {
  color: #FFF;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-ticket__modal--identity p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__event {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__event .cmn__headline {
    width: 300px;
  }
}

.p-ticket__event--tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-ticket__event--tablist {
    gap: 24px;
    margin-bottom: 24px;
  }
}

.p-ticket__event--title {
  font-size: 16px;
  margin-top: 24px;
  font-weight: 600;
}

.p-ticket__event--item {
  padding: 24px 24px 0 24px;
  background-color: #FFF;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .p-ticket__event--item {
    padding: 0;
  }
}

.p-ticket__event--item>p {
  line-height: 2;
}

.p-ticket__event--item p+p {
  margin-top: 24px;
}

.p-ticket__event .tabItem>button {
  width: 360px;
  padding: 16px 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
}

@media screen and (max-width: 768px) {
  .p-ticket__event .tabItem>button {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
  }
}

.p-ticket__event .tabItem>button:hover {
  opacity: 0.8;
}

.p-ticket__event .tabItem.is-active>button {
  background: var(--color-accent);
  color: #fff;
}

.p-ticket__deco {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.p-ticket__deco.-icon-star::before,
.p-ticket__deco.-icon-star::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/ticket/icon_star.svg");
  mask-image: url("../img/ticket/icon_star.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-accent);
}
.p-ticket__deco.-icon-camera::before,
.p-ticket__deco.-icon-camera::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/ticket/icon_camera.svg");
  mask-image: url("../img/ticket/icon_camera.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-accent);
}

.p-ticket__deco.-icon-bike::before,
.p-ticket__deco.-icon-bike::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../img/ticket/icon_bike.svg");
  mask-image: url("../img/ticket/icon_bike.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-accent);
}

.p-ticket__deco.-icon-onpu::before,
.p-ticket__deco.-icon-onpu::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/ticket/icon_onpu.svg");
  mask-image: url("../img/ticket/icon_onpu.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-accent);
}

.p-ticket__scroll {
  width: 660px;
  margin: 15px auto;
  font-size: 19px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link {
    font-size: 1.4em;
  }
}

.p-ticket__scroll--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link {
    font-size: 14px;
  }
}

.p-ticket__scroll--link.-icon-star::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-mask-image: url("../img/ticket/icon_star.svg");
  mask-image: url("../img/ticket/icon_star.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link.-icon-star::before {
    width: 20px;
    height: 20px;
  }
}
.p-ticket__scroll--link.-icon-camera::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-mask-image: url("../img/ticket/icon_camera.svg");
  mask-image: url("../img/ticket/icon_camera.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link.-icon-camera::before {
    width: 20px;
    height: 20px;
  }
}

.p-ticket__scroll--link.-icon-bike::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-mask-image: url("../img/ticket/icon_bike.svg");
  mask-image: url("../img/ticket/icon_bike.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link.-icon-bike::before {
    width: 29px;
    height: 29px;
  }
}

.p-ticket__scroll--link.-icon-onpu::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-mask-image: url("../img/ticket/icon_onpu.svg");
  mask-image: url("../img/ticket/icon_onpu.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-ticket__scroll--link.-icon-onpu::before {
    width: 21px;
    height: 21px;
  }
}

.p-ticket__event--item--subject {
  font-size: 16px;
  font-weight: 600;
  /* text-decoration: underline 2px;
  text-decoration-color:var(--color-accent);
  text-underline-offset: 6px; */
  line-height: 2.2 !important;
}

@media screen and (max-width: 768px) {
  .p-ticket__event--item--subject {
    font-size: 14px;
  }
}

.p-ticket__event--item--subject_c {
  font-size: 14px;
  font-weight: 600;
  /* text-decoration: underline 2px; */
  /* text-decoration-color:var(--color-accent); */
  /* text-underline-offset: 6px; */
  /* padding-left: 9px; */
  border-bottom: 2px solid var(--color-accent);
  margin-left: 9px;
  line-height: 2.2 !important;
}

@media screen and (max-width: 768px) {
  .p-ticket__event--item--subject_c {
    font-size: 14px;
  }
}

.p-ticket__event--item--subject .u-border-bottom {
  border-bottom: 2px solid var(--color-accent);
}

.p-ticket__event--item--subject--indent {
  padding-left: 1.3em;
}

@media screen and (min-width: 769px) {
  .font14 {
    font-size: 14px;
  }

  .font16 {
    font-size: 16px;
  }
}

/*-----------------------------------------------
* resale
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .resale {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .resale .cont__h2 {
    width: 70%;
  }
}

.resale__inner {
  font-size: 14px;
}

.resale__inner h2,
.resale__inner a {
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.resale__inner a {
  text-decoration: underline;
  letter-spacing: 0;
}

.resale__inner a:hover {
  opacity: 0.75;
}

.resale__txtWrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .resale__txtWrap {
    margin-bottom: 24px;
  }
}

.resale__subttl {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  color: #dd340b !important;
  text-align: left;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.resale__txt {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 8px;
}

.resale__txt--small {
  font-size: 12px;
  line-height: 2.5;
}

.resale__linkList {
  margin-bottom: 40px;
}

.resale__txt--inline {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.resale__btn {
  max-width: 400px;
  margin: 0 auto 40px;
}

.resale__btn a {
  width: 100%;
  padding: 6px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: #E62112;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: 2px solid #E62112;
}

.resale__btn a:hover {
  background: #FFF;
  color: #E62112;
}

.resale .bg-white {
  padding: 16px 24px;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .resale .bg-white {
    padding: 8px 16px;
  }
}

.resale .color-red {
  font-weight: 500;
  color: #E62112;
}

.cmn__subline__ticletr {
  padding: 1.2rem 2.6rem;
  margin-bottom: 16px;
  border: 2px solid #FFF;
  background: var(--color-accent);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cmn__subline__ticletr {
    padding: 0.8rem 1.3rem;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}

.ticletr_blue {
  color: var(--color-accent);
  font-weight: 600;
}

#ticket .cmn__pagetitle>img {
  max-width: 460px;
}

@media screen and (max-width: 768px) {
  #ticket .cmn__pagetitle>img {
    max-width: 280px;
  }
}

/* チケット価格のcss */
.p-ticket__cau {
  font-size: 1.3rem;
  color: #000;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  text-indent: -1em;
  margin-left: 1em;
}



.p-ticket__price--item__flex-wrap {
  flex-wrap: wrap;
}

.bro {
  color: var(--color-accent-light) !important;
}

.ma_top {
  margin-top: 20px;
}

.cmn__headline_w {
  width: 700px;
}

.cmn__headline_w2 {
  width: 420px;
}

@media screen and (max-width: 768px) {
  .cmn__headline_w {
    height: 54px;
  }
}

.nakaguro_indent {
  text-indent: 0;
  padding: 0;
  display: flex;
}

.nakaguro {
  width: 1em;
  display: block;
}

.nakaguro_indent .txt {
  width: calc(100% - 1.5em);
}

.indent3 {
  /* text-indent: -2em;
  margin-left: 2em;
  display: block; */
  text-align: center;
}

@media screen and (max-width: 768px) {
  .indent_sp {
    /* text-indent: -2em;
    margin-left: 2em;
    display: block; */
    text-align: center;
  }
}

.tokuten {
  margin: 10px -2vw 0;

}

.tokuten img {
  width: 100%;
}

.border_bottom {
  border-bottom: 3px solid var(--color-accent-light);
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
.mark_NEW{
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
}
.mark_NEW::after{
content: "NEW!";
  color: var(--color-accent);
  display: block;
  padding: 4px 16px;
  font-size: 22px;
  font-weight: 600;
  z-index: 10;
  position: relative;
  padding-left: 40px;
  text-align: left;
}
#aftertalk .-icon-star{
  padding-left: 90px;
}
}
@media screen and (max-width: 768px) {
    #aftertalk .p-ticket__deco{
      gap: 8px;
    }
  #aftertalk .mark_NEW_sp {
      order: 1;
      font-size: 14px;
    }
  #aftertalk .title {
      order: 3;
    }
  #aftertalk .p-ticket__deco::before{
    order:2;
  }
  #aftertalk .p-ticket__deco::after{
    order:4;
  }
 
}