.p-disco.l-in {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto 66px;
}

.p-disco__title {
  margin-bottom: 23px;
}
@media screen and (max-width: 899px) {
  .p-disco__title {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__title-text {
    font-size: 4.5rem;
  }
}

.p-disco__inner {
  width: 97.8%;
  margin: 0 auto;
}

.p-disco__category {
  margin-bottom: 117px;
}
@media screen and (max-width: 899px) {
  .p-disco__category {
    margin-bottom: 48px;
  }
}
.p-disco__category-item {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-disco__category-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-disco__category-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-disco__category-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-disco__category-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-disco__category-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-disco__category-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-disco__category-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-disco__category-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-disco__category-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-disco__category-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-json-loaded .p-disco__category-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-disco__contents {
    width: 72%;
    margin: 0 auto;
  }
  .p-disco__contents.--article {
    width: 98%;
  }
}

.p-disco__list {
  display: flex;
  flex-wrap: wrap;
  gap: 77px 52px;
}
@media screen and (max-width: 899px) {
  .p-disco__list {
    display: block;
  }
}

.p-disco__item {
  width: calc(33.33% - 35px);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 1s var(--ease-bound);
}
.p-disco__item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-disco__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-disco__item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-disco__item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-disco__item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-disco__item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-disco__item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-disco__item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-disco__item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-disco__item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-json-loaded .p-disco__item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-disco__item {
    width: 100%;
  }
  .p-disco__item + .p-disco__item {
    margin-top: 38px;
  }
}
.p-disco__item-link {
  display: block;
  color: var(--color-black);
}
@media screen and (min-width: 900px) {
  .p-disco__item-link:hover .p-in-image img {
    transform: scale(1.04);
  }
  .p-disco__item-link:hover .p-in-category {
    opacity: 0.5;
  }
  .p-disco__item-link:hover .p-in-title {
    opacity: 0.5;
  }
  .p-disco__item-link:hover .p-in-date {
    opacity: 0.5;
  }
}
.p-disco__item-link .p-in-image {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-disco__item-link .p-in-image {
    margin-bottom: 14px;
  }
}
.p-disco__item-link .p-in-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s var(--ease-main);
}
.p-disco__item-link .p-in-category {
  margin-bottom: 14px;
  font-family: var(--font-en);
  font-size: 1.2rem;
  transition: opacity 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-disco__item-link .p-in-category {
    margin-bottom: 4px;
    font-size: 1rem;
    text-align: center;
  }
}
.p-disco__item-link .p-in-title {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: opacity 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-disco__item-link .p-in-title {
    margin-bottom: 5px;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-disco__item-link .p-in-date {
  font-family: var(--font-en);
  font-size: 1.3rem;
  transition: opacity 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-disco__item-link .p-in-date {
    text-align: center;
    font-size: 1.1rem;
  }
}

.p-disco__link {
  width: 240px;
  margin: 58px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound) 0.2s, opacity 1s var(--ease-bound) 0.2s;
}
.is-json-loaded .p-disco__link {
  opacity: 1;
  transform: translateY(0);
}
.p-disco__link.is-ended {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-disco__link {
    width: 140px;
    margin: 38px auto 0;
  }
}
.p-disco__link-main {
  cursor: pointer;
}
.p-disco__contents-article {
  width: 84.6%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound) 0.1s, opacity 1s var(--ease-main) 0.1s;
}
.is-json-loaded .p-disco__contents-article {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article {
    width: 100%;
  }
}
.p-disco__contents-article-main {
  display: flex;
  gap: 50px;
  margin-bottom: 76px;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-main {
    display: block;
    margin-bottom: 45px;
  }
}
.p-disco__contents-article-image {
  width: 45.4%;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-image {
    width: 85%;
    margin: 0 auto 24px;
  }
}
.p-disco__contents-article-image img {
  width: 100%;
}
.p-disco__contents-article-detail {
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail {
    text-align: center;
  }
}
.p-disco__contents-article-detail .p-in-cat {
  margin-bottom: 28px;
  font-family: var(--font-en);
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-cat {
    margin-bottom: 10px;
  }
}
.p-disco__contents-article-detail .p-in-title {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-title {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
.p-disco__contents-article-detail .p-in-date {
  margin-bottom: 35px;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-date {
    margin-bottom: 17px;
    font-size: 1.3rem;
  }
}
.p-disco__contents-article-detail .p-in-number {
  margin-bottom: 42px;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-number {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.p-disco__contents-article-detail .p-in-detail {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-detail {
    text-align: left;
    margin-bottom: 22px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-disco__contents-article-detail .p-in-link {
  width: 280px;
  margin-top: 18px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-link {
    width: 190px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-detail .p-in-link .p-in-link-main.c-link {
    padding: 14px;
  }
}
.p-disco__contents-article-disc-title {
  padding-bottom: 7px;
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-disc-title {
    padding-bottom: 9px;
    font-family: var(--font-en);
    font-size: 1.4rem;
  }
}
.p-disco__contents-article-disc-list-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-disc-list-item {
    padding: 11px 0;
  }
}
.p-disco__contents-article-disc-list-item:first-of-type {
  border-top: none;
}
.p-disco__contents-article-disc-list-item .p-in-num {
  width: 55px;
  font-family: var(--font-en);
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-disc-list-item .p-in-num {
    width: 30px;
    font-size: 1.4rem;
  }
}
.p-disco__contents-article-disc-list-item .p-in-detail {
  width: 100%;
  flex: 1;
}
.p-disco__contents-article-disc-list-item .p-in-detail-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-disco__contents-article-disc-list-item .p-in-detail-title {
    justify-content: space-between;
    font-size: 1.6rem;
  }
}
.p-disco__contents-article-disc-list-item .p-in-detail-btn {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: var(--color-black);
  position: relative;
  cursor: pointer;
  transition: opacity 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-disco__contents-article-disc-list-item .p-in-detail-btn:hover {
    opacity: 0.7;
  }
}
.p-disco__contents-article-disc-list-item .p-in-detail-btn.is-pmb-active::before {
  content: "";
  display: block;
  width: 10%;
  padding-top: 40%;
  position: absolute;
  top: 50%;
  left: calc(50% - 2.5px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-disco__contents-article-disc-list-item .p-in-detail-btn.is-pmb-active::after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 40%;
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
}
.p-disco__contents-article-disc-list-item .p-in-detail-btn::before {
  content: "";
  display: block;
  width: 30%;
  padding-top: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-disco__back {
  width: 240px;
  margin: 60px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound) 0.2s, opacity 1s var(--ease-bound) 0.2s;
}
.is-json-loaded .p-disco__back {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-disco__back {
    width: 140px;
    margin: 40px auto 0;
  }
}
.m-disco__inner + .m-disco__inner {
  margin-top: 80px;
}
@media screen and (max-width: 899px) {
  .m-disco__inner + .m-disco__inner {
    margin-top: 50px;
  }
}

.m-disco__ttl {
  margin-bottom: 35px;
  font-family: var(--font-en);
  font-size: 4rem;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .m-disco__ttl {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}

.m-disco__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.m-disco__list-item {
  border-bottom: 1px solid var(--color-white);
}
.m-disco__list-item:nth-of-type(1) {
  border-top: 1px solid var(--color-white);
}
.m-disco__list-item:nth-of-type(2) {
  border-top: 1px solid var(--color-white);
}

.m-disco__link {
  display: block;
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding: 15px 0;
  letter-spacing: 0.04rem;
  color: var(--color-white);
  transition: color 0.6s var(--ease-main), background-color 0.6s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .m-disco__link {
    padding: 12px 0;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .m-disco__link:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}

.m-disco__container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .m-disco__container {
    width: 90%;
  }
}