@charset "UTF-8";
.p-bdcd {
  width: 100%;
}
.p-bdcd__menu {
  border-bottom: 1px solid #beb8a8;
  padding-bottom: 16px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-bdcd__menu {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .p-bdcd__menu {
    margin-bottom: 36px;
  }
}
.p-bdcd__list {
  border-bottom: 1px solid #beb8a8;
  padding-bottom: 20px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-bdcd__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
.p-bdcd__box + .p-bdcd__box {
  border-top: 1px solid #beb8a8;
  margin-top: 21px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box + .p-bdcd__box {
    padding-top: 36px;
    margin-top: 12px;
  }
}
.p-bdcd__box-list {
  display: flex;
  flex-wrap: wrap;
}
.p-bdcd__box-list-item {
  width: 23.5%;
  margin-bottom: 3.8%;
}
@media screen and (min-width: 900px) {
  .p-bdcd__box-list-item {
    margin-right: 2%;
  }
  .p-bdcd__box-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7.8%;
  }
  .p-bdcd__box-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .p-bdcd__box-list-item:hover .p-bdcd__box-list-thumb::before, .p-bdcd__box-list-item:hover .p-bdcd__box-list-thumb::after {
    opacity: 1;
  }
}
.p-bdcd__box-list-inner {
  text-decoration: none;
  display: block;
  color: #000;
}
.p-bdcd__box-list-thumb {
  overflow: hidden;
  position: relative;
}
#other .p-bdcd__box-list-thumb, [data-id=movie] .p-bdcd__box-list-thumb {
  width: 100%;
  padding-top: 100%;
}
#other .p-bdcd__box-list-thumb img, [data-id=movie] .p-bdcd__box-list-thumb img {
  position: absolute;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-bdcd__box-list-thumb::before {
  content: "";
  width: 42%;
  padding-top: 42%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/in/btn_more.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-bdcd__box-list-thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-bdcd__box-list-thumb img {
  position: relative;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  -o-object-position: center;
  object-position: center;
}
.p-bdcd__box-list-text {
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-list-text {
    margin-top: 8px;
  }
}
.p-bdcd__box-list-text .p-in_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-list-text .p-in_ttl {
    margin-bottom: 1px;
    font-size: 1.3rem;
  }
}
.p-bdcd__box-list-text .p-in_release {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-list-text .p-in_release {
    font-size: 1rem;
  }
}
.p-bdcd__box-item {
  padding-top: 44px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-item {
    padding-top: 36px;
  }
}
.p-bdcd__box-item + .p-bdcd__box-item {
  border-top: 1px solid #beb8a8;
  padding-top: 44px;
  margin-top: 21px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-item + .p-bdcd__box-item {
    padding-top: 36px;
    margin-top: 12px;
  }
}
.p-bdcd__box-item-cap {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.7rem;
  line-height: 1.3;
  margin-bottom: 39px;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-item-cap {
    padding-left: 2.2rem;
    font-size: 2rem;
    margin-bottom: 26px;
  }
}
.p-bdcd__box-item-cap::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/points.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-bdcd__box-item-cap::before {
    top: 6px;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.p-bdcd_detail {
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-bdcd_detail {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-bdcd_detail__content {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__content {
    display: block;
  }
}
.p-bdcd_detail__head {
  line-height: 1.3;
  margin-bottom: 43px;
}
.p-bdcd_detail__head-ttl {
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__head-ttl {
    font-size: 2.9rem;
  }
}
.p-bdcd_detail__head-release {
  display: inline-block;
  vertical-align: baseline;
  background-color: #b0babd;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 5px;
  margin-top: 17px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__head-release {
    margin-top: 10px;
    font-size: 1.3rem;
    padding: 1px 5px;
  }
}
.p-bdcd_detail__head-text {
  margin-top: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__head-text {
    margin-top: 13px;
    font-size: 1.4rem;
  }
}
.p-bdcd_detail__left {
  flex-shrink: 0;
  width: 44%;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-bdcd_detail__thumb {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__thumb {
    margin: 0 auto;
    width: 94%;
  }
}
.p-bdcd_detail__right {
  flex-wrap: 1;
  word-break: break-all;
  margin-left: 6%;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__right {
    margin-left: 0;
  }
}
.p-bdcd_detail__foot {
  border-top: 1px solid #beb8a8;
  padding-top: 15px;
  margin-top: 78px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__foot {
    padding-top: 26px;
    margin-top: 54px;
    text-align: center;
  }
}
.p-bdcd_detail__box-flex {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__box-flex {
    display: block;
  }
}
.p-bdcd_detail__box-flex .p-bdcd_detail__box-item {
  width: 49%;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__box-flex .p-bdcd_detail__box-item {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .p-bdcd_detail__box-flex .p-bdcd_detail__box-item + .p-bdcd_detail__box-item {
    margin-left: 2%;
  }
}
.p-bdcd_detail__box-flex .p-bdcd_detail__box-cap {
  text-align: center;
}
.p-bdcd_detail__box-list-item {
  line-height: 1.5;
}
.p-bdcd_detail__box-list-item .is-small {
  vertical-align: baseline;
  font-size: 1.3rem;
}
.p-bdcd_detail__box-indentlist-item {
  line-height: 1.5;
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.6rem;
}
.p-bdcd_detail__box-indentlist-item + .p-bdcd_detail__box-indentlist-item {
  margin-top: 3px;
}
.p-bdcd_detail__box-text {
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__box-text {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.p-bdcd_detail__box-text a {
  color: #0082cd;
}
@media (hover: hover) {
  .p-bdcd_detail__box-text a:hover {
    text-decoration: none;
  }
}
.p-bdcd_detail__box-note {
  margin-top: 14px;
}
.p-bdcd_detail__box-note-item {
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-bdcd_detail__box .list-pkg-tokuten {
  margin-top: 15px;
  line-height: 1.6;
  padding-left: 1rem;
}
.p-bdcd_detail__box .list-pkg-tokuten li {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
}
.p-bdcd_detail__box .list-pkg-tokuten li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-bdcd_detail__box .list-pkg-tokuten li + li {
  margin-top: 11px;
}
.p-bdcd_detail__box .attention {
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-bdcd_detail__box-item {
  margin-bottom: 35px;
}
.p-bdcd_detail__box-cap {
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  color: #ffffff;
  line-height: 1.5;
  padding: 3px 10px 6px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.7rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__box-cap {
    padding: 5px 10px 5px;
    font-size: 1.4rem;
  }
}
.p-bdcd_detail__buy {
  position: relative;
  background: url(../img/bg/bg_ptn_blue.jpg) repeat 0 0;
  background-size: 130px;
  text-align: center;
  margin-top: 30px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-bdcd_detail__buy:hover {
    transform: scale(0.97);
    opacity: 0.9;
  }
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__buy {
    margin: 0 auto;
    margin-top: 33px;
    width: 94%;
  }
}
.p-bdcd_detail__buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2px;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
}
.p-bdcd_detail__buy a {
  display: block;
  text-decoration: none;
  padding: 2.2rem 4rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__buy a {
    padding: 2.1rem 4rem;
  }
}
.p-bdcd_detail__buy a::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2rem;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
.p-bdcd_detail__buy-text {
  color: #ffffff;
  font-size: 1.9rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__buy-text {
    font-size: 1.3rem;
  }
}
.p-bdcd_detail__other {
  margin-top: 50px;
}
.p-bdcd_detail__other-box + .p-bdcd_detail__other-box {
  margin-top: 78px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other-box + .p-bdcd_detail__other-box {
    margin-top: 37px;
  }
}
.p-bdcd_detail__other-ttl {
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  color: #ffffff;
  line-height: 1.5;
  padding: 3px 10px 6px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.7rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other-ttl {
    padding: 5px 10px 5px;
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
}
.p-bdcd_detail__other .list-shop, .p-bdcd_detail__other .list-pkg-tokuten {
  line-height: 1.6;
}
.p-bdcd_detail__other .list-shop li, .p-bdcd_detail__other .list-pkg-tokuten li {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-shop li, .p-bdcd_detail__other .list-pkg-tokuten li {
    margin-bottom: 30px;
  }
}
.p-bdcd_detail__other .list-shop p, .p-bdcd_detail__other .list-pkg-tokuten p {
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-shop p, .p-bdcd_detail__other .list-pkg-tokuten p {
    font-size: 1.4rem;
  }
}
.p-bdcd_detail__other .list-pkg-tokuten li {
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-pkg-tokuten li {
    font-size: 1.4rem;
  }
}
.p-bdcd_detail__other .tit-icon {
  font-size: 2.4rem;
  position: relative;
  padding-left: 3.3rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .tit-icon {
    padding-left: 2.2rem;
    font-size: 2.3rem;
  }
}
.p-bdcd_detail__other .tit-icon::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 7px;
  left: 6px;
  background: url(../img/points.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .tit-icon::before {
    top: 7px;
    left: 1px;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-bdcd_detail__other .tokuten-area dt {
  background-color: #b0babd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 5px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .tokuten-area dt {
    font-size: 1.2rem;
  }
}
.p-bdcd_detail__other .tokuten-area dd {
  margin-bottom: 40px;
}
.p-bdcd_detail__other .tokuten-area p {
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .tokuten-area p {
    line-height: 1.7;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.p-bdcd_detail__other .img-area {
  width: 67%;
  background-color: #ffffff;
  padding-top: 67%;
  position: relative;
  margin: 0 0 35px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .img-area {
    margin: 0 auto 30px;
    width: 100%;
    padding-top: 100%;
  }
}
.p-bdcd_detail__other .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-bdcd_detail__other .attention {
  line-height: 1.6;
  font-size: 1.2rem;
}
.p-bdcd_detail__other-movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-bdcd_detail__other-movie-item {
  position: relative;
  width: 49%;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 3%;
}
@media (hover: hover) {
  .p-bdcd_detail__other-movie-item:hover .p-bdcd_detail__other-movie-thumb-img {
    transform: scale(1.05);
  }
}
.p-bdcd_detail__other-movie-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-bdcd_detail__other-movie-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other-movie-item {
    width: 93%;
    margin: 0 auto;
  }
}
.p-bdcd_detail__other-movie-thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-bdcd_detail__other-movie-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  pointer-events: none;
}
.p-bdcd_detail__other-movie-thumb::after {
  content: "";
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/in/btn_play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other-movie-thumb::after {
    width: 24%;
    padding-top: 24%;
  }
}
.p-bdcd_detail__other-movie-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
}
.p-bdcd_detail__other-movie-ttl {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other-movie-ttl {
    margin-top: 9px;
    font-size: 1.3rem;
  }
}
.p-bdcd_detail__other .list-setlist {
  position: relative;
  padding-left: 32rem;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-setlist {
    padding-left: 0;
  }
}
.p-bdcd_detail__other .list-setlist + .list-setlist {
  margin-top: 53px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-setlist + .list-setlist {
    margin-top: 46px;
  }
}
.p-bdcd_detail__other .list-setlist .large {
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
  padding: 0;
  font-size: 2.5rem;
  padding-left: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 11px;
  width: 28rem;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-setlist .large {
    width: 100%;
    margin-left: 7px;
    font-size: 1.9rem;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 12px;
  }
}
.p-bdcd_detail__other .list-setlist .large::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../img/points.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-setlist .large::before {
    top: 6px;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-bdcd_detail__other .list-setlist li {
  position: relative;
  border-top: 1px solid #beb8a8;
  line-height: 1.5;
  padding: 15px 5rem 15px 5px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__other .list-setlist li {
    font-size: 1.3rem;
    padding: 10px 5rem 9px 5px;
  }
}
.p-bdcd_detail__other .list-setlist li:last-child {
  border-bottom: 1px solid #beb8a8;
}
.p-bdcd_detail__other .list-setlist .seekbar_time {
  display: none;
}
.p-bdcd_detail__other .list-setlist .anxSoundPlayer {
  background-color: transparent;
  width: 2em;
  height: 2em;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.p-bdcd_detail__other .list-setlist .anxSoundPlayer .anx_player {
  width: 100%;
  height: 100%;
}
.p-bdcd_detail__other .list-setlist .anxSoundPlayer .btn-secondary {
  top: 0;
  right: 0;
}
.p-bdcd_detail__pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__pager {
    margin-top: 11px;
  }
}
.is-no-slide .p-bdcd_detail__pager {
  display: none;
}
.p-bdcd_detail__pager .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 0 5px 3px !important;
  -webkit-mask: url(../img/in/carousel_dots.svg) no-repeat center center;
  mask: url(../img/in/carousel_dots.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-bdcd_detail__pager .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.p-bdcd_detail__pager .swiper-pagination-bullet-active {
  background-color: #0082cd;
}

.thumb_swiper {
  overflow: hidden;
}
.thumb_swiper .swiper-slide {
  width: 100% !important;
}
.thumb_swiper .swiper-slide img {
  width: 100%;
}

.about-area {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}