@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyo2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll3 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll4 {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll5 {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-bddvd__tab {
  margin-bottom: 70px;
  transform: translateY(40px);
  opacity: 0;
}
.is-active .p-bddvd__tab {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-bddvd__tab {
    margin-bottom: 44px;
  }
}
.p-bddvd__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-bddvd__tab-list-item {
  width: 19%;
  text-align: center;
  background-color: #ddded9;
  border-radius: 100px;
  margin-right: 1.25%;
  margin-top: 1.1%;
}
@media (hover: hover) {
  .p-bddvd__tab-list-item {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd__tab-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 960px) {
  .p-bddvd__tab-list-item:nth-child(5n) {
    margin-right: 0;
  }
  .p-bddvd__tab-list-item:nth-child(n+1):nth-child(-n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-bddvd__tab-list-item {
    margin-top: 1.7%;
    width: 32.5%;
  }
  .p-bddvd__tab-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-bddvd__tab-list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-bddvd__tab-list-item.is-current {
  background-color: #ff9810;
  pointer-events: none;
}
.p-bddvd__tab-list-item:last-child {
  margin-right: 0;
}
.p-bddvd__tab-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  height: 40px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__tab-link {
    font-size: 13px;
  }
}
.is-current .p-bddvd__tab-link {
  color: #fff;
}
.p-bddvd__main {
  display: flex;
  font-weight: 500;
  margin-bottom: 100px;
  transform: translateY(40px);
  opacity: 0;
}
.is-active .p-bddvd__main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main {
    display: block;
  }
}
.p-bddvd__main-thumb {
  width: 47.8%;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-thumb {
    width: 100%;
  }
}
.p-bddvd__main-detail {
  width: 52.2%;
  padding-left: 4.4%;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-detail {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 34px;
  }
}
.p-bddvd__main-ttl {
  background-color: #fff543;
  font-size: 22px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0px 15px 2px;
  line-height: 1.3;
  letter-spacing: 2.8px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-ttl {
    font-size: 16px;
    padding: 0px 9px 2px;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
  }
}
.p-bddvd__main-release {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  margin-bottom: 33px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-release {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}
.p-bddvd__main-info {
  line-height: 1.4;
  text-align: left;
}
.p-bddvd__main-info-item + .p-bddvd__main-info-item {
  margin-top: 29px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-info-item + .p-bddvd__main-info-item {
    margin-top: 27px;
  }
}
.p-bddvd__main-info-label {
  color: #ff9810;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin-bottom: 9px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-info-label {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }
}
.p-bddvd__main-info-text {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-info-text {
    line-height: 1.8;
    font-size: 13px;
  }
}
.p-bddvd__main-btn {
  width: 80%;
  margin-top: 33px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-btn {
    margin: 0 auto;
    width: 72%;
    max-width: 226px;
    margin-top: 30px;
  }
}
.p-bddvd__main-btn .c-btn__inner::before {
  width: 24px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__main-btn .c-btn__inner::before {
    width: 18px;
  }
}
.p-bddvd__other {
  transform: translateY(40px);
  opacity: 0;
}
.is-active .p-bddvd__other {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-bddvd__other-box + .p-bddvd__other-box {
  margin-top: 91px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-box + .p-bddvd__other-box {
    margin-top: 95px;
  }
}
.p-bddvd__other-ttl {
  text-align: center;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  letter-spacing: 3.5px;
  padding: 3px 20px 4px;
  border-radius: 100px;
  margin-bottom: 34px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-ttl {
    padding: 5px 20px 6px;
    font-size: 13px;
    margin-bottom: 29px;
  }
}
.p-bddvd__other-ttl span {
  vertical-align: baseline;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-ttl span {
    display: block;
    font-size: 11px;
  }
}
.p-bddvd__other-benefit-thumb {
  width: 48%;
  max-width: 440px;
  margin: 16px 0;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-benefit-thumb {
    width: 100%;
    margin: 12px 0 0px;
  }
}
.p-bddvd__other-benefit-item {
  line-height: 1.6;
}
.p-bddvd__other-benefit-item + .p-bddvd__other-benefit-item {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-benefit-item + .p-bddvd__other-benefit-item {
    margin-top: 2px;
  }
}
.p-bddvd__other-benefit-text {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-benefit-text {
    font-size: 13px;
  }
}
.p-bddvd__other-btn {
  margin-top: 96px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-btn {
    margin-top: 94px;
  }
}
.p-bddvd__other-btn .c-btn {
  width: 294px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-btn .c-btn {
    width: 72%;
    max-width: 226px;
  }
}
.p-bddvd__other-btn .c-btn__inner::before {
  width: 24px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-btn .c-btn__inner::before {
    width: 18px;
  }
}
.p-bddvd__other-commonbenefit {
  padding-top: 5px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-commonbenefit {
    display: block;
  }
}
.p-bddvd__other-commonbenefit-thumb {
  flex-shrink: 0;
  width: 47.8%;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-commonbenefit-thumb {
    width: 100%;
    margin-bottom: 14px;
  }
}
.p-bddvd__other-commonbenefit-detail {
  width: 52.2%;
  padding-left: 4%;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-commonbenefit-detail {
    padding-left: 0;
    width: 100%;
  }
}
.p-bddvd__other-commonbenefit-ttl {
  line-height: 1;
  color: #ff9810;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 23px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-commonbenefit-ttl {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.p-bddvd__other-commonbenefit-text {
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-commonbenefit-text {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.p-bddvd__other-note {
  margin-top: 34px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-note {
    margin-top: 46px;
  }
}
.p-bddvd__other-note-item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__other-note-item {
    line-height: 1.5;
    font-size: 11px;
  }
  .p-bddvd__other-note-item + .p-bddvd__other-note-item {
    margin-top: 4px;
  }
}
.p-bddvd__store-box + .p-bddvd__store-box {
  margin-top: 35px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-box + .p-bddvd__store-box {
    margin-top: 46px;
  }
}
.p-bddvd__store-head {
  color: #ff9810;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: 1px solid #ff9810;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-head {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 35px;
  }
}
.p-bddvd__store-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-bddvd__store-list-item {
  width: 47.8%;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (min-width: 960px) {
  .p-bddvd__store-list-item {
    margin-right: 4.3%;
    margin-top: 6.7%;
  }
  .p-bddvd__store-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-bddvd__store-list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-list-item {
    width: 100%;
    font-size: 13px;
  }
  .p-bddvd__store-list-item + .p-bddvd__store-list-item {
    margin-top: 9.7%;
  }
}
.p-bddvd__store-list-item:last-child {
  margin-right: 0;
}
.p-bddvd__store-list-thumb {
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-list-thumb {
    margin-bottom: 10px;
  }
}
.p-bddvd__store-list-cap {
  letter-spacing: 1.5px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-list-cap {
    margin-bottom: 6px;
  }
}
.p-bddvd__store-btn {
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-btn {
    margin-top: 31px;
  }
}
.p-bddvd__store-btn .c-btn {
  width: 294px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-btn .c-btn {
    width: 72%;
    max-width: 226px;
  }
}
.p-bddvd__store-btn .c-btn__inner::before {
  width: 24px;
}
@media screen and (max-width: 959px) {
  .p-bddvd__store-btn .c-btn__inner::before {
    width: 18px;
  }
}

.bddvd_swiper {
  overflow: hidden;
  position: relative;
}
.bddvd_swiper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 0;
}
@media screen and (max-width: 959px) {
  .bddvd_swiper .swiper-pagination {
    padding: 10px 2px 0;
  }
}
.bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ddded9;
  width: 9px;
  height: 9px;
  margin: 0 4px !important;
}
@media screen and (max-width: 959px) {
  .bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px !important;
  }
}
.bddvd_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9810;
}