[v-cloak] {
  display: none;
}
.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal-overlay {
  position: fixed;
  padding: 10px 20px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body {
  background-color: #fff;
  position: relative;
  z-index: 10001;
  max-width: 980px;
  padding: 10px;
  box-sizing: border-box;
}
.modal-button {
  border: none;
  appearance: none;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.modal-body-container .title .text {
  font-size: 32px;
}
.modal-body-container .caption .text {
  font-size: 16px;
}
.close-button {
  top: -50px;
  right: 0;
  background-size: 175px auto;
  background-position: 0 -2968px;
  width: 46px;
  height: 46px;
}
