/* --------------------
base
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:wght@400;700&display=swap");
body#year_digest .main-inner {
  margin-top: 0;
}
body#year_digest .contents-inner {
  max-width: 1240px;
}
body#year_digest .contents-inner p {
  margin: 0;
}
body#year_digest .page-header h1 {
  transform: translateY(70px);
}

@media screen and (max-width: 768px) {
  body#year_digest .page-header {
    padding-bottom: 40px;
  }
  body#year_digest .page-header h1 {
    transform: translateY(0);
  }
}
/* --------------------
component
-------------------- */
.c-heading01 .eng,
.c-heading01 .ja {
  display: block;
  width: 100%;
  line-height: 1;
}
.c-heading01 .eng {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--fontSize10);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 30px;
  margin-bottom: 1.5em;
  position: relative;
}
.c-heading01 .eng::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: var(--red);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-heading01 .ja {
  font-size: var(--fontSize16);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-heading01 .eng {
    font-size: 3vw;
    padding-left: 2em;
    margin-bottom: 0.7em;
  }
  .c-heading01 .eng::after {
    width: 1.4em;
    height: 3px;
  }
  .c-heading01 .ja {
    font-size: 4.4vw;
  }
}
.c-lead01 {
  font-size: var(--fontSize30);
  font-weight: 700;
  text-align: left;
}
.c-lead01.u-center {
  text-align: center;
}
.c-lead01.u-weight400 {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .c-lead01,
  p.c-lead01 {
    font-size: var(--fontSize30);
    font-size: 5.2vw;
  }
}
a.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
  color: var(--black);
  text-decoration: none;
  height: 120px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
}
a.c-btn01::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--red);
  position: absolute;
  bottom: 0;
  left: 0;
}
a.c-btn01 .eng,
a.c-btn01 .ja {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
a.c-btn01 .eng {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--fontSize10);
  font-weight: 700;
  letter-spacing: 0.08em;
}
a.c-btn01 .ja {
  font-size: var(--fontSize16);
}
a.c-btn01 .icon {
  display: inline-block;
  width: auto;
  background: url(../images/year_digest/common/icon_btn_external.svg) no-repeat;
  background-size: auto 90%;
  background-position: top 2px right;
  padding-right: 1.3em;
}
a.c-btn01__hover01:hover {
  opacity: 1;
  color: #FFF;
  background-color: var(--darkgray);
  transition: color 0s, background-color 0.3s;
}
a.c-btn01__hover01:hover .icon {
  background-image: url(../images/year_digest/common/icon_btn_external_white.svg);
  transition: 0.1s;
}

@media screen and (max-width: 768px) {
  a.c-btn01 {
    border-radius: 6px;
    gap: 8px;
    height: 80px;
  }
  a.c-btn01 .eng {
    font-size: var(--fontSize10);
  }
  a.c-btn01 .ja {
    font-size: var(--fontSize16);
  }
}
/* --------------------
content
-------------------- */
.p-yearDigest-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.p-yearDigest-nav__item {
  width: 31%;
  max-width: 350px;
}
.p-yearDigest-nav__item a:hover {
  opacity: 1;
  color: var(--red);
  font-weight: 700;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .p-yearDigest-nav__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-yearDigest-nav__item {
    width: 90%;
    max-width: 100%;
  }
}
.p-yearDigest-topInterview {
  padding-top: 150px;
}
.p-yearDigest-topInterview__heading {
  padding-bottom: 55px;
}
.p-yearDigest-topInterview__lead {
  margin: 0;
  padding-bottom: 60px;
}
.p-yearDigest-topInterview__content-wrap {
  position: relative;
}
.p-yearDigest-topInterview__content-wrap .flex-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.p-yearDigest-topInterview__content {
  width: 100%;
  padding: calc((100vh - 80px - 45%) / 2) 0 0;
  position: relative;
  overflow: hidden;
}
.p-yearDigest-topInterview__content:last-of-type {
  margin-bottom: 0;
}
.p-yearDigest-topInterview__content.content04 {
  min-height: calc(100vh - 80px);
}
.p-yearDigest-topInterview__photo {
  width: 45%;
  max-width: 540px;
  height: calc(100vh - 80px);
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1302px) {
  .p-yearDigest-topInterview__photo {
    width: 42vw;
  }
}
.p-yearDigest-topInterview__photo.is-fixed {
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-114.8%);
}
@media screen and (max-width: 1302px) {
  .p-yearDigest-topInterview__photo.is-fixed {
    width: 42vw;
    left: 32px;
    transform: translateX(0);
  }
}
.p-yearDigest-topInterview__photo.is-stop {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}
.p-yearDigest-topInterview__photo img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 85%;
  width: auto;
}
.p-yearDigest-topInterview__photo img.is-active {
  opacity: 1;
  transition: opacity 0.6s;
}
.p-yearDigest-topInterview__number {
  width: 1px;
  height: calc(100vh - 80px);
  padding: 0;
  margin: 0;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.p-yearDigest-topInterview__number::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/year_digest/top_interview/logo-mark.svg) no-repeat;
  background-size: 50% auto;
  background-position: center;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-yearDigest-topInterview__number.is-active {
  position: fixed;
  top: 80px;
}
.p-yearDigest-topInterview__number.is-stop {
  position: absolute;
  top: auto;
  bottom: 80px;
}
.p-yearDigest-topInterview__number .number {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  color: var(--red);
  line-height: 1;
  width: 7vw;
  max-width: 100px;
  height: 7vw;
  max-height: 100px;
  border-radius: 100vh;
  border: 1px solid var(--red);
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1302px) {
  .p-yearDigest-topInterview__number .number {
    font-size: 4vw;
  }
}
.p-yearDigest-topInterview__number .text01,
.p-yearDigest-topInterview__number .text02,
.p-yearDigest-topInterview__number .text03,
.p-yearDigest-topInterview__number .text04 {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.6s;
  transition-delay: 0.3s;
}
.p-yearDigest-topInterview__number.is-number-1 .text01 {
  opacity: 1;
}
.p-yearDigest-topInterview__number.is-number-1 .text02,
.p-yearDigest-topInterview__number.is-number-1 .text03,
.p-yearDigest-topInterview__number.is-number-1 .text04 {
  transform: translateX(-50%) translateY(50%);
}
.p-yearDigest-topInterview__number.is-number-2 .text01 {
  transform: translateX(-50%) translateY(-150%);
}
.p-yearDigest-topInterview__number.is-number-2 .text02 {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.p-yearDigest-topInterview__number.is-number-2 .text03,
.p-yearDigest-topInterview__number.is-number-2 .text04 {
  transform: translateX(-50%) translateY(50%);
}
.p-yearDigest-topInterview__number.is-number-3 .text01,
.p-yearDigest-topInterview__number.is-number-3 .text02 {
  transform: translateX(-50%) translateY(-150%);
}
.p-yearDigest-topInterview__number.is-number-3 .text03 {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.p-yearDigest-topInterview__number.is-number-3 .text04 {
  transform: translateX(-50%) translateY(50%);
}
.p-yearDigest-topInterview__number.is-number-4 .text01,
.p-yearDigest-topInterview__number.is-number-4 .text02,
.p-yearDigest-topInterview__number.is-number-4 .text03 {
  transform: translateX(-50%) translateY(-150%);
}
.p-yearDigest-topInterview__number.is-number-4 .text04 {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.p-yearDigest-topInterview__text {
  width: 44%;
  max-width: 520px;
  max-height: none;
  position: relative;
  z-index: 2;
}
.p-yearDigest-topInterview .talk-theme {
  border-radius: 10px;
  border: 1px solid var(--red);
  padding: 30px 40px;
  margin-top: 5px;
  margin-bottom: 40px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}
.p-yearDigest-topInterview .talk-theme::before {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  content: "Q";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 100px;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-yearDigest-topInterview .talk-theme p {
  z-index: 1;
}
.p-yearDigest-topInterview .talk-detail {
  margin-bottom: 40px;
}
.p-yearDigest-topInterview .talk-detail:last-of-type {
  margin-bottom: 0;
}
.p-yearDigest-topInterview .talk-detail .name {
  padding-bottom: 0.5em;
}
.p-yearDigest-topInterview .talk-detail .comment {
  padding-left: 30px;
  position: relative;
}
.p-yearDigest-topInterview .talk-detail .comment::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.p-yearDigest-topInterview .talk-detail .comment p {
  line-height: 1.8;
}
.p-yearDigest-topInterview .talk-detail.talk-A .comment::before {
  background-color: var(--red);
}
.p-yearDigest-topInterview .talk-detail.talk-B .comment::before {
  background-color: var(--black);
}

@media screen and (max-width: 768px) {
  .p-yearDigest-topInterview {
    padding-top: 90px;
  }
  .p-yearDigest-topInterview__heading {
    padding-bottom: 30px;
  }
  .p-yearDigest-topInterview__lead {
    padding-bottom: 30px;
  }
  .p-yearDigest-topInterview__content-wrap {
    overflow: hidden;
  }
  .p-yearDigest-topInterview__content-wrap .flex-wrap {
    display: block;
  }
  .p-yearDigest-topInterview__content {
    min-height: auto;
    padding-top: 75vw;
  }
  .p-yearDigest-topInterview__content.content02, .p-yearDigest-topInterview__content.content03, .p-yearDigest-topInterview__content.content04 {
    padding-top: 20vw;
  }
  .p-yearDigest-topInterview__photo {
    width: 100vw;
    max-width: 100%;
    height: 54vw;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .p-yearDigest-topInterview__photo img {
    display: block;
    width: 54vw;
    margin: 0;
    left: 0;
    transform: translate(0%, -50%);
    max-height: none;
  }
  .p-yearDigest-topInterview__photo::before {
    content: "";
    display: block;
    width: 100vw;
    height: 76vw;
    background-color: #FFF;
    position: absolute;
    top: -62px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
  }
  .p-yearDigest-topInterview__photo.is-fixed {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    transition: transform 0.4s;
  }
  .p-yearDigest-topInterview__photo.is-fixed img {
    margin-left: 16px;
  }
  .p-yearDigest-topInterview__photo.is-fixed::before {
    opacity: 1;
  }
  .p-yearDigest-topInterview__photo.is-stop {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(-26%);
    opacity: 0;
    transition: opacity 0s;
  }
  .p-yearDigest-topInterview__photo.is-stop img {
    margin-left: 16px;
  }
  .p-yearDigest-topInterview__number {
    width: 100vw;
    height: 1px;
    top: 40vw;
    background: transparent;
    pointer-events: none;
  }
  .p-yearDigest-topInterview__number::after {
    display: none;
  }
  .p-yearDigest-topInterview__number.is-active {
    top: 60vw;
    transform: translateX(-50%) translateY(-14vw);
    transition: transform 0.3s, opacity 0.3s;
  }
  .p-yearDigest-topInterview__number.is-stop {
    position: fixed;
    top: 40vw;
    opacity: 0;
    top: 60vw;
    transform: translateX(-50%) translateY(-14vw);
    transition: transform 0.3s;
  }
  .p-yearDigest-topInterview__number .number {
    font-size: 9vw;
    width: 20vw;
    height: 20vw;
    top: 50%;
    left: 79%;
  }
  .p-yearDigest-topInterview__text {
    width: 100%;
    max-width: 100%;
  }
  .p-yearDigest-topInterview .talk-theme {
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .p-yearDigest-topInterview .talk-theme::before {
    font-size: 80px;
  }
  .p-yearDigest-topInterview .talk-detail {
    margin-bottom: 30px;
  }
  .p-yearDigest-topInterview .talk-detail:last-of-type {
    margin-bottom: 0;
  }
  .p-yearDigest-topInterview .talk-detail .name {
    font-size: var(--fontSize16);
    padding-bottom: 0.4em;
  }
  .p-yearDigest-topInterview .talk-detail .comment {
    padding-left: 1.6em;
  }
  .p-yearDigest-topInterview .talk-detail .comment::before {
    width: 1.1em;
    height: 3px;
    top: 0.7em;
  }
}
.p-yearDigest-summary {
  padding-top: 150px;
  margin-top: -50px;
}
.p-yearDigest-summary__content {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 60px 60px 60px;
  margin-top: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.p-yearDigest-summary__content .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-yearDigest-summary__content .content-wrap .item {
  width: 30%;
  max-width: 330px;
  text-align: center;
}
.p-yearDigest-summary__content .content-name {
  font-size: var(--fontSize24);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .p-yearDigest-summary__content .content-name {
    font-size: 2.5vw;
  }
}
.p-yearDigest-summary__content .content-value {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--fontSize60);
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  padding-left: 5%;
}
@media screen and (max-width: 1000px) {
  .p-yearDigest-summary__content .content-value {
    font-size: 5.4vw;
    white-space: nowrap;
  }
}
.p-yearDigest-summary__content .content-value .min {
  display: inline-block;
  font-size: var(--fontSize20);
  font-weight: 400;
  color: var(--black);
  padding-left: 0.3em;
  transform: translateY(-0.12em);
}
@media screen and (max-width: 1000px) {
  .p-yearDigest-summary__content .content-value .min {
    font-size: 1.8vw;
  }
}
.p-yearDigest-summary__content .compared {
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
}
.p-yearDigest-summary__content .compared::before, .p-yearDigest-summary__content .compared::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.p-yearDigest-summary__content .compared::after {
  top: 6px;
}
.p-yearDigest-summary__content .compared .compared-name {
  display: block;
  font-size: var(--fontSize14);
  font-weight: 400;
}
.p-yearDigest-summary__content .compared .compared-value {
  display: block;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--fontSize40);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 970px) {
  .p-yearDigest-summary__content .compared .compared-value {
    font-size: 4vw;
  }
}
.p-yearDigest-summary__content .compared .compared-value .min {
  font-size: var(--fontSize20);
  font-weight: 700;
}
@media screen and (max-width: 970px) {
  .p-yearDigest-summary__content .compared .compared-value .min {
    font-size: 2.4vw;
  }
}
.p-yearDigest-summary__content .text {
  padding-top: 50px;
}
.p-yearDigest-summary__content .text p {
  padding-bottom: 0.5em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-yearDigest-summary__content .text p:last-of-type {
  padding-bottom: 0;
}
.p-yearDigest-summary__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
.p-yearDigest-summary__btn .item {
  width: 350px;
}
.p-yearDigest-summary__btn .item a {
  height: 80px;
  padding: 0;
  padding-right: 5px;
}
.p-yearDigest-summary__btn .item a::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}
.p-yearDigest-summary__btn .item a .external {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-yearDigest-summary {
    padding-top: 90px;
    margin-top: -50px;
  }
  .p-yearDigest-summary__content {
    border-radius: 10px;
    padding: 40px 30px;
    margin-top: 40px;
  }
  .p-yearDigest-summary__content .content-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-yearDigest-summary__content .content-wrap .item {
    width: 88%;
    max-width: 100%;
  }
  .p-yearDigest-summary__content .content-name {
    font-size: var(--fontSize18);
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
  .p-yearDigest-summary__content .content-value {
    font-size: var(--fontSize40);
  }
  .p-yearDigest-summary__content .content-value .min {
    font-size: var(--fontSize15);
  }
  .p-yearDigest-summary__content .compared .compared-name {
    font-size: var(--fontSize12);
  }
  .p-yearDigest-summary__content .compared .compared-value {
    font-size: var(--fontSize30);
  }
  .p-yearDigest-summary__content .compared .compared-value .min {
    font-size: var(--fontSize16);
    padding-left: 0.2em;
  }
  .p-yearDigest-summary__content .text {
    padding-top: 40px;
  }
  .p-yearDigest-summary__btn {
    padding-top: 30px;
  }
  .p-yearDigest-summary__btn .item {
    width: 90%;
  }
  .p-yearDigest-summary__btn .item a {
    height: 70px;
  }
}
.p-yearDigest-topics {
  padding-top: 150px;
}
.p-yearDigest-topics__nav {
  padding-top: 60px;
}
.p-yearDigest-topics__nav .list {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12%;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 970px) {
  .p-yearDigest-topics__nav .list {
    gap: 6%;
  }
}
.p-yearDigest-topics__nav .list .item {
  display: inline-block;
}
.p-yearDigest-topics__nav .list .item a {
  display: inline-block;
  font-weight: 700;
  color: var(--black);
  padding: 0.5em 1em;
  text-decoration: none;
}
.p-yearDigest-topics__nav .list .item a:hover {
  color: var(--red);
}
.p-yearDigest-topics__content {
  padding-top: 100px;
}
.p-yearDigest-topics .topics-cm {
  padding-bottom: 30px;
}
.p-yearDigest-topics .topics-cm__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  background: url(../images/year_digest/topics/bg_name.png) no-repeat;
  background-size: 100% auto;
  background-position: top 10px center;
}
.p-yearDigest-topics .topics-cm__text {
  width: 35%;
  max-width: 425px;
}
.p-yearDigest-topics .topics-cm__text p {
  padding-bottom: 2em;
}
.p-yearDigest-topics .topics-cm__text p:last-of-type {
  padding-bottom: 0;
}
.p-yearDigest-topics .topics-cm__slider-wrap {
  width: 55%;
  max-width: 677px;
}
.p-yearDigest-topics .topics-cm .topics-slider {
  width: 100%;
  height: calc(42vw + 2em);
  max-height: 570px;
  position: relative;
}
.p-yearDigest-topics .topics-cm .topics-slider .item {
  width: 87.2%;
  max-width: 590px;
  position: absolute;
  top: -16px;
  right: -29px;
  opacity: 0.8;
  transform: translateX(0) translateY(0) scale(0.9);
  z-index: 99;
  filter: grayscale(1);
  animation: removeActive 0.3s ease-in-out forwards;
}
.p-yearDigest-topics .topics-cm .topics-slider .item a {
  display: block;
  text-decoration: none;
}
.p-yearDigest-topics .topics-cm .topics-slider .item a img {
  width: 100%;
  height: auto;
}
.p-yearDigest-topics .topics-cm .topics-slider .item a img.external {
  display: none;
}
.p-yearDigest-topics .topics-cm .topics-slider .item a .text {
  display: block;
  font-size: var(--fontSize14);
  color: var(--black);
  text-align: center;
  text-decoration: none;
  padding-top: 1em;
}
.p-yearDigest-topics .topics-cm .topics-slider .item.is-active {
  opacity: 1;
  transform: translateX(-19.5%) translateY(60%) scale(1);
  z-index: 100;
  filter: grayscale(0);
  animation: sliderActive 0.6s ease-in-out forwards;
}
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll {
  position: static;
}
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-prev,
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 100vh;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 22%;
  left: -12%;
  z-index: 101;
}
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-prev::before,
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%) rotate(-135deg);
}
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
  left: auto;
  right: 0;
}
.p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next::before {
  transform: translateX(-60%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .p-yearDigest-topics .topics-cm__flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .p-yearDigest-topics .topics-cm__text {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
  }
  .p-yearDigest-topics .topics-cm__slider-wrap {
    margin: auto;
    width: 75%;
  }
  .p-yearDigest-topics .topics-cm .topics-slider {
    height: 61vw;
    max-height: 100%;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .item {
    max-width: 100%;
    top: -1.8vw;
    right: -3vw;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-prev,
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
    width: 7vw;
    height: 7vw;
    bottom: auto;
    top: 50%;
    left: -9vw;
    transform: translateY(-50%);
  }
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
    left: auto;
    right: -9vw;
  }
}
.p-yearDigest-topics .topics-senryu {
  padding-bottom: 30px;
}
.p-yearDigest-topics .topics-senryu__text {
  padding-top: 50px;
}
.p-yearDigest-topics .topics-senryu__text.u-center {
  text-align: center;
}
.p-yearDigest-topics .topics-senryu__content {
  border-radius: 20px;
  border: 1px solid var(--red);
  padding: 50px 0 70px;
  margin-top: 50px;
  background: url(../images/year_digest/topics/bg_senryu.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-yearDigest-topics .topics-senryu__content .content-heading {
  letter-spacing: 0.04em;
}
.p-yearDigest-topics .topics-senryu__content .content-heading .large {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--fontSize50);
  color: var(--red);
  font-weight: 700;
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6%;
  padding-top: 50px;
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item {
  width: 21%;
  height: 500px;
  border-radius: 20px;
  padding: 40px 34px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFF;
}
@media screen and (max-width: 1240px) {
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item {
    width: 23%;
  }
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .category {
  font-size: var(--fontSize20);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid var(--black);
  padding-bottom: 30px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .category {
    font-size: 1.8vw;
  }
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: var(--fontSize30);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10%;
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works .min {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--fontSize14);
  line-height: 1;
  text-align: right;
  transform: translateY(3em);
  margin-top: auto;
}
.p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works .min .num {
  display: inline-block;
  transform: rotate(-90deg) translateY(0.08em);
}
.p-yearDigest-topics .topics-senryu__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
.p-yearDigest-topics .topics-senryu__btn .item {
  width: 350px;
}
.p-yearDigest-topics .topics-senryu__btn .item a {
  height: 80px;
  padding: 0;
  padding-right: 5px;
}
.p-yearDigest-topics .topics-senryu__btn .item a::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}
.p-yearDigest-topics .topics-senryu__btn .item a .external {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-yearDigest-topics .topics-senryu__content {
    padding: 5% 3% 7%;
  }
  .p-yearDigest-topics .topics-senryu__content .content-heading {
    font-size: 2.8vw;
  }
  .p-yearDigest-topics .topics-senryu__content .content-heading .large {
    font-size: 4.4vw;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap {
    gap: 4%;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item {
    width: 28%;
    height: 48vw;
    padding: 3% 2%;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works {
    font-size: 2.7vw;
    padding-top: 30px;
    gap: 10%;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works .min {
    font-size: 1.25vw;
    transform: translateY(3em);
  }
}
.p-yearDigest-topics .topics-general-meeting__text {
  padding-top: 50px;
}
.p-yearDigest-topics .topics-general-meeting__content {
  padding-top: 50px;
}
.p-yearDigest-topics .topics-general-meeting__content .detail .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border-bottom: 1px dashed var(--lightgray);
  padding: 34px 50px;
}
.p-yearDigest-topics .topics-general-meeting__content .detail .item:first-of-type {
  border-top: 1px dashed var(--lightgray);
}
.p-yearDigest-topics .topics-general-meeting__content .detail .item dt {
  width: 11.5%;
  min-width: 130px;
  padding-right: 1em;
  font-weight: 400;
}
.p-yearDigest-topics .topics-general-meeting__content .detail .item dd ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@keyframes sliderActive {
  0% {
    opacity: 0.8;
    transform: translateX(0%) translateY(0%) scale(0.9);
    filter: grayscale(1);
  }
  30% {
    opacity: 0.8;
    transform: translateX(10%) translateY(-10%) scale(0.9);
    filter: grayscale(1);
  }
  70% {
    opacity: 1;
    transform: translateX(-21.5%) translateY(64%) scale(1);
    filter: grayscale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-19.5%) translateY(60%) scale(1);
    filter: grayscale(0);
  }
}
@keyframes removeActive {
  0% {
    opacity: 1;
    transform: translateX(-19.5%) translateY(60%) scale(1);
    filter: grayscale(0);
  }
  40% {
    opacity: 0.8;
    transform: translateX(-21.5%) translateY(61%) scale(1);
    filter: grayscale(0);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0%) translateY(0%) scale(0.9);
    filter: grayscale(1);
  }
}
@media screen and (max-width: 768px) {
  .p-yearDigest-topics {
    padding-top: 90px;
  }
  .p-yearDigest-topics__nav {
    padding-top: 40px;
  }
  .p-yearDigest-topics__nav .list {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .p-yearDigest-topics__nav .list .item {
    width: 100%;
    text-align: center;
  }
  .p-yearDigest-topics__nav .list .item a {
    font-size: var(--fontSize16);
    padding: 0.4em 1em;
    position: relative;
  }
  .p-yearDigest-topics__nav .list .item a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--red);
    border-right: 1px solid var(--red);
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-yearDigest-topics__content {
    padding-top: 80px;
  }
  .p-yearDigest-topics .topics-cm {
    padding-bottom: 0;
  }
  .p-yearDigest-topics .topics-cm__flex {
    padding-top: 30px;
    background-image: url(../images/year_digest/topics/bg_name_sp.png);
    background-size: 45% auto;
    background-position: top 6px left;
  }
  .p-yearDigest-topics .topics-cm__text {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .p-yearDigest-topics .topics-cm__text p {
    padding-bottom: 1.5em;
  }
  .p-yearDigest-topics .topics-cm__text p:last-of-type {
    padding-bottom: 0;
  }
  .p-yearDigest-topics .topics-cm__slider-wrap {
    width: 90%;
    max-width: 100%;
  }
  .p-yearDigest-topics .topics-cm .topics-slider {
    height: 71vw;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .item a .text {
    width: 125%;
    font-size: var(--fontSize10);
    padding-top: 0.6em;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll {
    display: none;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-prev,
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
    width: 10vw;
    height: 10vw;
    left: -12vw;
  }
  .p-yearDigest-topics .topics-cm .topics-slider .topics-slider-controll .button-next {
    left: auto;
    right: -12vw;
  }
  .p-yearDigest-topics .topics-senryu {
    padding-bottom: 0;
  }
  .p-yearDigest-topics .topics-senryu__text {
    padding-top: 20px;
  }
  .p-yearDigest-topics .topics-senryu__content {
    border-radius: 10px;
    padding: 30px 10px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .p-yearDigest-topics .topics-senryu__content .content-heading {
    font-size: var(--fontSize16);
    line-height: 1.8;
  }
  .p-yearDigest-topics .topics-senryu__content .content-heading .large {
    font-size: var(--fontSize28);
    line-height: 1;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap {
    flex-wrap: wrap;
    gap: 8vw;
    padding-top: 30px;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item {
    width: 65%;
    height: auto;
    border-radius: 10px;
    padding: 10% 8% 18%;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .category {
    font-size: 4vw;
    padding-bottom: 12%;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works {
    font-size: 5.4vw;
    padding-top: 12%;
    min-height: 64vw;
  }
  .p-yearDigest-topics .topics-senryu__content .senryu-award-wrap .award-item .works .min {
    font-size: 3vw;
    transform: translateY(3em);
  }
  .p-yearDigest-topics .topics-senryu__btn {
    padding-top: 30px;
  }
  .p-yearDigest-topics .topics-senryu__btn .item {
    width: 80%;
  }
  .p-yearDigest-topics .topics-senryu__btn .item a {
    height: 70px;
  }
  .p-yearDigest-topics .topics-general-meeting {
    padding-bottom: 0;
  }
  .p-yearDigest-topics .topics-general-meeting__text {
    padding-top: 30px;
  }
  .p-yearDigest-topics .topics-general-meeting__content {
    padding-top: 30px;
  }
  .p-yearDigest-topics .topics-general-meeting__content .detail .item {
    padding: 20px 15px;
  }
  .p-yearDigest-topics .topics-general-meeting__content .detail .item dt {
    width: 24%;
    min-width: auto;
    font-size: var(--fontSize14);
  }
  .p-yearDigest-topics .topics-general-meeting__content .detail .item dd {
    width: 76%;
    font-size: var(--fontSize14);
  }
  .p-yearDigest-topics .topics-general-meeting__content .detail .item dd ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}