.svid__wrapper {
  width: 100%;
  max-width: 1600px;
  font-family: var(--gimpo);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.svid__wrapper .video__title {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.svid__wrapper .video__title .section__title .--desc {
  padding: 10px 0 30px;
}
.svid__wrapper .video__title .section__title a {
  padding: 4px 28px 8px;
  font-size: 20px;
  border: 1px solid var(--theme-color);
  border-radius: 10em;
}
.svid__wrapper .video__title .title__wrapper h4 * {
  font-weight: normal;
}
.svid__wrapper .video__title .title__wrapper h4 em {
  color: #5b7e9e;
}
.svid__wrapper .video__title .title__wrapper h4 strong {
  display: block;
  padding: 15px 0 20px;
  font-size: 30px;
}
.svid__wrapper .video__title .title__wrapper p {
  padding-bottom: 25px;
  line-height: 2;
  color: #787878;
}
.svid__wrapper .video__title .title__wrapper a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.svid__wrapper .video__title .title__wrapper a i {
  font-size: 1.5em;
  line-height: 0;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
}
.svid__wrapper .button__wrapper {
  padding-bottom: 50px;
  width: 400px;
}
.svid__wrapper .button__wrapper .button__container {
  position: relative;
}
.svid__wrapper .button__wrapper a.ist-bt-01 {
  position: absolute;
  bottom: 12px;
  right: 22px;
  padding: 8px 8px 6px 8px;
  z-index: 10;
}
.svid__wrapper .button__wrapper button {
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 20px;
  text-align: left;
  color: #000;
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.svid__wrapper .button__wrapper button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130%;
  height: 0;
  border-bottom: 2px solid #5c5c5c;
}
.svid__wrapper .button__wrapper button::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 22px;
  width: 50px;
  height: 35px;
  background: url(/skin/latest/main_vid/img/icon-yt-purple.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.svid__wrapper .button__wrapper button.--admin::after {
  display: none;
}
.svid__wrapper .button__wrapper button.--active {
  opacity: 1;
}
.svid__wrapper .svid__container {
  width: 100%;
}
.svid__wrapper .video__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.svid__wrapper .video__wrapper img {
  width: 100%;
  height: 675px;
}
.svid__wrapper .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */