@media screen and (max-width: 960px) {
  .p-page__header {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-page__title {
    font-size: 2.2rem;
  }
}

.p-disco {
  display: block;
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-disco {
    padding-top: 0;
  }
}
.p-disco__inner {
  display: block;
  position: relative;
}
.p-disco__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco__footer {
    margin-top: 6.2rem;
  }
}
.p-disco__pagination {
  display: block;
  position: relative;
}
.p-disco__back {
  width: 16rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-disco__back {
    width: 28rem;
  }
}

.p-disco_single {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_single {
    display: grid;
    grid-template-columns: 60rem 1fr;
    gap: 8.2rem;
  }
}
.p-disco_single__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_single__header {
    margin-bottom: 4rem;
  }
}
.p-disco_single__thumb {
  width: 100%;
  display: block;
  position: relative;
}
.p-disco_single__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-disco_single__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-disco_single__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_single__inner {
    margin-top: -1rem;
  }
}
.p-disco_single__title {
  display: block;
  position: relative;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-disco_single__title {
    font-size: 2.5rem;
  }
}
.p-disco_single__lead {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-disco_single__lead {
    margin-top: 1.4rem;
    font-size: 1.7rem;
  }
}
.p-disco_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  margin-top: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-disco_single__info {
    font-size: 1.4rem;
  }
}
.p-disco_single__description {
  display: block;
  position: relative;
  padding: 4rem 0;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-disco_single__description {
    padding: 4.2rem 0;
    margin-top: 3.5rem;
    font-size: 1.4rem;
  }
}
.p-disco_single__description a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-disco_single__description a:hover {
    text-decoration: none;
  }
}
.p-disco_single__description img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disco_single__description iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-disco_single__description iframe {
    aspect-ratio: 16/9;
  }
}
.p-disco_single__description::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
/*# sourceMappingURL=puffy.disco.in.css.map */