.g-short-video-section {
  margin: 18px 0 24px;
}
.g-short-video-list {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 1.6vw;
  width: 100%;
  padding: 0 2vw;
  box-sizing: border-box;
}
.g-short-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.g-short-video-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.g-short-video-actions {
  display: none;
}
/* 再生マーク */
.g-short-video-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='36,25 76,50 36,75' fill='white'/%3E%3C/svg%3E") center center / contain no-repeat;
  opacity: .92;
  pointer-events: none;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .55));
}
/* 下部グラデ */
.g-short-video-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 4px 4px;
  color: #fff;
  background:
    linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
}
.g-short-video-name {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .65);
}
.g-short-video-comment {
  display: none;
}
.g-video-modal .g-short-video-meta {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 84px 18px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, 0) 100%);
}
.g-video-modal .g-short-video-name {
  color: #fff;
  font-size: 14px;
}
.g-video-modal .g-short-video-comment {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
}
/* ========================================
   MODAL
======================================== */
.g-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.g-video-modal.is-open {
  display: block;
}
.g-video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .88);
}
.g-video-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  background: #000;
  overflow: hidden;
}
.g-video-modal-slide-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  will-change: transform, opacity;
}
.g-video-modal-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.g-video-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .52);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
@media screen and (min-width: 769px) {
  .g-video-modal-inner {
    width: min(430px, 92vw);
    height: min(760px, 92vh);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .35);
  }
  .g-video-modal-slide-layer {
    width: 100%;
    height: 100%;
  }
  .g-video-modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
/* modal actions */
.g-video-modal .g-short-video-actions {
  position: absolute;
  right: 10px;
  bottom: 118px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.g-video-modal .g-short-video-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-video-modal .g-short-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.g-video-modal .g-short-video-icon {
  font-size: 0;
  line-height: 1;
}
.g-video-modal .g-short-video-like .g-short-video-icon {
  display: block;
  width: 31px;
  height: 31px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 464C155 372 64 300 64 188 64 120 116 72 180 72c36 0 64 16 76 42 12-26 40-42 76-42 64 0 116 48 116 116 0 112-91 184-192 276z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 464C155 372 64 300 64 188 64 120 116 72 180 72c36 0 64 16 76 42 12-26 40-42 76-42 64 0 116 48 116 116 0 112-91 184-192 276z'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .65));
}
.g-video-modal .g-short-video-like.is-liked .g-short-video-icon {
  background: #fe2c55;
}
.g-video-modal .g-short-video-count {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
}
.g-video-modal .g-short-video-link {
  width: auto;
  min-width: 48px;
  height: 36px;
  padding: 0 9px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 11px;
  font-weight: bold;
  line-height: 1px;
}
/* PC用：6列・大きめ */
@media screen and (min-width: 769px) {
  .g-short-video-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-short-video-list {
    display: grid;
    grid-template-columns:
      repeat(auto-fill, minmax(112px, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 24px;
    justify-content: start;
  }
  .g-short-video-card {
    width: 100%;
    max-width: 112px;
    aspect-ratio: 9 / 16;
    height: auto;
  }
}
.g-short-video-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .96;
  z-index: 3;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center center / contain no-repeat;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .55));
}
.g-video-modal .g-short-video-view .g-short-video-icon {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .55);
}