body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
  width: 700px; /* 動画の幅を700pxに設定 */
  height: auto; /* 高さはアスペクト比に基づいて自動調整 */
  display: block; /* 中央揃えのためにインラインブロックを防止 */
  margin: 0 auto; /* 中央揃え */
}

.results-carousel .video-section {
  display: none; /* 非アクティブな動画を非表示 */
}

.results-carousel .video-section.active {
  display: block; /* アクティブな動画のみ表示 */
  text-align: center; /* 動画を中央揃え */
}


.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

/* 中央揃えの画像スタイル */
.image-container {
  text-align: center; /* 画像を中央揃え */
}

.center-image {
  display: inline-block; /* インラインブロックで中央揃え可能に */
  max-width: 100%; /* コンテナ内に収まるように調整 */
  height: auto; /* アスペクト比を維持 */
}

/* 左揃えの文章スタイル */
.subtitle {
  text-align: left; /* テキストを左揃え */
  margin-top: 1em; /* 画像と文章間に余白を追加 */
  font-family: 'Noto Sans', sans-serif; /* グローバルなフォントを継承 */
}


