.bddvd {
  padding-top: 120px;
}

@media only screen and (max-width: 960px) {
  .bddvd {
    padding-top: 80px;
  }
}

.bddvd .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px;
}

@media only screen and (max-width: 960px) {
  .bddvd .title {
    font-size: 30px;
  }
}

.bddvd .title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
  width: 40%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, white), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), white 30% 70%, rgba(0, 0, 0, 0));
}

.bddvd_contents {
  max-width: 1000px;
  width: 80%;
  margin: 60px auto 0;
}

@media only screen and (max-width: 960px) {
  .bddvd_contents {
    width: 88%;
    margin: 40px auto 0;
  }
}

/*********************************************************************/
.bddvd_head {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .bddvd_head {
    margin-bottom: 20px;
  }
}

.bddvd_head-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .bddvd_head-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.bddvd_head-release {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .bddvd_head-release {
    font-size: 15px;
  }
}

.bddvd_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .bddvd_tab {
    margin-bottom: 30px;
  }
}

.bddvd_tab_item {
  font-size: 20px;
  border: solid 1px #999;
  color: #999;
  margin-left: 15px;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
  transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
}

@media screen and (max-width: 900px) {
  .bddvd_tab_item {
    font-size: 13px;
    line-height: 1em;
    padding: 5px;
    margin-left: 10px;
  }
}

.bddvd_tab_item:first-child {
  margin-left: 0;
}

.bddvd_tab_item.current {
  color: #fff;
  border: solid 1px #fff;
}

@media screen and (min-width: 901px) {
  .bddvd_tab_item:hover {
    color: #fff;
    border: solid 1px #fff;
  }
}

.bddvd_wrap {
  position: relative;
}

.bddvd_wrap_in {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  width: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in {
    display: block;
  }
}

.bddvd_wrap_in.current {
  opacity: 1;
  position: relative;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-top: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  pointer-events: auto;
}

.bddvd_wrap_in .bddvd_jk {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_jk {
    width: 100%;
    margin: 0;
  }
}

.bddvd_wrap_in .bddvd_info {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info {
    width: 100%;
    margin-top: 20px;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl {
    margin-top: 20px;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl:first-child {
  margin-top: 0;
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dt {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dt {
    font-size: 14px;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dt span {
  font-size: 12px;
  vertical-align: baseline;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dt span {
    font-size: 10px;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd p {
  margin-top: 5px;
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .img {
  width: 70%;
  margin: 10px 0 20px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd {
    font-size: 13px;
  }
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .img {
    width: 80%;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .txt_l {
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .txt_l {
    font-size: 15px;
  }
}

.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .txt_s {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .txt_s {
    font-size: 11px;
  }
}

.bddvd_wrap_in .bddvd_info .att {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .att {
    font-size: 11px;
    margin-top: 20px;
  }
}

.bddvd_special-all {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
  border-top: solid 1px #777;
  padding-top: 80px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all {
    margin: 60px auto 0;
    padding-top: 60px;
  }
}

.bddvd_special-all h3,
.bddvd_special-shop h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all h3,
  .bddvd_special-shop h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.bddvd_special-all__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box {
    display: block;
  }
}

.bddvd_special-all__box .bddvd_special-all__img {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt {
    width: 100%;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt .ttl dt {
  font-size: 25px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt .ttl dt {
    font-size: 16px;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt .ttl dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt .ttl dd {
    font-size: 15px;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt .txt {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt .txt {
    margin-top: 15px;
    font-size: 13px;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt .shop {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt .shop {
    margin-top: 20px;
  }
}

.bddvd_special-all__box .bddvd_special-all__txt .shop dd {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5em;
}

.bddvd_special-all__box .bddvd_special-all__txt .shop dd a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all__box .bddvd_special-all__txt .shop dd {
    font-size: 11px;
    margin-top: 5px;
  }
}

.bddvd_special-all .note {
  font-size: 13px;
  margin-top: 30px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .bddvd_special-all .note {
    font-size: 11px;
    margin-top: 20px;
  }
}

.bddvd_special-all .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.bddvd_special-shop {
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 0;
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop {
    margin-top: 60px;
  }
}

.bddvd_special-shop .bddvd_special-shop__list > li {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop .bddvd_special-shop__list > li {
    margin-top: 30px;
  }
  .bddvd_special-shop .bddvd_special-shop__list > li:first-child {
    margin-top: 0;
  }
}

.bddvd_special-shop .bddvd_special-shop__list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item {
  width: 30.6%;
  margin-left: 4%;
  margin-top: 40px;
}

.bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item p {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px) {
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item {
    width: 48.5%;
    margin-top: 6%;
    margin-left: 3%;
  }
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bddvd_special-shop .bddvd_special-shop__list-list .bddvd_special-shop__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.bddvd_special-shop .note {
  font-size: 13px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop .note {
    font-size: 11px;
    margin-top: 40px;
  }
}

.bddvd_special-shop .note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
}

.bddvd_info-con .movie_list-item {
  margin-top: 15px !important;
}

.bddvd_info-con .p-movie__thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.bddvd_info-con .p-movie__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../img/movie_play.png) no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.buy {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
  font-size: 16px;
  padding: 18px 0;
  border: solid 1px #fff;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  .buy {
    width: 100%;
    font-size: 13px;
    padding: 15px 0;
    margin: 15px auto 50px;
  }
}

@media screen and (min-width: 961px) {
  .buy:hover {
    background: #000;
  }
}

.buy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bddvd_special-shop__list .buy {
  margin: 15px 0 0;
  padding: 10px 0;
}

.bddvd_special-shop__list .buy p {
  margin: 0 !important;
}

@media screen and (max-width: 960px) {
  .bddvd_special-shop__list .buy {
    margin: 10px 0 0;
    padding: 6px 0;
  }
  .bddvd_special-shop__list .buy p {
    font-size: 11px !important;
  }
}

.bddvd_special-shop_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.bddvd_special-shop_head .buy {
  width: 20%;
  padding: 5px 0;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .bddvd_special-shop_head {
    display: block;
    margin-bottom: 10px;
  }
  .bddvd_special-shop_head .buy {
    width: 100%;
  }
}

.bddvd_special-shop .shop_name {
  margin: 0 20px 0 0;
  font-size: 16px;
  padding: 5px 0;
  position: relative;
  display: inline-block;
}

.bddvd_special-shop .shop_name span {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .bddvd_special-shop .shop_name {
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 0;
  }
  .bddvd_special-shop .shop_name span {
    font-size: 10px;
  }
  .bddvd_special-shop .shop_name::before {
    right: -15px;
    height: 10px;
    width: 10px;
  }
}

.movie_list-item {
  margin: 70px auto 0 !important;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .movie_list-item {
    width: 100%;
    margin: 30px auto 0 !important;
  }
}
.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .Slide{
  margin: 10px 0 15px;
  width: 70%;
}
.bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .Slide .slick-dots{
  left: 25px;
}
@media screen and (max-width: 900px) {
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .Slide{
    margin: 5px 0 10px;
    width: 100%;
  }
  .bddvd_wrap_in .bddvd_info .bddvd_info-con dl dd .Slide .slick-dots{
    left: 20px;
  }
}