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

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.separator{
  max-width: 1200px;
}

.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;
} */
/* 全体のcarouselの幅と高さを設定 */


/* .carousel1 {
  overflow: hidden;
} */
.carousel1 {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.carousel1 .item {
  /* width: 100%;  
  height: 100%;   */
  flex: 0 0 100%; /* 1ページに1枚だけ表示させるための設定 */
}

/* 動画のサイズを設定 */
.carousel1 video {
  /* width: 100%;  
  height: 100%;   */
  flex: 0 0 100%; /* 1ページに1枚だけ表示させるための設定 */
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.results-carousel {
  overflow: hidden;
  width: 100%;  
  height: auto;  
  margin: 0;
  padding: 0;
  flex: 0 0 100%; /* 1ページに1枚だけ表示させるための設定 */
  scroll-snap-align: start; /* スクロールスナップの配置を設定 */
  box-sizing: border-box; 
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

/* 各アイテムのサイズとレイアウトを設定 */
.results-carousel .item {
  margin: 0;
  padding: 0;
  flex: 0 0 100%; /* 1ページに1枚だけ表示させるための設定 */
  scroll-snap-align: start; /* スクロールスナップの配置を設定 */
  box-sizing: border-box; 
}

.carousel-item {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-right: 0; /* Remove default spacing between items */
  position: absolute;
  top: 0;
  left: 0;
}

/* 動画のサイズを設定 */
.results-carousel video {
  margin: 0;
  width: 100%;  /* 必要に応じてpxや%で調整 */
  height: 100%;  /* 必要に応じてpxや%で調整 */
  flex: 0 0 100%; /* 1ページに1枚だけ表示させるための設定 */
}

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

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


.center-image {
  display: block;
  margin: 0 auto;
}

.custom_slider {
  position: relative;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: auto;
  /* max-width: 800px; */
  overflow: hidden;  /* カルーセル内のコンテンツは隠す */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.w-slider-mask {
  display: flex;
  transition: transform 800ms ease;
  width: 1000%;
}

.slide {
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin: 0 auto;
}

.video_class video {
  /* width: 100%;
  height: 100%; */
  width: 100%;
  height: auto;
  /* max-width: 800px; */
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  cursor: pointer;
  z-index: 1000;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* スクロール可能なページ全体に対応 */
body {
  overflow-y: auto;  /* 縦方向にスクロールできるように */
  overflow-x: hidden;  /* 横スクロールを無効化 */
}

/* 画像と動画に共通のスタイルを適用 */
.blend-img-background {
  width: 100%;
  /* max-width: 800px;  */
  height: auto; 
}


.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem; /* ドットとスライダーの間のスペース */
}

.dot {
  width: 10px; /* ドットの幅 */
  height: 10px; /* ドットの高さ */
  border-radius: 50%; /* 丸くする */
  background-color: black; /* 黒色 */
  margin: 0 5px; /* ドットの間のスペース */
  opacity: 0.5; /* 初期の透明度 */
  transition: opacity 0.3s; /* 透明度の変化にアニメーション */
}
.active {
  opacity: 1; /* アクティブなドットは完全に表示 */
  width: 13px;
  height: 13px;
}
