.full_visual {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
  }
.full_visual .fl_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 76vw;
    max-height: 42.75vw;
    margin: auto;
  }
  .full_visual .full_cls {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(/content/dam/glo-jp/korea-images/event/common/cls_ico.png) 50% 50%/22px auto no-repeat;
    text-indent: -9999px;
    z-index: 900;
    transform: translateY(100%);
  }
  .full_visual video {
    width: 100%;
    vertical-align: top;
  }
  

  @media screen and (max-width: 767px) {
  .full_visual .fl_inner {
    max-width: 100%;
    max-height: 100%;
  }
  .full_visual .fl_inner .fl_visual {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .full_visual .fl_inner .full_cls {
    width: min( 8.8888888889vw, 32px );
    height: min( 8.8888888889vw, 32px );
    background-size: min( 5vw, 18px ) auto;
  }
}
@media screen and (max-width: 390px) {
  .full_visual .full_cls {
    bottom: auto;
    top: 0;
    right: 10px;
    width: min( 11.1111111111vw, 40px );
    height: min( 11.1111111111vw, 40px );
    background-size: min( 5.5555555556vw, 20px ) auto;
  }
}