@charset "UTF-8";

@media all and (max-width:480px) {
#lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.85);
  z-index: 100;
}
#lbox .lbox-inr {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #dcdcdc;
  width: 92%;
}
#lbox .lbox-movie {
  width: 100%;
  height: 26vh;
}
#lbox .lbox-inr iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#lbox .lbox-txt {
  text-align: center;
  padding: 30px 0;
}
#lbox #lbox-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#lbox #lbox-close:hover {
  cursor: pointer
}
#lbox #lbox-close:after, #lbox #lbox-close:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
#lbox #lbox-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
#lbox #lbox-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}
#lbox #clickable {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .3
}
}

@media all and (min-width:481px) {
#lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.85);
  z-index: 100;
}
#lbox .lbox-inr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #dcdcdc;
}
#lbox .lbox-movie {
  width: 860px;
  height: 62.1vh;
  min-height: 420px;
  max-height: 485px;
}
#lbox .lbox-inr iframe {
  width: 100%;
  height: 100%;
  border: 0
}
#lbox .lbox-txt {
  text-align: center;
  padding: 30px 0;
}
#lbox #lbox-close {
  position: absolute;
  top: 0px;
  right: -37px;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#lbox #lbox-close:hover {
  cursor: pointer
}
#lbox #lbox-close:after, #lbox #lbox-close:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
#lbox #lbox-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
#lbox #lbox-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}
#lbox #clickable {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .3
}
}
