.is-load .p-bddvd__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

.p-bddvd__title .c-decoc {
  position: absolute;
  z-index: 3;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  -webkit-transform: translateY(0px) rotateY(180deg);
  transform: translateY(0px) rotateY(180deg);
}

.p-bddvd__title .c-decoc.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px) rotateX(0deg);
  transform: translateY(0px) rotateX(0deg);
}

.p-bddvd__title .c-decoc.-chara08 {
  top: -100px;
  left: 50%;
  width: 120px;
  max-width: 238px;
  margin-left: -276px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__title .c-decoc.-chara08 {
    top: -11.4vw;
    left: 5.33vw;
    width: 16vw;
    margin-left: 0;
  }
  .p-mainArea__title-txt{
    font-size: 90px;
    white-space: nowrap;
  }
}

/*============================
bddvd
============================*/
.p-bddvd {
  max-width: 1100px;
  margin: auto;
  padding: 0 0 0;
}

@media screen and (max-width: 900px) {
  .p-bddvd {
    padding: 0 0 0;
  }
}

.p-bddvd__content {
  width: 78.5%;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

@media screen and (max-width: 900px) {
  .p-bddvd__content {
    display: block;
    width: 86.5%;
  }
}

.is-load .p-bddvd__content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-bddvd__name {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #65c6e7;
}

@media screen and (max-width: 900px) {
  .p-bddvd__name {
    font-size: 26px;
    line-height: 1.3em;
  }
}

.p-bddvd__release {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #65c6e7;
  margin-top: 20px;
}

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

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

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

.p-bddvd__info .p-bddvd__jk {
  width: 45%;
  margin-right: 5%;
}

.p-bddvd__jk-img{
  border: solid 1px #65c6e7;
}

@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__jk {
    width: 100%;
    margin-right: 0;
  }
}

.p-bddvd__info .p-bddvd__info-buy {
  position: relative;
  background: #65c6e7;
  color: #fff;
  border: 2px solid #65c6e7;
  text-align: center;
  margin-top: 10px;
  padding: 20px 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

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

.p-bddvd__info .p-bddvd__info-buy:hover {
  background: #fff;
  color: #65c6e7;
}

.p-bddvd__info .p-bddvd__txt {
  width: 50%;
}

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

.p-bddvd__info .p-bddvd__txt dl {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__txt dl {
    margin-top: 8%;
  }
}

.p-bddvd__info .p-bddvd__txt dl:first-child {
  margin-top: 0;
}

.p-bddvd__info .p-bddvd__txt dl dt {
  color: #65c6e7;
}

@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__txt dl dt {
    font-size: 13px;
  }
}

.p-bddvd__info .p-bddvd__txt dl dt span {
  font-size: 13px;
  vertical-align: baseline;
}

@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__txt dl dt span {
    font-size: 11px;
  }
}

.p-bddvd__info .p-bddvd__txt dl dd {
  margin-top: 5px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}


@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__txt dl dd {
    font-size: 13px;
  }
}

.p-bddvd__info .p-bddvd__txt dl dd .txt_l {
  font-size: 20px;
  vertical-align: baseline;
}

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

.p-bddvd__info .p-bddvd__txt dl dd .txt_s {
  font-size: 13px;
  vertical-align: baseline;
}

@media screen and (max-width: 900px) {
  .p-bddvd__info .p-bddvd__txt dl dd .txt_s {
    font-size: 11px;
  }
}

.p-bddvd__special-all {
  margin-top: 120px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all {
    margin-top: 100px;
  }
}

.p-bddvd__special-all .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #65c6e7;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all .title {
    font-size: 26px;
  }
}

.p-bddvd__special-all__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__box {
    display: block;
    margin-top: 10%;
  }
}

.p-bddvd__special-all__img {
  width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__img {
    width: 100%;
    margin-right: 0;
  }
}

.p-bddvd__special-all__txt {
  width: 50%;
}

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

.p-bddvd__special-all__txt h4 {
  color: #65c6e7;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt h4 {
    font-size: 20px;
  }
}

.p-bddvd__special-all__txt .cap {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt .cap {
    font-size: 16px;
    margin-top: 4%;
  }
}

.p-bddvd__special-all__txt .lead {
  margin-top: 25px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt .lead {
    font-size: 13px;
    margin-top: 5%;
  }
}

.p-bddvd__special-all__txt .shop {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt .shop {
    margin-top: 6%;
  }
}

.p-bddvd__special-all__txt .shop dt {
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt .shop dt {
    font-size: 13px;
  }
}

.p-bddvd__special-all__txt .shop dd {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 5px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-all__txt .shop dd {
    font-size: 11px;
  }
}

.p-bddvd__special-shop {
  margin-top: 120px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop {
    margin-top: 100px;
  }
}

.p-bddvd__special-shop .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #65c6e7;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop .title {
    font-size: 26px;
  }
}

.p-bddvd__special-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

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

.p-bddvd__special-shop__list > li {
  width: 32%;
  margin-top: 5%;
  margin-left: 2%;
}

@media screen and (min-width: 901px) {
  .p-bddvd__special-shop__list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-bddvd__special-shop__list > li:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop__list > li {
    width: 49%;
    margin-top: 10%;
    margin-left: 2%;
  }
  .p-bddvd__special-shop__list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-bddvd__special-shop__list > li:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-bddvd__special-shop .shop_name {
  color: #65c6e7;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  height: 3em;
  position: relative;
}

.p-bddvd__special-shop .shop_name p{
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop .shop_name {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

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

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop .shop_name span {
    font-size: 10px;
  }
}

.p-bddvd__special-shop .shop_name a {
  position: relative;
  color: #65c6e7;
  text-decoration: none;
  display: inline-block;
}

.p-bddvd__special-shop .shop_name a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/bddvd/icon_link.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -20px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop .shop_name a::before {
    width: 10px;
    height: 10px;
    right: -12px;
  }
}

@media screen and (min-width: 901px) {
  .p-bddvd__special-shop .shop_name a:hover {
    text-decoration: underline;
  }
}
.p-bddvd__special-shop .img {
  position: relative;
  border:solid 1px #65c6e7;
}


.p-bddvd__special-shop .goods_name {
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .p-bddvd__special-shop .goods_name {
    font-size: 12px;
    margin-top: 5px;
  }
}

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

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

.p-bddvd__special-shop .note{
  margin-top: 50px;
  font-size: 13px;
  line-height: 1.5em;
}
.p-bddvd__special-shop .note > li{
  text-indent: -1em;
  padding-left: 1em;
}

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


.img. -slide_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 2px;
  overflow: hidden;
}

.img .-slide_item img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}