@charset "UTF-8";
@import url("https://use.typekit.net/xvj0zpd.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700;1,800;1,900&family=Noto+Sans+JP:wght@400;700&display=swap");
/*============================
一覧・詳細の共通スタイル（gridのタイル）
============================*/
.p-disco {
  position: relative;
  display: block;
}
@media not all and (max-width: 900px) {
  .p-disco {
    height: 100%;
    min-height: 540px;
    color: var(--color-white);
    background: var(--color-white);
  }
  .p-disco:hover::before {
    animation: clip-in 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  }
  .p-disco::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: 0.2;
    animation: clip-out 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  }
  .--playlist .p-disco {
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-disco {
    min-height: 330px;
  }
  .--playlist .p-disco {
    min-height: auto;
  }
}
.p-disco__container {
  width: 90%;
  width: 77.1428571429%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-disco__container {
    padding: 11.4285714286% 0;
  }
}
@media screen and (max-width: 900px) {
  .p-disco__container {
    width: 73.3333333333%;
    padding: 13.5593220339% 0;
  }
}
.p-disco__jk {
  margin-bottom: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-disco__jk {
    margin-bottom: 11.5%;
  }
}
.p-disco__data-detail {
  font-size: 13px;
  color: var(--color-type);
}
.--ex .p-disco__data-detail {
  color: var(--color-type2);
}
@media screen and (max-width: 900px) {
  .p-disco__data-detail {
    margin-bottom: 3.5px;
    font-size: 12px;
  }
}
.p-disco__data-unit {
  font-size: 12.5px;
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .p-disco__data-unit {
    mix-blend-mode: difference;
    color: var(--color-white);
  }
}
@media screen and (max-width: 900px) {
  .p-disco__data-unit {
    font-size: 11px;
    line-height: 1.2;
    color: var(--color-black);
  }
}
.p-disco__data-ttl {
  margin-top: 7px;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03rem;
  line-height: 1;
}
@media not all and (max-width: 900px) {
  .p-disco__data-ttl {
    mix-blend-mode: difference;
    color: var(--color-white);
  }
}
@media screen and (max-width: 900px) {
  .p-disco__data-ttl {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.15;
    color: var(--color-black);
  }
}
.p-disco__data-ttl br {
  display: none;
}
.p-disco__data-release {
  margin-top: 3px;
  font-size: 17px;
  letter-spacing: 0.02rem;
}
@media not all and (max-width: 900px) {
  .p-disco__data-release {
    mix-blend-mode: difference;
    color: var(--color-white);
  }
}
@media screen and (max-width: 900px) {
  .p-disco__data-release {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0.04rem;
    color: var(--color-black);
  }
}

/*============================
一覧
============================*/
.p-lineup {
  min-height: 100vh;
  background: var(--color-white);
}
.p-lineup__header {
  display: flex;
  background: var(--color-black);
  color: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-lineup__header {
    flex-wrap: wrap;
  }
}
@media not all and (max-width: 900px) {
  .p-lineup__ttl {
    width: 50%;
    padding: 9px 0;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__ttl {
      padding: 9px 0;
      width: 33.3333333333%;
    }
  }
  @media screen and (min-width: 1600px) {
    .p-lineup__ttl {
      width: 60%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__ttl {
    width: 100%;
    padding: 22px 0 17px 7%;
    border-bottom: 1px solid var(--color-white);
  }
  .p-lineup__ttl span {
    display: block;
  }
}
@media not all and (max-width: 900px) {
  .p-lineup__ttl-inner {
    padding-left: 5.5%;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__ttl-inner {
      padding-left: 3%;
    }
  }
}
.p-lineup__ttl .p-in-name {
  font-size: 20px;
  letter-spacing: 0.04rem;
  font-weight: 400;
}
@media not all and (max-width: 900px) {
  .p-lineup__ttl .p-in-name {
    margin-right: 20px;
    font-size: 20px;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__ttl .p-in-name {
      margin-right: 17px;
      font-size: 1.25vw;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__ttl .p-in-name {
    margin-bottom: 2px;
    font-size: 12px;
  }
}
.p-lineup__ttl .p-in-ttl {
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
}
@media not all and (max-width: 900px) {
  .p-lineup__ttl .p-in-ttl {
    letter-spacing: 0.07rem;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__ttl .p-in-ttl {
      font-size: 28px;
      font-size: 2.3333333333vw;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__ttl .p-in-ttl {
    font-size: 27px;
  }
}
.p-lineup__sort {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-lineup__sort {
    width: 25%;
    border-left: 1px solid var(--color-white);
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__sort {
      width: 33.3333333333%;
    }
  }
  @media screen and (min-width: 1600px) {
    .p-lineup__sort {
      width: 20%;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__sort {
    width: 50%;
    padding: 10px 0;
  }
  .p-lineup__sort + .p-lineup__sort {
    border-left: 1px solid var(--color-white);
  }
}
.p-lineup__sort-select {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.p-lineup__sort-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-black);
}
.p-lineup__sort-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/common/arrow/arrow1.svg) center center no-repeat;
  mask: url(../img/common/arrow/arrow1.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transform: translateY(-50%) rotate(90deg);
}
@media not all and (max-width: 900px) {
  .p-lineup__sort:hover .p-lineup__sort-txt::after {
    animation: arrow_b_rotate 0.8s forwards;
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__sort-txt::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}
@media not all and (max-width: 900px) {
  .p-lineup__sort-txt .p-in-txt {
    font-size: 24px;
    font-weight: 700;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__sort-txt .p-in-txt {
      margin-right: 20px;
      font-size: 1.6666666667vw;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__sort-txt .p-in-txt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02rem;
  }
}
@media not all and (max-width: 900px) {
  .p-lineup__sort-txt.is-small .p-in-txt {
    font-size: 18px;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__sort-txt.is-small .p-in-txt {
      font-size: 16px;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__sort-txt.is-small .p-in-txt {
    font-size: 11px;
  }
}
.p-lineup__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .p-lineup__inner {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 1600px) {
    .p-lineup__inner {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__inner {
    grid-template-columns: 50% 50%;
  }
}
.p-lineup__item {
  position: relative;
  border-bottom: 1px solid var(--color-line-gray);
  border-left: 1px solid var(--color-line-gray);
}
@media not all and (max-width: 900px) {
  .p-lineup__item:nth-child(4n-3) {
    border-left: 0;
  }
  @media screen and (max-width: 1200px) {
    .p-lineup__item:nth-child(4n-3) {
      border-left: 1px solid var(--color-line-gray);
    }
    .p-lineup__item:nth-child(3n-2) {
      border-left: 0;
    }
  }
  @media screen and (min-width: 1600px) {
    .p-lineup__item:nth-child(4n-3) {
      border-left: 1px solid var(--color-line-gray);
    }
    .p-lineup__item:nth-child(5n+1) {
      border-left: 0;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__item {
    min-height: 331px;
  }
  .--playlist .p-lineup__item {
    min-height: auto;
  }
  .p-lineup__item:nth-child(odd) {
    border-left: 0;
  }
}
.p-lineup__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: var(--color-line-gray);
}
.p-lineup__item-link {
  display: block;
}
@media not all and (max-width: 900px) {
  .p-lineup__item-link {
    padding: 11.4285714286% 0;
  }
}
@media screen and (max-width: 900px) {
  .p-lineup__item-link {
    min-height: 330px;
  }
}
.p-lineup__item-container {
  width: 90%;
  width: 77.1428571429%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-container {
    width: 73.3333333333%;
    padding: 13.5593220339% 0;
  }
}
.p-lineup__item-jk {
  margin-bottom: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-jk {
    margin-bottom: 11.5%;
  }
}
.p-lineup__item-data .p-in-detail {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-data .p-in-detail {
    margin-bottom: 3.5px;
    font-size: 12px;
  }
}
.p-lineup__item-data .p-in-unit {
  font-size: 12.5px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-data .p-in-unit {
    font-size: 11px;
    line-height: 1.2;
  }
}
.p-lineup__item-data .p-in-ttl {
  margin-top: 7px;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-data .p-in-ttl {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.15;
  }
}
.p-lineup__item-data .p-in-release {
  margin-top: 3px;
  font-size: 17px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-lineup__item-data .p-in-release {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0.04rem;
  }
}
.p-lineup__footer {
  position: relative;
  padding: 50px 0;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-lineup__footer {
    padding: 30px 0;
  }
}
.p-lineup__footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-bg-gray);
}

.p-lineup_pagination__list {
  display: flex;
  justify-content: center;
}
.p-lineup_pagination__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-lineup_pagination__list-item + .p-lineup_pagination__list-item {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .p-lineup_pagination__list-item + .p-lineup_pagination__list-item {
    margin-left: 17px;
  }
}
.p-lineup_pagination__list-item span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-lineup_pagination__list-item span {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-lineup_pagination__list-item span:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .p-lineup_pagination__list-item span {
    font-size: 16px;
    font-weight: 400;
  }
}
.p-lineup_pagination__list-item .is-current {
  background: var(--color-black);
  color: var(--color-white);
}
@media not all and (max-width: 900px) {
  .p-lineup_pagination__list-item .is-current {
    pointer-events: none;
  }
}

/*============================
ここから詳細ページ
============================*/
.p-detail__header {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-detail__header {
    height: 100vh;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header {
    padding-bottom: 70px;
  }
}
@media not all and (max-width: 900px) {
  .p-detail__header-container {
    display: flex;
    align-items: center;
    width: 85%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    transform: translate(-50px, 50px);
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header-container {
    width: 86.6666666667%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 51px;
    transform: translate(-30px, 30px);
    opacity: 0;
  }
}
.is-data-loaded .p-detail__header-container {
  animation: detail_show 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
@media screen and (max-width: 900px) {
  .is-data-loaded .p-detail__header-container {
    animation: detail_show_sp 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
  }
}
.p-detail__header-exc {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 8.3%;
}
@media screen and (max-width: 900px) {
  .p-detail__header-exc {
    bottom: 2.4%;
    right: 4%;
    width: 12%;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    overflow: hidden;
  }
}
.p-detail__header-deco .p-in-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 44.4%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 76.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 76.5% 100%, 0% 100%);
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 74%, 0% 100%);
    transform: translateY(0);
  }
}
.p-detail__header-deco .p-in-deco span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-main);
}
@media not all and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco span {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco span {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@media not all and (max-width: 900px) {
  .is-data-loaded .p-detail__header-deco .p-in-deco span {
    animation: deco_anime 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
}
@media screen and (max-width: 900px) {
  .is-data-loaded .p-detail__header-deco .p-in-deco span {
    animation: deco_anime_sp 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
}
.p-detail__header-deco .p-in-deco:nth-child(2) {
  opacity: 0.4;
}
@media not all and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco:nth-child(2) {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco:nth-child(2) {
    transform: translateY(-11%);
  }
}
.p-detail__header-deco .p-in-deco:nth-child(2) span {
  animation-delay: 0.2s;
}
.p-detail__header-deco .p-in-deco:nth-child(3) {
  opacity: 0.5;
}
@media not all and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco:nth-child(3) {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 900px) {
  .p-detail__header-deco .p-in-deco:nth-child(3) {
    transform: translateY(-21%);
  }
}
.p-detail__header-deco .p-in-deco:nth-child(3) span {
  animation-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .p-detail__jk {
    width: 45.3125%;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__jk {
    width: 84.5%;
    margin: 0 auto;
    padding-bottom: 57px;
  }
}
@media not all and (max-width: 900px) {
  .p-detail__data {
    padding-left: 8.3%;
    flex-grow: 1;
  }
  .p-detail__data.--minimum {
    padding-left: 6%;
  }
}
.p-detail__link {
  position: relative;
  text-align: center;
  background: var(--color-white);
}
.p-detail__link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-bg-gray);
}
.p-detail__link-inner {
  position: relative;
  display: block;
  padding: 48px 0;
}
@media not all and (max-width: 900px) {
  .p-detail__link-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-main);
    opacity: 0.2;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: right;
  }
  .p-detail__link-inner:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .p-detail__link-inner {
    padding-top: 29px;
    padding-bottom: 25px;
    mix-blend-mode: difference;
  }
  .p-detail__link-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    width: 19px;
    height: 100%;
    -webkit-mask: url(../img/common/arrow/arrow2.svg) center center no-repeat;
    mask: url(../img/common/arrow/arrow2.svg) center center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--color-white);
    transform: translateY(-50%) scaleX(-1);
  }
}
@media screen and (max-width: 900px) {
  .--top .p-detail__link-inner {
    padding: 34px 0;
  }
}
.p-detail__link-txt {
  position: relative;
  display: inline-block;
  mix-blend-mode: difference;
  color: var(--color-white);
}
@media not all and (max-width: 900px) {
  .p-detail__link-txt {
    min-width: 554px;
    padding-left: 68px;
    transform: translateX(-34px);
  }
  .p-detail__link-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 31px;
    height: 100%;
    -webkit-mask: url(../img/common/arrow/arrow2.svg) center center no-repeat;
    mask: url(../img/common/arrow/arrow2.svg) center center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--color-white);
    transform: translateY(-50%) scaleX(-1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-detail__link:hover .p-detail__link-txt::after {
    transform: translate(-10px, -50%) scaleX(-1);
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-detail__link-txt span {
    display: block;
  }
}
.p-detail__link-txt .p-in-name {
  margin-right: 18px;
  font-size: 20px;
  letter-spacing: 0.04rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-detail__link-txt .p-in-name {
    margin-right: 0;
    font-size: 12px;
    letter-spacing: 0.03rem;
  }
}
.p-detail__link-txt .p-in-ttl {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .p-detail__link-txt .p-in-ttl {
    font-size: 24px;
  }
}

.p-detail_jk__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-detail_jk__thumb .p-in-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-detail_data {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-detail_data {
    text-align: center;
  }
}
.p-detail_data__num {
  position: absolute;
  top: 0;
  left: -11%;
  z-index: -1;
  font-size: 200px;
  font-size: min(14.2857142857vw, 250px);
  font-weight: 900;
  color: var(--color-main);
  opacity: 0.3;
  line-height: 1;
  transform: translateY(-70%);
}
@media screen and (max-width: 900px) {
  .p-detail_data__num {
    top: 0;
    left: -1.1%;
    font-size: 100px;
    font-size: min(26.6666666667vw, 200px);
    transform: translateY(-50%);
  }
}
.p-detail_data__category {
  position: relative;
  font-size: 21px;
  font-size: min(1.5vw, 50px);
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-detail_data__category {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.p-detail_data__unit {
  margin-bottom: 7px;
  font-size: 40px;
  font-size: min(2.8571428571vw, 80px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  .p-detail_data__unit {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.p-detail_data__ttl {
  font-style: italic;
  font-size: 80px;
  font-size: min(5.7142857143vw, 120px);
  font-weight: 800;
  letter-spacing: 0.09rem;
  line-height: 1;
  word-wrap: break-word;
}
@media screen and (max-width: 900px) {
  .p-detail_data__ttl {
    font-size: 40px;
  }
}
.--medium .p-detail_data__ttl {
  font-size: 70px;
  font-size: min(5vw, 110px);
}
@media screen and (max-width: 900px) {
  .--medium .p-detail_data__ttl {
    font-size: 35px;
  }
}
.--small .p-detail_data__ttl {
  font-size: 60px;
  font-size: min(4.2857142857vw, 110px);
}
@media screen and (max-width: 900px) {
  .--small .p-detail_data__ttl {
    font-size: 30px;
  }
}
.--minimum .p-detail_data__ttl {
  font-size: 50px;
  font-size: min(3.5714285714vw, 110px);
}
@media screen and (max-width: 900px) {
  .--minimum .p-detail_data__ttl {
    font-size: 25px;
  }
}
.p-detail_data__ttl span {
  display: inline-block;
  vertical-align: baseline;
}
.p-detail_data__movie {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-detail_data__movie {
    width: 51.724137931%;
    margin-top: 3%;
    min-width: 280px;
  }
}
@media screen and (max-width: 900px) {
  .p-detail_data__movie {
    width: 69%;
    margin: 14px auto 0;
  }
}
.p-detail_data__movie-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-detail_data__movie-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 6%;
  padding-top: 6%;
  background: url(../img/in/movie_play.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-34%, -50%);
}
.p-detail_data__movie-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 21%;
  padding-top: 21%;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-detail_data__movie:hover .p-detail_data__movie-thumb::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-detail_data__movie-thumb .p-in-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-detail_data__movie-thumb .p-in-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  opacity: 0.5;
  animation: clip-in 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.p-detail_data__movie:hover .p-detail_data__movie-thumb .p-in-thumb::before {
  animation: clip-out 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}

.p-track {
  position: relative;
  padding: 69px 0 69px;
}
@media screen and (max-width: 900px) {
  .p-track {
    padding: 54px 0 45px;
  }
}
.p-track__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-gray);
  opacity: 0.3;
}
.p-track__container {
  position: relative;
}
.p-track__container + .p-track__container {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-track__container + .p-track__container {
    margin-top: 60px;
  }
}
.p-track__ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .p-track__ttl {
    margin-bottom: 30px;
  }
}
.p-track__ttl span::after {
  color: var(--color-bg-gray);
  opacity: 0.3;
}
.p-track__subttl {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-track__subttl {
    font-size: 12px;
  }
}
@media not all and (max-width: 900px) {
  .p-track__list {
    display: grid;
    grid-template-columns: 47.7777777778% 47.7777777778%;
    justify-content: space-between;
  }
}
.p-track__list-item {
  position: relative;
  padding: 18px 0;
  border-top: 1px solid var(--color-line-gray);
}
@media not all and (max-width: 900px) {
  .p-track__list-item:nth-child(odd).--lyric {
    padding-right: 45px;
  }
  .p-track__list-item:nth-last-child(1), .p-track__list-item:nth-last-child(2) {
    border-bottom: 1px solid var(--color-line-gray);
  }
}
@media screen and (max-width: 900px) {
  .p-track__list-item {
    padding: 13.5px 0;
  }
  .p-track__list-item.--lyric {
    padding-right: 35px;
  }
  .p-track__list-item:first-child {
    border-top: 0;
  }
}
.p-track__creditall {
  margin-top: 14px;
  font-size: 15px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-track__creditall {
    font-size: 12px;
    text-align: center;
  }
}

.p-track_data {
  display: flex;
}
.p-track_data__head {
  min-width: 35px;
  flex-shrink: 0;
  flex-shrink: 0;
}
.p-track_data__num {
  margin-right: 17px;
}
.p-track_data__inner {
  flex-grow: 1;
}
.p-track_data__ttl {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-track_data__ttl {
    font-size: 13px;
    letter-spacing: 0.04rem;
  }
}
.p-track_acco .p-track_data__ttl {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-track_acco .p-track_data__ttl {
    font-size: 12px;
  }
}
.p-track_data__ttl span {
  display: inline-block;
  vertical-align: baseline;
}
.p-track_data__ttl .is-lyric {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-track_data__ttl .is-lyric {
    right: -35px;
  }
}
@media (hover: hover) {
  .p-track_data__ttl .is-lyric:hover::before {
    transform: scale(1.2);
  }
}
.p-track_data__ttl .is-lyric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-sub);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-track_data__ttl .is-lyric a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-track_data__ttl .is-lyric a img {
  transform: translate(2px, 1px);
}
.p-track_data__credit {
  font-size: 12px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-track_data__credit {
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-track_acco__item {
  border-bottom: 1px solid var(--color-line-gray);
}
.p-track_acco__header {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-track_acco__header {
    padding: 16px 0;
  }
}
.p-track_acco__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-gray);
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
  opacity: 0.5;
}
@media not all and (max-width: 900px) {
  .p-track_acco__header:hover::before {
    transform: scaleX(1);
  }
}
.p-track_acco__header-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-track_acco__header-btn {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
.p-track_acco__header-btn::before, .p-track_acco__header-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--color-black);
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-track_acco__header-btn::before, .p-track_acco__header-btn::after {
    width: 10px;
  }
}
.p-track_acco__header-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-open .p-track_acco__header-btn::before {
  transform: translateY(-50%) rotate(180deg);
}
.is-open .p-track_acco__header-btn::after {
  transform: translateY(-50%);
}
.p-track_acco__ttl {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-track_acco__ttl {
    font-size: 14px;
  }
}
.p-track_acco__inner {
  position: relative;
  height: 0;
}
.p-track_acco__inner-wrap {
  padding-bottom: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-track_acco__inner-wrap {
    padding-bottom: 16px;
  }
}
.is-open .p-track_acco__inner-wrap {
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 1;
}

.p-info {
  padding: 66px 0 74px;
}
@media screen and (max-width: 900px) {
  .p-info {
    padding: 53px 0 55px;
  }
}
.p-info__ttl {
  margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
  .p-info__ttl {
    margin-bottom: 44px;
  }
}
@media not all and (max-width: 900px) {
  .p-info__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-info__list-item {
  width: 100%;
}
@media not all and (max-width: 900px) {
  .p-info__list-item.is-half {
    width: 47.7777777778%;
  }
}
.p-info__list-item + .p-info__list-item {
  margin-top: 55px;
}
@media screen and (max-width: 900px) {
  .p-info__list-item + .p-info__list-item {
    margin-top: 46px;
  }
}
.p-info__list-ttl {
  margin-bottom: 24px;
  padding: 12px 0;
  color: var(--color-white);
  background: var(--color-black);
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.08rem;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .p-info__list-ttl {
    margin-bottom: 21px;
    padding: 9px 0;
    font-size: 17px;
  }
}
@media not all and (max-width: 900px) {
  .is-half .p-info__list-ttl {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .is-half .p-info__list-ttl {
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 400;
  }
}
.p-info_data__release {
  margin-bottom: 6px;
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 900px) {
  .p-info_data__release {
    margin-bottom: 1px;
    font-size: 19px;
    letter-spacing: 0rem;
  }
}
.p-info_data__desc {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-info_data__desc {
    line-height: 1.8;
  }
}
.p-info_data__desc .is-small {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-info_data__desc .is-small {
    font-size: 12px;
  }
}

.p-artist {
  position: relative;
  padding: 69px 0 81px;
}
@media screen and (max-width: 900px) {
  .p-artist {
    padding: 54px 0 57px;
  }
}
.p-artist__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-gray);
  opacity: 0.3;
}
.p-artist__container {
  position: relative;
}
.p-artist__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-artist__ttl {
    margin-bottom: 58px;
  }
}
.p-artist__ttl span::after {
  color: var(--color-bg-gray);
  opacity: 0.3;
}
.p-artist__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-artist__list {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-artist__list-item {
  width: 25%;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .p-artist__list-item {
    width: 50%;
    margin-top: 55px;
  }
  .p-artist__list-item:first-child, .p-artist__list-item:nth-child(2) {
    margin-top: 0;
  }
}
@media not all and (max-width: 900px) {
  .--mem5 .p-artist__list-item {
    width: 33%;
  }
}
.p-artist__list-item.is-no-icon {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .p-artist__list-item.is-no-icon {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.p-artist__list-item.is-no-color {
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-artist__list-item.is-no-color {
    width: 20%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-artist__list-item.is-no-color {
    margin-top: 20px;
  }
  .p-artist__list-item.is-no-color:first-child, .p-artist__list-item.is-no-color:nth-child(2) {
    margin-top: -40px;
  }
}
.p-artist__unit {
  position: relative;
}
.p-artist__unit + .p-artist__unit {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  [data-slug=s5_akatsuki-with-taki] .p-artist__unit + .p-artist__unit {
    margin-top: 100px;
  }
}
[data-slug=s5_akatsuki-with-taki] .p-artist__unit + .p-artist__unit::before {
  content: "&";
  position: absolute;
  top: 0%;
  left: 50%;
  font-style: italic;
  font-size: 40px;
  color: #f3f6f6;
  font-weight: 700;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  transform: translate(-100%, -100%);
}
@media screen and (max-width: 900px) {
  [data-slug=s5_akatsuki-with-taki] .p-artist__unit + .p-artist__unit::before {
    font-size: 30px;
    transform: translate(-50%, -200%);
  }
}
.p-artist__unit-ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .p-artist__unit-ttl {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.p-artist_data {
  position: relative;
  padding-left: 82px;
}
@media screen and (max-width: 900px) {
  .p-artist_data {
    padding-left: 51px;
  }
}
@media not all and (max-width: 900px) {
  .is-no-icon .p-artist_data {
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .is-no-icon .p-artist_data {
    padding-left: 0;
  }
}
.is-no-color .p-artist_data {
  padding-left: 0;
}
@media not all and (max-width: 900px) {
  .--mem5 .p-artist_data {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-artist_data__deco {
  position: absolute;
  top: -110%;
  left: 0;
  width: 93px;
}
@media screen and (max-width: 900px) {
  .p-artist_data__deco {
    top: -87%;
    width: 57px;
  }
}
.is-no-color .p-artist_data__deco {
  display: none;
}
.p-artist_data__deco svg {
  fill: currentColor;
}
.p-artist_data__name {
  font-weight: 700;
  font-size: 22px;
  color: var(--color-black);
}
@media screen and (max-width: 900px) {
  .p-artist_data__name {
    font-size: 17px;
  }
}
.is-no-icon .p-artist_data__name {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .is-no-icon .p-artist_data__name {
    font-size: 15px;
  }
}
@media not all and (max-width: 900px) {
  .is-no-color .p-artist_data__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .is-no-color .p-artist_data__name {
    font-size: 15px;
  }
}
.p-artist_data__cv {
  font-size: 14px;
  letter-spacing: 0.08rem;
  color: var(--color-black);
}
@media screen and (max-width: 900px) {
  .p-artist_data__cv {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .p-artist_multi {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media not all and (max-width: 900px) {
  .p-artist_multi__item + .p-artist_multi__item {
    margin-top: 30px;
  }
  .p-artist_multi__item.is-subttl {
    margin-top: 60px;
  }
  .p-artist_multi__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_multi__item {
    width: 49%;
    margin-bottom: 24px;
  }
  .p-artist_multi__item.is-subttl {
    width: 100%;
  }
}
.p-artist_multi__unit {
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .p-artist_multi__unit {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_multi__unit {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.is-subttl .p-artist_multi__unit {
  margin-bottom: 0;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .is-subttl .p-artist_multi__unit {
    font-size: 14px;
  }
}
@media not all and (max-width: 900px) {
  .p-artist_multi__member {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-artist_multi__member-name {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-artist_multi__member-name {
    font-size: 14px;
    margin-left: 3%;
  }
  .p-artist_multi__member-name::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8%;
    content: "/";
  }
  .p-artist_multi__member-name:first-child {
    margin-left: 0;
  }
  .p-artist_multi__member-name:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .p-artist_multi__member-name {
    font-size: 11px;
    line-height: 1.6;
  }
}
.p-artist_multi__member-name span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-artist_multi__member-name span {
    padding-left: 2px;
    font-size: 10px;
  }
}

.p-bonus {
  padding: 68px 0 78px;
}
@media screen and (max-width: 900px) {
  .p-bonus {
    padding: 54px 0 58px;
  }
}
.p-bonus__ttl {
  margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
  .p-bonus__ttl {
    margin-bottom: 43px;
  }
}
.p-bonus_data + .p-bonus_data {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-bonus_data + .p-bonus_data {
    margin-top: 30px;
  }
}
.p-bonus_data__ttl {
  margin-bottom: 37px;
  padding: 11px 0;
  color: var(--color-white);
  background: var(--color-black);
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-bonus_data__ttl {
    margin-bottom: 26px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
  }
}
.is-exception .p-bonus_data__ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .is-exception .p-bonus_data__ttl {
    margin-bottom: 15px;
  }
}
@media not all and (max-width: 900px) {
  .p-bonus_data__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media not all and (max-width: 900px) {
  .p-bonus_data__list-item {
    width: 47.7777777778%;
  }
  .p-bonus_data__list-item.--wide {
    width: 100%;
  }
  .p-bonus_data__list-item.--wide.--wide {
    margin-left: 0;
  }
}
@media not all and (max-width: 900px) {
  .p-bonus_data__list-item + .p-bonus_data__list-item {
    margin-left: 4.4444444444%;
  }
}
@media screen and (max-width: 900px) {
  .p-bonus_data__list-item + .p-bonus_data__list-item {
    margin-top: 22px;
  }
}
.is-exception .p-bonus_data__list-item + .p-bonus_data__list-item {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .is-exception .p-bonus_data__list-item + .p-bonus_data__list-item {
    margin-top: 26px;
  }
}
.p-bonus_data__category {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-bonus_data__category {
    margin-bottom: 11px;
    font-size: 21px;
  }
}
.p-bonus_data__txt {
  line-height: 1.6;
}
@media not all and (max-width: 900px) {
  .p-bonus_data__txt a {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-bonus_data__txt a:hover {
    opacity: 0.8;
  }
}
.p-bonus_data__product {
  margin-bottom: 14px;
  display: flex;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-bonus_data__product {
    margin-bottom: 10px;
  }
}
.p-bonus_data__product .p-in-num {
  margin-right: 6px;
}
@media not all and (max-width: 900px) {
  .p-bonus_data__product .p-in-txt {
    flex-grow: 1;
    min-height: 77px;
  }
  .is-single .p-bonus_data__product .p-in-txt {
    min-height: auto;
  }
}
.p-bonus_data__caution {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-bonus_data__caution {
    margin-top: 11px;
    font-size: 11px;
  }
}
.is-exception .p-bonus_data__caution {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .is-exception .p-bonus_data__caution {
    margin-bottom: 10px;
  }
}

.p-buy {
  position: relative;
  padding: 70px 0 80px;
}
@media screen and (max-width: 900px) {
  .p-buy {
    padding: 56px 0 60px;
  }
}
.p-buy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  opacity: 0.2;
}
.p-buy__container {
  position: relative;
}
.--modal .p-buy__container {
  width: 100%;
  max-width: none;
}
.p-buy__inner + .p-buy__inner {
  margin-top: 71px;
}
@media screen and (max-width: 900px) {
  .p-buy__inner + .p-buy__inner {
    margin-top: 55px;
  }
}
.p-buy__ttl {
  position: relative;
  margin-bottom: 31px;
  font-size: 59px;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .p-buy__ttl {
    margin-bottom: 24px;
    font-size: 34px;
  }
}
.p-buy__ttl span {
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-white);
}
.p-buy__ttl span::after {
  color: var(--color-main);
  opacity: 0.2;
}
.p-buy__ttl .is-small {
  font-size: 50px;
}
@media screen and (max-width: 900px) {
  .p-buy__ttl .is-small {
    font-size: 30px;
  }
}
.p-buy__ttl .is-small::before, .p-buy__ttl .is-small::after {
  font-size: 50px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-buy__ttl .is-small::before, .p-buy__ttl .is-small::after {
    font-size: 30px;
  }
}
.--modal .p-buy__ttl span::before, .--modal .p-buy__ttl span::after {
  content: none;
}
.p-buy__type + .p-buy__type {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-buy__type + .p-buy__type {
    margin-top: 20px;
  }
}
.p-buy__subttl {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-buy__subttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.p-buy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 19px;
  -moz-column-gap: 2.2222222222%;
  column-gap: 2.2222222222%;
}
@media screen and (max-width: 900px) {
  .p-buy__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    -moz-column-gap: 4.6153846154%;
    column-gap: 4.6153846154%;
  }
}
.p-buy__list.--wide {
  display: block;
}
.--wide .p-buy__list-item {
  width: 63.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .--wide .p-buy__list-item {
    width: 84.5%;
  }
}
.--wide .p-buy__list-item + .p-buy__list-item {
  margin-top: 19px;
}
@media screen and (max-width: 900px) {
  .--wide .p-buy__list-item + .p-buy__list-item {
    margin-top: 15px;
  }
}
@media not all and (max-width: 900px) {
  .--wide .p-buy__list-item .c-btn-blank {
    padding: 23px 0;
  }
}
@media screen and (max-width: 900px) {
  .--wide .p-buy__list-item .c-btn-blank {
    height: 50px;
  }
}
.p-related__header {
  padding: 54px 0 49px;
  border-bottom: 1px solid var(--color-line-gray);
}
@media screen and (max-width: 900px) {
  .p-related__header {
    padding: 22px 0;
  }
}
.p-related__ttl {
  width: 94.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-related__ttl {
    width: 86.5%;
  }
}
.p-related__ttl .p-in-name {
  margin-bottom: 2px;
  font-size: 20px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-related__ttl .p-in-name {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.p-related__ttl .p-in-ttl {
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-related__ttl .p-in-ttl {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.02rem;
  }
}
.p-related__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .p-related__inner {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 1600px) {
    .p-related__inner {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
@media screen and (max-width: 900px) {
  .p-related__inner {
    grid-template-columns: 50% 50%;
  }
}
.p-related__item {
  position: relative;
  border-bottom: 1px solid var(--color-line-gray);
  border-left: 1px solid var(--color-line-gray);
}
@media not all and (max-width: 900px) {
  .p-related__item {
    min-height: 540px;
  }
  .p-related__item:nth-child(4n-3) {
    border-left: 0;
  }
  @media screen and (max-width: 1200px) {
    .p-related__item:nth-child(4n-3) {
      border-left: 1px solid var(--color-line-gray);
    }
    .p-related__item:nth-child(3n-2) {
      border-left: 0;
    }
  }
  @media screen and (min-width: 1600px) {
    .p-related__item:nth-child(4n-3) {
      border-left: 1px solid var(--color-line-gray);
    }
    .p-related__item:nth-child(5n+1) {
      border-left: 0;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-related__item {
    min-height: 331px;
  }
  .p-related__item:nth-child(odd) {
    border-left: none;
  }
}
.p-related__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: var(--color-line-gray);
}

.list-enter-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

.list-leave-active {
  position: absolute;
}

[v-cloak] {
  display: none;
}