@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/* ============================================ */
/* koyu
/* ============================================ */
/*==== top-area ====*/
#top-area {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/133;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  #top-area {
    aspect-ratio: 9/5;
    margin: 0 auto 60px;
  }
}
/* ===== section共通 ===== */
.section-title {
  white-space: nowrap;
  margin: 0 0 70px;
}
.section-title .en,
.section-title .ja {
  display: block;
}
.section-title .en {
  font-family: var(--fontfamily-en);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.section-title .ja {
  font-size: 16px;
  font-size: 1rem;
}

.kome p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  /*
  &:before {
    content: "※";
  }
  */
}

@media screen and (max-width: 768px) {
  .section-title .en {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .kome p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .section-title {
    margin: 0 0 50px;
  }
  .section-title .en {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section-title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* ===== new-release ===== */
#new-release {
  line-height: 1.8;
  margin: 0 0 140px;
}
#new-release .section-title {
  margin: 0 0 35px;
}
#new-release .section-title .en {
  font-size: 30px;
  font-size: 1.875rem;
}
#new-release .section-title .red {
  color: var(--color-university);
}
#new-release .flex-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
#new-release .text-wrap {
  width: 100%;
  max-width: 450px;
}
#new-release .img {
  width: 40%;
  min-width: 240px;
  border: solid 1px #ccc;
  flex-shrink: 0;
}
#new-release .title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-university);
  padding: 0.3em 0.7em;
}
#new-release .title + p {
  margin-top: 35px;
}
#new-release .btn-style01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 60px auto 0;
  max-width: 340px;
  border-radius: 3em;
  line-height: 1.2;
  padding: 0;
}
#new-release .icon-catalog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
#new-release .icon-catalog .small {
  font-size: 84%;
  font-weight: 400;
}
#new-release .icon-catalog svg {
  display: inline-block;
  width: 60px;
  margin: 0 0 0 1.2em;
  fill: currentColor;
}
#new-release .icon-catalog svg .book {
  color: #fff !important;
}
#new-release .text p {
  margin-top: 70px;
}
#new-release .guide {
  margin: 50px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (hover: hover) {
  #new-release .icon-catalog:hover svg {
    color: #fff;
  }
  #new-release .icon-catalog:hover svg .book {
    color: var(--color-university) !important;
  }
}
@media screen and (max-width: 1024px) {
  #new-release .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #new-release {
    margin: 0 0 100px;
  }
  #new-release .section-title {
    margin: 0 0 10px;
  }
  #new-release .section-title .en {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #new-release .flex-wrap {
    flex-direction: column;
  }
  #new-release .text-wrap {
    width: 100%;
    max-width: none;
  }
  #new-release .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 300px;
    text-align: center;
    margin: 30px auto;
  }
  #new-release .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #new-release .title + p {
    margin-top: 20px;
  }
  #new-release .btn-style01 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 40px auto 0;
  }
  #new-release .icon-catalog {
    padding: 5px 0;
  }
  #new-release .icon-catalog svg {
    width: 50px;
  }
  #new-release .text p {
    margin-top: 30px;
  }
}
/* ===== back-number ===== */
#back-number {
  position: relative;
}
#back-number .section-title {
  display: flex;
  align-items: baseline;
  gap: 25px;
}
#back-number .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 80px;
}
#back-number .link-list .list-item {
  position: relative;
  width: calc(25% - 60px);
}
#back-number .link-list .img {
  border: solid 1px #ccc;
}
#back-number .link-list .title {
  font-weight: 500;
  color: var(--color-university);
  text-align: center;
  margin-top: 20px;
}
#back-number .link-list .title .number {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
#back-number .link-list .title .date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
#back-number .link-list .btn-style01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
}
#back-number .link-list .text p {
  margin-top: 25px;
}

@media screen and (max-width: 1200px) {
  #back-number .link-list {
    gap: 80px 50px;
  }
  #back-number .link-list .list-item {
    width: calc(25% - 38px);
  }
  #back-number .link-list .btn-style01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #back-number .link-list .list-item {
    width: calc(33.33% - 35px);
  }
}
@media screen and (max-width: 768px) {
  #back-number .link-list {
    justify-content: space-between;
    gap: 80px 0;
  }
  #back-number .link-list .list-item {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #back-number .section-title {
    flex-direction: column;
    gap: 5px;
  }
  #back-number .link-list .title .number {
    font-size: 16px;
    font-size: 1rem;
  }
  #back-number .link-list .title .date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #back-number .link-list .btn-style01 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #back-number .link-list .text p {
    margin-top: 15px;
  }
}
/* ===== ボタン ===== */
.btn-style01 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
  padding: 1em 0 0.9em;
  border-radius: 1.5em;
  transition: 0.3s;
}
.btn-style01.red-outline {
  background: var(--color-white);
  border: solid currentColor 2px;
}
.btn-style01.red-outline {
  color: var(--color-university);
}
.btn-style01.red {
  color: var(--color-white);
  background: var(--color-university);
  border: solid var(--color-university) 2px;
}

@media (hover: hover) {
  .btn-style01:hover.red-outline {
    color: var(--color-white);
    background: var(--color-university);
    border: solid var(--color-university) 2px;
  }
  .btn-style01:hover.red {
    color: var(--color-university);
    background: var(--color-white);
    background: var(--color-white);
  }
}
/* ===== pagination ===== */
.pagination {
  font-family: var(--fontfamily-en);
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}
.pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: var(--color-white);
  background: #ccc;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.pagination ul.page-numbers li .page-numbers:hover {
  background: #bfbfbf;
}
.pagination ul.page-numbers li .page-numbers.current {
  background: var(--color-university);
  color: var(--color-white);
  font-weight: bold;
}
.pagination ul.page-numbers li .page-numbers.prev, .pagination ul.page-numbers li .page-numbers.next {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: #ccc;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
}
.pagination ul.page-numbers li .page-numbers.prev:hover, .pagination ul.page-numbers li .page-numbers.next:hover {
  color: #b3b3b3;
  background: none;
}
@media screen and (max-width: 600px) {
  .pagination ul.page-numbers {
    gap: 6px;
  }
  .pagination ul.page-numbers li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .pagination ul.page-numbers li .page-numbers {
    width: 36px;
    height: 36px;
  }
  .pagination ul.page-numbers li .page-numbers.prev, .pagination ul.page-numbers li .page-numbers.next {
    font-size: 32px;
    font-size: 2rem;
  }
}

/*# sourceMappingURL=koyu.css.map */