@charset "UTF-8";
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root {
  --section-padding-top:30px;
  --section-padding-bottom:30px;
}
@media print, screen and (min-width: 480px ) {
  :root {
    --section-padding-top:60px;
    --section-padding-bottom:60px;
  }
}
@media print, screen and (min-width: 1280px ) {
  :root {
    --section-padding-top:80px;
    --section-padding-bottom:80px;
  }
}

/* =========================================================
topのみ変更
========================================================= */
.contents-body {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* =========================================================
共通：section-title
========================================================= */
.section-title {
  position: relative;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px ) {
  .section-title {
    align-items: flex-start;
  }
}
.section-title .en {
  line-height: 1;
  font-weight: 400;
  font-display: swap;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 0.663rem + 4.19vw, 3.75rem);
}
.section-title .ja {
  line-height: 1;
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.375rem);
  font-weight: 300;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 768px ) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media print, screen and (min-width: 768px ) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
共通：btnList
========================================================= */
.btnList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 480px ) {
  .btnList {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.btnList li {
  width: 100%;
}
.btnList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  max-width: initial;
}
.btnList.pc-only {
  display: none;
}
@media print, screen and (min-width: 768px ) {
  .btnList.pc-only {
    display: grid;
  }
}
.btnList.sp-only {
  display: grid;
}
@media print, screen and (min-width: 768px ) {
  .btnList.sp-only {
    display: none;
  }
}

/* =========================================================
共通：btn
========================================================= */
.btn {
  text-align: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 1em 2em;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  color: #333;
  line-height: 1.2;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 480px ) {
  .btn {
    max-width: 240px;
  }
}
.btn:hover {
  border-color: #601f7b;
  background-color: #601f7b;
  color: #fff;
}
.btn::after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: inherit;
  font-weight: 900 !important;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

.btn-white {
  text-align: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 1em 2em;
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 480px ) {
  .btn-white {
    max-width: 240px;
  }
}
.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #601f7b;
}
.btn-white::after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: inherit;
  font-weight: 900 !important;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

.icon-btn-calendar, .icon-btn-guidance {
  padding: 1em 2em;
}
@media print, screen and (min-width: 768px ) {
  .icon-btn-calendar, .icon-btn-guidance {
    padding: 1em 2em 1em 1em;
  }
}

.icon-btn-calendar::before,
.icon-btn-guidance::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}

.icon-btn-calendar::before {
  -webkit-mask-image: url(../images/top/icon-calendar.svg);
          mask-image: url(../images/top/icon-calendar.svg);
}

.icon-btn-guidance::before {
  -webkit-mask-image: url(../images/top/icon-guidance.svg);
          mask-image: url(../images/top/icon-guidance.svg);
}

/* =========================================================
共通：topLinkCard
========================================================= */
.topLinkCardList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.625rem, 0.16rem + 2.33vw, 1.875rem);
}
@media print, screen and (min-width: 768px ) {
  .topLinkCardList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.topLinkCard {
  color: #333;
}
.topLinkCard-imgArea {
  overflow: hidden;
}
.topLinkCard-imgArea img {
  transition: all 0.3s;
}
.topLinkCard h5 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
.topLinkCard p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.topLinkCard:hover {
  color: #601f7b;
}
.topLinkCard:hover .topLinkCard-imgArea img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.topLinkCard {
  /* 外部リンク要素 --- */
  /* pdf要素--- */
  /* Word要素--- */
  /* Excel要素--- */
  /* Powerpoint要素--- */
  /* zip要素--- */
  /* mailto要素--- */
}
.topLinkCard[target=_blank] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".pdf"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".doc"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".docx"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".xls"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".xlsx"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".ppt"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".pptx"] .topLinkCard-txtArea h5:after, .topLinkCard[href$=".zip"] .topLinkCard-txtArea h5:after, .topLinkCard[href^="mailto:"] .topLinkCard-txtArea h5:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: inherit;
  margin-left: 0.2em;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.topLinkCard[target=_blank] .topLinkCard-txtArea h5:after {
  content: "\f08e";
}
.topLinkCard[href$=".pdf"] .topLinkCard-title:after {
  content: "\f1c1";
}
.topLinkCard[href$=".doc"] .topLinkCard-title:after, .topLinkCard[href$=".docx"] .topLinkCard-title:after {
  content: "\f1c2";
}
.topLinkCard[href$=".xls"] .topLinkCard-title:after, .topLinkCard[href$=".xlsx"] .topLinkCard-title:after {
  content: "\f1c3";
}
.topLinkCard[href$=".ppt"] .topLinkCard-title:after, .topLinkCard[href$=".pptx"] .topLinkCard-title:after {
  content: "\f1c4";
}
.topLinkCard[href$=".zip"] .topLinkCard-title:after {
  content: "\f1c6";
}
.topLinkCard[href^="mailto:"] .topLinkCard-title:after {
  content: "\f003";
}
.topLinkCard.noicon .topLinkCard-title:after {
  display: none;
}

/* =========================================================
.topHero
========================================================= */
.topHero {
  width: 100%;
  position: relative;
}
.topHero-txtArea {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #601f7b;
  padding: 0.5em;
  font-size: clamp(1.125rem, 0.427rem + 3.49vw, 3rem);
}
.topHero-title {
  color: #fff;
  font-size: clamp(1.125rem, 0.427rem + 3.49vw, 4rem);
  display: flex;
  line-height: 1.2;
  flex-direction: column;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}
.topHero-title span {
  display: inline-block;
}
.topHero .swiper-slide {
  max-height: 600px;
  --aspect-ratio: 1.5/1;
  aspect-ratio: var(--aspect-ratio);
  position: relative;
}
@media print, screen and (min-width: 480px ) {
  .topHero .swiper-slide {
    --aspect-ratio: 2/1;
  }
}
@supports not (aspect-ratio: 1) {
  .topHero .swiper-slide::before {
    float: left;
    padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
    content: "";
  }
  .topHero .swiper-slide::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topHero .swiper-slide img {
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topHero .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topHero-slider-pagination {
  --swiper-theme-color:#601f7b;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  background-color: #FAF2EC;
}

/* =========================================================
.topNews
========================================================= */
.topNews {
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
  background-color: #FAF2EC;
}
.topNews-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px ) {
  .topNews-row {
    flex-direction: row;
    gap: 30px;
  }
}
.topNews-txtArea {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px ) {
  .topNews-txtArea {
    width: calc(100% - 300px);
  }
}
.topNews-infoBox {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 768px ) {
  .topNews-infoBox {
    width: 300px;
  }
}
.topNews-infoBox h3 {
  font-size: clamp(1.125rem, 1.078rem + 0.23vw, 1.25rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.topNews-infoBox p {
  line-height: 1.6;
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
}
.topNews-infoBox h3:not(:first-child) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.topNews-infoBox .topNews-btnList {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px ) {
  .topNews-infoBox .topNews-btnList {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

/* =========================================================
.newsList
========================================================= */
.newsList-scroll {
  height: 300px;
  padding-right: 15px;
  /* スクロールバーのトラックの色 */
  /* スクロールバーのサムの色 */
}
.newsList-scroll .simplebar-track {
  background-color: rgba(0, 0, 0, 0.05); /* トラックの背景色 */
}
.newsList-scroll .simplebar-scrollbar:before {
  background-color: #601f7b; /* スクロールバーの色 */
}
.newsList-scroll .simplebar-scrollbar:before {
  background-color: #601f7b; /* スクロールバーの色 */
}
.newsList-scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.newsList {
  list-style: none !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
.newsList li {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding-top: 1em;
  padding-bottom: 1em;
  gap: 5px;
}
@media print, screen and (min-width: 768px ) {
  .newsList li {
    flex-direction: row;
    gap: 1em;
  }
}
.newsList li:first-child {
  padding-top: 0;
}
.newsList li:last-child {
  padding-bottom: 0;
}
.newsList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsList .news-meta {
  display: flex;
  gap: 10px;
}
.newsList .news-cat span {
  width: 7em;
  text-align: center;
  overflow: hidden;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  color: #fff;
  display: inline-block;
  background-color: #601f7b;
}
.newsList .news-title {
  flex: 1;
}
.newsList .news-title a {
  color: #422675;
  text-decoration: none;
}
.newsList .news-title a:hover {
  color: #c29f76;
  text-decoration: underline;
}

.newsList + .newsList {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}

/* =========================================================
.topAbout
========================================================= */
.topAbout {
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
}
.topAbout-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px ) {
  .topAbout-row {
    flex-direction: row;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1480px ) {
  .topAbout-row {
    gap: 50px;
  }
}
.topAbout-txtArea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media print, screen and (min-width: 768px ) {
  .topAbout-txtArea {
    width: 50%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px ) {
  .topAbout-imgArea {
    width: 50%;
  }
}
.topAbout-img img {
  display: block;
  margin: 0 auto;
}

/* =========================================================
.topCollection
========================================================= */
.topCollection {
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
  background: url("../images/top/topCollection-back.png") center bottom/contain no-repeat;
}
.topCollection-title {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  align-items: center;
}

/* =========================================================
.topDatabase
========================================================= */
.topDatabase {
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
}
.topDatabase-title {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  align-items: center;
}

/* =========================================================
.topKanebo
========================================================= */
.topKanebo {
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
  background: url("../images/top/topKanebo-back.png") center top/contain no-repeat;
}
.topKanebo-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px ) {
  .topKanebo-row {
    flex-direction: row;
    gap: 30px;
    flex-direction: row-reverse;
  }
}
.topKanebo-txtArea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media print, screen and (min-width: 768px ) {
  .topKanebo-txtArea {
    width: 50%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px ) {
  .topKanebo-imgArea {
    width: 50%;
  }
}
.topKanebo-img img {
  display: block;
  margin: 0 auto;
}

/* =========================================================
.topAccess
========================================================= */
.topAccess {
  position: relative;
  background-color: #601f7b;
  -webkit-padding-before: var(--section-padding-top);
          padding-block-start: var(--section-padding-top);
  -webkit-padding-after: var(--section-padding-bottom);
          padding-block-end: var(--section-padding-bottom);
}
.topAccess:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: hard-light;
  mix-blend-mode: multiply;
  background: url("../images/top/topAccess-back.jpg") center center/cover repeat;
}
.topAccess-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px ) {
  .topAccess-row {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
.topAccess-txtArea {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media print, screen and (min-width: 768px ) {
  .topAccess-txtArea {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px ) {
  .topAccess-mapArea {
    width: 50%;
  }
}

/* =========================================================
.bnrList
========================================================= */
.bnrList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
}
@media print, screen and (min-width: 480px ) {
  .bnrList {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}