@charset "utf-8";
  /* 左下に常時表示される Tig 動画のスタイル */
  .tig-video-embed {
    position: fixed;
    right: 2vw;
    bottom: max(6vw, 120px);
    z-index: 5001;
    width: 30.5vh !important;
    height: 15vh !important;
  }

  .tig-embed-wrapper .preview-video {
    object-fit: contain;
    border-radius: 10px;
    border: none;
  }

  .tig-embed-wrapper .mini-icon.mode-close,
  .tig-embed-wrapper .expansion-icon {
    top: 4px;
    width: 9%;
    padding-top: 9%;
  }

  .tig-embed-wrapper .mini-icon.mode-close {
    right: 4px;
  }

  .tig-embed-wrapper .expansion-icon {
    left: 4px;
  }

  .tig-embed-wrapper .annotation-text {
    width: 30%;
    padding-top: 30%;
  }

  @media screen and (min-width: 751px) {
    .tig-embed-wrapper .mini-icon.mode-close {
      display: none;
    }
    .tig-video-embed {
      bottom: max(6vw, 170px);
    }
  }

  .tig-iframe-area {
    z-index: 5002;
  }

  .tig-video-embed.icon-disp .tig-modal-icon {
    transform: scale(2);
  }
