.bddvd {
  padding-bottom: 130px;
}

.bddvd_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.bddvd_nav_item {
  width: 180px;
  padding: 5px;
  background: #fdc25e;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;

  -webkit-box-sizing: border-box;
}

.bddvd_nav_item p {
  height: 38px;
  background: #fff;
  border-radius: 4px;
  color: #fdc25e;
  font-weight: 600;
  font-size: 21px;
  line-height: 38px;
}

.bddvd_nav_item p.en {
  font-weight: 400;
  font-size: 24px;
  font-family: "Archivo Black", cursive;
}

.bddvd_nav_item.current p {
  background: #fdc25e;
  color: #fff;
}

.bddvd_wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 50px);
  width: 100%;
  width: 100%;
  padding-top: 50px;
  transition: opacity .3s ease 0s, -webkit-transform .4s cubic-bezier(.43, .72, .57, 1.01) 0s;
  transition: opacity .3s ease 0s, transform .4s cubic-bezier(.43, .72, .57, 1.01) 0s;
  transition: opacity .3s ease 0s, transform .4s cubic-bezier(.43, .72, .57, 1.01) 0s, -webkit-transform .4s cubic-bezier(.43, .72, .57, 1.01) 0s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  -webkit-transform: translate(0, 50px);
  -webkit-transition: opacity .3s ease 0s, -webkit-transform .4s cubic-bezier(.43, .72, .57, 1.01) 0s;
}

.bddvd_wrap.current {
  opacity: 1;
  position: relative;
  transform: translate(0, 0px);
  transition: opacity .6s ease .2s, -webkit-transform .8s cubic-bezier(.43, .72, .57, 1.01) .2s;
  transition: opacity .6s ease .2s, transform .8s cubic-bezier(.43, .72, .57, 1.01) .2s;
  transition: opacity .6s ease .2s, transform .8s cubic-bezier(.43, .72, .57, 1.01) .2s, -webkit-transform .8s cubic-bezier(.43, .72, .57, 1.01) .2s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  -webkit-transform: translate(0, 0px);
  -webkit-transition: opacity .6s ease .2s, -webkit-transform .8s cubic-bezier(.43, .72, .57, 1.01) .2s;
}

.bddvd_btn {
  margin-top: 32px;
  background: #fdc25e;
  border-radius: 6px;
  text-align: center;
  transition: all .4s ease;

  -webkit-transition: all .4s ease;
}

.bddvd_btn a, .bddvd_btn span {
  display: block;
  padding: 13px 0 11px;
  padding-left: 14px;
  border: 3px solid #fdc25e;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .08em;
  transition: all .4s ease;

  -webkit-transition: all .4s ease;
}

.bddvd_btn .material-icons {
  font-size: 18px;
}

.bddvd .material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  vertical-align: middle;
}

.bddvd_deco {
  position: absolute;
  right: -135px;
  bottom: -220px;
  width: 334px;
}

.bddvd_jk {
  width: 45%;
  margin-right: 35px;
}

.bddvd_detail_ttl {
  color: #fdc25e;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: .06em;
  font-family: "Archivo Black", cursive;
}

.bddvd_detail_release {
  margin: 14px 0 32px 0;
  color: #fdc25e;
  font-weight: 400;
  font-size: 19px;
  font-family: "Archivo Black", cursive;
}

.bddvd_detail_txt {
  margin-top: 22px;
  letter-spacing: .03em;
}

.bddvd_detail_txt dt {
  color: #fdc25e;
  font-weight: 600;
  font-size: 15px;
}

.bddvd_detail_txt dd {
  margin-top: 8px;
  font-size: 13px;
}

.bddvd_limited {
  margin-top: 40px;
  padding: 30px 25px;
  background: #fff;
  border: 4px solid #fdc25e;
  border-radius: 10px;
}

.bddvd_limited_cap {
  color: #fdc25e;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .06em;
}

.bddvd_limited_list {
  margin-top: 20px;
}

.bddvd_limited_list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .04em;
}

.bddvd_limited_list li .att {
  font-size: 12px;
}

.bddvd_limited_list li p {
  margin-bottom: 10px;
}

.bddvd_limited_list li a {
  color: #fdc25e;
  text-decoration: underline;
}

.bddvd_limited_list li a:hover {
  text-decoration: none;
}

.bddvd_limited_list img {
  width: 45%;
  margin: 5px 0;
}

.bddvd_limited_list img.wl {
  width: 75%;
  margin: 5px 0;
}

.bddvd_limited_list li.other {
  margin-top: 15px;
  padding-left: 1em;
}

.bddvd_limited_list li span {
  font-size: 13px;
}

.bddvd_limited_caution {
  margin-top: 20px;
  margin-left: 1em;
  font-size: 12px;
  line-height: 1.35;
  text-indent: -1em;
}

.bddvd_novelty_txt {
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.bddvd_novelty_ttl {
  margin: 50px 0 25px;
  padding: 14px 0;
  background: #fdc25e;
  border-radius: 7px;
  color: #fff;
  font-size: 20px;
  letter-spacing: .08em;
  text-align: center;
}

.bddvd_novelty_subttl {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}

.bddvd_novelty_goods {
  font-size: 17px;
  text-align: center;
}

.bddvd_novelty_goods span {
  padding: 0px 5px 1px;
  background: #ff4d4d;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.bddvd_novelty_img {
  width: 70%;
  max-width: 670px;
  margin: 30px auto 0;
}

.bddvd_novelty_shop dt {
  margin-top: 45px;
  color: #fdc25e;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
}

.bddvd_novelty_shop dd {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .06em;
}

.bddvd_novelty_shop dd a {
  color: #fdc25e;
}

.bddvd_novelty_caution {
  margin: 15px 0 70px;
}

.bddvd_novelty_caution li {
  margin-bottom: 3px;
  margin-left: 1em;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .06em;
  text-indent: -1em;
}

.bddvd_novelty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bddvd_novelty_list dl {
  width: 48%;
  margin-bottom: 45px;
}

.bddvd_novelty_list dl.l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bddvd_novelty_list dl.l2 dd {
  width: 48%;
  margin-bottom: 30px;
}

.bddvd_novelty_list dl.l4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bddvd_novelty_list dl.l4 dd {
  width: 48%;
  margin-bottom: 30px;
}

.bddvd_novelty_list .shop {
  width: 100%;
  margin-bottom: 18px;
  line-height: 1.35;

  border-bottom: 3px solid #fdc25e;
}

.bddvd_novelty_list .shop a, .bddvd_novelty_list .shop p {
  display: block;
  padding: 6px 0 13px;
  color: #fdc25e;
  font-weight: 600;
  letter-spacing: .06em;
}

.bddvd_novelty_list .shop a .material-icons {
  font-size: 16px;
}

.bddvd_novelty_list .shop span {
  font-size: 11px;
}

.bddvd_novelty_list .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
}

.bddvd_novelty_list .txt_red {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8em;
}

.bddvd_novelty_list .txt_red li {
  display: inline-block;
  padding: 0px 5px 1px;
  background: #ff4d4d;
  color: #fff;
}

.bddvd_novelty_list .txt_red span {
  display: inline-block;
}

.bddvd_novelty_btn {
  position: relative;
  margin-top: 20px;
  background: #fdc25e;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all .4s ease;

  -webkit-transition: all .4s ease;
}

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

.bddvd_novelty_btn span {
  display: block;
  padding: 9px 0 9px;
  padding-left: 15px;
  border: 3px solid #fdc25e;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  transition: all .4s ease;

  -webkit-transition: all .4s ease;
}

.bddvd_novelty_btn .material-icons {
  margin-top: -2px;
  font-size: 15px;
}

.bddvd_novelty_btn:hover {
  background: #fff;
}

.bddvd_novelty_btn:hover a, .bddvd_novelty_btn:hover span {
  color: #fdc25e;
}

.modal_bg {
  opacity: .9;
  background: #fdc25e;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.modal_item_in {
  padding: 40px 60px;
  background: #fff;
  border: 5px solid #fdc25e;
  border-radius: 10px;
  text-align: center;
}

.bddvd_modal_txt {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .06em;
}

.bddvd_modal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}

.bddvd_modal_list li {
  position: relative;
  width: calc(50% - 3px);
  height: 54px;
  margin-bottom: 6px;
  background: #fdc25e;
  border: 3px solid #fdc25e;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .06em;
  align-self: stretch;

  -webkit-align-self: stretch;
  -webkit-border-radius: 6px;
  -webkit-box-sizing: border-box;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
}

.bddvd_modal_list li p {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  color: #fff;

  -webkit-transform: translate(0, -50%);
}

.bddvd_modal_list li a {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.bddvd_modal_list li span {
  font-size: 10px;
}

.bddvd_modal_att {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .bddvd_novelty_list {
    display: block;
  }
  .bddvd_novelty_list {
    display: block;
  }
  .bddvd_novelty_list dl.l2, .bddvd_novelty_list dl.l4 {
    display: block;
  }
  .bddvd_novelty_list dl, .bddvd_novelty_list dl.l2 dd, .bddvd_novelty_list dl.l4 dd {
    width: 100%;
  }
  .bddvd_novelty_btn {
    margin-top: 15px;
  }
  .bddvd_novelty_btn span {
    padding-left: 8px;
    font-size: 3.2vw;
  }
  .bddvd_novelty_btn .material-icons {
    margin-top: -1px;
    font-size: 3.4vw;
  }
  .bddvd {
    padding-bottom: 24vw;
  }
  .bddvd_nav {
    justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  }
  .bddvd_nav_item {
    width: 29vw;
    padding: 3px;
    border-radius: 5px;
  }
  .bddvd_nav_item span {
    display: none;
  }
  .bddvd_nav_item p {
    height: 8vw;
    border-radius: 3px;
    font-size: 4vw;
    line-height: 8vw;
  }
  .bddvd_nav_item p.en {
    font-size: 3.6vw;
  }
  .bddvd_wrap {
    padding-top: 8vw;
  }
  .bddvd_deco {
    right: -6vw;
    bottom: -19.5vw;
    width: 38vw;
  }
  .bddvd_jk {
    width: 100%;
    margin: 0 0 6vw;
  }
  .bddvd_detail_ttl {
    font-size: 6vw;
  }
  .bddvd_detail_release {
    margin: 3.5vw 0 8vw 0;
    font-size: 4.6vw;
  }
  .bddvd_detail_txt {
    margin-top: 4.5vw;
  }
  .bddvd_detail_txt dt {
    font-size: 3.75vw;
  }
  .bddvd_detail_txt dd {
    margin-top: 2.5vw;
    font-size: 3.15vw;
  }
  .bddvd_limited {
    margin-top: 8vw;
    padding: 6vw 5vw;
  }
  .bddvd_limited_cap {
    font-size: 4.8vw;
  }
  .bddvd_limited_list {
    margin-top: 3.5vw;
  }
  .bddvd_limited_list li {
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .bddvd_limited_list img {
    width: 60%;
  }
  .bddvd_limited_list img.wl {
    width: 98.5%;
  }
  .bddvd_limited_list li.other {
    margin-top: 3.5vw;
  }
  .bddvd_limited_list li span {
    font-size: 3.35vw;
  }
  .bddvd_limited_caution {
    margin-top: 3.5vw;
    font-size: 3vw;
  }
  .bddvd_novelty_txt {
    font-size: 3.65vw;
  }
  .bddvd_novelty_ttl {
    margin: 9vw 0 6vw;
    padding: 3vw 0 3.2vw;
    font-size: 5vw;
  }
  .bddvd_novelty_subttl {
    margin-bottom: 3vw;
    font-size: 4.85vw;
  }
  .bddvd_novelty_goods {
    font-size: 4.5vw;
  }
  .bddvd_novelty_goods span {
    font-size: 4.5vw;
  }
  .bddvd_novelty_img {
    width: 100%;
    margin-top: 6vw;
  }
  .bddvd_novelty_shop dt {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .bddvd_novelty_shop dd {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
  .bddvd_novelty_caution {
    margin: 4.5vw 0 12vw;
  }
  .bddvd_novelty_caution li {
    font-size: 3vw;
    line-height: 1.45;
  }
  .bddvd_novelty_list dl {
    margin-bottom: 8vw;
  }
  .bddvd_novelty_list .shop {
    margin-bottom: 4vw;
    border-width: 2px;
  }
  .bddvd_novelty_list .shop.animate, .bddvd_novelty_list .shop.gamers, .bddvd_novelty_list .shop.wonder {
    padding-top: 4.85vw;
  }
  .bddvd_novelty_list .shop.melon {
    padding-top: 9.6vw;
  }
  .bddvd_novelty_list .shop a, .bddvd_novelty_list .shop p {
    padding: 2vw 0 3vw;
    font-size: 3.65vw;
  }
  .bddvd_novelty_list .shop span {
    font-size: 3vw;
  }
  .bddvd_novelty_list .txt {
    margin-top: 3.2vw;
    font-size: 3.4vw;
  }
  .bddvd_novelty_list .txt_red {
    font-size: 3.3vw;
  }
  .bddvd_novelty_list .txt_red span {
    display: none;
  }
  .modal_item_in {
    padding: 6vw 3.5vw;
  }
  .bddvd_modal_txt {
    font-size: 4.2vw;
  }
  .bddvd_modal_list {
    margin: 5vw 0;
  }
  .bddvd_modal_list li {
    width: calc(50% - 1vw);
    height: 18vw;
    margin-bottom: 1vw;
    border-radius: 4px;
    font-size: 3.65vw;
    line-height: 1.3;

    -webkit-border-radius: 4px;
  }
  .bddvd_modal_list li span {
    font-size: 2.4vw;
  }
  .bddvd_modal_att {
    margin-top: 2vw;
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .bddvd_nav_item + li {
    margin-left: 22px;
  }
  .bddvd_nav_item p {
    cursor: pointer;
    transition: all .4s ease;

    -webkit-transition: all .4s ease;
  }
  .bddvd_nav_item:hover p {
    background: #fdc25e;
    color: #fff;
  }
  .bddvd_btn {
    cursor: pointer;
  }
  .bddvd_btn:hover {
    background: #fff;
  }
  .bddvd_btn:hover a, .bddvd_btn:hover span {
    color: #fdc25e;
  }
  .bddvd_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bddvd_jk {
    min-width: 300px;
  }
  .bddvd_novelty_shop dd a:hover {
    text-decoration: underline;
  }
  .bddvd_novelty_list .shop.melon {
    padding-top: 21px;
  }
  .bddvd_novelty_list .shop a:hover .material-icons {
    text-decoration: none;
  }
  .modal_item {
    width: 700px;
  }
  .bddvd_modal_list li {
    transition: all .4s ease;

    -webkit-transition: all .4s ease;
  }
  .bddvd_modal_list li:hover {
    background: #fff;
  }
  .bddvd_modal_list li:hover p {
    color: #fdc25e;
  }
}

/**********************************************/
.movie {
  margin: 35px 0 50px 0;
}

.movie_thumb {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 640px;
  margin-bottom: 10px;
  cursor: pointer;
}

.movie_thumb .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 90;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.movie_thumb .img {
  overflow: hidden;
}

.movie_thumb .img div {
  width: 100%;
  padding-top: 54.25%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.movie .contents_chara {
  top: -30px;
  right: 30px;
  width: 223px;
}