@charset "UTF-8";
.bddvd__content {
  position: relative;
  display: block;
}
@media (min-width: 835px) {
  .bddvd__content {
    margin-bottom: 146px;
    margin-top: 65px;
  }
}
@media (min-width: 835px) {
  .bddvd__content__wrapper {
    display: flex;
  }
}
@media (max-width: 834px) {
  .bddvd__content__jacket {
    margin-bottom: 45px;
  }
}
@media (min-width: 835px) {
  .bddvd__content__jacket {
    margin-right: 75px;
    max-width: 480px;
    width: 100%;
  }
}
.bddvd__content__detail {
  margin: 0 8.33vw;
}
@media (min-width: 835px) {
  .bddvd__content__detail {
    margin: 0;
    width: 100%;
  }
}

.information {
  position: relative;
  clip-path: inset(0 100% 0 0);
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .information {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 834px) {
  .information {
    margin-bottom: 10.41vw;
  }
  .-ready .information {
    clip-path: inset(0 0 0 -8.34vw);
  }
}
@media (min-width: 835px) {
  .information {
    display: flex;
    margin-bottom: 100px;
  }
}

.information__title {
  font-size: 1.75rem;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #C45AFF;
  line-height: 1;
}
@media (max-width: 834px) {
  .information__title {
    margin-bottom: 8px;
    padding-bottom: 14px;
  }
}
@media (min-width: 835px) {
  .information__title {
    font-size: 1.5rem;
    border: none;
    height: 26px;
    transform: translateX(100%) rotate(90deg);
    transform-origin: 0 0;
    white-space: nowrap;
    width: 26px;
  }
}

.information__content {
  color: #fff;
}
@media (min-width: 835px) {
  .information__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: 24px;
    width: 100%;
  }
}

@media (min-width: 835px) {
  .information__content__left {
    flex-grow: 1;
    margin-right: 32px;
    width: 320px;
  }
}

.information__content__left__txt {
  font-size: 0.75rem;
  margin: 3.25vw 0 9.63vw;
}
@media (min-width: 835px) {
  .information__content__left__txt {
    font-size: 12px;
    margin: 10px 0 35px;
  }
}

.information__content__left__detail {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .information__content__left__detail {
    margin-top: 3.12vw;
  }
}
@media (max-width: 834px) {
  .information__content__left__detail .blu-ray,
.information__content__left__detail .dvd {
    margin-bottom: 10px;
  }
}
@media (min-width: 835px) {
  .information__content__left__detail .blu-ray,
.information__content__left__detail .dvd {
    margin-bottom: 16px;
  }
}
.information__content__left__detail .blu-ray p,
.information__content__left__detail .dvd p {
  font-size: 1rem;
  font-weight: 700;
}
.information__content__left__detail .blu-ray dl,
.information__content__left__detail .dvd dl {
  display: flex;
}
.information__content__left__detail .blu-ray dl dt,
.information__content__left__detail .dvd dl dt {
  color: #929292;
  font-weight: 500;
  min-width: 36px;
}
@media (min-width: 835px) {
  .information__content__left__detail .blu-ray dl dt,
.information__content__left__detail .dvd dl dt {
    min-width: 40px;
  }
}
.information__content__left__detail .blu-ray dl dd,
.information__content__left__detail .dvd dl dd {
  font-weight: 400;
}

.information__content__left__detail__spec dl dt {
  color: #929292;
  font-weight: 500;
}
.information__content__left__detail__spec dl dd {
  font-weight: 400;
}
.information__content__left__detail__spec dl dd .subttl {
  color: #929292;
  font-weight: 500;
}
.information__content__left__detail__spec dd dl {
  position: relative;
}
.information__content__left__detail__spec dd dl:nth-of-type(1) {
  display: block;
}
@media (max-width: 834px) {
  .information__content__left__detail__spec dd dl {
    display: block;
    margin: 3.9vw 0;
    padding: 0 7.81vw;
  }
}
@media (min-width: 835px) {
  .information__content__left__detail__spec dd dl {
    margin-top: 15px;
    padding: 0 36px 0 32px;
  }
}
.information__content__left__detail__spec dd dl:before, .information__content__left__detail__spec dd dl:after {
  content: "";
  border-top: solid 2px rgba(235, 235, 235, 0.2);
  border-bottom: solid 2px rgba(235, 235, 235, 0.2);
  height: 100%;
}
@media (max-width: 834px) {
  .information__content__left__detail__spec dd dl:before, .information__content__left__detail__spec dd dl:after {
    width: 9px;
  }
}
@media (min-width: 835px) {
  .information__content__left__detail__spec dd dl:before, .information__content__left__detail__spec dd dl:after {
    width: 18px;
  }
}
.information__content__left__detail__spec dd dl:before {
  position: absolute;
  top: 0;
  left: 0;
  border-left: solid 2px rgba(235, 235, 235, 0.2);
}
.information__content__left__detail__spec dd dl:after {
  border-right: solid 2px rgba(235, 235, 235, 0.2);
}
@media (max-width: 834px) {
  .information__content__left__detail__spec dd dl:after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 835px) {
  .information__content__left__detail__spec dd dl:after {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.information__content__left__detail__spec dd dl dt {
  color: #929292;
  font-weight: 500;
}
.information__content__left__detail__spec dd dl dd {
  font-weight: 400;
}
.information__content__left__detail__spec dd dl ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.information__content__btn {
  font-size: 1.125rem;
  align-items: center;
  background: #C45AFF;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
@media (max-width: 834px) {
  .information__content__btn {
    height: 52px;
    padding: 0 20px;
  }
}
@media (min-width: 835px) {
  .information__content__btn {
    height: 60px;
    padding: 0 32px;
  }
}
.information__content__btn p {
  position: relative;
  color: #000;
  font-weight: 900;
}
.information__content__btn p::before {
  position: absolute;
  top: 6px;
  right: -12px;
  background-image: url(/tv/assets/img/common/ico/ico_external.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.information__content__btn span {
  display: block;
  transform: rotate(45deg);
}
@media (max-width: 834px) {
  .information__content__btn span {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 12px;
    width: 12px;
  }
}
@media (min-width: 835px) {
  .information__content__btn span {
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    height: 14px;
    width: 14px;
  }
}

@media (min-width: 835px) {
  .information__content__right {
    flex-grow: 1;
    width: 320px;
  }
}
.information__content__right h4 {
  font-size: 0.875rem;
  color: #929292;
  font-weight: 500;
}
@media (max-width: 834px) {
  .information__content__right h4 {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .information__content__right h4 {
    margin-top: 4px;
  }
}
@media (max-width: 834px) {
  .information__content__right {
    margin-top: 13.28vw;
  }
}
@media (max-width: 834px) {
  .information__content__right dl {
    width: 75vw;
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .information__content__right dl.-wide {
    width: 100%;
  }
}
.information__content__right dl dt {
  font-size: 0.875rem;
  color: #929292;
  font-weight: 500;
}
@media (max-width: 834px) {
  .information__content__right dl dt {
    margin-top: 4.55vw;
  }
}
@media (min-width: 835px) {
  .information__content__right dl dt {
    min-width: 70px;
    margin-top: 18px;
  }
}
.information__content__right dl dd {
  font-size: 0.75rem;
  word-break: break-all;
}
@media (max-width: 834px) {
  .information__content__right dl dd {
    margin-top: 1.04vw;
  }
}
@media (min-width: 835px) {
  .information__content__right dl dd {
    line-height: 1.6666666667;
    margin-top: 8px;
  }
}

@media (max-width: 834px) {
  .information__content__right__tokuten {
    margin-top: 14.19vw;
  }
}

.information__content__right__tokuten__goods {
  position: relative;
  text-align: center;
}
@media (max-width: 834px) {
  .information__content__right__tokuten__goods {
    margin: 8.33vw auto 0;
    width: 75vw;
  }
  .information__content__right__tokuten__goods.-full {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .information__content__right__tokuten__goods {
    margin-top: 40px;
    width: 256px;
  }
  .information__content__right__tokuten__goods.-full {
    width: 100%;
  }
}

.information__content__right__tokuten__goods__ttl {
  font-size: 1.0625rem;
  background: rgba(255, 255, 255, 0.1);
  color: #C45AFF;
  font-weight: 900;
  line-height: 1.4117647059;
}
.information__content__right__tokuten__goods__ttl .txt-note {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  background-color: #C45AFF;
  padding: 1px 6px 2px;
}
.information__content__right__tokuten__goods__ttl .txt-head {
  font-size: 0.8125rem;
}
@media (max-width: 834px) {
  .information__content__right__tokuten__goods__ttl {
    height: 76px;
    padding-top: 14px;
  }
}
@media (min-width: 835px) {
  .information__content__right__tokuten__goods__ttl {
    height: 70px;
    padding-top: 10px;
  }
}
.information__content__right__tokuten__goods__ttl.-wide {
  letter-spacing: -0.035em;
}

.information__content__right__tokuten__goods__note {
  font-size: 0.75rem;
  text-align: left;
}
@media (max-width: 834px) {
  .information__content__right__tokuten__goods__note {
    margin-top: 6px;
  }
}
@media (min-width: 835px) {
  .information__content__right__tokuten__goods__note {
    margin-top: 10px;
  }
}
.information__content__right__tokuten__goods__note.-note2 {
  opacity: 0.7;
}

.information__content__right__present {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 834px) {
  .information__content__right__present {
    padding: 28px;
  }
}
@media (min-width: 835px) {
  .information__content__right__present {
    padding: 30px;
  }
}
.information__content__right__present h3 {
  font-size: 1rem;
  color: #929292;
  font-weight: 700;
}
@media (max-width: 834px) {
  .information__content__right__present h3 {
    margin-bottom: 1.56vw;
  }
}
@media (min-width: 835px) {
  .information__content__right__present h3 {
    margin-bottom: 8px;
  }
}

.information__content__right__present__content__txt {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-indent: -1em;
  padding-left: 1em;
}
.information__content__right__present__content__txt::before {
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 1em;
  margin: auto;
  top: 0.13em;
  width: 1em;
}
.information__content__right__present__content__txt span {
  display: block;
  text-indent: -0.5em;
  margin-left: -1em;
  padding-left: 0.5em;
}

.information__content__right__present__content__img {
  margin-top: 16px;
  text-align: center;
}
.information__content__right__present__content__img .ph {
  text-align: center;
}
.information__content__right__present__content__img .ph.-wide img {
  width: 62.5%;
}
@media (min-width: 835px) {
  .information__content__right__present__content__img .ph.-wide img {
    max-width: 200px;
  }
}
.information__content__right__present__content__img p {
  font-size: 0.75rem;
  margin-top: 8px;
  white-space: pre-wrap;
}

.information__content__right__notice {
  font-size: 0.75rem;
  opacity: 0.7;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .information__content__right__notice {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .information__content__right__notice {
    margin-top: 16px;
  }
}

.information__content__right__tokuten__shop {
  font-size: 0.75rem;
  margin-top: 8px;
}

.information__content__right__tokuten__ttl {
  font-size: 1.25rem;
  position: relative;
  border: solid 2px #C45AFF;
  color: #C45AFF;
  font-weight: 900;
  padding: 28px 0;
  text-align: center;
}
@media (min-width: 835px) {
  .information__content__right__tokuten__ttl + .information__content__right__tokuten__ttl {
    margin-top: 54px;
  }
}

@media (max-width: 834px) {
  .information__content__right__tokuten__baloon {
    position: absolute;
    top: -4.69vw;
    left: -4.69vw;
    width: 16.66vw;
  }
}
@media (min-width: 835px) {
  .information__content__right__tokuten__baloon {
    position: absolute;
    top: -15px;
    left: -25px;
    width: 64px;
  }
}

.information__notice {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.7;
}
@media (max-width: 834px) {
  .information__notice {
    width: 75vw;
    margin: 5.2vw auto 0;
  }
}
@media (min-width: 835px) {
  .information__notice {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .information__notice.-wide {
    width: 100%;
  }
}

.jacket {
  position: relative;
  background: #C45AFF;
  clip-path: inset(0 100% 0 0);
  font-feature-settings: "palt";
  padding: 24px 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .jacket {
  clip-path: inset(0 0 0 0);
}
@media (min-width: 835px) {
  .jacket {
    max-width: 480px;
  }
}

.jacket__txt {
  background-color: #000;
  border-radius: 9999px;
  color: #C45AFF;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 835px) {
  .jacket__txt {
    font-size: 1.25rem;
    width: 220px;
  }
}
@media (max-width: 834px) {
  .jacket__txt {
    width: 170px;
  }
}

.jacket__title {
  color: #000;
  font-weight: 900;
  line-height: 1.2307692308;
  text-align: center;
}
@media (max-width: 834px) {
  .jacket__title {
    font-size: 1.5rem;
    margin: 4px 0 12px;
  }
}
@media (min-width: 835px) {
  .jacket__title {
    font-size: 1.625rem;
    margin: 8px 0 20px;
    white-space: nowrap;
  }
}

.jacket__img {
  width: 100%;
}

.bddvd__tokuten__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  overflow-y: scroll;
  pointer-events: none;
  scrollbar-width: none; /* Firefox 対応 */
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.bddvd__tokuten__modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 10;
}
.bddvd__tokuten__modal__contwrap {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.bddvd__tokuten__modal__cont {
  aspect-ratio: 1/1;
  max-height: 90vh;
  max-width: 100%;
}
@media (min-width: 835px) {
  .bddvd__tokuten__modal__cont {
    max-height: 90vh;
    max-width: 1000px;
  }
}
.bddvd__tokuten__modal .swiper-wrapper {
  display: flex;
}
.bddvd__tokuten__modal .swiper-slide {
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.bddvd__tokuten__modal .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.bddvd__tokuten__modal .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: none;
  width: 100%;
}
.bddvd__tokuten__modal .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.bddvd__tokuten__modal .swiper-pagination span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 2.08vw;
  margin: 0 1.56vw;
  transition: background 0.4s;
  width: 2.08vw;
  cursor: pointer;
}
@media (min-width: 835px) {
  .bddvd__tokuten__modal .swiper-pagination span {
    height: 8px;
    margin: 0 5px;
    width: 8px;
  }
}
.bddvd__tokuten__modal .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.bddvd__tokuten__modal.-single .swiper-pagination {
  display: none;
}
.bddvd__tokuten__modal.-single .swiper-slide {
  pointer-events: none;
}

.bddvd__content__slider {
  overflow: hidden;
}
.bddvd__content__slider img {
  max-width: none;
  width: 100%;
}
.bddvd__content__slider .swiper-wrapper {
  display: flex;
}
.bddvd__content__slider .swiper-slide {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.bddvd__content__slider .swiper-slide a {
  display: block;
}
.bddvd__content__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.bddvd__content__slider .swiper-pagination span {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
  height: 2.08vw;
  margin: 0 1.56vw;
  transition: background 0.4s;
  width: 2.08vw;
}
@media (min-width: 835px) {
  .bddvd__content__slider .swiper-pagination span {
    height: 8px;
    margin: 0 5px;
    width: 8px;
  }
}
.bddvd__content__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}

.tokuten__sec {
  color: #fff;
}
@media (max-width: 834px) {
  .tokuten__sec {
    margin-top: 15.62vw;
    padding: 0 8.33vw 48px;
  }
}
@media (min-width: 835px) {
  .tokuten__sec {
    padding: 0 0 0;
  }
}

.tokuten__ttl {
  font-size: 1.25rem;
  border: 2px solid #C45AFF;
  color: #C45AFF;
  font-weight: 900;
  line-height: 1;
  padding: 26px;
  text-align: center;
}
@media (min-width: 835px) {
  .tokuten__ttl {
    padding: 32px;
  }
}

.tokuten__sec__inner {
  padding: 0 4.16vw;
}
@media (min-width: 835px) {
  .tokuten__sec__inner {
    margin-top: 16px;
    padding: 0 80px;
  }
}

.tokuten__offerlist {
  font-size: 0.75rem;
  opacity: 0.7;
}
@media (max-width: 834px) {
  .tokuten__offerlist {
    margin-top: 20px;
  }
}
@media (min-width: 835px) {
  .tokuten__offerlist {
    margin-top: 24px;
  }
}

@media (max-width: 834px) {
  .tokuten__shop__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.16vw;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .tokuten__shop__list {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
    margin-top: 24px;
  }
}

.tokuten__shop__list__item {
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .tokuten__shop__list__item {
    width: calc(50% - 2.21vw);
  }
}
.-ready .tokuten__shop__list__item {
  clip-path: inset(0 0 0 0);
}

.tokuten__shop__list__item__head {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 0 4px;
}
@media (max-width: 834px) {
  .tokuten__shop__list__item__head {
    min-height: 62px;
  }
}
@media (min-width: 835px) {
  .tokuten__shop__list__item__head {
    height: 70px;
  }
}

.tokuten__shop__list__item__head__cont {
  text-align: center;
}
.tokuten__shop__list__item__head__cont h4 {
  color: #C45AFF;
  font-weight: 900;
}
@media (max-width: 834px) {
  .tokuten__shop__list__item__head__cont h4 {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
@media (min-width: 835px) {
  .tokuten__shop__list__item__head__cont h4 {
    font-size: 1.0625rem;
  }
}
.tokuten__shop__list__item__head__cont h4 small {
  display: block;
  font-weight: 700;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .tokuten__shop__list__item__head__cont h4 small {
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .tokuten__shop__list__item__head__cont h4 small {
    font-size: 0.8125rem;
    margin-top: -2px;
    white-space: nowrap;
  }
}
@media (max-width: 834px) {
  .tokuten__shop__list__item__head__cont h4 a {
    text-decoration: underline;
  }
}
.tokuten__shop__list__item__head__cont h4 a span {
  position: relative;
}
.tokuten__shop__list__item__head__cont h4 a span::before {
  position: absolute;
  top: 6px;
  right: -12px;
  -webkit-mask-image: url(/omnibus/assets/img/common/ico/ico_external_b.svg);
          mask-image: url(/omnibus/assets/img/common/ico/ico_external_b.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #C45AFF;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.tokuten__shop__list__item__head__cont h4 a span::before:nth-of-type(3) {
  content: none;
}
@media (max-width: 834px) {
  .tokuten__shop__list__item__head__cont h4 a span::before {
    display: none;
  }
}

.tokuten__shop__list__item__thumb {
  position: relative;
  aspect-ratio: 1/1;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.tokuten__shop__list__item__thumb img {
  transition: all 0.3s ease;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 835px) {
  .tokuten__shop__list__item__thumb:hover img {
    transform: scale(1.1);
  }
}
.tokuten__shop__list__item__thumb::after {
  position: absolute;
  top: 1.95vw;
  right: 1.95vw;
  background: url(/omnibus/assets/img/common/ico/ico_plus.svg) no-repeat;
  content: "";
  height: 5.98vw;
  width: 5.98vw;
}
@media (min-width: 835px) {
  .tokuten__shop__list__item__thumb::after {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 24px;
    width: 24px;
  }
}
.tokuten__shop__list__item__thumb.-cs {
  pointer-events: none;
}
.tokuten__shop__list__item__thumb.-cs::after {
  display: none;
}

.tokuten__shop__list__item__txt {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  margin-top: 8px;
}
.tokuten__shop__list__item__txt span {
  font-size: 0.75rem;
}