﻿@charset "utf-8";

.yt {
  position:relative;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.yt_play {
  position: absolute;
}
.yt_play:hover {
  cursor:pointer;
}
.yt_play::before { /* YouTubeアイコン */
  position: absolute;
  background: url(/wp/wp-content/themes/edm-net/img/yt_icon_mono_light.webp);
  content: "";
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  opacity: .90;
  transition:.5s;
}
.yt_play:hover::before { /* YouTubeアイコン */
  cursor: pointer;
  background-image:url(/wp/wp-content/themes/edm-net/img/yt_icon_rgb.webp);
}

  .main .block .product_image .product_image_inner iframe{
    margin: initial;
}
