@charset "utf-8";

.widget-area,
.entry-title,
.breadcrumb,
header.entry-header {
  display: none;
}
.spbg,
.loading {
  display: none !important;
}
#videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow: hidden;
  z-index: 1;
}
#videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100vh;
  min-width: 100vw;
  background: object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#videobg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://sasabe.net/wp/wp-content/themes/sasabe/images/bg-movie.png") repeat left top;
  z-index: 3;
}
.videoOverimgPic02 {
  position: absolute;
  left: 0;
  right: 300px;
  bottom: -80px;
  min-width: 1100px;
  z-index: 10;
}
.videoOverimgPic02 img {
  display: block;
  width: 100%;
  height: auto;
}
.videoOverimgPic01 {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 800px;
  z-index: 20;
}
.videoOverimgPic01 img {
  display: block;
  width: 100%;
  height: auto;
}
.videoOverimgPic03 {
  position: absolute;
  left: 300px;
  bottom: 30%;
  width: 321px;
  z-index: 30;
}
.videoOverimgPic03 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.videoPlay {
  position: fixed;
  left: calc(50% + 150px);
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 100;
}
.videoPlay_arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  color: #ffffff;
  font-size: 0;
  background: #ee7800;
  border-radius: 6px;
}
.videoPlay_arrow i,
.videoPlay_arrow .material-icons {
  display: none !important;
}
.videoPlay_arrow::after {
  content: "▶";
  color: #ffffff;
  font-size: 1.8rem;
}
.videoPlay:hover .videoPlay_arrow {
  background: #d66c00;
}
#player {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
}
#player.loaded {
  display: flex;
}
#player_inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
}
#player_inner video {
  display: block;
  width: 100%;
  height: auto;
}
#player_close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 30px;
}


@media (max-width: 768px) {
#videobg video {
  width: auto;
  height: 100vh;
  min-width: 100vw;
  object-fit: cover;
}
.videoOverimgPic01 {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 400px;
  z-index: 20;
}
.videoOverimgPic02 {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -40px;
  width: 120%;
  min-width: auto;
  transform: translateX(-50%);
  z-index: 10;
}
.videoPlay {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 100;
}
}