/* @Reference site */
/* @MEMO */
.bddvd__buy {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .bddvd__buy {
    margin-top: 40px;
  }
}

.bddvd__buy a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #0041F1;
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}

@media (min-width: 769px) {
  .bddvd__buy a {
    font-size: 1.1875rem;
  }
}

.bddvd__buy a:after {
  position: absolute;
  bottom: 50%;
  right: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  -webkit-transform: translate(0, 50%) rotate(45deg);
          transform: translate(0, 50%) rotate(45deg);
}

.bddvd__disc {
  margin-top: 40px;
  position: relative;
  display: none;
}

.bddvd__disc.-active {
  display: block;
}

@media (min-width: 769px) {
  .bddvd__disc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .bddvd__disc__image {
    width: 47.7%;
  }
}

.bddvd__disc__detail {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .bddvd__disc__detail {
    margin-top: 0;
    width: 47.7%;
  }
}

.bddvd__disc__title {
  font-size: 17px;
  font-size: 1.0625rem;
  background-color: #e6e6e6;
  color: #4D4D4D;
  line-height: 1.3;
  padding: 15px;
}

@media (min-width: 769px) {
  .bddvd__disc__title {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 30px 20px;
  }
}

.bddvd__disc__texts {
  border-top: 1px solid rgba(124, 124, 124, 0.2);
  margin-top: 20px;
}

@media (min-width: 769px) {
  .bddvd__disc__texts {
    margin-top: 30px;
  }
}

.bddvd__disc__list {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  line-height: 1.8;
  margin: 0;
  padding: 15px 0;
}

@media (min-width: 769px) {
  .bddvd__disc__list {
    font-size: 0.9375rem;
  }
}

.bddvd__disc__list__title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.bddvd__disc__list__title span {
  color: #0041F1;
  font-weight: bold;
}

.bddvd__disc__list__title.-single {
  width: 100%;
}

.bddvd__disc__list__text {
  color: #7c7c7c;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.bddvd__disc__list__movie span {
  display: block;
  padding-top: 56.25%;
  position: relative;
}

.bddvd__disc__list__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bddvd__disc__att {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (min-width: 769px) {
  .bddvd__disc__att {
    font-size: 0.6875rem;
  }
}

.bddvd__disc__serial {
  margin-top: 10px;
}

.bddvd__navs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bddvd__navs__item {
  font-size: 16px;
  font-size: 1rem;
  color: #7c7c7c;
  cursor: pointer;
  font-weight: 900;
}

@media (min-width: 769px) {
  .bddvd__navs__item {
    font-size: 1.25rem;
  }
}

.bddvd__navs__item:not(:first-child) {
  margin-left: 25px;
}

@media (min-width: 769px) {
  .bddvd__navs__item:not(:first-child) {
    margin-left: 35px;
  }
}

.bddvd__navs__item.-tokuten {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .bddvd__navs__item.-tokuten {
    font-size: 1rem;
  }
}

.bddvd__navs__item span {
  display: block;
  padding: 0 5px;
  position: relative;
}

.bddvd__navs__item span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0041F1;
  content: '';
  display: block;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

.bddvd__navs__item:hover, .bddvd__navs__item.-active {
  color: #0041F1;
}

.bddvd__navs__item:hover span:after, .bddvd__navs__item.-active span:after {
  width: 100%;
}

.bddvd .owl-theme .owl-dots .owl-dot span {
  background: #aaa;
  height: 8px;
  width: 8px;
}

.bddvd .owl-theme .owl-dots .owl-dot.active span,
.bddvd .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.bddvd__tokuten {
  margin-top: 40px;
  position: relative;
  display: none;
}

.bddvd__tokuten.-active {
  display: block;
}

.bddvd__tokuten__secbox:not(:first-child) {
  margin-top: 60px;
}

.bddvd__tokuten__innerbox {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .bddvd__tokuten__itembox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bddvd__tokuten__itembox:not(:first-child) {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .bddvd__tokuten__itembox:not(:first-child) {
    margin-top: 80px;
  }
}

.bddvd__tokuten__sectitle {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0041F1;
}

.bddvd__tokuten__title {
  background-color: #e6e6e6;
  margin-bottom: 20px;
  padding: 15px;
}

@media (min-width: 769px) {
  .bddvd__tokuten__title {
    padding: 30px 20px;
  }
}

.bddvd__tokuten__title__main {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .bddvd__tokuten__title__main {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.bddvd__tokuten__title__main.-shop {
  color: #1f1f1f;
}

@media (min-width: 769px) {
  .bddvd__tokuten__title__main.-shop {
    font-size: 1.625rem;
  }
}

.bddvd__tokuten__title__sub {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .bddvd__tokuten__title__sub {
    font-size: 1.25rem;
  }
}

@media (min-width: 769px) {
  .bddvd__tokuten__image, .bddvd__tokuten__detail {
    width: 47.7%;
  }
}

.bddvd__tokuten__image {
  border: 1px solid rgba(124, 124, 124, 0.2);
}

.bddvd__tokuten__texts {
  border-top: 1px solid rgba(124, 124, 124, 0.2);
  margin-top: 20px;
}

@media (min-width: 769px) {
  .bddvd__tokuten__texts {
    margin-top: 35px;
  }
}

.bddvd__tokuten__list {
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  margin: 0;
  padding: 15px 0;
}

.bddvd__tokuten__list__title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0041F1;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .bddvd__tokuten__list__title {
    font-size: 0.9375rem;
  }
}

.bddvd__tokuten__list__text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7c7c7c;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .bddvd__tokuten__list__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.bddvd__tokuten__list__att {
  font-size: 10px;
  font-size: 0.625rem;
  color: #7c7c7c;
  margin: 20px 0 0;
  padding: 0;
}

.-shops .bddvd__tokuten__list__att {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .-shops .bddvd__tokuten__list__att {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .bddvd__tokuten__list__att {
    font-size: 0.6875rem;
  }
}
