#sns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10; }
  #sns ul li {
    margin-bottom: 10px; }
    #sns ul li a img {
      width: 35px;
      transition: .5s; }
      #sns ul li a img:hover {
        opacity: 0.8; }

.common-title {
  color: #fff;
  z-index: 2; }
  .common-title h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.25em; }
  .common-title h3 {
    font-size: 1.5em;
    margin-top: 10px;
    line-height: 1.2em; }

.common-btn.collar1 a {
  background-color: #fff;
  color: #CB0211; }
  .common-btn.collar1 a::after {
    border-top: solid 1px #CB0211;
    border-right: solid 1px #CB0211; }
.common-btn.collar2 a {
  background-color: #CB0211;
  color: #fff; }
  .common-btn.collar2 a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff; }
.common-btn a {
  font-size: 0.9em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  transition: .5s;
  transform: scale(1); }
  .common-btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin: -3px 0 0 0;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #CB0211;
    border-right: solid 1px #CB0211;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .common-btn a:hover::after {
    right: 10px; }

.time-icon {
  position: relative;
  margin-top: 10px; }
  .time-icon img {
    width: 70px; }
  .time-icon p {
    font-size: 0.8em;
    line-height: 1.2em;
    position: absolute;
    top: 2.5px;
    bottom: 0;
    left: 28px;
    display: flex;
    align-items: center; }
    .time-icon p.white {
      color: #fff; }
    .time-icon p.black {
      color: #000; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 768px) {
    .video-play-button:before {
      width: 70px;
      height: 70px; } }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 768px) {
    .video-play-button:after {
      width: 70px;
      height: 70px; } }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 20px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
.video-play-button-s {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button-s:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #CB0211;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 768px) {
    .video-play-button-s:before {
      width: 50px;
      height: 50px; } }

.video-play-button-s:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #CB0211;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 768px) {
    .video-play-button-s:after {
      width: 50px;
      height: 50px; } }

.video-play-button-s img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 15px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button-s span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
