@charset "UTF-8";

#video + .contents_box01 .inner_item_img:has(video) {
    position: relative;
}

#video + .contents_box01 .inner_item_img video {
    cursor: pointer;
}

#video + .contents_box01 .inner_item_img video::-webkit-media-controls {
  display: none !important;
}

#video + .contents_box01 .inner_item_img::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

#video + .contents_box01 .inner_item_img::after {
  content: '';
  position: absolute;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  transition: 0.3s ease-out;
}

/* 再生中は非表示 */
#video + .contents_box01 .inner_item_img:has(.is-playing)::before,
#video + .contents_box01 .inner_item_img:has(.is-playing)::after {
  opacity: 0;
}

/*---------------------------------------*/
#video + .block_html .inner_item_img:has(video) {
    position: relative;
}

#video + .block_html .inner_item_img video {
    cursor: pointer;
}

#video + .block_html .inner_item_img video::-webkit-media-controls {
  display: none !important;
}

/*#video + .block_html .inner_item_img::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

#video + .block_html .inner_item_img::after {
  content: '';
  position: absolute;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  transition: 0.3s ease-out;
}*/

/* 再生中は非表示 */
#video + .block_html .inner_item_img:has(.is-playing) .play-button,
#video + .block_html .inner_item_img:has(.is-playing) .play-button::after {
  opacity: 0;
}

/* 中央配置のボタン */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明黒 */
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

/* 三角形を作る（プレイアイコン） */
.play-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
}
.heading.block_header_1 > p, .heading.block_header_6 .h{
    letter-spacing: 0.03rem;
}
#tfmcount+div .heading.block_header_4 .h {
    border-bottom: 1px solid #00ced1;
}


@media screen and (max-width: 800px) {
.heading.block_header_1 > p, .heading.block_header_6 .h{
        letter-spacing: 0.4rem;
    }
}