/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* contents
=================================================================== */
article .section.ticket {
  max-width: 885px;
  background-color: #8EB2B1; }
  article .section.ticket .ticket__contents .ticket__contents--title {
    font-size: 21px;
    margin-bottom: 50px; }
  article .section.ticket .ticket__contents .ticket__contents--text {
    font-size: 17px;
    margin-bottom: 50px;
    line-height: 1.7; }
    article .section.ticket .ticket__contents .ticket__contents--text strong {
      font-size: 20px;
      font-weight: normal; }
  article .section.ticket .ticket__contents .ticket__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; }
    article .section.ticket .ticket__contents .ticket__main li {
      width: calc(100% / 3 - 23px);
      margin-bottom: 40px; }
      article .section.ticket .ticket__contents .ticket__main li dl dt {
        height: 52px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
        article .section.ticket .ticket__contents .ticket__main li dl dt strong, article .section.ticket .ticket__contents .ticket__main li dl dt span {
          display: block; }
        article .section.ticket .ticket__contents .ticket__main li dl dt strong {
          font-size: 13px; }
        article .section.ticket .ticket__contents .ticket__main li dl dt span {
          font-size: 11px;
          text-indent: -.5em;
          opacity: .5; }
      article .section.ticket .ticket__contents .ticket__main li dl dd.price {
        height: 50px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
        article .section.ticket .ticket__contents .ticket__main li dl dd.price strong, article .section.ticket .ticket__contents .ticket__main li dl dd.price span {
          display: block; }
        article .section.ticket .ticket__contents .ticket__main li dl dd.price strong {
          font-size: 13px; }
        article .section.ticket .ticket__contents .ticket__main li dl dd.price span {
          font-size: 11px;
          opacity: .5; }
      article .section.ticket .ticket__contents .ticket__main li dl dd img {
        padding-right: 35px; }
  article .section.ticket .ticket__contents .ticket__place {
    margin-bottom: 100px; }
    article .section.ticket .ticket__contents .ticket__place li {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-bottom: 30px; }
      article .section.ticket .ticket__contents .ticket__place li h3 {
        width: 180px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap; }
      article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail {
        width: calc(100% - 180px); }
        article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail p {
          font-size: 13px;
          margin-bottom: 15px; }
          article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail p span {
            margin-right: 1em;
            margin-bottom: 10px; }
            article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail p span > a {
              display: inline-block;
              text-decoration: underline; }
            article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail p span:hover a {
              text-decoration: none; }
        article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn {
          font-size: 15px; }
          article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn:before {
            top: 12px; }
          article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn a {
            padding-bottom: 10px; }
        article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn--blank {
          border: 1px solid #000; }
          article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn--blank a {
            position: relative;
            font-size: 14px;
            font-weight: bold;
            line-height: 56px;
            padding: 0 25px; }
            article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn--blank a:after {
              content: " ";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              width: 14px;
              height: 16px;
              left: auto;
              right: 25px;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              background-image: url("../img/common/btn--site.svg");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% auto; }
          article .section.ticket .ticket__contents .ticket__place li .ticket__place--detail .btn--blank:hover a {
            background-color: rgba(0, 0, 0, 0.2); }
  article .section.ticket .ticket__contents .ticket__btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px; }
    article .section.ticket .ticket__contents .ticket__btn li {
      width: calc(50% - 13px);
      border: 2px solid #000;
      text-align: left; }
      article .section.ticket .ticket__contents .ticket__btn li a {
        position: relative;
        font-size: 17px;
        padding: 20px 25px; }
        article .section.ticket .ticket__contents .ticket__btn li a:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          left: auto;
          right: 25px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto; }
      article .section.ticket .ticket__contents .ticket__btn li:first-child a::after {
        width: 14px;
        height: 16px;
        background-image: url(../img/common/btn--download.svg); }
      article .section.ticket .ticket__contents .ticket__btn li:last-child a::after {
        width: 16px;
        height: 13px;
        background-image: url(../img/common/btn--site.svg); }
      article .section.ticket .ticket__contents .ticket__btn li:hover {
        background-color: rgba(0, 0, 0, 0.2); }
  article .section.ticket .ticket__contents .ticket__prev {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 100px; }
    article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left {
      width: calc(100% - 205px); }
      article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left > p {
        margin-bottom: 20px; }
        article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left > p.ticket__prev--left--subtitle {
          margin-bottom: 13px; }
        article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left > p > a {
          display: inline-block;
          text-decoration: underline; }
          article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left > p > a:hover {
            text-decoration: none; }
      article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left .btn {
        font-size: 13px;
        margin-bottom: 20px; }
        article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left .btn:before {
          top: 8px; }
        article .section.ticket .ticket__contents .ticket__prev .ticket__prev--left .btn a {
          padding-bottom: 10px; }
    article .section.ticket .ticket__contents .ticket__prev .ticket__prev--right {
      width: 150px;
      margin: 0 auto 20px; }
  article .section.ticket .ticket__contents .info__list li {
    margin-bottom: 40px; }
    article .section.ticket .ticket__contents .info__list li dl dt {
      width: 205px; }
    article .section.ticket .ticket__contents .info__list li dl dd {
      font-size: 12px;
      margin-left: 205px;
      margin-bottom: 4px; }
      article .section.ticket .ticket__contents .info__list li dl dd p {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 10px; }
article .section.en .ticket__contents .ticket__main .ticket__main--text ul li.ticket__main--text--title dl dd {
  font-family: 'Helvetica', 'Arial', 'sans-serif'; }
article .section.en .ticket__contents .ticket__main .ticket__main--text ul li dl dt span {
  text-indent: 0; }
article .section.en .ticket__contents .ticket__btn {
  justify-content: flex-end; }
  article .section.en .ticket__contents .ticket__btn li {
    width: calc(76% - 70px); }
article .section.en .ticket__contents .info__list {
  text-align: left; }
  article .section.en .ticket__contents .info__list li dl dt {
    width: 130px; }
  article .section.en .ticket__contents .info__list li dl dd {
    margin-left: 130px; }
    article .section.en .ticket__contents .info__list li dl dd p {
      padding-left: 0.4em;
      text-indent: -0.4em; }
