#r-modal{
  display:none;
  position: relative;
}

#e-modal{
  display:none;
  position: relative;
}

#youtubemodal_1_pc {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

#youtubemodal_2_pc {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

#youtubemodal_1_sp {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

#youtubemodal_2_sp {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.youtubepop_body {
  position: relative;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 854px;
  height: 480px;
  text-align: center;
}

.popup_pc {
  background-image: url("../img/top/pop_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 1753px;*/
  padding-top: 104%;
}

.popup_sp {
  background-image: url("../img/top/pop_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 1773px;
}



.newpopup_pc {
  background-image: url("../img/top/newpopup_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 1753px;*/
  padding-top: 104%;
}

.newpopup_sp {

  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 1773px;*/
}

.event_btn {
}

.cd_btn {
}

.e-modal__btn-wrap{
  display: flex;
  justify-content: space-between;
}
/* バナーボタンのデザイン */
.btn_d1 {
  position: absolute;
  right: 7px;
  top: 291px;
  border-radius: 25px;
  display: inline-block;
  padding: 3px 5px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #ff5f5f 0%, #ff0000 100%);
  transition: .4s;
  width: 40%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.btn_d1:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.btn_d2 {
  position: absolute;
  left: 30px;
  bottom: 45px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  width: 40%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.btn_d2:hover {
  background-image: linear-gradient(45deg, #ff5f5f 0%, #ff0000 100%);
}

@media screen and (max-width: 768px) {
  .btn_d2 {
    bottom: 20px;
  }

.video_start_pc {
  border: #F00 solid 1px;
  cursor: pointer;
}

.video_start_sp {
  border: #F00 solid 1px;
  cursor: pointer;
}

.video_start_pc::before {
  content: '';
  height: 100%;
  width: 100%;
  background: url("../img/movie/pv_play_btn.png") no-repeat top right;
  background-size: contain;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}

.video_start_sp::before {
  content: '';
  height: 100%;
  width: 100%;
  background: url("../img/movie/pv_play_btn.png") no-repeat top right;
  background-size: contain;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}

.Video1_pc {
  position: absolute;
  top: 37%;
  left: 44%;
  width: 24%;
  height: 0;
  padding-bottom: 13.5%;
}

.Video1_pc::before {

}

.Video1_pc > img {
  width: 100%;
  height: auto;
}

.Video2_pc {
  position: absolute;
  top: 80%;
  left: 4%;
  border: #F00 solid 1px;
  width: 24%;
  height: 0;
  padding-bottom: 13.5%;
}

.Video2_pc > img {
  width:100%;
  height: auto;
}

.Video1_sp {
  position: absolute;
  top: 52%;
  left: 4%;
  height: 0;
  padding-bottom: 26.2%;
}

.Video2_sp {
  position: absolute;
  top: 84%;
  left: 4%;
  height: 0;
  padding-bottom: 26.2%;
}

.youtube_closebtn {
  position: absolute;
  top: -11%;
  right: -1%;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .youtube_closebtn {
    position: relative;
    top: 25%;
    right: -92%;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 20000;
  }

  .Video2_sp {
    position: absolute;
    top: 87%;
    left: 4%;
  }
}

.youtube_closebtn::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.youtube_closebtn::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: none;
}




