.lock {
  overflow: hidden;
}
#modal-target {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-content {
  display: none;
}
.modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(58, 55, 53, .95);
}
.modal-wrap {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.modal-open {
  color: #21ade5;
  text-decoration: underline;
}

.textarea {
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
	background: #FFF;
	padding: 50px;
	box-sizing: border-box;
}
.videoarea {
  width: 760px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoarea h2{
	text-align: center;
	margin-bottom: 50px;
}
.videoarea h2 span{
	padding: 10px;
	border: 1px solid #FFF;
	color: #FFF;
}
.videoarea p{
	color: #FFF;
	font-size:14px;
}
.textarea h3{
	font-size:120%;
	margin-bottom: 15px;
}
.textarea .txt {
  clear: both;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.textarea .txt ul li {
  color: #FFF;
}
.textarea .txt .txt-left {
  float: left;
  width: 48%;
}
.textarea .txt .txt-right {
  float: right;
  width: 48%;
}
.textarea iframe,
.videoarea iframe{
  width: 100%;
  height: 430px;
}
.textarea img {
  max-width: 100%;
}
@media only screen and (max-width:736px) {
  .textarea {
    width: 90vw;
    margin: 0;
  }
  .textarea iframe {
    width: 100%;
    height: 200px;
  }
  .textarea .txt ul li {
    font-size: 0.85rem;
  }
}

p.closemodal {
  position: fixed;
  top: 30px;
  right: 40px;
  font-size: 50px;
  color: #FFF;
  z-index: 99999;
  pointer-events: none;
}
p.closemodal a {
  color: #FFF;
}
@media only screen and (max-width:736px) {
  p.closemodal {
    top: 10px;
    right: 15px;
  }
}