.l-bddvd__title {
  max-width: 1400px;
}

.l-bddvd__title {
  width: 96.6%;
  margin-left: auto;
  margin-bottom: 64px;
}
@media only screen and (max-width:899px) {
  .l-bddvd__title {
    width: 94.8%;
    margin-bottom: 34px;
  }
}
.p-bddvd__contents-inner {
  max-width: 1400px;
  width: 96.6%;
  margin-left: auto;
  margin-bottom: 64px;
}
@media only screen and (max-width:899px) {
  .p-bddvd__contents-inner {
    width: 94.8%;
    margin-bottom: 34px;
  }
}

.p-bddvd__main {
  background-color: var(--color-white);
  padding: 40px 61px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.7s var(--ease-out) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, transform 0.7s var(--ease-bound) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
}
@media only screen and (max-width:899px) {
  .p-bddvd__main {
    padding: 31px 22px;
  }
}
.is-load .p-bddvd__main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-bddvd__main-title {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-orange);
  font-size: 4rem;
  font-weight: 700;
}
.p-bddvd__main-title .p-in-release {
  margin-top: 15px;
  font-family: var(--font-en);
  font-style: italic;
  color: var(--color-orange);
  font-size: 3rem;
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-title .p-in-release {
    font-size: 80%;
  }
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-title {
    width: 94%;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-block {
    width: 94%;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__main-image {
    width: 410px;
  }
}
.p-bddvd__main-image .p-in-link {
  margin: 15px auto 0;
  width: 80%;
  font-weight: 800;
}
@media only screen and (min-width:900px) {
  .p-bddvd__main-detail {
    width: calc(100% - 410px);
    padding-left: 30px;
  }
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-detail {
    margin-top: 30px;
  }
}
.p-bddvd__main-detail-cap {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-detail-cap {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-bddvd__main-detail-info small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-bddvd__main-detail-info_item {
  margin-top: 30px;
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-detail-info_item {
    margin-top: 20px;
  }
}
.p-bddvd__main-detail-info .p-in-head {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  color: var(--color-orange);
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-detail-info .p-in-head {
    font-size: 1.1rem;
  }
}
.p-bddvd__main-detail-info .p-in-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width:899px) {
  .p-bddvd__main-detail-info .p-in-text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-bddvd__main-detail-info .p-in-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-bddvd__special {
  margin-top: 40px;
  background-color: var(--color-white);
  padding: 40px 61px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.7s var(--ease-out) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, transform 0.7s var(--ease-bound) 0.1s;
  transition: opacity 0.7s var(--ease-out) 0.1s, transform 0.7s var(--ease-bound) 0.1s, -webkit-transform 0.7s var(--ease-bound) 0.1s;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special {
    padding: 31px 22px;
  }
}
.is-load .p-bddvd__special {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-bddvd__special-head {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-orange);
  color: var(--color-orange);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-head {
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__special-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__special-common_img {
    width: 410px;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__special-common_txtarea {
    width: calc(100% - 410px);
    padding-left: 30px;
  }
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-common_txtarea {
    margin-top: 30px;
  }
}
.p-bddvd__special-common_txtarea .p-in-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-common_txtarea .p-in-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-bddvd__special-common_txtarea .p-in-detail {
  margin-top: 30px;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-common_txtarea .p-in-detail {
    margin-top: 20px;
  }
}
.p-bddvd__special-common_txtarea .p-in-detail dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  color: var(--color-orange);
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-common_txtarea .p-in-detail dt {
    font-size: 1.1rem;
  }
}
.p-bddvd__special-common_txtarea .p-in-detail dd {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-common_txtarea .p-in-detail dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-bddvd__special-notice {
  margin-top: 60px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-notice {
    margin-top: 45px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width:900px) {
  .p-bddvd__special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (min-width:900px) {
  .p-bddvd__special-list-item {
    max-width: 410px;
  }
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-list-item + .p-bddvd__special-list-item {
    margin-top: 30px;
  }
}
.p-bddvd__special-list-item small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-bddvd__special-list-item .p-in-head {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-list-item .p-in-head {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}
.p-bddvd__special-list-item .p-in-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width:899px) {
  .p-bddvd__special-list-item .p-in-text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}