@media not all and (max-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-bddvd {
  padding-top: 197px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-bddvd {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.p-bddvd__container {
  max-width: 800px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.p-bddvd__ttl {
  margin: 0 auto 64px;
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-bddvd__ttl {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media not all and (max-width: 960px) {
  .p-bddvd__ttl {
    width: 73%;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__ttl {
    margin-bottom: 50px;
  }
}
.p-bddvd__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-start .p-bddvd__nav {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media not all and (max-width: 960px) {
  .p-bddvd__nav {
    gap: 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__nav {
    margin-bottom: 56px;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd__nav-item {
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__nav-item {
    width: 32.2388059701%;
  }
  .p-bddvd__nav-item + .p-bddvd__nav-item {
    margin-left: 1.4925373134%;
  }
  .p-bddvd__nav-item:nth-child(3n-2) {
    margin-left: 0;
  }
}
.p-bddvd__nav-link {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 18px 0;
  color: var(--color-pink);
  text-align: center;
  border: 1px solid var(--color-pink);
  font-size: 13px;
  letter-spacing: 0.06rem;
  border-radius: 99px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__nav-link {
    padding: 14px 0;
    font-size: 10px;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd__nav-link {
    transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd__nav-link:hover {
    background: rgba(230, 46, 139, 0.5);
    color: var(--color-white);
  }
}
.is-current .p-bddvd__nav-link {
  background: linear-gradient(90deg, rgba(230, 46, 139, 0.9) 0%, rgba(234, 96, 158, 0.9) 100%);
  color: var(--color-white);
}
@media not all and (max-width: 960px) {
  .p-bddvd__btn {
    width: 76.5%;
    margin: 0 auto;
    margin-top: 39px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd__btn {
    width: 58%;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.p-bddvd__btn-inner {
  position: relative;
  display: block;
  padding: 21px 0 23px;
  text-align: center;
  background: linear-gradient(90deg, rgba(230, 46, 139, 0.9) 0%, rgba(234, 96, 158, 0.9) 100%);
  color: var(--color-white);
  border-radius: 99px;
}
@media screen and (max-width: 960px) {
  .p-bddvd__btn-inner {
    padding: 16px 0 17px;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd__btn-inner {
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bddvd__btn-inner:hover {
    opacity: 0.7;
  }
}
.p-bddvd__btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 20px;
  height: 100%;
  -webkit-mask: url(../img/bddvd/icon_cart.svg) center center no-repeat;
  mask: url(../img/bddvd/icon_cart.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-bddvd__btn-inner::before {
    left: 18px;
    width: 15px;
  }
}

.p-bddvd_contents {
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, filter 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-start .p-bddvd_contents {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.p-bddvd_contents__ttl {
  margin-bottom: 18px;
  text-align: center;
  color: var(--color-pink);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__ttl {
    margin-bottom: 14px;
    font-size: 19px;
    letter-spacing: 0.08rem;
  }
}
.--special .p-bddvd_contents__ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 960px) {
  .--special .p-bddvd_contents__ttl {
    margin-bottom: 55px;
  }
}
.p-bddvd_contents__date {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__date {
    font-size: 17px;
  }
}
.p-bddvd_contents__date .p-in-small {
  font-size: 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__date .p-in-small {
    font-size: 13px;
  }
}
.p-bddvd_contents__container {
  position: relative;
  margin-top: 61px;
}
@media not all and (max-width: 960px) {
  .p-bddvd_contents__container {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__container {
    margin-top: 50px;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd_contents__header {
    width: 42.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__header {
    margin-bottom: 49px;
  }
}
.p-bddvd_contents__img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__img {
    width: 76%;
    margin: 0 auto;
  }
}
.p-bddvd_contents__img-list {
  position: relative;
  display: flex;
  width: 100%;
}
.p-bddvd_contents__img-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  flex-shrink: 0;
}
.p-bddvd_contents__img-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-bddvd_contents__img-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_contents__img-bullet {
    margin-top: 15px;
  }
}
.is-notSlider .p-bddvd_contents__img-bullet {
  margin-top: 0;
}
.p-bddvd_contents__img-bullet span {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--color-pink);
  background: none;
  opacity: 1;
}
.p-bddvd_contents__img-bullet span.swiper-pagination-bullet-active {
  background: var(--color-pink);
}
.p-bddvd_contents__img-bullet span + span {
  margin-left: 5px;
}
@media not all and (max-width: 960px) {
  .p-bddvd_contents__inner {
    flex-grow: 1;
    padding-left: 7.5%;
  }
}

.p-bddvd_detail__block + .p-bddvd_detail__block {
  margin-top: 54px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__block + .p-bddvd_detail__block {
    margin-top: 44px;
  }
}
.p-bddvd_detail__ttl {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-pink);
}
.p-bddvd_detail__ttl .p-in-line {
  flex-grow: 1;
  height: 1px;
  background: var(--color-pink);
}
.p-bddvd_detail__ttl .p-in-ttl {
  flex-shrink: 0;
  padding: 0 18px;
  font-size: 18px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__ttl .p-in-ttl {
    padding: 0 15px;
    font-size: 14px;
  }
}
.p-bddvd_detail__txt {
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__txt .p-in-small {
    font-size: 11px;
  }
}
.p-bddvd_detail__list-item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.65;
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__list-item {
    font-size: 13px;
  }
}
.p-bddvd_detail__list-item + .p-bddvd_detail__list-item {
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_detail__list-item + .p-bddvd_detail__list-item {
    margin-top: 4px;
  }
}

.p-bddvd_special__block + .p-bddvd_special__block {
  margin-top: 72px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__block + .p-bddvd_special__block {
    margin-top: 53px;
  }
}
.p-bddvd_special__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  color: var(--color-pink);
  font-size: 22px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__ttl {
    margin-bottom: 40px;
    font-size: 17px;
    letter-spacing: 0.02rem;
  }
}
.p-bddvd_special__ttl .p-in-line {
  flex-grow: 1;
  height: 1px;
  background: var(--color-pink);
}
.p-bddvd_special__ttl .p-in-ttl {
  padding: 0 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__ttl .p-in-ttl {
    padding: 0 18px;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd_special__container {
    display: flex;
  }
}
@media not all and (max-width: 960px) {
  .p-bddvd_special__header {
    width: 42.5%;
    flex-shrink: 0;
  }
}
.p-bddvd_special__img {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__img {
    width: 76%;
    margin: 0 auto;
  }
}
.p-bddvd_special__img-list {
  position: relative;
  width: 100%;
  display: flex;
}
.p-bddvd_special__img-item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
@media not all and (max-width: 960px) {
  .p-bddvd_special__inner {
    flex-grow: 1;
    padding-left: 7.5%;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__inner {
    margin-top: 39px;
  }
}
.p-bddvd_special__detail-ttl {
  margin-bottom: 13px;
  color: var(--color-pink);
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__detail-ttl {
    margin-bottom: 9px;
    font-size: 14px;
    letter-spacing: 0.03rem;
  }
}
.p-bddvd_special__detail-txt {
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__detail-txt {
    margin-bottom: 23px;
    font-size: 13px;
    letter-spacing: 0.03rem;
  }
}
.p-bddvd_special__detail-box {
  margin-bottom: 29px;
  padding: 11px 20px 15px;
  background: rgba(239, 141, 178, 0.3);
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__detail-box {
    font-size: 12px;
  }
}
.p-bddvd_special__detail-box span {
  display: block;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}
.p-bddvd_special__detail-item .p-in-ttl {
  margin-bottom: 11px;
  color: var(--color-pink);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__detail-item .p-in-ttl {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.p-bddvd_special__detail-item .p-in-txt {
  line-height: 1.8;
}
@media not all and (max-width: 960px) {
  .p-bddvd_special__detail-item .p-in-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_special__detail-item .p-in-txt {
    font-size: 13px;
  }
}

.p-bddvd_shop__block + .p-bddvd_shop__block {
  margin-top: 52px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__block + .p-bddvd_shop__block {
    margin-top: 35px;
  }
}
.p-bddvd_shop__ttl {
  margin-bottom: 18px;
  font-size: 18px;
  color: var(--color-pink);
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__ttl {
    font-size: 16px;
  }
}
.p-bddvd_shop__ttl .p-in-small {
  vertical-align: baseline;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__ttl .p-in-small {
    font-size: 12px;
  }
}
.p-bddvd_shop__list {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 960px) {
  .p-bddvd_shop__list-item {
    width: 31.625%;
  }
  .p-bddvd_shop__list-item + .p-bddvd_shop__list-item {
    margin-left: 2.5%;
  }
  .p-bddvd_shop__list-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .p-bddvd_shop__list-item:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__list-item {
    width: 47.0149253731%;
  }
  .p-bddvd_shop__list-item:nth-child(even) {
    margin-left: 2.8358208955%;
  }
  .p-bddvd_shop__list-item:nth-child(n+3) {
    margin-top: 19px;
  }
}
.p-bddvd_shop__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-bddvd_shop__img-list {
  position: relative;
  width: 100%;
  display: flex;
}
.p-bddvd_shop__img-item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.p-bddvd_shop__img-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__img-bullet {
    margin-top: 5px;
  }
}
.is-notSlider .p-bddvd_shop__img-bullet {
  margin-top: 0;
}
.p-bddvd_shop__img-bullet span {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid var(--color-pink);
  background: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__img-bullet span {
    width: 4px;
    height: 4px;
  }
}
.p-bddvd_shop__img-bullet span.swiper-pagination-bullet-active {
  background: var(--color-pink);
}
.p-bddvd_shop__img-bullet span + span {
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__img-bullet span + span {
    margin-left: 3px;
  }
}
.p-bddvd_shop__txt {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__txt {
    margin-top: 11px;
    font-size: 14px;
  }
}
.p-bddvd_shop__caution {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__caution {
    margin-top: 52px;
  }
}
.p-bddvd_shop__caution-item {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-bddvd_shop__caution-item {
    font-size: 11px;
  }
}