@charset "UTF-8";
.fv {
  position: relative;
  height: 825px;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv {
    height: 68.75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv {
    height: 450px;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .fv .inner {
    max-width: 375px;
  }
}

.fv__title {
  margin-top: 300px;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title {
    margin-top: 80px;
  }
}
.fv__title .fv__title--en {
  font-family: "Marcellus", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title .fv__title--en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title .fv__title--en {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

.fv__img {
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 316px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img {
    max-width: 26.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img {
    max-width: 155px;
  }
}
.fv__img img {
  width: 100%;
  height: auto;
}

.fv__img--01 {
  top: 170px;
  left: 381px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--01 {
    top: 14.1666666667vw;
    left: 31.75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--01 {
    top: 160px;
    left: 30px;
  }
}

.fv__img--02 {
  top: 225px;
  right: 272px;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--02 {
    top: 18.75vw;
    right: 22.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--02 {
    top: 186px;
    right: 110px;
  }
}

.fv__img--03 {
  right: 45px;
  top: 279px;
  mix-blend-mode: screen;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--03 {
    right: 3.75vw;
    top: 23.25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--03 {
    left: 191px;
    right: auto;
    top: 212px;
  }
}

.column-archive .inner {
  padding-top: 100px;
  padding-bottom: 180px;
}
@media screen and (max-width: 960px) {
  .column-archive .inner {
    padding-top: 90px;
    padding-bottom: 96px;
  }
}

.column-categories__title {
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .column-categories__title {
    font-size: 60px;
    letter-spacing: 3px;
  }
}

.column-categories__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .column-categories__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .column-categories__list::-webkit-scrollbar {
    display: none;
  }
}

.column-categories__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.column-categories__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 32px;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .column-categories__item a {
    padding: 6px 32px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.column-categories__item a:hover {
  background-color: #FFFFFF;
  color: #282828;
}
.column-categories__item.is-active a {
  background-color: #FFFFFF;
  color: #282828;
}

.column-list {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .column-list {
    margin-top: 30px;
  }
}

.column-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 105px;
}
@media screen and (max-width: 1200px) {
  .column-list__items {
    gap: 72px 8.75vw;
  }
}
@media screen and (max-width: 600px) {
  .column-list__items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.column-list__item {
  width: 100%;
}

.column-card {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.column-card:hover {
  opacity: 0.8;
}

.column-card__img {
  width: 100%;
  aspect-ratio: 500/332.16;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .column-card__img {
    aspect-ratio: 345/229;
  }
}
.column-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-card__content {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .column-card__content {
    margin-top: 22px;
  }
}

.column-card__date {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  mix-blend-mode: difference;
}
.column-card__category {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 32px;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .column-card__category {
    margin-top: 14px;
    padding: 6px 32px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.column-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  mix-blend-mode: difference;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .column-card__title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.column-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .column-pagination {
    margin-top: 50px;
  }
}

.column-pagination__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (max-width: 960px) {
  .column-pagination__nav {
    gap: 24px;
  }
}

.column-pagination__arrow {
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.column-pagination__arrow svg {
  width: 25px;
  height: 7px;
}
.column-pagination__arrow svg path {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.column-pagination__arrow:hover {
  opacity: 0.7;
}
.column-pagination__arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.column-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .column-pagination__list {
    gap: 24px;
  }
}

.column-pagination__item .column-pagination__number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70.71px;
  height: 70.71px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .column-pagination__item .column-pagination__number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.column-pagination__item.is-active .column-pagination__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .column-pagination__item.is-active .column-pagination__number::before {
    width: 35px;
    height: 35px;
  }
}
.column-pagination__item a.column-pagination__number:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .column-pagination__item a.column-pagination__number:hover::before {
    width: 35px;
    height: 35px;
  }
}

.column-list__empty {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #FFFFFF;
  mix-blend-mode: difference;
  padding: 60px 0;
}

.single-column-page {
  padding-top: 170px;
}
@media screen and (max-width: 960px) {
  .single-column-page {
    padding-top: 140px;
  }
}

.column-content .column-content__inner {
  max-width: calc(800px + 6.66%);
  padding-block: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .column-content .column-content__inner {
    max-width: 100%;
  }
}

.column-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.column-content__date {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}

.column-content__category {
  margin-top: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}

.column-content__title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.6px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .column-content__title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.column-content__thumbnail {
  margin-top: 40px;
}
.column-content__thumbnail img {
  width: 100%;
  height: auto;
}

.column-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
.column-content__body h2,
.column-content__body .wp-block-heading:where(h2) {
  margin-top: 40px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 960px) {
  .column-content__body h2,
  .column-content__body .wp-block-heading:where(h2) {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.column-content__body h3,
.column-content__body .wp-block-heading:where(h3) {
  margin-top: 40px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.2px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .column-content__body h3,
  .column-content__body .wp-block-heading:where(h3) {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.column-content__body h4,
.column-content__body .wp-block-heading:where(h4) {
  margin-top: 40px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .column-content__body h4,
  .column-content__body .wp-block-heading:where(h4) {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.column-content__body p {
  margin: 0;
  line-height: 140%;
}
.column-content__body pp {
  margin-top: 18px;
}
.column-content__body ul,
.column-content__body ol {
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
}
.column-content__body ul li,
.column-content__body ol li {
  margin-bottom: 10px;
}
.column-content__body ul li:last-child,
.column-content__body ol li:last-child {
  margin-bottom: 0;
}
.column-content__body ul li::before,
.column-content__body ol li::before {
  content: "・";
}
.column-content__body img {
  max-width: 100%;
  height: auto;
}
.column-content__body figure {
  margin: 0;
}
.column-content__body figure figcaption {
  margin-top: 14px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .column-content__body figure figcaption {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.column-content__body .wp-block-columns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .column-content__body .wp-block-columns {
    gap: 18px;
  }
}
.column-content__body .wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column-content__body .wp-block-columns .wp-block-column figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/228;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .column-content__body .wp-block-columns .wp-block-column figure img {
    aspect-ratio: 163.88/98.32;
  }
}
.column-content__body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.column-content__body a:hover {
  opacity: 0.7;
}
.column-content__body blockquote {
  border-left: 3px solid #FFFFFF;
  padding-left: 20px;
  margin: 0;
  font-style: italic;
}

.column-back {
  margin-top: 90px;
  padding-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .column-back {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}

.column-back__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 200px;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .column-back__link {
    gap: 100px;
  }
}
.column-back__link:hover {
  opacity: 0.7;
}