@media screen and (max-width: 767px) {
  .l-in {
    width: 89%;
  }
}

.p-bddvd {
  position: relative;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 80%;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .p-bddvd {
    width: 85%;
  }
}
.p-bddvd__cate {
  margin: 0 auto;
  width: 100%;
  max-width: 615px;
  margin-bottom: 30px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-bddvd__cate {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate {
    margin-bottom: 19px;
  }
}
.p-bddvd__cate-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate-list {
    justify-content: flex-start;
  }
}
.p-bddvd__cate-list-item {
  width: 22.8%;
  border: 1px solid #000000;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 3%;
  transition: border 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  margin-right: 2.9%;
}
.p-bddvd__cate-list-item.is-current {
  border-color: #ff2566;
  pointer-events: none;
}
@media (hover: hover) {
  .p-bddvd__cate-list-item:hover {
    border-color: #ff2566;
  }
  .p-bddvd__cate-list-item:hover .p-bddvd__cate-list-text {
    color: #ff2566;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate-list-item {
    margin-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .p-bddvd__cate-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate-list-item {
    width: 32%;
    margin-bottom: 1.9%;
  }
  .p-bddvd__cate-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-bddvd__cate-list-inner {
  text-decoration: none;
  display: block;
  padding: 10px 0 12px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate-list-inner {
    padding: 10px 0 11px;
  }
}
.p-bddvd__cate-list-text {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 767px) {
  .p-bddvd__cate-list-text {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
.is-current .p-bddvd__cate-list-text {
  color: #ff2566;
}
.p-bddvd__main {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main {
    margin-bottom: 55px;
  }
}
.p-bddvd__main-head {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-head {
    margin-bottom: 26px;
    line-height: 1.5;
  }
}
.p-bddvd__main-head-ttl {
  color: #ff2566;
  font-size: 36px;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-head-ttl {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 8px;
  }
}
.p-bddvd__main-head-release {
  font-family: YakuHanMP, "Zen Old Mincho", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-head-release {
    font-size: 14px;
  }
}
.p-bddvd__main-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-content {
    display: block;
  }
}
.p-bddvd__main-thumb {
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-thumb {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-thumb .bddvd_swiper .swiper-pagination {
    bottom: 10px;
    padding: 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-thumb .bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
}
.p-bddvd__main-textarea {
  width: 50%;
  padding-left: 4.2%;
  line-height: 1.6;
  font-family: YakuHanMP, "Zen Old Mincho", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-textarea {
    padding-left: 0;
    margin-top: 25px;
    width: 100%;
  }
}
.p-bddvd__main-info-item + .p-bddvd__main-info-item {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-info-item + .p-bddvd__main-info-item {
    margin-top: 17px;
  }
}
.p-bddvd__main-info-cap {
  color: #ff2566;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-info-cap {
    font-size: 13px;
  }
}
.p-bddvd__main-info-text {
  font-size: 17px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__main-info-text {
    font-size: 13px;
  }
}
.p-bddvd__btn {
  margin-top: 30px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-bddvd__btn {
    margin-top: 30px;
    width: 100%;
  }
}
.p-bddvd__btn-inner {
  border: 1px solid #000000;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  color: #000000;
  padding: 20px 10px 21px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__btn-inner {
    padding: 15px 10px 16px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .p-bddvd__btn-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), border 0.8s cubic-bezier(0.25, 1, 0.5, 1), color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd__btn-inner:hover {
    border-color: #ff2566;
    color: #ff2566;
    transform: scale(0.97);
  }
}
.p-bddvd__content {
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-bddvd__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-bddvd__foot {
  font-family: YakuHanMP, "Zen Old Mincho", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
.p-bddvd__foot-box + .p-bddvd__foot-box {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-box + .p-bddvd__foot-box {
    margin-top: 37px;
  }
}
.p-bddvd__foot-head {
  background-color: #ff9abc;
  color: #fff;
  font-size: 22px;
  padding: 2px 13px 5px;
  line-height: 1.5;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-head {
    display: block;
    font-size: 12px;
    padding: 4px 10px 6px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
}
.p-bddvd__foot-head span {
  vertical-align: baseline;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-head span {
    font-size: 10px;
    margin-left: 0;
    display: block;
  }
}
.p-bddvd__foot-list {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list {
    padding: 0;
  }
}
.p-bddvd__foot-list-item {
  line-height: 1.6;
}
.p-bddvd__foot-list-item + .p-bddvd__foot-list-item {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list-item + .p-bddvd__foot-list-item {
    margin-top: 10px;
  }
}
.p-bddvd__foot-list-text {
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list-text {
    font-size: 12px;
  }
}
.p-bddvd__foot-list-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #ff2566;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list-text::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.p-bddvd__foot-list-content {
  padding-left: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list-content {
    padding-left: 10px;
    margin-top: 13px;
  }
}
.p-bddvd__foot-list-thumb {
  width: 100%;
  max-width: 400px;
}
.p-bddvd__foot-list-note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-bddvd__foot-list-note {
    font-size: 10px;
  }
}

.bddvd_swiper {
  overflow: hidden;
  position: relative;
}
.bddvd_swiper .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .bddvd_swiper .swiper-pagination {
    bottom: 6px;
    padding: 0 2px;
  }
}
.bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #000000;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
}
@media screen and (max-width: 767px) {
  .bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }
}
.bddvd_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.p-bddvd_benefit {
  padding: 0 20px;
  padding-top: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit {
    padding: 0;
    line-height: 1.5;
  }
}
.p-bddvd_benefit__cap {
  color: #ff2566;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__cap {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.p-bddvd_benefit__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__content {
    display: block;
  }
}
.p-bddvd_benefit__thumb {
  flex-shrink: 0;
  width: 45%;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__thumb {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__thumb .bddvd_swiper .swiper-pagination {
    bottom: 10px;
    padding: 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__thumb .bddvd_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
}
.p-bddvd_benefit__textarea {
  width: 55%;
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__textarea {
    width: 100%;
    padding: 0;
  }
}
.p-bddvd_benefit__ttl {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__ttl {
    font-size: 15px;
  }
}
.p-bddvd_benefit__info {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__info {
    margin-top: 16px;
  }
}
.p-bddvd_benefit__info-cap {
  color: #ff2566;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__info-cap {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.p-bddvd_benefit__info-text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_benefit__info-text {
    font-size: 13px;
  }
}

.p-bddvd_commonbenefit {
  padding: 0 20px;
  padding-top: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit {
    padding: 0;
  }
}
.p-bddvd_commonbenefit__box {
  border-bottom: 1px solid #000000;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box {
    padding-bottom: 9px;
  }
}
.p-bddvd_commonbenefit__box-item + .p-bddvd_commonbenefit__box-item {
  margin-top: 20px;
  padding-top: 42px;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box-item + .p-bddvd_commonbenefit__box-item {
    margin-top: 9px;
    padding-top: 24px;
  }
}
.p-bddvd_commonbenefit__box-link {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box-link {
    margin-bottom: 15px;
  }
}
.p-bddvd_commonbenefit__box-link a {
  text-decoration: none;
  color: #ff2566;
  display: inline-block;
  vertical-align: baseline;
  font-size: 22px;
  position: relative;
  line-height: 1.4;
  letter-spacing: 1px;
  pointer-events: none;
}
@media (hover: hover) {
  .p-bddvd_commonbenefit__box-link a:hover::after {
    transform: translate(5px, -3px);
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box-link a {
    line-height: 1.3;
    font-size: 18px;
  }
}
{#.p-bddvd_commonbenefit__box-link a::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/bddvd/arrow_pink.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.85s cubic-bezier(0.25, 1, 0.5, 1);
}#}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box-link a::after {
    top: -2px;
    width: 8px;
    height: 8px;
  }
}
.p-bddvd_commonbenefit__box-link a span {
  vertical-align: baseline;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__box-link a span {
    font-size: 13px;
  }
}
.p-bddvd_commonbenefit__list {
  display: flex;
  flex-wrap: wrap;
}
.p-bddvd_commonbenefit__list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .p-bddvd_commonbenefit__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
  .p-bddvd_commonbenefit__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-bddvd_commonbenefit__list-thumbs {
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__list-thumbs {
    margin-bottom: 7px;
  }
}
.p-bddvd_commonbenefit__list-label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ff2566;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__list-label {
    font-size: 12px;
  }
}
.p-bddvd_commonbenefit__list-ttl {
  font-size: 14px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__list-ttl {
    font-size: 12px;
  }
}
.p-bddvd_commonbenefit__note {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__note {
    margin-top: 16px;
  }
}
.p-bddvd_commonbenefit__note-item {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-bddvd_commonbenefit__note-item {
    font-size: 11px;
  }
}
.anotation{
  padding-top: 20px;
  font-size: 14px;
}
.anotation-rakuten{
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .anotation{
  font-size: 12px;
}
.anotation-rakuten{
  font-size: 11px;
}
}