@charset "UTF-8";
.p-bd__ttl {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .p-bd__ttl {
    width: 72%;
  }
}
.p-bd .l-section__inner {
  width: 100%;
  max-width: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-bd .l-section__inner {
    flex-direction: column-reverse;
    width: 94%;
    padding-bottom: 90px;
  }
}
.p-bd__ticketbtn {
  position: -webkit-sticky;
  position: sticky;
  top: 75%;
  left: 0;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-bd__ticketbtn {
    width: 74px;
    position: fixed;
    top: auto;
    height: auto;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    margin-top: 0;
    transform: translateY(0);
  }
}
.p-bd__ticketbtn-inner {
  transform: translateY(30px);
  opacity: 0;
}
.is-active .p-bd__ticketbtn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-bd__ticketbtn a {
  display: block;
  width: 72%;
  max-width: 155px;
  transform: translateX(19%);
}
@media screen and (max-width: 767px) {
  .p-bd__ticketbtn a {
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-bd__ticketbtn a:hover img {
    animation: hover 0.6s linear;
  }
}
.p-bd__content {
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  position: relative;
}
.is-active .p-bd__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-bd__content {
    width: 100%;
  }
}
.p-bd__content::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -2px 4px 12px 3px #000000;
  opacity: 0.1;
}
.p-bd__content-inner {
  padding: 61px 5.3% 53px;
}
@media screen and (max-width: 767px) {
  .p-bd__content-inner {
    padding: 30px 8.3% 30px;
  }
}
.p-bd__btn {
  border-top: 1px solid #E0E4E7;
  padding: 50px 0 0;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-bd__btn {
    padding: 32px 0 0;
    margin: 40px 0 0;
  }
}

.p-bd_list {
  display: flex;
  flex-wrap: wrap;
}
.p-bd_list__item {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .p-bd_list__item:hover .p-bd_list__thumb img {
    transform: scale(1.08);
  }
}
.p-bd_list__item a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-bd_list__item {
    width: 29%;
    margin-right: 5%;
  }
  .p-bd_list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_list__item {
    margin-bottom: 9%;
    width: 47.9%;
    margin-right: 4%;
  }
  .p-bd_list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-bd_list__thumb {
  overflow: hidden;
}
.p-bd_list__thumb img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-bd_list__text {
  margin-top: 24px;
  font-size: 18px;
  font-size: min(18px, 1.6vw);
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-bd_list__text {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.c-category {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}
.c-category__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-category__list {
    justify-content: flex-start;
    width: 100%;
  }
}
.c-category__list-item {
  text-align: center;
  width: 250px;
  background-color: #000000;
  letter-spacing: 0.8px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .c-category__list-item:hover {
    background-color: #E9453B;
  }
  .c-category__list-item:hover a {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .c-category__list-item {
    width: 143px;
    font-size: 13px;
  }
}
.c-category__list-item.is-current {
  background-color: #E9453B;
}
.c-category__list-item.is-current a {
  color: #ffffff;
}
.c-category__list-item.is-current a::after {
  opacity: 1;
}
.c-category__list-item + .c-category__list-item {
  margin-left: 10px;
}
.c-category__list-item a {
  display: block;
  padding: 23px 5px 23px;
  text-decoration: none;
  color: #8f9394;
  font-family: "Montserrat", "Noto Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .c-category__list-item a {
    padding: 20px 5px 18px;
    font-size: 11px;
  }
}
.c-category__list-item a::after {
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) scale(1, -1);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #E9453B;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-category__list-item a::after {
    width: 13px;
    height: 7px;
  }
}

.p-bd_category {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-bd_category {
    margin-bottom: 18px;
  }
}

.p-bd_detail {
  width: 97%;
}
@media screen and (max-width: 767px) {
  .p-bd_detail {
    width: 100%;
  }
}
.p-bd_detail__head {
  padding-bottom: 51px;
  border-bottom: 1px solid #E0E4E7;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__head {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.p-bd_detail__head-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__head-ttl {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.p-bd_detail__head-detail {
  line-height: 2.1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__head-detail {
    font-size: 13px;
    line-height: 2;
  }
}
.p-bd_detail__head-detail u {
  text-decoration: none;
  background: linear-gradient(to bottom, transparent 0% 95%, #000000 60% 100%);
}
.p-bd_detail__head-detail a {
  color: #E9453B;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-bd_detail__head-detail a:hover {
    text-decoration: underline;
  }
}
.p-bd_detail__btns {
  margin: 30px auto 0;
  width: 93%;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__btns {
    width: 90%;
    margin: 29px auto 0;
  }
}
.p-bd_detail__btns-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-bd_detail__btns-item:hover {
    animation: hover 0.7s linear forwards;
  }
}
.p-bd_detail__btns-item + .p-bd_detail__btns-item {
  margin-top: 10px;
}
.p-bd_detail__btns-cont {
  background-color: #E9453B;
}
.p-bd_detail__btns-cont.-shop .p-bd_detail__btns-inner::before {
  background: url(../img/bd-dvd/icon_shop.svg) no-repeat center center;
  background-size: contain;
}
.p-bd_detail__btns-cont.-dl .p-bd_detail__btns-inner::before {
  background: url(../img/bd-dvd//icon_dl.svg) no-repeat center center;
  background-size: contain;
}
.p-bd_detail__btns-inner {
  display: block;
  text-decoration: none;
  padding: 28px 21% 24px;
  position: relative;
}
.p-bd_detail__btns-inner::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-bd_detail__btns-inner::before {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__btns-inner {
    padding: 19px 20% 15px;
  }
}
.p-bd_detail__btns-text {
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: min(18px, 1.5vw);
  letter-spacing: 1.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__btns-text {
    font-size: 15px;
  }
}
.p-bd_detail__box {
  display: flex;
}
.p-bd_detail__box + .p-bd_detail__box {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #E0E4E7;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__box + .p-bd_detail__box {
    padding-top: 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__box {
    display: block;
  }
}
.p-bd_detail__thumb {
  flex-shrink: 0;
  width: 35.5%;
  max-width: 500px;
  margin-right: 5.5%;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__thumb {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-head {
    text-align: center;
  }
}
.p-bd_detail__textarea-head-ttl {
  font-size: 25px;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-head-ttl {
    text-align: left;
    font-size: 20px;
  }
}
.p-bd_detail__textarea-head-category {
  display: inline-block;
  background-color: #E9453B;
  color: #ffffff;
  padding: 4px 10px 5px;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.p-bd_detail__textarea-about {
  line-height: 1.5;
  font-size: 15px;
  margin-top: 11px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-about {
    font-size: 12px;
    margin-top: 6px;
  }
}
.p-bd_detail__textarea-about-text + .p-bd_detail__textarea-about-text {
  margin-top: 4px;
}
.p-bd_detail__textarea-info-ttl {
  font-size: 19px;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-info-ttl {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.p-bd_detail__textarea-music {
  border: 2px solid #E0E4E7;
  padding: 28px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music {
    margin-top: 46px;
    padding: 22px 12px;
  }
}
.p-bd_detail__textarea-music-list {
  margin-bottom: 27px;
}
.p-bd_detail__textarea-music-ttl {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-ttl {
    font-size: 14px;
  }
}
.p-bd_detail__textarea-music-intro {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-intro {
    font-size: 11px;
  }
}
.p-bd_detail__textarea-music-head {
  padding-bottom: 19px;
  border-bottom: 1px solid #E0E4E7;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-head {
    padding-bottom: 16px;
  }
}
.p-bd_detail__textarea-music-item {
  padding: 22px 0 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E4E7;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-item {
    display: block;
    padding: 14px 0 15px;
  }
}
.p-bd_detail__textarea-music-detail {
  display: flex;
}
.p-bd_detail__textarea-music-detail .p-in_num {
  flex-shrink: 0;
  font-size: 15px;
  min-width: 20px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-detail .p-in_num {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.p-bd_detail__textarea-music-detail .p-in_ttl {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-detail .p-in_ttl {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.p-bd_detail__textarea-music-other {
  display: flex;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other {
    margin: 9px 0 0;
  }
}
.p-bd_detail__textarea-music-other .p-in_btn {
  min-width: 100px;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 30px;
  cursor: pointer;
  height: 100%;
}
.p-bd_detail__textarea-music-other .p-in_btn.-youtube {
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other .p-in_btn.-youtube {
    min-width: 83px;
  }
}
.p-bd_detail__textarea-music-other .p-in_btn.-youtube .p-in_btn-inner {
  padding: 6px 20px 7px 29px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other .p-in_btn.-youtube .p-in_btn-inner {
    padding: 6px 10px 4px 18px;
  }
}
.p-bd_detail__textarea-music-other .p-in_btn.-youtube .p-in_btn-text {
  color: #ffffff;
}
.p-bd_detail__textarea-music-other .p-in_btn.-youtube .p-in_btn-icon {
  left: 3px;
}
.p-bd_detail__textarea-music-other .p-in_btn.-streaming {
  margin-left: 6px;
  background-color: #E9453B;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other .p-in_btn.-streaming {
    min-width: 76px;
  }
}
.p-bd_detail__textarea-music-other .p-in_btn.-streaming .p-in_btn-icon {
  right: 2px;
}
.p-bd_detail__textarea-music-other .p-in_btn.-streaming .p-in_btn-inner {
  padding: 6px 29px 7px 10px;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other .p-in_btn.-streaming .p-in_btn-inner {
    padding: 6px 20px 4px 10px;
  }
}
.p-bd_detail__textarea-music-other .p-in_btn-inner {
  display: block;
  text-decoration: none;
}
.p-bd_detail__textarea-music-other .p-in_btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18%;
}
.p-bd_detail__textarea-music-other .p-in_btn-icon svg {
  fill: #ffffff;
  display: block;
}
.p-bd_detail__textarea-music-other .p-in_btn-icon .is-stop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-bd_detail__textarea-music-other .p-in_btn-text {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-music-other .p-in_btn-text {
    font-size: 10px;
  }
}
.p-bd_detail__textarea-footer {
  margin-top: 27px;
  font-size: 12px;
  line-height: 1.5;
}
.p-bd_detail__textarea-footer a {
  color: #E9453B;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-bd_detail__textarea-footer a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__textarea-footer {
    margin-top: -9px;
    font-size: 10px;
    line-height: 1.5;
  }
}
.p-bd_detail__text {
  line-height: 1.8;
  font-size: 15px;
  margin: 11px 0;
}
@media screen and (max-width: 767px) {
  .p-bd_detail__text {
    font-size: 13px;
    margin: 15px 0;
  }
}
.p-bd_detail__footer {
  border-top: 1px solid #E0E4E7;
  padding: 50px 0 0;
  margin: 60px 0 0;
  line-height: 2.1;
}
.p-bd_detail__footer a {
  color: #E9453B;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-bd_detail__footer a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-bd_detail__footer {
    padding: 32px 0 0;
    margin: 40px 0 0;
    font-size: 13px;
    line-height: 2;
  }
}
.p-bd_detail iframe {
  width: 100%;
  display: block;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-bd_detail iframe {
    aspect-ratio: 16/9;
  }
}

.p-bd_disc_data {
  width: 100%;
}
.p-bd_disc_data__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__inner {
    display: block;
  }
}
.p-bd_disc_data__link {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-bd_disc_data__link {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.p-bd_disc_data__name {
  display: flex;
  padding-right: 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__name {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.p-bd_disc_data__name-sub {
  padding-right: 5px;
  display: block;
}
.p-bd_disc_data__name-main {
  line-height: 1.5;
  margin-top: -3px;
  letter-spacing: 0.5px;
}
.p-bd_disc_data__cap {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__cap {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.p-bd_disc_data__btn {
  border-radius: 30px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__btn {
    min-width: 76px;
    margin: 5px 0 0;
  }
}
.p-bd_disc_data__btn + .p-bd_disc_data__btn {
  margin-left: 5px;
}
.p-bd_disc_data__btn.-sound {
  background-color: #E9453B;
  position: relative;
}
.p-bd_disc_data__btn.-youtube {
  background-color: #000000;
}
.p-bd_disc_data__btn.-youtube a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 2px 4px 2px;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__btn.-youtube a {
    padding: 3px 2px 3px 2px;
    font-size: 10px;
  }
}
.p-bd_disc_data__btn-img {
  width: 23%;
}
.p-bd_disc_data__btn-text {
  color: #ffffff;
  padding-left: 6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__btn-text {
    padding-left: 4px;
  }
}
.p-bd_disc_data__player {
  display: flex;
  align-items: center;
  padding: 7px 11px 8px 2px;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__player {
    padding: 7px 11px 6px 2px;
  }
}
.p-bd_disc_data__player-icon {
  min-height: auto;
  position: absolute;
  top: 5px;
  left: 2px;
  z-index: 1;
  width: 100%;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__player-icon {
    top: 3px;
  }
}
.p-bd_disc_data__player-text {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-left: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-bd_disc_data__player-text {
    font-size: 10px;
    padding-left: 23px;
  }
}

.p-bd_modal {
  background-color: #ffffff;
  padding: 52px 73px 42px;
  box-shadow: -2px 4px 12px 3px rgba(0, 0, 0, 0.1);
}
.p-bd_modal__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-bd_modal__list {
    display: block;
    max-width: none;
  }
}
.p-bd_modal__item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 5%;
}
@media screen and (max-width: 767px) {
  .p-bd_modal__item {
    width: 80%;
    margin: 0 auto 5%;
  }
}
.p-bd_modal__download-title {
  font-size: 20px;
  color: #E9453B;
}
@media screen and (max-width: 767px) {
  .p-bd_modal__download-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-bd_modal__download-title:hover {
    text-decoration: underline;
  }
}
.p-bd_modal__download a {
  color: #E9453B;
  text-decoration: none;
}