.c-link {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: #c22b1f;
  text-decoration: none;
  border-top: 2px solid #c22b1f;
  border-bottom: 1px solid #c22b1f;
  padding: 11px 0 11px 3px;
  width: 220px;
  max-width: 100%;
  position: relative;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-link {
  }
}

.c-link::after {
  content: "";
  display: block;
  width: 21.5px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='10' class='arrow' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M0.987,4.195 L17.267,4.195 C17.746,4.195 18.135,4.584 18.135,5.063 L18.135,5.324 C18.135,5.803 17.746,6.191 17.267,6.191 L0.987,6.191 C0.508,6.191 0.120,5.803 0.120,5.324 L0.120,5.063 C0.120,4.584 0.508,4.195 0.987,4.195 Z' /%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M12.501,9.542 L22.566,4.819 L15.619,4.819 L12.501,9.542 Z' /%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M12.501,0.560 L22.566,5.283 L15.619,5.283 L12.501,0.560 Z' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-link::after {
  }
}

.c-link.--external::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.856,15.657 L12.380,4.132 C12.719,3.794 13.269,3.794 13.608,4.132 L13.796,4.320 C14.135,4.660 14.135,5.209 13.796,5.548 L2.271,17.072 C1.932,17.411 1.383,17.411 1.044,17.072 L0.856,16.884 C0.517,16.546 0.517,15.996 0.856,15.657 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.797,11.297 L16.573,0.824 L11.655,5.742 L12.797,11.297 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.429,4.930 L16.902,1.153 L11.984,6.071 L6.429,4.930 Z'/%3E%3C/svg%3E");
  width: 17px;
  height: 18px;
}

.c-link.--external.--red::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M0.856,15.657 L12.380,4.132 C12.719,3.794 13.269,3.794 13.608,4.132 L13.796,4.320 C14.135,4.660 14.135,5.209 13.796,5.548 L2.271,17.072 C1.932,17.411 1.383,17.411 1.044,17.072 L0.856,16.884 C0.517,16.546 0.517,15.996 0.856,15.657 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M12.797,11.297 L16.573,0.824 L11.655,5.742 L12.797,11.297 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 47, 37)' d='M6.429,4.930 L16.902,1.153 L11.984,6.071 L6.429,4.930 Z'/%3E%3C/svg%3E");
  width: 17px;
  height: 18px;
}

a.c-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-side {
  position: sticky;
  top: 151px;
  pointer-events: none;
  margin-top: calc(-100vh + 151px);
}
@media screen and (max-width: 768px) {
  .c-side {
    top: 0px;
    margin-top: 0;
    z-index: 3;
  }
}

.c-side-right {
  /* height: calc(100vh - 151px); */
  /* z-index: 3; */
}
@media screen and (max-width: 768px) {
  .c-side-right {
    margin-top: 12px;
  }
}

.c-side-right__text {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 170.6px;
  font-family: kepler-std-condensed-display, serif;
  font-style: italic;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 123px;
  letter-spacing: -0.03em;
  height: max-content;
  display: flex;
  gap: 0 10px;
  text-orientation: sideways;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-side-right__text {
    font-size: 100px;
    line-height: 86px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    right: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.c-side-right__text span {
  display: inline-block;
}

.c-side-right__text span::first-letter {
  font-weight: 500;
}

.c-side-right__text span.small {
  font-size: 52.49px;
  font-family: kepler-std-condensed-display, serif;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 72px;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  .c-side-right__text span.small {
    font-size: 40px;
  }
}

.c-side-right__text span.--sub {
  display: block;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 6;
  letter-spacing: 3px;
  padding-top: 17px;
}

.c-side-right__text small {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleX(0.9);
  font-weight: 700;
  font-size: 13px;
  color: #c22b1f;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 18px;
  margin-right: 14px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-side-right__text small {
    margin-top: 0;
    margin-right: 0;
    font-size: 11px;
    text-align: right;
    width: 100%;
    position: relative;
    right: -10px;
    transform: scaleY(0.9);
  }
}

.c-side-left {
  top: 0px;
  height: calc(100vh - 151px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-side-left {
    height: 100vh;
  }
}

.c-side-left__img {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 66px;
}
@media screen and (max-width: 768px) {
  .c-side-left__img {
    bottom: 5px;
    width: 48px;
  }
}

.c-ticker {
  width: 100%;
  overflow: clip;
  position: relative;
  z-index: 1;
}

.c-ticker__inner {
  display: flex;
  width: fit-content;
  animation: ticker-scroll 40s linear infinite;
}

.c-ticker__item {
  flex-shrink: 0;
  width: 3082px;
}
@media screen and (max-width: 768px) {
  .c-ticker__item {
    width: 2220px;
  }
}

.c-ticker__item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3082px);
  }
}

.c-category {
  border-top: 2px solid #c22b1f;
  border-bottom: 2px solid #c22b1f;
  /* margin-top: calc(-100vh + 151px); */
}
@media screen and (max-width: 768px) {
  .c-category {
    margin-top: 0;
  }
}

.c-category__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 179px;
  border-bottom: 1px solid rgba(194, 43, 31, 0.2);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .c-category__row {
    padding: 1px 20px;
  }
}

.c-category__all {
  display: flex;
  align-items: center;
  gap: 7px;
}

.c-category__all-text {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 25.53px;
  color: #c22b1f;
}
@media screen and (max-width: 768px) {
  .c-category__all-text {
    font-size: 25px;
  }
}

.c-category__all-count {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12.32px;
  color: #c22b1f;
}
@media screen and (max-width: 768px) {
  .c-category__all-count {
    font-size: 12px;
  }
}

.c-category__arrow {
  display: flex;
  align-items: center;
  padding-right: 2px;
}

.c-category__arrow svg {
  display: block;
  width: 11px;
  height: 19px;
}

.c-category__details {
  border-bottom: 1px solid rgba(194, 43, 31, 0.2);
  padding: 4px 179px;
}
@media screen and (max-width: 768px) {
  .c-category__details {
    padding: 4px 20px;
  }
}

.c-category__details:last-child {
  border-bottom: none;
}

.c-category__details::details-content {
  content-visibility: unset;
  display: block grid;
  transition-duration: 0.3s;
  transition-property: grid-template-rows;
}

.c-category__details:not([open])::details-content {
  grid-template-rows: 0fr;
}

.c-category__details[open]::details-content {
  grid-template-rows: 1fr;
}

.c-category__content-wrapper {
  overflow: hidden;
}

.c-category__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}

.c-category__summary::marker,
.c-category__summary::-webkit-details-marker {
  display: none;
  content: "";
}

.c-category__summary-text {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 25.53px;
  color: #c22b1f;
}
@media screen and (max-width: 768px) {
  .c-category__summary-text {
    font-size: 25px;
  }
}

.c-category__summary-icon {
  display: inline-block;
  width: 18px;
  height: 12px;
  transition: transform 0.3s;
  transform: rotateX(180deg);
}
@media screen and (max-width: 768px) {
  .c-category__summary-icon {
    width: 16px;
    height: 11px;
  }
}

.c-category__summary-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-category__details[open] .c-category__summary-icon {
  transform: rotateX(0);
}

.c-category__content {
  min-height: 0;
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  .c-category__content {
    padding-left: 20px;
    padding-top: 8px;
  }
}

.c-category__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-category__item {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .c-category__item {
    margin-bottom: 8px;
  }
}

.c-category__item:last-child {
  border-bottom: none;
}

.c-category__item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-category__item-link {
    padding-right: 20px;
  }
}

.c-category__item-name {
  font-family: acumin-pro, vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  color: #c22b1f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-category__item-name {
    font-style: italic;
    font-size: 13px;
  }
}

.c-category__item-name.--serif {
  font-family: vdl-v7mincho, sans-serif;
  font-style: normal;
  transform: scaleY(0.9);
  font-weight: 700;
}

.c-category__item-count {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12.32px;
  color: #c22b1f;
}
@media screen and (max-width: 768px) {
  .c-category__item-count {
    font-size: 12px;
  }
}

.c-category__item-jp {
  font-family: vdl-v7mincho, sans-serif;
  transform: scaleY(0.9);
  font-weight: 700;
  font-size: 13px;
  color: #c22b1f;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-left: auto;
}

.c-category__tags {
  padding: 4px 179px;
  border-bottom: 1px solid rgba(194, 43, 31, 0.2);
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-category__tags {
    padding: 12px 20px;
  }
}

.c-category__tags-title {
  font-family: kepler-std-condensed-display, serif;
  font-weight: 500;
  font-size: 25.53px;
  color: #c22b1f;
}
@media screen and (max-width: 768px) {
  .c-category__tags-title {
    font-size: 25px;
    line-height: 1;
  }
}

.c-category__tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 154px;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  .c-category__tags-list {
    margin-left: 20px;
    justify-content: flex-start;
  }
}

.c-category__tag {
  font-family: acumin-pro, sans-serif;
  font-style: italic;
  font-size: 9.93px;
  letter-spacing: 0.02em;
  border: 1px solid #c22b1f;
  border-radius: 3px;
  padding: 2px 6px;
  background-color: transparent;
  color: #c22b1f;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-category__tag {
    font-size: 11px;
  }
}

.c-category__tag:hover {
  background-color: rgba(194, 43, 31, 0.1);
}

.c-category__tag.--new {
  background-color: #c22b1f;
  color: #fff;
}

.c-dummy-footer {
  height: 1000px;
}

.c-page-nation {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c22b1f;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  max-width: 1080px;
  width: 78%;
  margin-inline: auto;
  position: relative;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .c-page-nation {
    height: 48px;
  }
}

.c-page-nation .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-page-nation .page-numbers.current {
  font-weight: 700;
}

.c-page-nation .prev.page-numbers,
.c-page-nation .next.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  position: absolute;
  top: 0;
}

.c-page-nation .prev.page-numbers {
  left: 0;
}

.c-page-nation .next.page-numbers {
  right: 0;
}

.c-page-nation .prev.page-numbers svg,
.c-page-nation .next.page-numbers svg {
  display: block;
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .c-page-nation .prev.page-numbers svg,
  .c-page-nation .next.page-numbers svg {
    width: 48px;
    height: 48px;
  }
}

.alm-load-more-btn {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjZweCIgaGVpZ2h0PSI2NnB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2U9InJnYigxNjYsIDQ3LCAzNykiIGZpbGw9Im5vbmUiIGQ9Ik0zMi4xMDAwLDYyLjUwMCBDMTYuNzA4LDYyLjUwMCAzLjUwMCw0OS4yOTIgMy41MDAsMzMuMDAwIEMzLjUwMCwxNi43MDcgMTYuNzA4LDMuNTAwIDMyLjEwMDAsMy41MDAgQzQ5LjI5MiwzLjUwMCA2Mi41MDAsMTYuNzA3IDYyLjUwMCwzMy4wMDAgQzYyLjUwMCw0OS4yOTIgNDkuMjkyLDYyLjUwMCAzMi4xMDAwLDYyLjUwMCBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoMTY2LCA0NywgMzcpIiBkPSJNMTkuMDAwLDMyLjUwMCBMNDYuMTAwMCwzMi41MDAgQzQ3LjI3NiwzMi41MDAgNDcuNTAwLDMyLjcyNCA0Ny41MDAsMzMuMDAwIEM0Ny41MDAsMzMuMjc2IDQ3LjI3NiwzMy41MDAgNDYuMTAwMCwzMy41MDAgTDE5LjAwMCwzMy41MDAgQzE4LjcyNCwzMy41MDAgMTguNTAwLDMzLjI3NiAxOC41MDAsMzMuMDAwIEMxOC41MDAsMzIuNzI0IDE4LjcyNCwzMi41MDAgMTkuMDAwLDMyLjUwMCBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJyZ2IoMTY2LCA0NywgMzcpIiBkPSJNMzMuNTAwLDE4LjEwMDAgTDMzLjUwMCw0Ni4xMDAwIEMzMy41MDAsNDcuMjc2IDMzLjI3Niw0Ny41MDAgMzIuMTAwMCw0Ny41MDAgQzMyLjcyNCw0Ny41MDAgMzIuNTAwLDQ3LjI3NiAzMi41MDAsNDYuMTAwMCBMMzIuNTAwLDE4LjEwMDAgQzMyLjUwMCwxOC43MjQgMzIuNzI0LDE4LjUwMCAzMi4xMDAwLDE4LjUwMCBDMzMuMjc2LDE4LjUwMCAzMy41MDAsMTguNzI0IDMzLjUwMCwxOC4xMDAwIFoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  width: 66px;
  height: 66px;

  display: block;
  margin: 40px auto;
}

.alm-load-more-btn.done {
  display: none;
}

.u-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
