@charset "UTF-8";
/*英語フォント*/
.p-topics-single__img-area {
  background-color: var(--color-accent2);
  padding-top: min(48px, 3.4285714286vw);
  padding-bottom: min(62px, 4.4285714286vw);
  margin-bottom: min(48px, 3.4285714286vw);
}
@media only screen and (max-width:767px) {
  .p-topics-single__img-area {
    margin-bottom: min(24px, 6.4vw);
  }
}
.p-topics-single__img {
  -webkit-box-shadow: 12px 17px 23px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 12px 17px 23px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width:767px) {
  .p-topics-single__img {
    -webkit-box-shadow: 5px 7px 9px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 5px 7px 9px 0 rgba(0, 0, 0, 0.18);
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-topics-single__img img {
  width: 100%;
}
.p-topics-single__inner {
  text-align: left;
}
.p-topics-single__title {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.3541666667;
  letter-spacing: 0em;
}
@media only screen and (max-width:767px) {
  .p-topics-single__title {
    font-size: clamp(10px, 7.4666666667vw, 3.36rem);
    line-height: 1.4285714286;
  }
}
.p-topics-single__subtitle {
  margin-top: min(40px, 2.8571428571vw);
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.3947368421;
  letter-spacing: 0em;
}
@media only screen and (max-width:767px) {
  .p-topics-single__subtitle {
    margin-top: min(20px, 5.3333333333vw);
    font-size: clamp(10px, 5.0666666667vw, 2.28rem);
    line-height: 1.5789473684;
  }
}
.p-topics-single__caption {
  margin-top: min(52px, 3.7142857143vw);
  margin-bottom: min(108px, 7.7142857143vw);
}
@media only screen and (max-width:767px) {
  .p-topics-single__caption {
    margin-top: min(24px, 6.4vw);
    margin-bottom: min(60px, 16vw);
  }
}
.p-topics-single__date, .p-topics-single__time, .p-topics-single__place {
  margin-top: 0.3em;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width:767px) {
  .p-topics-single__date, .p-topics-single__time, .p-topics-single__place {
    font-size: clamp(10px, 3.7333333333vw, 1.68rem);
  }
}
.p-topics-single__contents {
  margin-bottom: 5em;
  overflow: hidden;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3571428571;
  letter-spacing: 0.033em;
  /*テーブル*/
  /*Foo Gallery*/
}
@media only screen and (max-width:767px) {
  .p-topics-single__contents {
    font-size: clamp(10px, 3.4666666667vw, 1.56rem);
  }
}
.p-topics-single__contents hr {
  background: #9e9e9f;
  color: #9e9e9f;
  margin: 3.4em auto;
  border-top-width: 1px;
}
.p-topics-single__contents p,
.p-topics-single__contents ul,
.p-topics-single__contents ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 2.2em;
}
@media print, screen and (min-width:768px) {
  .p-topics-single__contents p,
  .p-topics-single__contents ul,
  .p-topics-single__contents ol {
    /*PCのみ*/
    margin-bottom: 2em;
  }
}
.p-topics-single__contents h1,
.p-topics-single__contents h2 {
  margin: 5.5rem auto 1.6rem;
  font-size: clamp(10px, 4.8vw, 2.16rem);
}
.p-topics-single__contents h1:first-child,
.p-topics-single__contents h2:first-child {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  .p-topics-single__contents h1,
  .p-topics-single__contents h2 {
    margin: 9rem auto 3rem;
    font-size: 2.8rem;
  }
}
.p-topics-single__contents h3 {
  margin: 2em auto;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .p-topics-single__contents h3 {
    margin: 3em auto;
  }
}
.p-topics-single__contents a {
  text-decoration: underline;
}
.p-topics-single__contents figure {
  margin-top: 2.2em !important;
  margin-bottom: 2.2em !important;
}
@media print, screen and (min-width:768px) {
  .p-topics-single__contents figure {
    /*PCのみ*/
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
}
.p-topics-single__contents .wp-block-quote {
  border-left: var(--color-base) 1px solid;
  padding: 2em 0 2em 1.4em;
  margin-bottom: 2.2em;
}
@media print, screen and (min-width:768px) {
  .p-topics-single__contents .wp-block-quote {
    /*PCのみ*/
    padding: 3em 0 1.5em 3em;
    margin-bottom: 2em;
  }
}
.p-topics-single__contents ul li {
  position: relative;
  padding-left: 1em;
}
.p-topics-single__contents ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-topics-single__contents .size-large img {
  width: 100%;
}
.p-topics-single__contents .wp-block-file + .wp-block-file {
  margin-top: 5em;
}
.p-topics-single__contents .wp-block-file__button {
  text-decoration: none;
  padding: 0.5em 1em;
  font-size: inherit;
}
.p-topics-single__contents .wp-block-embed.is-provider-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 500/281;
}
.p-topics-single__contents .wp-block-table th,
.p-topics-single__contents .wp-block-table td {
  border-color: var(--color-accent);
}
.p-topics-single__contents .foogallery {
  margin-top: 55px;
}

.p-topics-pager {
  width: 100%;
  margin: min(50px, 3.5714285714vw) auto min(120px, 8.5714285714vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr 100px;
  grid-template-columns: 100px 1fr 100px;
}
@media only screen and (max-width:767px) {
  .p-topics-pager {
    margin: min(20px, 5.3333333333vw) auto;
  }
}
.p-topics-pager__link-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topics-pager .p-topics-pager__btn--next .p-topics-pager__link-text:after, .p-topics-pager__btn--next .p-topics-pager .p-topics-pager__link-text:after, .p-topics-pager .p-topics-pager__btn--back .p-topics-pager__link-text:before, .p-topics-pager__btn--back .p-topics-pager .p-topics-pager__link-text:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--color-accent3);
  border-top: 1px solid var(--color-accent3);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media only screen and (max-width:1023px) {
  .p-topics-pager .p-topics-pager__btn--next .p-topics-pager__link-text:after, .p-topics-pager__btn--next .p-topics-pager .p-topics-pager__link-text:after, .p-topics-pager .p-topics-pager__btn--back .p-topics-pager__link-text:before, .p-topics-pager__btn--back .p-topics-pager .p-topics-pager__link-text:before {
    border-color: var(--color-base);
  }
}
.p-topics-pager__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topics-pager__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--color-base);
  overflow: visible;
}
@media only screen and (max-width:767px) {
  .p-topics-pager__btn a {
    font-size: clamp(10px, 3.7333333333vw, 1.68rem);
    font-weight: 300;
  }
}
.p-topics-pager__btn--back {
  text-align: left;
}
.p-topics-pager__btn--back .p-topics-pager__link-text:before {
  margin-right: 0.6em;
  -webkit-transform: translateX(6%) rotate(-135deg);
          transform: translateX(6%) rotate(-135deg);
}
.p-topics-pager__btn--next {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-topics-pager__btn--next .p-topics-pager__link-text:after {
  margin-left: 0.6em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.p-topics-pager a:hover {
  opacity: 1;
}
@media print, screen and (min-width:1024px) {
  .p-topics-pager a:hover .p-topics-pager__link-text:before, .p-topics-pager a:hover .p-topics-pager__link-text:after {
    border-color: var(--color-base);
  }
}
.p-topics-pager__back {
  clear: both;
  text-align: center;
  margin-top: 0;
}

.year-filter {
  margin-top: min(82px, 5.8571428571vw);
  margin-bottom: min(68px, 4.8571428571vw);
  position: relative;
}
@media only screen and (max-width:767px) {
  .year-filter {
    margin-top: min(45px, 12vw);
    margin-bottom: min(68px, 18.1333333333vw);
  }
}
.year-filter__title {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3em;
  background-color: transparent;
  margin-bottom: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
}
.year-filter__title-inner {
  position: relative;
  /*日本語と英語の切り替え*/
}
@media print, screen and (min-width:1024px) {
  .year-filter__title-inner {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.year-filter__title-inner .en {
  font-size: clamp(10px, 3.4666666667vw, 1.56rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .year-filter__title-inner .en {
    font-size: 1.4rem;
  }
}
.year-filter__title-inner .jp {
  font-size: clamp(10px, 2.6666666667vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 47%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media print, screen and (min-width:768px) {
  .year-filter__title-inner .jp {
    font-size: 1.2rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.year-filter__title-inner .jp::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media print, screen and (min-width:1024px) {
  .year-filter__title-inner:hover {
    opacity: 1;
  }
  .year-filter__title-inner:hover .jp {
    opacity: 1;
    visibility: visible;
  }
  .year-filter__title-inner:hover .jp::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
  .year-filter__title-inner:hover .en {
    opacity: 0;
    visibility: hidden;
  }
}
.year-filter__title-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 100%;
}
.year-filter__title-toggle::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(6.5px, 1.7333333333vw);
  height: min(6.5px, 1.7333333333vw);
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.year-filter__buttons {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  -webkit-transition: height 300ms;
  transition: height 300ms;
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
.year-filter__buttons-inner {
  padding-top: min(40px, 2.8571428571vw);
  padding-bottom: min(40px, 2.8571428571vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.year-filter__btn {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  width: 16.6666666667%;
  text-align: left;
  color: var(--color-accent);
  padding: 0.5em 0;
}
@media only screen and (max-width:767px) {
  .year-filter__btn {
    width: 25%;
  }
}
.year-filter__btn .text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
}
.year-filter__btn .text::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media print, screen and (min-width:1024px) {
  .year-filter__btn:hover, .year-filter__btn:focus {
    color: var(--color-base);
  }
  .year-filter__btn:hover .text::after, .year-filter__btn:focus .text::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
}
.year-filter.is-active .year-filter__title-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.year-filter.is-active .year-filter__buttons {
  height: auto;
  display: block;
}

/*ページャー*/
.nav-links {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:1023px) {
  .nav-links {
    width: 100%;
  }
}
@media print, screen and (min-width:768px) {
  .nav-links {
    margin-top: 5em;
    margin-bottom: min(140px, 10vw);
  }
}
.nav-links .page-numbers {
  position: relative;
  padding: 1em 0.5em 10px;
  margin-right: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: var(--color-accent);
}
.nav-links .page-numbers:hover {
  opacity: 1;
  color: var(--color-base);
}
.nav-links .page-numbers.current {
  color: var(--color-base);
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  text-indent: -9999px;
}
@media print, screen and (min-width:1024px) {
  .nav-links .page-numbers.prev, .nav-links .page-numbers.next {
    display: none;
  }
}
.nav-links .page-numbers.prev::after, .nav-links .page-numbers.next::after {
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.45em;
  height: 0.45em;
  border-right: 1px solid var(--color-accent);
  border-top: 1px solid var(--color-accent);
}
.nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
  opacity: 1;
  background-color: transparent;
}
.nav-links .page-numbers.prev:hover::after, .nav-links .page-numbers.next:hover::after {
  border-color: var(--color-base);
}
.nav-links .page-numbers.prev {
  margin-right: auto;
}
.nav-links .page-numbers.prev::after {
  -webkit-transform: translateX(-25%) rotate(-135deg);
          transform: translateX(-25%) rotate(-135deg);
}
.nav-links .page-numbers.next {
  margin-left: auto;
  margin-right: 0;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}