.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.modal .cont-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal .cont-sp {
    display: block;
  }
  .modal .cont-pc {
    display: none;
  }
}
.modal.-close {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0.92;
}
.modal-obj {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cartain.png) repeat-x;
  background-size: 1029px 60px;
  background-position: center -12px;
}
.modal-obj__item1 {
  position: absolute;
  left: 2.5%;
  top: 50%;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
}
.modal-obj__item2 {
  position: absolute;
  right: 4.4%;
  top: 50%;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .modal-obj {
    background-size: 514px 30px;
    background-position: center -18px;
  }
  .modal-obj__item1 {
    width: 140px;
    left: 2.7vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 55px;
  }
  .modal-obj__item1 img {
    width: 100%;
  }
  .modal-obj__item2 {
    width: 97px;
    top: auto;
    bottom: 103px;
    right: 2.6vw;
  }
  .modal-obj__item2 img {
    width: 100%;
  }
  .modal-obj__item3 {
    position: absolute;
    bottom: 37px;
    right: 27.73vw;
  }
}
.modal-main {
  width: 90%;
  max-width: 940px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.modal-main::before {
  content: "";
  display: block;
  padding-top: 56.38%;
}
@media screen and (max-width: 768px) {
  .modal-main {
    width: 100%;
  }
}
.modal-note {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: -47px;
  padding-left: 62px;
}
.modal-note::before {
  content: "";
  width: 37px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  background: url(../images/modal/icon_note.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .modal-note {
    left: 5.3vw;
    font-size: 13px;
    padding-left: 40px;
    top: -35px;
  }
  .modal-note::before {
    width: 24px;
    height: 14px;
    background: url(../images/modal/sp/icon_note.svg) no-repeat 0 0;
    background-size: contain;
  }
}
.modal-close {
  position: absolute;
  top: 90px;
  right: 35px;
  text-align: center;
  cursor: pointer;
}
.modal-close__icon {
  width: 42px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.modal-close__txt {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #35140e;
}
@media screen and (min-width: 751px) {
  .modal-close:hover .modal-close__icon {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: 43px;
    right: 20px;
  }
  .modal-close__icon {
    width: 33px;
  }
  .modal-close__txt {
    font-size: 12px;
  }
}
.modal-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  cursor: pointer;
}
.modal-cover.-playing {
  pointer-events: none;
}
.modal-cover.-playing .modal-cover__btn {
  opacity: 0;
}
.modal-cover.-playing .modal-thumb {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.modal-cover__btn {
  width: 112px;
  height: 112px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 50% 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}
.modal-cover__btn.-load {
  opacity: 0;
}
.modal-cover__btn .icon {
  width: 39px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-45%) translateY(-55%) rotate(0deg);
          transform: translateX(-45%) translateY(-55%) rotate(0deg);
  -webkit-transform-origin: 46% 56%;
          transform-origin: 46% 56%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.modal-cover__btn .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  .modal-cover:hover .modal-cover__btn .icon {
    -webkit-transform: translateX(-45%) translateY(-55%) rotate(290deg);
            transform: translateX(-45%) translateY(-55%) rotate(290deg);
  }
}
@media screen and (max-width: 768px) {
  .modal-cover__btn {
    width: 76px;
    height: 76px;
  }
  .modal-cover__btn .icon {
    width: 28px;
  }
  .modal-cover__btn .txt {
    font-size: 14px;
    bottom: -30px;
  }
}
.modal-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.modal-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-player #player {
  width: 100%;
  height: 100%;
  position: relative;
}