.p-bddvd {
  width: 86%;
}

@media screen and (max-width: 960px) {
  .p-bddvd {
    width: 100%;
  }
}

.p-bddvd_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-bddvd_tab li {
  padding: 4px 20px 6px 18px;
  text-align: center;
  position: relative;
  border: #000 solid 1px;
  border-left: transparent;
}

.p-bddvd_tab li:first-child {
  border-left: #000 solid 1px;
}

@media screen and (min-width: 901px) {
  .p-bddvd_tab li {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd_tab li:hover {
    background: #000;
    color: #fff;
  }
}

.p-bddvd_tab li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-bddvd_tab li:first-child {
  margin-left: 0;
}

.p-bddvd_tab li.is-current {
  background: #000;
  color: #fff;
  pointer-events: none;
}

.p-bddvd_tab li.special {
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 900px) {
  .p-bddvd_tab li.special {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd_tab li {
    padding: 5px 3% 7px;
  }
}

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

.p-bddvd_title {
  text-align: center;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 700;
  color: #8dc365;
}

.p-bddvd_release {
  text-align: center;
  line-height: 1.4em;
  margin-top: 15px;
  font-size: 25px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_release {
    margin-top: 10px;
  }
}

.p-bddvd_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box {
    display: block;
    margin-top: 30px;
  }
}

.p-bddvd_box .jk {
  width: 42%;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box .jk {
    width: 100%;
  }
}

.p-bddvd_box .info {
  width: 58%;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box .info {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

.p-bddvd_box .info_item {
  margin-top: 30px;
}

.p-bddvd_box .info_item:first-child {
  margin-top: 0;
}

.p-bddvd_box .info_item dt {
  position: relative;
  color: #8dc365;
  padding: 0 0 4px 5px;
  margin-bottom: 8px;
  font-weight: 700;
}

.p-bddvd_box .info_item dt::before {
  content: "";
  background: #8dc365;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-bddvd_box .info_item dt.bd::before {
  width: calc(100% - 11.1em);
}

.p-bddvd_box .info_item dt.dvd::before {
  width: calc(100% - 9.8em);
}

.p-bddvd_box .info_item dt.specil_01::before {
  width: calc(100% - 4.5em);
}

.p-bddvd_box .info_item dt.specil_02::before {
  width: calc(100% - 2.5em);
}

.p-bddvd_box .info_item dt.specil_03::before {
  width: calc(100% - 9.5em);
}

.p-bddvd_box .info_item.list dd {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 10px;
}

.p-bddvd_box .info_item dd {
  padding-left: 5px;
  line-height: 1.5em;
  vertical-align: baseline;
}

.p-bddvd_box .info_item dd .att {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box .info_item dd .att {
    font-size: 11px;
  }
}

.p-bddvd_box .info_item dd .txt_l {
  font-size: 20px;
  vertical-align: baseline;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box .info_item dd .txt_l {
    font-size: 16px;
  }
}

.p-bddvd_box .att {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_box .att {
    margin-top: 20px;
  }
}

.p-bddvd .buy {
  background: #000;
  color: #fff;
  text-align: center;
  width: 300px;
  margin-top: 40px;
  padding: 20px 0;
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-bddvd .buy {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd .buy:hover {
    background: #8dc365;
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd .buy {
    margin: 40px auto 0;
    padding: 18px 0;
    width: 100%;
  }
}

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

.p-bddvd_all {
  margin-top: 80px;
  padding-top: 80px;
  border-top: #000 solid 1px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.p-bddvd_all_cap {
  color: #8dc365;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_cap {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.p-bddvd_all_name {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_name {
    font-size: 18px;
  }
}

.p-bddvd_all_goods {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #8dc365;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_goods {
    font-size: 16px;
  }
}

.p-bddvd_all_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_box {
    display: block;
    margin-top: 40px;
  }
}

.p-bddvd_all_img {
  width: 42%;
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_img {
    width: 100%;
  }
}

.p-bddvd_all_info {
  width: 58%;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_info {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}

.p-bddvd_all_text {
  line-height: 1.7em;
}

.p-bddvd_all_dl {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_dl {
    margin-top: 20px;
  }
}

.p-bddvd_all_dl dt {
  font-weight: 600;
}

.p-bddvd_all_dl dd {
  line-height: 1.5em;
  margin-top: 5px;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_all_dl dd {
    margin-top: 5px;
    font-size: 13px;
  }
}

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

@media screen and (max-width: 900px) {
  .p-bddvd_all .note {
    font-size: 11px;
  }
}

.p-bddvd_all .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-bddvd_special_cap {
  color: #8dc365;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_cap {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.p-bddvd_special_list > li {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list > li {
    margin-top: 40px;
  }
}

.p-bddvd_special_list > li:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list > li:first-child {
    margin-top: 20px;
  }
}

.p-bddvd_special_list > li .shop_name {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #8dc365;
}

.p-bddvd_special_list > li .shop_name span {
  font-size: 15px;
}

.p-bddvd_special_list > li .shop_name span {
  vertical-align: baseline;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list > li .shop_name {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .p-bddvd_special_list > li .shop_name span {
    font-size: 12px;
  }
  .p-bddvd_special_list > li .shop_name a::before {
    bottom: 4px;
    right: -18px;
    height: 12px;
    width: 12px;
  }
}

.p-bddvd_special_list > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-bddvd_special_list > li .p-bddvd_special_list_item-item {
  width: 32%;
  margin-left: 2%;
}

@media screen and (min-width: 901px) {
  .p-bddvd_special_list > li .p-bddvd_special_list_item-item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list > li .p-bddvd_special_list_item-item {
    width: 47.5%;
    margin-left: 5%;
    margin-top: 7%;
  }
  .p-bddvd_special_list > li .p-bddvd_special_list_item-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-bddvd_special_list > li .p-bddvd_special_list_item-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-bddvd_special-shop__item-img {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop__item-img {
    margin-bottom: 5px;
  }
}

.p-bddvd_special_list > li .att {
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list > li .att {
    line-height: 1.4em;
  }
}

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

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

@media screen and (min-width: 901px) {
  .pc_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_layout .info_item {
    width: 48.5%;
    margin-left: 3%;
    margin-top: 0 !important;
  }
  .pc_layout .info_item:first-child {
    margin-left: 0;
  }
}

.pc_layout + .pc_layout {
  margin-top: 30px;
}
/*# sourceMappingURL=style.bddvd.css.map */