.p-bddvd {
  width: 80% !important;
}

@media screen and (max-width: 900px) {
  .p-bddvd {
    width: 90% !important;
  }
}

.p-bddvd_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  transition: all 0.3s ease;
}

@media screen and (max-width: 900px) {
  .p-bddvd_tab {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}

.tab_box {
  position: relative;
  height: 90px;
}

@media screen and (max-width: 900px) {
  .tab_box {
    position: relative;
    height: 70px;
  }
}

.p-bddvd_tab.fixed {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s var(--ease-main);
}

@media screen and (max-width: 900px) {
  .p-bddvd_tab.fixed {
    top: 45px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #bdad8b;
    padding: 10px 3%;
  }
}

#tab-placeholder {
  height: 0;
}

.p-bddvd_tab li {
  background: #fff;
  color: var(--color-main);
  padding: 10px 0 12px;
  margin-left: 10px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-bddvd_tab li {
    -webkit-transition: -webkit-transform 0.5s var(--ease-main);
    transition: -webkit-transform 0.5s var(--ease-main);
    transition: transform 0.5s var(--ease-main);
    transition: transform 0.5s var(--ease-main), -webkit-transform 0.5s var(--ease-main);
  }

  .p-bddvd_tab li:hover {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}

.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: var(--color-main);
  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 {
    margin-left: 2%;
    width: 24%;
    padding: 13px 0 15px;
  }
}

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

.p-bddvd_title {
  color: var(--color-text-head);
  text-align: center;
  font-size: 3rem;
  line-height: 1.4em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_title {
    font-size: 2rem;
  }
}

.p-bddvd_release {
  color: var(--color-text-head);
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4em;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_release {
    font-size: 1.8rem;
    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 .jk img {
  border: var(--color-main) solid 2px;
}

.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 {
  font-size: 1.5rem;
  margin-top: 30px;
}

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

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

.p-bddvd_box .info_item dt {
  background: var(--color-text-head);
  color: #fff;
  padding: 7px 0 10px 10px;
  margin-bottom: 10px;
}

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

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

.p-bddvd_box .info_item dd .att {
  font-size: 1.3rem;
}

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

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

@media screen and (max-width: 900px) {
  .p-bddvd_box .info_item dd .txt_l {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}

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

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

.p-bddvd .buy {
  background: var(--color-main);
  color: #fff;
  text-align: center;
  width: 300px;
  font-size: 1.5rem;
  margin-top: 40px;
  padding: 24px 0;
  border-radius: 10px;
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-bddvd .buy {
    -webkit-transition: -webkit-transform 0.5s var(--ease-main);
    transition: -webkit-transform 0.5s var(--ease-main);
    transition: transform 0.5s var(--ease-main);
    transition: transform 0.5s var(--ease-main), -webkit-transform 0.5s var(--ease-main);
  }

  .p-bddvd .buy:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd .buy {
    margin: 40px auto 0;
    padding: 20px 0;
    width: 70%;
    font-size: 1.3rem;
  }
}

.p-bddvd .buy::before {
  content: "";
  background: url(../img/bddvd/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 900px) {
  .p-bddvd .buy::before {
    right: 15px;
  }
}

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

.p-bddvd_vol01 {
  margin-top: 80px;
}

.p-bddvd_vol01_cap {
  text-align: center;
  color: var(--color-text-head);
  font-size: 3rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

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

.p-bddvd_vol01_cap p {
  position: relative;
  display: inline-block;
}

.p-bddvd_vol01_cap p::before {
  content: "";
  background: url(../img/icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_cap p::before {
    width: 22px;
    height: 22px;
    left: -30px;
  }
}

.p-bddvd_vol01_cap p::after {
  content: "";
  background: url(../img/icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_cap p::after {
    width: 22px;
    height: 22px;
    right: -30px;
  }
}

.p-bddvd_vol01_name {
  background: var(--color-text-head);
  color: #fff;
  padding: 7px 0 10px 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_name {
    font-size: 1.6rem;
    padding: 10px 0 12px 10px;
    line-height: 1.4em;
  }
}

.p-bddvd_vol01_goods {
  font-size: 2.3rem;
  font-weight: 600;
  color: var(--color-text-head);
  margin-bottom: 20px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_goods {
    font-size: 2rem;
  }
}

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

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

.p-bddvd_vol01_img {
  width: 42%;
}

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

.p-bddvd_vol01_img img {
  border: var(--color-main) solid 2px;
}

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

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

.p-bddvd_vol01_text {
  font-size: 1.5rem;
  line-height: 1.7em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_text {
    font-size: 1.3rem;
  }
}

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

.p-bddvd_vol01_dl dt {
  font-size: 1.5rem;
  position: relative;
  color: var(--color-text-head);
}

.p-bddvd_vol01_dl dt::before {
  content: "";
  background: var(--color-text-head);
  width: calc(100% - 5em);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_dl dt {
    font-size: 1.3rem;
  }
}

.p-bddvd_vol01_dl dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_vol01_dl dd {
    margin-top: 15px;
  }
}

.p-bddvd_vol01_dl.w7 dt::before {
  width: calc(100% - 8em);
}

.p-bddvd_vol01 .note {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 30px;
}

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

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

.p-bddvd_special_cap {
  text-align: center;
  color: var(--color-text-head);
  font-size: 3rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_cap {
    font-size: 2rem;
  }
}

.p-bddvd_special_cap p {
  position: relative;
  display: inline-block;
}

.p-bddvd_special_cap p::before {
  content: "";
  background: url(../img/icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_cap p::before {
    width: 22px;
    height: 22px;
    left: -30px;
  }
}

.p-bddvd_special_cap p::after {
  content: "";
  background: url(../img/icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_cap p::after {
    width: 22px;
    height: 22px;
    right: -30px;
  }
}

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

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

.p-bddvd_special_list>li .shop_name {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-text-head);
}

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

@media screen and (max-width: 900px) {
  .p-bddvd_special_list>li .shop_name {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .p-bddvd_special_list>li .shop_name span {
    font-size: 1.3rem;
  }
}

.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_list>li .p-bddvd_special-shop__item-img {
  border: var(--color-main) solid 2px;
}

.p-bddvd_special_list>li p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special_list>li p {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

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

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

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

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

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