@charset "utf-8";

.play_button-wrap {
  width: 100%;
/*
  background: #ffd200;
*/
  padding: 1em auto 0;
}

.play_button-wrap h2 {
  font-family: 'Coda', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3rem;
  margin: 0 auto;
  padding: 1.5em 0 0.7em 0;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .play_button-wrap h2 {
    padding: 1em 0 .5em;
  }
}

.play_button {
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
  outline: 0px solid transparent;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;

}

#js-youtubeIframe img {
  width: 100%;
  max-width: initial;
}

.play_button:hover {
  outline: 0px solid #eaea3d;
  filter: brightness(0.8);
}

#js-youtubeIframe{
  position: relative;
}
#js-youtubeIframe::after{
  top: 0;
  left: 0;
  content:"";
  position:absolute;
  margin:auto;
  height:100%;
  width:100%;
  background: url(../../images/main/common/dotScreen.svg) center / auto 4px rgba(0, 0, 0, 0.6);
  /* z-index:1; */
}
.play_button::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../../images/main/common/play_icon.png) center / auto 40% no-repeat;
  /*opacity: 0.8;*/
}

.play_button img,
.play_button iframe {
  pointer-events: none;
  vertical-align: bottom;
  opacity: 1;
}

.pv_eng_ver {
  font-weight: bold;
  padding: 1.5em 0;
  text-align: center;
}

.pv_eng_ver a {
  color: #fff;
}