.recommended_box {
  padding-bottom: 10px;
}

.video {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  margin: auto;
  max-height: calc(100vh - (150px + 38px));
  background-color: #000;
}

/*5-3-2020*/

.bnr_grande_party {
  padding: 40px;
}

.bnr_grande_party .bnr_grande_party_inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.bnr_grande_party_inner>a {
  display: block;
  text-decoration: none;
}

.bnr_grande_party .tit_01 {
  color: #000;
}

.bnr_grande_party .bnr_grande_party_inner:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.5s ease;
}

.bnr_grande_party .tit_01 {
  margin-bottom: 30px;
}

.bnr_grande_party .grande_party_list {
  max-width: 360px;
  margin: 0 auto 30px;
}

.bnr_grande_party .grande_party_list li {
  list-style-type: decimal;
  color: #606060;
  font-size: 18px;
}

.bnr_grande_party .btn_emergency {
  width: 600px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #a6840d;
  position: relative;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 750px) {
  .button_video_ctrl {
    display: none;
  }

  .video video {
    display: block;
    margin: auto;
    width: calc((100vh - (150px + 38px)) * 1920 / 1080);
    height: 100%;
  }

  .video {
    overflow: hidden;
    margin: auto;
    max-height: calc(100vh - (150px + 38px));
    background-color: #000;
  }
}

@media screen and (max-width: 750px) {
  .recommended_box02 {
    padding: 0 0 12vw 0;
  }

  .recommended_box {
    padding-bottom: 0;
  }

  .video {
    pointer-events: auto;
  }

  .button_video_ctrl {
    padding: 3px;
    border: solid 1px #fff;
    position: absolute;
    bottom: 15%;
    font-size: 11px;
    border-radius: 25px;
    color: #fff;
    left: 0;
    right: 0;
    width: 130px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  }

  .stop_none {
    display: none;
  }

  /*5-3-2020*/
  .bnr_grande_party {
    padding: 0 3%;
    margin-bottom: 30px;
  }

  .bnr_grande_party .btn_emergency {
    width: 100%;
  }

  .bnr_grande_party .grande_party_list {
    padding-left: 30px;
    max-width: 100%;
  }

  .bnr_grande_party .grande_party_list li {
    font-size: 14px;
    line-height: 2em;
  }

  .plan_box_01 .tbl_05 {
    width: 100%;
  }
}
