@charset "UTF-8";
.p-news__container {
  position: relative;
  max-width: 930px;
  width: 89.3333333333%;
  margin: 0 auto;
}
.p-news__header {
  margin-bottom: 43px;
}
@media screen and (max-width: 899px) {
  .p-news__header {
    margin-bottom: 15px;
  }
}
.p-news__ttl {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-news__ttl {
    width: 256px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__ttl {
    width: 38.5%;
  }
}
.p-news__list-item {
  border-bottom: 1px solid var(--color-border2);
}
.p-news__footer {
  margin-top: 46px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-news__footer {
    margin-top: 32px;
  }
}
.is-load .p-news__footer {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 899px) {
  .p-news_detail {
    padding-top: 17px;
  }
}
.p-news_detail__header {
  position: relative;
  margin-bottom: 53px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-news_detail__header {
    margin-bottom: 26px;
    padding-bottom: 18px;
  }
}
.p-news_detail__header::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-news_detail__header::before {
    bottom: 2px;
  }
}
.p-news_detail__date {
  margin-bottom: 6px;
  color: var(--color-brown2);
  font-size: 32px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__date {
    margin-bottom: 1px;
    font-size: 21px;
    letter-spacing: 0.1rem;
  }
}
.p-news_detail__ttl {
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl {
    font-size: 16px;
  }
}
.p-news_detail__inner {
  padding-bottom: 61px;
  border-bottom: 1px solid var(--color-border2);
}
.p-news_detail__article {
  line-height: 1.88;
  letter-spacing: 0.1rem;
}
.p-news_detail__article a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news_detail__article a:hover {
    text-decoration: none;
  }
}
.p-news_detail__article img {
  max-width: 100%;
}
.p-news_detail__article iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-news_detail__article u {
  vertical-align: baseline;
}
.p-news_detail__article strong {
  vertical-align: baseline;
}
.p-news_detail__footer {
  padding-top: 56px;
}

.p-disco__container {
  position: relative;
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-disco__container {
    width: 100%;
  }
}
.p-disco__header {
  margin-bottom: 59px;
}
@media screen and (max-width: 899px) {
  .p-disco__header {
    margin-bottom: 40px;
  }
}
.p-disco__ttl {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-disco__ttl {
    width: 67%;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__ttl {
    width: 100%;
  }
}
.p-disco__btn {
  margin: 0 auto 59px;
}
@media not all and (max-width: 899px) {
  .p-disco__btn {
    max-width: 383px;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__btn {
    width: 74%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__inner {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 899px) {
  .p-disco__list {
    width: 76.0714285714%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__list {
    width: 90%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 899px) {
  .p-disco__list-item {
    width: 47%;
  }
  .p-disco__list-item:nth-child(even) {
    margin-left: 6%;
  }
  .p-disco__list-item:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__list-item + .p-disco__list-item {
    margin-top: 30px;
  }
}

.p-disco_data__header {
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-disco_data__header {
    margin-bottom: 16px;
  }
}
.p-disco_data__img {
  overflow: hidden;
}
@media (hover: hover) {
  .p-disco_data__img-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-disco_data:hover .p-disco_data__img-inner {
    transform: scale(1.05);
  }
}
.p-disco_data__ttl {
  line-height: 1.8;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 899px) {
  .p-disco_data__ttl {
    font-size: 16px;
    letter-spacing: 0.09rem;
    line-height: 1.6;
  }
}

.p-disco_in__header {
  margin-bottom: 56px;
}
@media screen and (max-width: 899px) {
  .p-disco_in__header {
    margin-bottom: 26px;
  }
}
.--novelty .p-disco_in__header {
  margin-bottom: 59px;
}
@media screen and (max-width: 899px) {
  .--novelty .p-disco_in__header {
    margin-bottom: 26px;
  }
}
.p-disco_in__ttl {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-disco_in__ttl {
    padding-bottom: 14px;
  }
}
.--novelty .p-disco_in__ttl {
  padding-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .--novelty .p-disco_in__ttl {
    padding-bottom: 6px;
  }
}
.p-disco_in__ttl::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-disco_in__ttl::before {
    bottom: 3px;
  }
}
.p-disco_in__ttl-inner {
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 899px) {
  .p-disco_in__ttl-inner {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
.--novelty .p-disco_in__ttl-inner {
  font-size: 43px;
}
@media screen and (max-width: 899px) {
  .--novelty .p-disco_in__ttl-inner {
    font-size: 21px;
  }
}
.p-disco_in__footer {
  margin-top: 76px;
  padding-top: 56px;
  border-top: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-disco_in__footer {
    margin-top: 45px;
    padding-top: 29px;
  }
}
@media not all and (max-width: 899px) {
  .--novelty .p-disco_in__footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 899px) {
  .--novelty .p-disco_in__footer {
    margin-top: 49px;
  }
}

.p-disco_detail__header {
  margin-bottom: 59px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__header {
    margin-bottom: 49px;
  }
}
.p-disco_detail__top-text {
  font-size: 17px;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__top-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.p-disco_detail__top-text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-disco_detail__top-text a:hover {
    text-decoration: none;
  }
}
.p-disco_detail__top-text iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-disco_detail__btn {
  width: 93%;
  margin: 30px auto 0;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__btn {
    width: 97%;
    margin-top: 15px;
  }
}
.p-disco_detail__btn-item + .p-disco_detail__btn-item {
  margin-top: 10px;
}
.p-disco_detail__type {
  margin-bottom: 21px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__type {
    margin-bottom: 11px;
  }
}
.p-disco_detail__type span {
  display: inline-block;
  padding: 4px 14px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__type span {
    padding: 3px 8px;
    font-size: 15px;
  }
}
.p-disco_detail__name {
  font-size: 24px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.67;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__name {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.08rem;
  }
}
.p-disco_detail__info {
  margin-bottom: 27px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__info {
    margin-bottom: 19px;
  }
}
.p-disco_detail__info-text {
  font-size: 15px;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__info-text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.p-disco_detail__text {
  font-size: 15px;
  letter-spacing: 0.05rem;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.p-disco_detail__text.is-text2 {
  margin-top: 40px;
  padding-top: 34px;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-disco_detail__text.is-text2 {
    margin-top: 30px;
    padding-top: 23px;
  }
}
.p-disco_detail__text iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-disco_detail__text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-disco_detail__text a:hover {
    text-decoration: none;
  }
}
.p-disco_detail__music {
  margin-top: 33px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music {
    margin-top: 26px;
    padding-top: 29px;
  }
}
.p-disco_detail__music-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music-head {
    margin-bottom: 11px;
  }
}
.p-disco_detail__music-list + .p-disco_detail__music-head {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music-list + .p-disco_detail__music-head {
    margin-top: 30px;
  }
}
.p-disco_detail__music-ttl {
  position: relative;
  margin-bottom: 22px;
  padding-left: 20px;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music-ttl {
    margin-bottom: 6px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.p-disco_detail__music-ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -2px;
  width: 18px;
  height: 19px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music-ttl::before {
    top: 4px;
    left: -1px;
    width: 13px;
    height: 13px;
  }
}
.p-disco_detail__music-intro {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__music-intro {
    font-size: 12px;
    line-height: 1.82;
  }
}
.p-disco_detail__music-item:nth-child(odd) {
  background: var(--color-bg-pink);
}
.p-disco_detail__music-item:nth-child(even) {
  background: var(--color-bg-orange);
}
.p-disco_detail__footer {
  margin-top: 51px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__footer {
    margin-top: 40px;
  }
}
.p-disco_detail__footer-text {
  margin-top: 50px;
  font-size: 17px;
  letter-spacing: 0.07rem;
  line-height: 1.72;
}
@media screen and (max-width: 899px) {
  .p-disco_detail__footer-text {
    margin-top: 44px;
    font-size: 13px;
    line-height: 1.85;
  }
}
.p-disco_detail__footer-text a {
  text-decoration: underline;
}

.p-disco_detail_block {
  background: var(--color-white);
}
.p-disco_detail_block + .p-disco_detail_block {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .p-disco_detail_block + .p-disco_detail_block {
    margin-top: 15px;
  }
}
.p-disco_detail_block__container {
  width: 88.5714285714%;
  margin: 0 auto;
  padding: 60px 0 78px;
}
@media not all and (max-width: 899px) {
  .p-disco_detail_block__container {
    display: flex;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_detail_block__container {
    width: 84.8%;
    padding: 30px 0 48px;
  }
}
@media not all and (max-width: 899px) {
  .p-disco_detail_block__header {
    width: 41.8%;
    flex-shrink: 0;
    margin-right: 6.7%;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_detail_block__header {
    margin-bottom: 45px;
  }
}
@media not all and (max-width: 899px) {
  .p-disco_detail_block__inner {
    width: 51.5%;
  }
}
.p-disco_detail_block__inner-top {
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-disco_detail_block__inner-top {
    margin-bottom: 25px;
    padding-bottom: 9px;
  }
}
.p-disco_detail_block__inner-top::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-disco_detail_block__inner-top::before {
    bottom: 3px;
  }
}
.p-disco_disc_data {
  padding: 29px 0;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data {
    padding: 16px 0;
  }
}
.p-disco_disc_data__cap {
  padding-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__cap {
    font-size: 10px;
  }
}
.p-disco_disc_data__cap.is-btm {
  padding-bottom: 0;
  padding-top: 4px;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__cap.is-btm {
    padding-top: 2px;
  }
}
.p-disco_disc_data__inner {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-disco_disc_data__inner {
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__inner {
    width: 90%;
  }
}
@media not all and (max-width: 899px) {
  .p-disco_disc_data__inner-btm {
    flex-shrink: 0;
    padding-left: 10px;
  }
}
.p-disco_disc_data__name {
  display: flex;
}
.p-disco_disc_data__name-num {
  padding-right: 5px;
}
.p-disco_disc_data__name-main {
  letter-spacing: 0.03rem;
  word-break: break-all;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__name-main {
    font-size: 12px;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 255px;
  }
}
.p-disco_disc_data__btn {
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__btn {
    margin-top: 14px;
    width: 48%;
  }
}
@media not all and (max-width: 899px) {
  .p-disco_disc_data__btn + .p-disco_disc_data__btn {
    margin-top: 10px;
  }
}
.p-disco_disc_data__btn-inner {
  background: var(--color-white);
  padding: 9px 13px;
  border-radius: 99px;
}
@media not all and (max-width: 899px) {
  .p-disco_disc_data__btn-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__btn-inner {
    display: block;
    padding: 9px 20px 9px 26px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 899px) and (max-width: 340px) {
  .p-disco_disc_data__btn-inner {
    width: 105px;
  }
}
.p-disco_disc_data__btn-img {
  width: 12px;
  margin-right: 14px;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__btn-img {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 12px;
    height: auto;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.p-disco_disc_data__btn-text {
  font-size: 12px;
}
.p-disco_disc_data__player {
  position: relative;
  background: var(--color-white);
  padding: 5px 13px;
  border-radius: 99px;
}
@media not all and (max-width: 899px) {
  .p-disco_disc_data__player {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__player {
    padding: 9px 20px 9px 26px;
    text-align: center;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 899px) and (max-width: 340px) {
  .p-disco_disc_data__player {
    width: 105px;
  }
}
.p-disco_disc_data__player-icon {
  width: 12px;
  margin-right: 14px;
}
@media screen and (max-width: 899px) {
  .p-disco_disc_data__player-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 12px;
    height: auto;
    margin-right: 0;
    transform: translateY(-50%);
  }
}
.p-disco_disc_data__player-text {
  font-size: 12px;
}

.p-disco_article {
  letter-spacing: 0.1rem;
  line-height: 1.85;
}
.p-disco_article h1 {
  display: inline-block;
  margin-bottom: 32px;
  padding: 3px 15px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .p-disco_article h1 {
    margin-bottom: 11px;
    padding: 3px 6px;
    font-size: 15px;
  }
}
.p-disco_article img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.p-disco_article iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-disco_article a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-disco_article a:hover {
    text-decoration: none;
  }
}

.p-goods__container {
  position: relative;
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-goods__container {
    width: 90%;
  }
}
.p-goods__header {
  margin-bottom: 70px;
}
@media screen and (max-width: 899px) {
  .p-goods__header {
    margin-bottom: 35px;
  }
}
.p-goods__ttl {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-goods__ttl {
    width: 345px;
  }
}
@media screen and (max-width: 899px) {
  .p-goods__ttl {
    width: 45%;
  }
}
.p-goods__footer {
  margin-top: 46px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-goods__footer {
    margin-top: 32px;
  }
}
.is-load .p-goods__footer {
  transform: translateY(0);
  opacity: 1;
}
.p-goods__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-goods__list {
    margin: 0 auto;
    width: 94%;
  }
}
.p-goods__list-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.3%;
}
@media not all and (max-width: 899px) {
  .p-goods__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-goods__list-item {
    width: 47%;
    margin-right: 5.5%;
    margin-bottom: 8.3%;
  }
  .p-goods__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-goods__list-item a {
  text-decoration: none;
}
@media not all and (max-width: 899px) {
  .p-goods__list-item a:hover .p-goods__list-thumb-item {
    transform: scale(1.1);
  }
}
.p-goods__list-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #fff;
}
.p-goods__list-thumb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-goods__list-ttl {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 12px;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-goods__list-ttl {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.p-goods__back {
  padding-top: 56px;
  border-top: 1px solid var(--color-border2);
}

.p-goods_in__header {
  margin-bottom: 46px;
}
@media screen and (max-width: 899px) {
  .p-goods_in__header {
    margin-bottom: 26px;
  }
}
.p-goods_in__ttl {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-goods_in__ttl {
    padding-bottom: 14px;
  }
}
.p-goods_in__ttl::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-goods_in__ttl::before {
    bottom: 3px;
  }
}
.p-goods_in__ttl-inner {
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.14rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-goods_in__ttl-inner {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.p-goods_in__lead {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-goods_in__lead {
    margin-top: 24px;
    font-size: 13px;
  }
}
.p-goods_in__category {
  margin-bottom: 46px;
}
@media screen and (max-width: 899px) {
  .p-goods_in__category {
    margin-bottom: 26px;
  }
}
@media not all and (max-width: 899px) {
  .p-goods_in__list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 32px;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_in__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
  }
}
.p-goods_in__footer {
  margin-top: 76px;
  padding-top: 56px;
  border-top: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-goods_in__footer {
    margin-top: 45px;
    padding-top: 29px;
  }
}
.p-goods_in__caption {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-goods_in__caption {
    margin-top: 24px;
    font-size: 13px;
  }
}

.p-goods_data__header {
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-goods_data__header {
    margin-bottom: 16px;
  }
}
.p-goods_data__img {
  overflow: hidden;
}
.p-goods_data__img-inner {
  display: block;
  position: relative;
  padding-top: 100%;
}
@media (hover: hover) {
  .p-goods_data__img-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-goods_data:hover .p-goods_data__img-inner {
    transform: scale(1.05);
  }
}
.p-goods_data__img-inner img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-goods_data__ttl {
  line-height: 1.3;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-goods_data__ttl {
    font-size: 13px;
    letter-spacing: 0.05rem;
    line-height: 1.6;
  }
}
.p-goods_data__price {
  margin-top: 12px;
  line-height: 1.3;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-goods_data__price {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 0.04rem;
    line-height: 1.6;
  }
}

.p-goods_modal {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 899px) {
  .p-goods_modal {
    padding: 60px 0;
  }
}
.p-goods_modal__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-goods_modal__inner {
    display: flex;
    justify-content: center;
  }
}
.p-goods_modal__img {
  width: min(45%, 480px);
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 899px) {
  .p-goods_modal__img {
    margin-right: 60px;
  }
}
@media screen and (max-width: 899px) {
  .p-goods_modal__img {
    width: 89%;
    position: relative;
    margin: 0 auto 46px;
  }
}
.p-goods_modal__visual {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: var(--color-white);
}
.p-goods_modal__visual-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_modal__text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  text-align: left;
}
.p-goods_modal__name {
  display: block;
  position: relative;
  top: -0.15em;
  margin-bottom: 32px;
  padding-bottom: 34px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.3;
  border-bottom: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-goods_modal__name {
    padding-bottom: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.65;
  }
}
.p-goods_modal__name::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border2);
}
@media screen and (max-width: 899px) {
  .p-goods_modal__name::before {
    bottom: 3px;
  }
}
.p-goods_modal__detail {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-goods_modal__detail {
    font-size: 12px;
  }
}
.p-goods_modal__detail img {
  display: block;
  max-width: 70%;
  height: auto !important;
}
@media screen and (max-width: 899px) {
  .p-goods_modal__detail img {
    max-width: 100%;
  }
}
.p-goods_modal__detail iframe {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 899px) {
  .p-goods_modal__detail iframe {
    height: auto !important;
  }
}
.p-goods_modal__detail a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-goods_modal__detail a:hover {
    text-decoration: none;
  }
}
.p-goods_modal__shop {
  position: relative;
  margin-top: 12px;
  font-size: 0;
  letter-spacing: -0.4em;
}
.p-goods_modal__shop > a {
  display: inline-block;
  position: relative;
  font-size: 10px;
  letter-spacing: normal;
  margin: 0 10px 10px 0;
}
.p-goods_modal__thumb {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  position: relative;
  margin-top: 10px;
}
.p-goods_modal__thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-goods_modal__thumb-item.is-current {
  pointer-events: none;
}
.p-goods_modal__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-goods_modal__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/goods/goods_thumb_cover.png") no-repeat center/cover;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-current .p-goods_modal__thumb-img::after {
  opacity: 0.5 !important;
}
@media (hover: hover) {
  .p-goods_modal__thumb-item:hover .p-goods_modal__thumb-img::after {
    opacity: 0.2;
  }
}
.p-goods_modal__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-special__container {
  position: relative;
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-special__container {
    width: 100%;
  }
}
.p-special__header {
  margin-bottom: 59px;
}
@media screen and (max-width: 899px) {
  .p-special__header {
    margin-bottom: 40px;
  }
}
.p-special__ttl {
  margin: 0 auto 74px;
}
@media not all and (max-width: 899px) {
  .p-special__ttl {
    width: 67%;
  }
}
@media screen and (max-width: 899px) {
  .p-special__ttl {
    width: 100%;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 899px) {
  .p-special__inner {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 899px) {
  .p-special__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3%;
  }
}
@media screen and (max-width: 899px) {
  .p-special__list-item + .p-special__list-item {
    margin-top: 15px;
  }
}
.p-special__link {
  display: block;
  overflow: hidden;
}
.p-special__link-inner {
  display: block;
}
@media (hover: hover) {
  .p-special__link-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-special__link:hover .p-special__link-inner {
    transform: scale(1.05);
  }
}

.p-movie__container {
  position: relative;
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-movie__container {
    width: 100%;
  }
}
.p-movie__header {
  margin-bottom: 74px;
}
@media screen and (max-width: 899px) {
  .p-movie__header {
    margin-bottom: 40px;
  }
}
.p-movie__ttl {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-movie__ttl {
    width: 67%;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__inner {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}
.p-movie__category {
  margin-bottom: 49px;
}
@media screen and (max-width: 899px) {
  .p-movie__category {
    margin-bottom: 20px;
  }
}
@media not all and (max-width: 899px) {
  .p-movie__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 57px 3%;
  }
}
@media screen and (max-width: 899px) {
  .p-movie__list-item + .p-movie__list-item {
    margin-top: 25px;
  }
}

.p-stream__container {
  max-width: 920px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-stream__container {
    width: 89%;
  }
}
.p-stream__header {
  margin-bottom: 64px;
}
@media screen and (max-width: 899px) {
  .p-stream__header {
    margin-bottom: 32px;
  }
}
.p-stream__ttl {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-stream__ttl {
    width: 57%;
  }
}
@media screen and (max-width: 899px) {
  .p-stream__ttl {
    width: 78%;
  }
}
.p-stream__catch {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 899px) {
  .p-stream__catch {
    font-size: 22px;
    letter-spacing: 0.08rem;
    line-height: 1.25;
  }
}
.p-stream__list {
  margin-top: 53px;
}
@media screen and (max-width: 899px) {
  .p-stream__list {
    margin-top: 37px;
  }
}
.p-stream__list-item {
  border-top: 1px solid var(--color-border2);
}
.p-stream__list-item:last-child {
  border-bottom: 1px solid var(--color-border2);
}
@media not all and (max-width: 899px) {
  .p-stream__list-item {
    display: flex;
    padding: 30px 0;
  }
  .p-stream__list-item.--cast {
    padding: 34px 0 32px;
  }
  .p-stream__list-item.--price {
    padding: 35px 0 37px;
  }
  .p-stream__list-item.--center {
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .p-stream__list-item {
    padding: 24px 0 25px;
  }
  .p-stream__list-item.--cast {
    padding: 28px 0 29px;
  }
  .p-stream__list-item.--price {
    padding: 27px 0 25px;
  }
}
@media not all and (max-width: 899px) {
  .p-stream__list-header {
    min-width: 21%;
  }
}
@media screen and (max-width: 899px) {
  .p-stream__list-header {
    margin-bottom: 12px;
  }
  .--cast .p-stream__list-header {
    margin-bottom: 18px;
  }
  .--credit .p-stream__list-header {
    margin-bottom: 7px;
  }
}
.p-stream__list-ttl {
  font-size: 20px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-stream__list-ttl {
    font-size: 15px;
    letter-spacing: 0.08rem;
  }
}
.p-stream__list-ttl.is-small {
  font-size: 13px;
  letter-spacing: 0.1rem;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-stream__list-ttl.is-small {
    font-size: 13px;
  }
}
@media not all and (max-width: 899px) {
  .--cast .p-stream__list-inner {
    padding-top: 3px;
  }
  .--price .p-stream__list-inner {
    margin-top: -7px;
  }
}
.p-stream__caution {
  margin-top: 76px;
}
@media screen and (max-width: 899px) {
  .p-stream__caution {
    margin-top: 46px;
  }
}
.p-stream__caution-ttl {
  margin-bottom: 19px;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-stream__caution-ttl {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.03rem;
  }
}
.p-stream__caution-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 2.08;
}
@media screen and (max-width: 899px) {
  .p-stream__caution-list li {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-stream__caution-list li + li {
    margin-top: 3px;
  }
}

.p-stream_data__block + .p-stream_data__block {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .p-stream_data__block + .p-stream_data__block {
    margin-top: 25px;
  }
}
.p-stream_data__cap {
  display: inline-block;
  margin-bottom: 29px;
  padding: 2px 10px;
  background: var(--color-black);
  color: var(--color-white);
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-stream_data__cap {
    margin-bottom: 18px;
    padding: 3px 7px;
  }
}
@media not all and (max-width: 899px) {
  .--cast .p-stream_data__list {
    padding-left: 21px;
  }
}
.p-stream_data__list + .p-stream_data__list {
  margin-top: 14px;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list + .p-stream_data__list {
    margin-top: 12px;
  }
}
.p-stream_data__list-ttl {
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-ttl {
    margin-bottom: 7px;
    padding-left: 14px;
    letter-spacing: 0.08rem;
  }
}
.p-stream_data__list-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 19px;
  height: 19px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-39%);
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-ttl::before {
    left: 0;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
  }
}
.p-stream_data__list-txt {
  font-size: 19px;
  letter-spacing: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt {
    font-size: 15px;
    letter-spacing: 0.08rem;
    line-height: 1.7;
  }
}
@media not all and (max-width: 899px) {
  .--cast .p-stream_data__list-txt {
    line-height: 2.05;
  }
}
@media screen and (max-width: 899px) {
  .--cast .p-stream_data__list-txt {
    font-size: 13px;
  }
}
.p-stream_data__list-txt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-stream_data__list-txt a:hover {
    text-decoration: none;
  }
}
.p-stream_data__list-txt .c-btn__inner {
  text-decoration: none;
}
.p-stream_data__list-txt .p-date-s {
  vertical-align: baseline;
  font-size: 80%;
}
.p-stream_data__list-txt .p-in-s {
  vertical-align: baseline;
  font-size: 80%;
}
.p-stream_data__list-txt .p-in-m {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-m {
    font-size: 11px;
  }
}
@media not all and (max-width: 899px) {
  .p-stream_data__list-txt .mt-9 {
    margin-top: 9px;
  }
}
.p-stream_data__list-txt .p-in-caution {
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-caution {
    margin-top: 5px;
  }
}
.p-stream_data__list-txt .p-in-caution li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-caution li {
    font-size: 10px;
  }
}
@media not all and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-btn {
    width: 385px;
  }
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-btn {
    width: 82%;
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
@media not all and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-btn .c-btn__inner {
    padding: 17px 0;
  }
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-btn .c-btn__inner {
    padding: 13px 0;
    font-size: 13px;
  }
}
.p-stream_data__list-txt .p-in-block + .p-in-block {
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-stream_data__list-txt .p-in-block + .p-in-block {
    margin-top: 8px;
  }
}
.p-stream_data__list-txt .p-in-indent {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.p-stream_data__txt {
  letter-spacing: 0.1rem;
  line-height: 1.98;
  font-size: 13px;
}
@media screen and (max-width: 899px) {
  .p-stream_data__txt {
    font-size: 11px;
    line-height: 1.85;
    letter-spacing: 0.04rem;
  }
}
.p-stream_data__txt.is-big {
  font-size: 20px;
  letter-spacing: 0.13rem;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-stream_data__txt.is-big {
    font-size: 14px;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 899px) {
  .--caution .p-stream_data__txt {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0.08rem;
  }
}
.p-stream_data__txt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-stream_data__txt a:hover {
    text-decoration: none;
  }
}
@media not all and (max-width: 899px) {
  .p-stream_data__caution {
    margin-top: 6px;
  }
}
.p-stream_data__caution-item {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-stream_data__caution-item {
    font-size: 11px;
  }
}

.p-stream_box {
  margin-top: 30px;
  background: var(--color-white);
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .p-stream_box {
    margin-top: 15px;
  }
}
.p-stream_box__inner {
  width: 92%;
  margin: 0 auto;
  padding: 30px 0px 24px;
}
@media screen and (max-width: 899px) {
  .p-stream_box__inner {
    width: 86%;
    padding: 25px 0px 24px;
  }
}
.p-stream_box__cap {
  margin-bottom: 18px;
  font-size: 13px;
}
.p-stream_box__cap span {
  display: inline-block;
  padding: 1px 13px 2px;
  vertical-align: baseline;
  background: var(--color-black);
  color: var(--color-white);
}
.p-stream_box__lead {
  position: relative;
  padding-left: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-stream_box__lead {
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: 0.06rem;
  }
}
.p-stream_box__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 19px;
  height: 19px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-39%);
}
@media screen and (max-width: 899px) {
  .p-stream_box__lead::before {
    left: 0;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
  }
}
@media not all and (max-width: 899px) {
  .p-stream_box__lead + .p-stream_box__txt {
    padding-left: 23px;
  }
}
.p-stream_box__txt {
  letter-spacing: 0.1rem;
}
.p-stream_box__txt + .p-stream_box__lead {
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .p-stream_box__txt + .p-stream_box__lead {
    margin-top: 18px;
  }
}
@media screen and (max-width: 899px) {
  .p-stream_box__txt {
    font-size: 12px;
  }
}
.p-stream_box__caution {
  margin-top: 7px;
}
.p-stream_box__caution li {
  font-size: 13px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-stream_box__caution li {
    font-size: 10px;
  }
}