@charset "utf-8";
  /* 左下に常時表示される Tig 動画のスタイル */
  .tig-video-embed {
    position: fixed;
    right: 2vw;　// フローティングの表示位置修正（左右）
    bottom: max(6vw, 120px); // フローティングの表示位置修正（高さ）
    z-index: 5001;
    width: 20.0vh !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;
      bottom: max(6vw, 120px); // フローティングの表示位置修正（高さ）
    }
  }

  .tig-iframe-area {
    z-index: 5002;
  }

  .tig-video-embed.icon-disp .tig-modal-icon {
    transform: scale(2);
  }
