.p-disco {
  margin-top: 5.1rem;
}
@media screen and (max-width: 750px) {
  .p-disco {
    margin-top: 2.9rem;
  }
}
.p-disco__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-disco__inner {
    display: block;
  }
}
.p-disco__head {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  left: 0;
  width: 21rem;
}
@media screen and (max-width: 750px) {
  .p-disco__head {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-disco__body {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 6.9rem;
}
@media screen and (max-width: 750px) {
  .p-disco__body {
    margin-left: 0;
    margin-top: 4.2rem;
  }
}
.p-disco__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-disco__list-item {
  width: 29.6%;
  margin-left: 5.6%;
}
@media screen and (max-width: 750px) {
  .p-disco__list-item {
    width: 47.5%;
    margin-left: 0;
  }
}
.p-disco__list-item:nth-child(3n-2) {
  margin-left: 0;
}
.p-disco__list-item:nth-child(n+4) {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .p-disco__list-item:nth-child(even) {
    margin-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .p-disco__list-item:nth-child(n+3) {
    margin-top: 2.3rem;
  }
}
.p-disco__more {
  margin-top: 5.4rem;
}
@media screen and (max-width: 750px) {
  .p-disco__more {
    margin-top: 3.5rem;
  }
}
.p-disco__more-btn {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-disco__more-btn {
    width: 12rem;
  }
}
.p-disco__info {
  margin-top: 7.1rem;
}
@media screen and (max-width: 750px) {
  .p-disco__info {
    margin-top: 4rem;
  }
}
.p-disco__detail {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-disco__detail {
    margin-top: 0rem;
  }
}

.p-disco_item__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--color-black);
}
.p-disco_item__thumbnail {
  z-index: 0;
  overflow: hidden;
}
.p-disco_item__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  opacity: 0.35;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.7s var(--ease-inout-cubic);
}
@media (hover: hover) {
  .p-disco_item__link:hover .p-disco_item__thumbnail::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.p-disco_item__thumbnail-img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.7s var(--ease-inout-cubic);
}
@media (hover: hover) {
  .p-disco_item__link:hover .p-disco_item__thumbnail-img {
    transform: scale(1.08);
  }
}
.p-disco_item__title {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-disco_item__title {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.p-disco_item__detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .p-disco_item__detail {
    margin-top: 0.2rem;
  }
}
.p-disco_item__detail-text {
  margin-right: 3rem;
  font-family: var(--font-eng);
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .p-disco_item__detail-text {
    margin-right: 1.4rem;
    font-size: 1rem;
  }
}
.p-disco_item__detail-text:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: var(--border-color);
}
.p-disco_item__price {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-disco_item__price {
    font-size: 1rem;
  }
}
.p-disco_item__price .--eng {
  vertical-align: baseline;
  font-family: var(--font-eng);
}

.p-disco_info__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-disco_info__inner {
    display: block;
  }
}
.p-disco_info__thumbnail {
  width: 41.4%;
}
@media screen and (max-width: 750px) {
  .p-disco_info__thumbnail {
    width: 88.5%;
    margin: 0 auto;
  }
}
.p-disco_info__thumbnail img {
  width: 100%;
}
.p-disco_info__detail {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 5.75%;
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail {
    margin-left: 0;
    margin-top: 1.1rem;
    padding-bottom: 3.2rem;
  }
}
.p-disco_info__detail-title {
  font-size: 4.8rem;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-title {
    text-align: center;
    font-size: 3.2rem;
  }
}
.p-disco_info__detail-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.7rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-data {
    justify-content: center;
    margin-top: 0.9rem;
    margin-left: 0;
  }
}
.p-disco_info__detail-data-text {
  margin-right: 3.4rem;
  font-family: var(--font-eng);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-data-text {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-data-text:last-child {
    margin-right: 0;
  }
}
.p-disco_info__detail-data-text:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: var(--border-color);
}
.p-disco_info__detail-data-text .--eng {
  vertical-align: baseline;
  font-family: var(--font-eng);
}
.p-disco_info__detail-type {
  margin-top: 0.4rem;
  margin-left: 0.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-type {
    margin-top: 0rem;
    margin-left: 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
.p-disco_info__detail-more {
  display: none;
  margin-top: 2.8rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-more {
    margin-top: 2.4rem;
    margin-left: 0;
  }
}
.p-disco_info__detail-more.is-active {
  display: block;
}
.p-disco_info__detail-more-btn {
  width: 14rem;
}
@media screen and (max-width: 750px) {
  .p-disco_info__detail-more-btn {
    width: 12rem;
    margin: 0 auto;
  }
}

.p-disco_detail {
  border-top: 1px solid var(--border-color);
}
.p-disco_detail__block {
  padding-top: 3.3rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 750px) {
  .p-disco_detail__block {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }
}
.p-disco_detail__block-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__block-inner {
    display: block;
    width: 95%;
  }
}
.p-disco_detail__block-head {
  width: 18.2rem;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__block-head {
    width: 100%;
  }
}
.p-disco_detail__block-body {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__block-body {
    margin-top: 0.7rem;
  }
}
.p-disco_detail__label {
  font-family: var(--font-eng);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__label {
    font-size: 1.5rem;
  }
}
.p-disco_detail__record {
  margin-top: 0.1rem;
}
.p-disco_detail__record-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-disco_detail__record-list-item:nth-child(n+2) {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__record-list-item:nth-child(n+2) {
    margin-top: 0.3rem;
  }
}
.p-disco_detail__record-num {
  font-family: var(--font-eng);
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__record-num {
    font-size: 1.2rem;
  }
}
.p-disco_detail__record-title {
  margin-left: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__record-title {
    margin-left: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.58;
  }
}
.p-disco_detail__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-disco_detail__description {
    font-size: 1.2rem;
  }
}

.p-disco_modal__block:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__block:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-disco_modal__label {
  text-align: left;
  font-family: var(--font-eng);
  font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__label {
    font-size: 2.8rem;
  }
}
.p-disco_modal__shop {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__shop {
    margin-top: 1rem;
  }
}
.p-disco_modal__shop-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-disco_modal__shop-list-item {
  width: 24%;
  margin-left: 1.3333333333%;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__shop-list-item {
    width: 48%;
    margin-left: 4%;
  }
}
.p-disco_modal__shop-list-item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__shop-list-item:nth-child(4n-3) {
    margin-left: 4%;
  }
}
.p-disco_modal__shop-list-item:nth-child(n+5) {
  margin-top: 1.3333333333%;
}
@media screen and (max-width: 750px) {
  .p-disco_modal__shop-list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-disco_modal__shop-list-item:nth-child(n+3) {
    margin-top: 4%;
  }
}
.p-disco_modal__shop-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  color: var(--color-black);
  transition: background-color 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-disco_modal__shop-link:hover {
    background: var(--color-black);
  }
}
.p-disco_modal__shop-link-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-size: 1.4rem;
  transition: color 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-disco_modal__shop-link:hover .p-disco_modal__shop-link-text {
    color: var(--color-white);
  }
}