.loading-cover {
  background-color: rgba(30, 31, 32, .400389);
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10
}

.loading-card,
.loading-cover {
  -webkit-align-items: center;
  align-items: center
}

.loading-card {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .120613);
  border-radius: 4px;
  padding: 24px
}

.loading-card-large {
  margin: 10vw;
  max-width: 270px;
  padding: 32px
}

.loading-spinner {
  -webkit-animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
  animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
  border: 16px solid #45484a;
  border-top-color: #e0e1e2;
  border-radius: 50%;
  height: 65px;
  margin: 0 auto;
  width: 65px
}

.title {
  font-size: 16px;
  padding: 24px 0 8px;
  text-align: center
}

.message {
  color: #818589;
  line-height: 1.5
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

/* .modal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: fixed
} */

.modal .dialog {
  width: 92%;
  margin: auto 16px;
  max-height: calc(100% - 84px);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  z-index: 90;
  border-radius: 6px;
  font-size: 14px
}

.modal .dialog.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.modal .dialog .container {
  padding: 14px 24px 6px
}

.modal .dialog .container .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center
}

.modal .dialog .container .content-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px
}

.modal .dialog .container .title {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  white-space: normal
}

.modal .dialog .container .caution {
  padding: 12px;
  line-height: 1.5;
  border: 1px solid rgba(255, 74, 97, .88);
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 74, 97, .04)
}

.modal .dialog .container .image {
  width: 50%;
  padding: 10px
}

.modal .dialog .container .body {
  padding-top: 16px;
  line-height: 1.7;
  width: 100%
}

.modal .dialog .container .body-align-center {
  text-align: center
}

.modal .dialog .container .period {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5
}

.modal .dialog .container .buttons {
  padding: 20px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.modal .dialog .container .buttons .dialog-button {
  width: 50%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #000
}

.modal .dialog .container .buttons .dialog-button.cancel {
  color: #858a8e;
  background-color: #fff;
  border: 1px solid #a1a8af;
  margin-right: 16px
}

.modal .dialog .container .buttons .dialog-button.ok {
  color: #fff;
  background-color: #1e1f20
}

.modal .dialog .line {
  height: 1px;
  background-color: #c8cacc
}

.toast {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  margin: 10px;
  border-radius: 4px;
  background-color: #fbfcfa;
  border: 1px solid #91d446;
  padding: 20px
}

.toast.error {
  background-color: #fffcfc;
  border: 1px solid #ff6175
}

.toast .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.toast .content .icon {
  -webkit-flex: 0;
  flex: 0
}

.toast .content .message {
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  padding: 0 10px
}

.toast .content .close {
  -webkit-flex: 0;
  flex: 0
}

@media screen and (orientation:portrait) {
  .landscape-message {
    display: none
  }

  .image-background {
    background-size: cover
  }

  .pseudo-background {
    display: block
  }
}

@media screen and (orientation:landscape) {
  .landscape-message {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    padding-top: 30px;
    text-align: center;
    z-index: 8
  }

  .image-background,
  .pseudo-background {
    display: none
  }
}

.background {
  top: 0;
  left: 0;
  background-color: #28292b
}

.background,
.swiper-container {
  position: absolute;
  width: 100%;
  height: 100%
}

.swiper-container {
  padding: 10px 0;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow: -moz-scrollbars-vertical;
  -webkit-user-select: none;
  z-index: 4
}

.swiper-slide {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.book-information-bar {
  margin: 0 12px 7px 5px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.book-information-bar .ticket-count-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 2px
}

.book-information-bar .ticket-count-container .ticket-count-box .ticket-count-numerator {
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

.book-information-bar .ticket-count-container .ticket-count-box .ticket-count-denominator {
  color: #c3c9d0;
  font-size: 10px
}

.book-information-bar .buttons-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center
}

.book-information-bar .buttons-container .new-dot {
  position: relative
}

.book-information-bar .buttons-container .new-dot:after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: #ff243e;
  border-radius: 50%
}

.book-information-bar .buttons-container .header-button {
  width: 48px;
  height: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.book-information-bar .buttons-container .header-button-image {
  width: 16px
}

.book-information-bar .buttons-container .header-button-label {
  color: #fff;
  font-size: 10px
}

.book-information-bar .buttons-container .header-button-visitor-information {
  width: 50px
}

img.logo {
  width: 99px;
  height: 95px
}

p.content-text {
  margin: 12px auto auto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #000
}

.apply-background {
  background-color: #5cca3c;
  z-index: 9;
  -webkit-animation: applied 1s ease-out forwards;
  animation: applied 1s ease-out forwards
}

@-webkit-keyframes applied {
  0% {
    opacity: .8
  }

  to {
    opacity: 0
  }
}

@keyframes applied {
  0% {
    opacity: .8
  }

  to {
    opacity: 0
  }
}

.donation-message-screen {
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(30, 31, 32, .72);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 6
}

.donation-message-wrapper {
  margin: 0 10px;
  text-align: center
}

.donation-message-image {
  width: 100%;
  margin-bottom: -65px
}

.donation-message-container,
.donation-message-image {
  -webkit-animation: up 1.5s ease-in-out;
  animation: up 1.5s ease-in-out
}

.donation-message-container {
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 320px
}

.donation-message-text {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 28px
}

.donation-message-sub-text {
  font-size: 16px;
  padding-bottom: 28px
}

.donation-message-owner-name {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #45484a;
  padding: 8px 12px
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  80% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  80% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.cover {
  background-color: rgba(30, 31, 32, .40371);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.toast {
  width: 100%;
  padding: 16px
}

.toast,
.toast .progress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row
}

.toast .progress {
  width: 25%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.toast .divider {
  background: rgba(30, 31, 32, .12);
  width: 2px;
  height: 58px
}

.toast .guide {
  width: 75%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center
}

.toast .guide-text {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 10px
}

.toast .guide-arrow {
  margin-left: 10px
}

/* .container {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .155344), 0 2px 6px rgba(0, 0, 0, .12016);
  display: -webkit-flex;
  display: flex;
  height: calc(100% - 96px);
  margin: 48px 24px;
  position: fixed;
  transition: height .3s;
  width: calc(100% - 48px);
  z-index: 6
} */

.container-minimized {
  -webkit-animation: shake 2s linear .3s infinite;
  animation: shake 2s linear .3s infinite;
  box-shadow: 0 6px 10px rgba(30, 31, 32, .161194), 0 16px 24px rgba(30, 31, 32, .124235);
  height: 85px;
  margin: 48px 12px;
  width: calc(100vw - 24px)
}

.inner-container {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  height: 100%;
  width: 100%
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes shake {
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  93% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  97% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes shake {
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  93% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  97% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.ticket-container {
  position: relative;
  height: calc(100% - 45px);
  border: 1px solid #1e1f20;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .16), 0 2px 6px 0;
  box-sizing: border-box
}

.ticket-container .ticket-main-container {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative
}

.ticket-container .returning {
  width: 100%;
  height: 100%;
  background-color: rgba(88, 90, 91, .81);
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.ticket-container .returning .ball-pulse-loader {
  padding-right: 10px
}

.ticket-container .returning .ball-pulse-loader div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff
}

.ticket-container .returning .ball-pulse-loader div:first-child {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite
}

.ticket-container .returning .ball-pulse-loader div:nth-child(2) {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite
}

.ticket-container .returning .ball-pulse-loader div:nth-child(3) {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
}

.ticket-container .returning .returning-message {
  font-size: 24px;
  color: #fff
}

.ticket {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.ticket .scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative
}

.ticket .scrollable .ticket-header {
  position: relative
}

.ticket .scrollable .ticket-header .ticket-image {
  display: block;
  width: 100%;
  height: auto
}

.ticket .scrollable .ticket-header .detail-button {
  bottom: -20px;
  position: absolute;
  right: 20px;
  z-index: 6
}

.ticket .scrollable .ticket-header .detail-button img {
  width: 20px;
  height: 30px
}

.ticket .scrollable .line {
  position: relative;
  z-index: 5;
  color: #e0e1e2;
  border-style: solid;
  border-width: 1px 0 0;
  width: 100%
}

.ticket .scrollable .ticket-information-block {
  position: relative;
  z-index: 5;
  padding: 12px 16px;
  font-size: 16px
}

.ticket .scrollable .ticket-information-block .legal-label {
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #1e1f20;
  border-radius: 3px;
  line-height: 1
}

.ticket .scrollable .non-qr-ticket-padding {
  padding-top: 0
}

.ticket .scrollable .non-legal-ticket-padding {
  padding-top: 20px
}

.ticket .scrollable .under-stamp-image {
  z-index: 3
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.title-date-container .ticket-title {
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all
}

.title-date-container .date-and-time-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center
}

.title-date-container .date-and-time-wrapper .date-container {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  font-size: 14px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper {
  display: -webkit-flex;
  display: flex;
  margin-top: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper:first-child {
  margin-right: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper .label {
  display: inline-block;
  padding: 4px;
  background-color: #818589;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper .time {
  margin-left: 4px;
  -webkit-align-self: center;
  align-self: center
}

.title-date-container .venue-name {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px
}

.ticket-seat {
  line-height: 1.3;
  word-break: break-all
}

.seat-name {
  font-size: 16px
}

.seat-number {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700
}

.ticket-seat-not-display-container {
  border-radius: 4px;
  background-color: rgba(74, 144, 226, .05);
  border: 1px solid #4a90e2;
  margin-top: 12px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.ticket-owner-name-container {
  line-height: 1.5
}

.ticket-owner-name-container .table-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.ticket-owner-name-container .table-row .label {
  -webkit-align-self: center;
  align-self: center;
  font-size: 13px;
  color: #6f757a
}

.ticket-owner-name-container .table-row .name-kanji {
  font-weight: 700;
  font-size: 16px;
  -webkit-align-self: center;
  align-self: center
}

.ticket-owner-name-container .table-row .name-kana {
  margin-left: 8px;
  font-size: 11px;
  -webkit-align-self: center;
  align-self: center
}

.ticket-footer {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 12px 2vw;
  box-sizing: border-box
}

.ticket-footer .button-wrapper {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1vw;
  padding-right: 1vw
}

.ticket-footer .button-wrapper .apply-message {
  color: #797979;
  font-size: 12px;
  max-width: 40vw;
  text-align: center;
  line-height: 1.5
}

.container-wrapper {
  padding: 20px 10px
}

.container-wrapper .container {
  margin-bottom: 20px
}

.container-wrapper .container .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
  border-left: 4px solid #1e1f20;
  box-shadow: 0 1px 0 rgba(30, 31, 32, .24);
  padding: 4px 4px 4px 6px
}

.container-wrapper .container .content {
  margin-top: 20px;
  line-height: 1.5
}

.modal {
  z-index: 7;
  height: 100%;
  overflow-y: scroll
}

.header {
  color: #fff;
  font-size: 17px
}

.header .title {
  padding: 14px 0;
  margin: auto;
  text-align: center
}

.header .close {
  position: absolute;
  padding: 4px
}

.header .close .close-image {
  padding-top: 2px
}

.loading-cover {
  background-color: rgba(30, 31, 32, .400389);
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10
}

.loading-card,
.loading-cover {
  -webkit-align-items: center;
  align-items: center
}

.loading-card {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .120613);
  border-radius: 4px;
  padding: 24px
}

.loading-card-large {
  margin: 10vw;
  max-width: 270px;
  padding: 32px
}

.loading-spinner {
  -webkit-animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
  animation: spin .9s cubic-bezier(.5, .1, .5, .9) infinite;
  border: 16px solid #45484a;
  border-top-color: #e0e1e2;
  border-radius: 50%;
  height: 65px;
  margin: 0 auto;
  width: 65px
}

.title {
  font-size: 16px;
  padding: 24px 0 8px;
  text-align: center
}

.message {
  color: #818589;
  line-height: 1.5
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

/* .modal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: fixed
} */

.modal .dialog {
  width: 92%;
  margin: auto 16px;
  max-height: calc(100% - 84px);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  z-index: 90;
  border-radius: 6px;
  font-size: 14px
}

.modal .dialog.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.modal .dialog .container {
  padding: 14px 24px 6px
}

.modal .dialog .container .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center
}

.modal .dialog .container .content-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px
}

.modal .dialog .container .title {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  white-space: normal
}

.modal .dialog .container .caution {
  padding: 12px;
  line-height: 1.5;
  border: 1px solid rgba(255, 74, 97, .88);
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 74, 97, .04)
}

.modal .dialog .container .image {
  width: 50%;
  padding: 10px
}

.modal .dialog .container .body {
  padding-top: 16px;
  line-height: 1.7;
  width: 100%
}

.modal .dialog .container .body-align-center {
  text-align: center
}

.modal .dialog .container .period {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5
}

.modal .dialog .container .buttons {
  padding: 20px 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.modal .dialog .container .buttons .dialog-button {
  width: 50%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #000
}

.modal .dialog .container .buttons .dialog-button.cancel {
  color: #858a8e;
  background-color: #fff;
  border: 1px solid #a1a8af;
  margin-right: 16px
}

.modal .dialog .container .buttons .dialog-button.ok {
  color: #fff;
  background-color: #1e1f20
}

.modal .dialog .line {
  height: 1px;
  background-color: #c8cacc
}

.toast {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  margin: 10px;
  border-radius: 4px;
  background-color: #fbfcfa;
  border: 1px solid #91d446;
  padding: 20px
}

.toast.error {
  background-color: #fffcfc;
  border: 1px solid #ff6175
}

.toast .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.toast .content .icon {
  -webkit-flex: 0;
  flex: 0
}

.toast .content .message {
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
  padding: 0 10px
}

.toast .content .close {
  -webkit-flex: 0;
  flex: 0
}

@media screen and (orientation:portrait) {
  .landscape-message {
    display: none
  }

  .image-background {
    background-size: cover
  }

  .pseudo-background {
    display: block
  }
}

@media screen and (orientation:landscape) {
  .landscape-message {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    padding-top: 30px;
    text-align: center;
    z-index: 8
  }

  .image-background,
  .pseudo-background {
    display: none
  }
}

.background {
  top: 0;
  left: 0;
  background-color: #28292b
}

.background,
.swiper-container {
  position: absolute;
  width: 100%;
  height: 100%
}

.swiper-container {
  padding: 10px 0;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow: -moz-scrollbars-vertical;
  -webkit-user-select: none;
  z-index: 4
}

.swiper-slide {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

.book-information-bar {
  margin: 0 12px 7px 5px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.book-information-bar .ticket-count-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 2px
}

.book-information-bar .ticket-count-container .ticket-count-box .ticket-count-numerator {
  color: #fff;
  font-weight: 700;
  font-size: 14px
}

.book-information-bar .ticket-count-container .ticket-count-box .ticket-count-denominator {
  color: #c3c9d0;
  font-size: 10px
}

.book-information-bar .buttons-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center
}

.book-information-bar .buttons-container .new-dot {
  position: relative
}

.book-information-bar .buttons-container .new-dot:after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: #ff243e;
  border-radius: 50%
}

.book-information-bar .buttons-container .header-button {
  width: 48px;
  height: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.book-information-bar .buttons-container .header-button-image {
  width: 16px
}

.book-information-bar .buttons-container .header-button-label {
  color: #fff;
  font-size: 10px
}

.book-information-bar .buttons-container .header-button-visitor-information {
  width: 50px
}

img.logo {
  width: 99px;
  height: 95px
}

p.content-text {
  margin: 12px auto auto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #000
}

.apply-background {
  background-color: #5cca3c;
  z-index: 9;
  -webkit-animation: applied 1s ease-out forwards;
  animation: applied 1s ease-out forwards
}

@-webkit-keyframes applied {
  0% {
    opacity: .8
  }

  to {
    opacity: 0
  }
}

@keyframes applied {
  0% {
    opacity: .8
  }

  to {
    opacity: 0
  }
}

.donation-message-screen {
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(30, 31, 32, .72);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 6
}

.donation-message-wrapper {
  margin: 0 10px;
  text-align: center
}

.donation-message-image {
  width: 100%;
  margin-bottom: -65px
}

.donation-message-container,
.donation-message-image {
  -webkit-animation: up 1.5s ease-in-out;
  animation: up 1.5s ease-in-out
}

.donation-message-container {
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 320px
}

.donation-message-text {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 28px
}

.donation-message-sub-text {
  font-size: 16px;
  padding-bottom: 28px
}

.donation-message-owner-name {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #45484a;
  padding: 8px 12px
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  80% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
  }

  40% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
  }

  60% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  80% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.cover {
  background-color: rgba(30, 31, 32, .40371);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.toast {
  width: 100%;
  padding: 16px
}

.toast,
.toast .progress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row
}

.toast .progress {
  width: 25%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.toast .divider {
  background: rgba(30, 31, 32, .12);
  width: 2px;
  height: 58px
}

.toast .guide {
  width: 75%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center
}

.toast .guide-text {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 10px
}

.toast .guide-arrow {
  margin-left: 10px
}

/* .container {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .155344), 0 2px 6px rgba(0, 0, 0, .12016);
  display: -webkit-flex;
  display: flex;
  height: calc(100% - 96px);
  margin: 48px 24px;
  position: fixed;
  transition: height .3s;
  width: calc(100% - 48px);
  z-index: 6
} */

.container-minimized {
  -webkit-animation: shake 2s linear .3s infinite;
  animation: shake 2s linear .3s infinite;
  box-shadow: 0 6px 10px rgba(30, 31, 32, .161194), 0 16px 24px rgba(30, 31, 32, .124235);
  height: 85px;
  margin: 48px 12px;
  width: calc(100vw - 24px)
}

.inner-container {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  height: 100%;
  width: 100%
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes shake {
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  93% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  97% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes shake {
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  93% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
  }

  97% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.ticket-container {
  position: relative;
  height: calc(100% - 45px);
  border: 1px solid #1e1f20;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .16), 0 2px 6px 0;
  box-sizing: border-box
}

.ticket-container .ticket-main-container {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative
}

.ticket-container .returning {
  width: 100%;
  height: 100%;
  background-color: rgba(88, 90, 91, .81);
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.ticket-container .returning .ball-pulse-loader {
  padding-right: 10px
}

.ticket-container .returning .ball-pulse-loader div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff
}

.ticket-container .returning .ball-pulse-loader div:first-child {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite
}

.ticket-container .returning .ball-pulse-loader div:nth-child(2) {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite
}

.ticket-container .returning .ball-pulse-loader div:nth-child(3) {
  -webkit-animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
  animation: scale 2s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
}

.ticket-container .returning .returning-message {
  font-size: 24px;
  color: #fff
}

.ticket {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column
}

.ticket .scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative
}

.ticket .scrollable .ticket-header {
  position: relative
}

.ticket .scrollable .ticket-header .ticket-image {
  display: block;
  width: 100%;
  height: auto
}

.ticket .scrollable .ticket-header .detail-button {
  bottom: -20px;
  position: absolute;
  right: 20px;
  z-index: 6
}

.ticket .scrollable .ticket-header .detail-button img {
  width: 20px;
  height: 30px
}

.ticket .scrollable .line {
  position: relative;
  z-index: 5;
  color: #e0e1e2;
  border-style: solid;
  border-width: 1px 0 0;
  width: 100%
}

.ticket .scrollable .ticket-information-block {
  position: relative;
  z-index: 5;
  padding: 12px 16px;
  font-size: 16px
}

.ticket .scrollable .ticket-information-block .legal-label {
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #1e1f20;
  border-radius: 3px;
  line-height: 1
}

.ticket .scrollable .non-qr-ticket-padding {
  padding-top: 0
}

.ticket .scrollable .non-legal-ticket-padding {
  padding-top: 20px
}

.ticket .scrollable .under-stamp-image {
  z-index: 3
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.title-date-container .ticket-title {
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all
}

.title-date-container .date-and-time-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center
}

.title-date-container .date-and-time-wrapper .date-container {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  font-size: 14px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper {
  display: -webkit-flex;
  display: flex;
  margin-top: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper:first-child {
  margin-right: 4px
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper .label {
  display: inline-block;
  padding: 4px;
  background-color: #818589;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff
}

.title-date-container .date-and-time-wrapper .open-and-start-time-container .label-and-time-wrapper .time {
  margin-left: 4px;
  -webkit-align-self: center;
  align-self: center
}

.title-date-container .venue-name {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px
}

.ticket-seat {
  line-height: 1.3;
  word-break: break-all
}

.seat-name {
  font-size: 16px
}

.seat-number {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700
}

.ticket-seat-not-display-container {
  border-radius: 4px;
  background-color: rgba(74, 144, 226, .05);
  border: 1px solid #4a90e2;
  margin-top: 12px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.ticket-owner-name-container {
  line-height: 1.5
}

.ticket-owner-name-container .table-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.ticket-owner-name-container .table-row .label {
  -webkit-align-self: center;
  align-self: center;
  font-size: 13px;
  color: #6f757a
}

.ticket-owner-name-container .table-row .name-kanji {
  font-weight: 700;
  font-size: 16px;
  -webkit-align-self: center;
  align-self: center
}

.ticket-owner-name-container .table-row .name-kana {
  margin-left: 8px;
  font-size: 11px;
  -webkit-align-self: center;
  align-self: center
}

.ticket-footer {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 12px 2vw;
  box-sizing: border-box
}

.ticket-footer .button-wrapper {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1vw;
  padding-right: 1vw
}

.ticket-footer .button-wrapper .apply-message {
  color: #797979;
  font-size: 12px;
  max-width: 40vw;
  text-align: center;
  line-height: 1.5
}

.container-wrapper {
  padding: 20px 10px
}

.container-wrapper .container {
  margin-bottom: 20px
}

.container-wrapper .container .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
  border-left: 4px solid #1e1f20;
  box-shadow: 0 1px 0 rgba(30, 31, 32, .24);
  padding: 4px 4px 4px 6px
}

.container-wrapper .container .content {
  margin-top: 20px;
  line-height: 1.5
}

.modal {
  z-index: 7;
  height: 100%;
  overflow-y: scroll
}

.header {
  color: #fff;
  font-size: 17px
}

.header .title {
  padding: 14px 0;
  margin: auto;
  text-align: center
}

.header .close {
  position: absolute;
  padding: 4px
}

.header .close .close-image {
  padding-top: 2px
}

.scrollable {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 68px;
  overflow-y: auto
}

.footer {
  position: absolute;
  height: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0, 0%, 100%, .9);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.footer-button {
  width: 90%
}

/* .header {
  margin: 10px 0;
  text-align: center
} */

.message {
  margin: 11px 0 24px;
  line-height: 1.3;
  font-size: 16px
}

.message .tips {
  margin-top: 12px;
  font-size: 14px
}

.message .tips .link {
  color: #2376d6;
  text-decoration: underline
}

.tickets {
  margin: 10px 0
}

.tickets .return-status-info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px
}

.tickets .return-status-info .status {
  margin-left: 8px;
  width: 60px
}

.tickets .failed-massage {
  padding: 12px 0 0 14px;
  color: #6f757a;
  font-size: 12px;
  line-height: 1.5
}

.ticket-list-item {
  margin: 10px 0 0;
  border-radius: 4px;
  box-shadow: inset 1px 1px #979797, inset -1px -1px #979797;
  padding: 12px 10px;
  background-color: #fff
}

.ticket-list-item.selected {
  background-color: rgba(35, 118, 214, .08);
  box-shadow: inset 3px 3px #2376d6, inset -3px -3px #2376d6
}

.ticket-list-item.non-selectable-ticket {
  color: #80868c;
  background-color: hsla(0, 0%, 84.7%, .24);
  box-shadow: inset 1px 1px #d9dbde, inset -1px -1px #d9dbde
}

.ticket-list-item .perform-name {
  font-weight: 700;
  font-size: 14px
}

.ticket-list-item .date-time {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.3
}

.ticket-list-item .date-time.when-single-date {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row
}

.ticket-list-item .date-time .date {
  margin-right: 5px
}

.ticket-list-item .seat {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3
}

.ticket-list-item .status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}
