@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000000;
  letter-spacing: -0.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

body,
html {
  margin: 0;
}

body {
  width: 100%;
  height: auto;
}
body.is-fixed {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: 0;
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.6;
  color: inherit;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  line-height: 1.8;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.05rem;
}

textarea {
  width: 100%;
  padding: 1.6rem;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl dt {
  color: #fff;
  padding: 0.2em 1.4em;
  min-width: 8em;
  font-weight: 600;
  text-align: center;
}

dt {
  font-weight: 700;
  margin-top: 1.8rem;
  padding-left: 0.6rem;
}

dd {
  padding-left: 1.5em;
  padding-right: 0.6rem;
  margin-left: 0;
  text-align: right;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #c9c9c9;
}

fieldset {
  border: 0;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  max-width: 94%;
}

@media screen and (max-width: 1200px) {
  .l-wrap {
    padding: 0 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  body {
    position: relative;
    display: inherit;
  }
  html {
    overflow-x: hidden;
  }
  .l-wrap {
    padding: 0 4%;
    width: 100%;
  }
}
ul.pagination {
  list-style-type: none; /* リストアイテムの黒丸を非表示にする */
  padding: 0; /* リストのパディングをリセットする */
}

ul.pagination li {
  display: inline; /* リストアイテムをインラインで表示する */
}

.l-main {
  width: calc(100% - 46rem);
  margin-left: 46rem;
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 834px) {
  .l-main {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.l-sidebar {
  width: 46rem;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .l-sidebar {
    display: none;
  }
}
.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: #c8c8c8;
  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.2rem;
}

@media screen and (max-width: 834px) {
  .l-footer {
    position: static;
    bottom: inherit;
    margin-top: auto;
  }
}
.l-section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.l-sidebar--admin + .l-section {
  -ms-flex-preferred-size: calc(100% - 260px);
      flex-basis: calc(100% - 260px);
}

.l-section__lightpink,
.l-section__lightblue {
  padding-block: 4.5rem;
  margin-block: 7rem 5.4rem;
}
@media screen and (max-width: 834px) {
  .l-section__lightpink,
  .l-section__lightblue {
    padding-block: 3.7rem;
    margin-block: 5rem;
  }
}

.l-section__front-buttons {
  padding-block: 2.5rem 12rem;
}
@media screen and (max-width: 834px) {
  .l-section__front-buttons {
    padding-block: 2.5rem 6rem;
  }
}

.l-section__contact {
  padding-block: 7rem 5.4rem;
}
@media screen and (max-width: 834px) {
  .l-section__contact {
    padding-block: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .l-section {
    width: 100%;
    padding: 50px 0;
  }
  .l-sidebar--admin + .l-section {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.l-inner--medium {
  max-width: 60rem;
  margin-inline: auto;
}

.l-inner--large {
  max-width: 80rem;
  margin-inline: auto;
}

.l-inner__single-gallery {
  max-width: 57.3rem;
  margin-inline: auto;
}

@media screen and (max-width: 834px) {
  .l-inner--medium,
  .l-inner--large,
  .l-inner__single-gallery {
    max-width: 100%;
  }
}
.l-container {
  max-width: 81.4rem;
  margin-inline: auto;
  padding: 0;
  padding-inline: 2rem;
}
@media screen and (max-width: 834px) {
  .l-container {
    max-width: calc(100% - 4rem);
    padding-inline: 0;
  }
}

@media screen and (max-width: 834px) {
  .l-container {
    max-width: calc(100% - 4rem);
  }
  .l-container__menu--sp {
    max-width: 84.5%;
    margin-inline: auto;
    margin-block: 3rem;
    padding: 0;
  }
}
.p-gallery__search-form {
  padding: 3rem;
  border-radius: 1.1rem;
  background-color: #f4f4f4;
  max-width: 100%;
  margin-inline: auto;
}
.p-gallery__search-form .p-gallery__search-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-gallery__search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 20.1rem;
  height: 4rem;
  border-radius: 0.67rem;
  border: none;
  padding: 0 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
.p-gallery__search-form select:focus {
  outline: none;
}
.p-gallery__search-form select.js-placeholder {
  color: #c8c8c8;
}
.p-gallery__search-form .p-gallery__search-buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.p-gallery__search-form .p-gallery__select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
}
.p-gallery__search-form .p-gallery__select::before {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0.87rem 0.5rem 0 0.5rem;
  border-style: solid;
  border-color: #989898 transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.p-gallery__count {
  max-width: 100%;
  width: 82rem;
  letter-spacing: 0.05rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

.p-gallery__search-results {
  margin-top: 6.5rem;
}

.p-gallery-list {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  width: 82rem;
  grid-template-columns: repeat(auto-fit, minmax(23.6rem, 1fr));
  margin-inline: auto;
  -ms-flex-line-pack: start;
      align-content: start;
  justify-items: center;
  gap: 6rem 3rem;
}

.p-gallery-item img {
  cursor: pointer;
}
.p-gallery-item img:hover {
  opacity: 0.8;
}

.p-gallery-item__img {
  max-width: 100%;
  width: 23.6rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-inline: auto;
}
.p-gallery-item__img img {
  aspect-ratio: 23.6/20.8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-gallery-item__img {
    border-radius: 1.1rem;
  }
}

.p-gallery-label-wrap--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

.p-gallery-label-wrap--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

.p-gallery__pagination {
  text-align: center;
  margin-top: 6.5rem;
}
.p-gallery__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff0096;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
}
.p-gallery__pagination .page-numbers:hover {
  opacity: 0.6;
}
.p-gallery__pagination .page-numbers.current {
  opacity: 0.6;
}
.p-gallery__pagination .page-numbers.dots {
  background-color: transparent;
  color: black;
  cursor: default;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-single__gallery-image {
  border-radius: 1.1rem;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .p-gallery__search-form .p-gallery__search-buttons {
    gap: 1rem;
  }
  .p-gallery__search-form .p-gallery__pagination {
    margin-top: 5rem;
  }
  .p-gallery-list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
  }
  .p-gallery-item__img {
    width: 100%;
    width: calc(50vw - 4rem);
  }
}
.pc-slider-swiper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto !important;
  border-radius: 0.8rem;
}

.pc-slider-swiper .swiper-slide {
  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;
  width: 100%;
  height: 100%;
}

.pc-slider-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pc-slider-swiper {
  position: relative;
}

.swiper-pagination {
  position: static !important;
  margin-inline: auto !important;
  margin-top: 1.6rem !important;
  width: 100% !important;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination {
    margin-top: 1rem !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #ff0096 !important;
}

.p-front-gallery-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.4rem, 1fr));
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  margin-top: 2rem;
  gap: 2rem 0;
}

.p-front__gallery-item-img {
  width: 18.4rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-front__gallery-item-img img {
  aspect-ratio: 1/1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__gallery-link {
  text-align: center;
  margin-top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-front__gallery-link a {
  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;
  position: relative;
  text-decoration: underline;
}
.p-front__gallery-link a .triangle {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  left: 0.5rem;
  background: black;
  border-top-left-radius: 50%;
  -webkit-transform: rotate(360deg) skewY(30deg) scaleX(0.86666);
          transform: rotate(360deg) skewY(30deg) scaleX(0.86666);
  display: block;
}
.p-front__gallery-link a .triangle::before, .p-front__gallery-link a .triangle::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: black;
  display: block;
}
.p-front__gallery-link a .triangle::before {
  border-top-right-radius: 50%;
  -webkit-transform: skewX(-45deg) translateX(50%);
          transform: skewX(-45deg) translateX(50%);
}
.p-front__gallery-link a .triangle::after {
  border-bottom-left-radius: 50%;
  -webkit-transform: skewY(-45deg) translateY(50%);
          transform: skewY(-45deg) translateY(50%);
}

.pc-slider-swiper-spacer {
  margin-top: 16.833rem !important;
}
@media screen and (max-width: 834px) {
  .pc-slider-swiper-spacer {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .pc-slider-swiper {
    width: 100%;
    aspect-ratio: 16/9;
    margin-inline: auto !important;
    margin-top: 0 !important;
    border-radius: 0.8rem;
  }
  .p-front__gallery-link {
    margin-top: 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-front__gallery-link a {
    font-size: 1.4rem;
  }
  .p-front-gallery-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
    justify-items: center;
    margin-top: 1rem;
    gap: 2rem 1rem;
  }
  .p-front__gallery-item-img {
    width: 100%;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .p-front__gallery-item-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-front__title-h2 {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-front__title-h2 {
    font-size: 2.2rem;
  }
}

.p-front__title-sub {
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 834px) {
  .p-front__title-sub {
    font-size: 1.2rem;
  }
}

.p-entries {
  margin-top: 4.5rem;
  margin-inline: auto;
}
.p-entries .p-entries__text-wrapper {
  text-align: center;
}
.p-entries .p-entries__text-medeium {
  line-height: 1.3;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .p-entries .p-entries__text-medeium {
    text-wrap: nowrap;
  }
}
.p-entries .p-entries__text-small {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .p-entries .p-entries__text-small {
    text-wrap: nowrap;
  }
}
.p-entries .p-entries__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.p-entries .p-entries__2col .p-entries__item {
  position: relative;
  border-radius: 1.5rem;
  background-color: #fff0f7;
  width: 100%;
  padding: 1.8rem;
  padding-top: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-entries .p-entries__2col .p-entries__item {
    padding-top: 1.8rem !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 13.6rem;
  }
}
.p-entries .p-entries__col .p-entries__item {
  margin-top: 1.7rem;
  border-radius: 1.5rem;
  padding: 1.8rem;
  font-size: 1.6rem;
}
.p-entries .p-entries__col .p-entries__item--light-yellow {
  background-color: #fff2d7;
}
.p-entries .p-entries__col .p-entries__item--light-gray {
  background-color: #f4f4f4;
}
.p-entries .p-entries__col .p-entries__item-header {
  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;
  gap: 2.6rem;
}
.p-entries .p-entries__col .p-entries__item-body {
  width: 60rem;
  margin-inline: auto;
  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;
  gap: 3rem;
}
.p-entries .p-entries__col .p-entries__item-body th {
  text-align: center;
  font-weight: 500;
}
.p-entries .p-entries__list {
  margin-top: 3.6rem;
  width: 40rem;
  margin-inline: auto;
}
.p-entries .p-entries__list li {
  list-style: inside;
  list-style: none;
  text-indent: -2.1rem;
  font-size: 1.4rem;
  margin-top: 2rem;
  position: relative;
}
.p-entries .p-entries__list li::before {
  content: "・";
  margin-right: 0.5rem;
}
@media screen and (max-width: 834px) {
  .p-entries .p-entries__list li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .p-entries .p-entries__list {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .p-entries {
    width: 100%;
  }
  .p-entries .p-entries__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3rem;
  }
  .p-entries .p-entries__col .p-entries__item {
    margin-top: 4rem;
    position: relative;
  }
  .p-entries .p-entries__col .p-entries__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-entries .p-entries__col .p-entries__item-body {
    width: 100%;
    text-align: center;
    margin-inline: auto;
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: inherit;
  }
  .p-entries .p-entries__list {
    width: 100%;
    padding-inline: 3rem;
  }
}
.c-chuetsuart__top-logo {
  max-width: 100%;
  width: 51.7rem;
  margin-inline: auto;
  margin-block: 6rem;
}
@media screen and (max-width: 834px) {
  .c-chuetsuart__top-logo {
    width: 30rem;
    margin-block: 6rem 3rem;
  }
}

.c-sidebar {
  padding-inline: 5.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5rem;
  overflow-y: scroll;
  letter-spacing: 0.06em;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-sidebar::-webkit-scrollbar {
  display: none;
}
.c-sidebar li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
.c-sidebar h1 {
  margin-top: 5rem;
}
.c-sidebar p {
  margin-block: 3.7rem;
  font-size: 1.8rem;
}
.c-sidebar .c-sidebar__nav {
  width: 35.5rem;
}
.c-sidebar .c-sidebar__nav-item > * {
  font-size: 2rem;
}
.c-sidebar .c-sidebar__nav-item {
  background-color: #fff;
  width: 35.5rem;
  height: 6rem;
  margin-block: 0.84rem;
  border-radius: 0.4rem 3.6rem 0.4rem 0.4rem;
}
.c-sidebar .c-sidebar__nav-item:hover {
  background-color: #ffbee4;
}
.c-sidebar .c-sidebar__nav-item:hover a {
  color: #fff;
  opacity: 1;
}
.c-sidebar .c-sidebar__nav-item:hover a .triangle,
.c-sidebar .c-sidebar__nav-item:hover a .triangle::before,
.c-sidebar .c-sidebar__nav-item:hover a .triangle::after {
  background: #fff;
}
.c-sidebar .c-sidebar__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 3rem;
  position: relative;
}
.c-sidebar .c-sidebar__nav-item a .triangle {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  left: -1.4rem;
  background: #ff0096;
  border-top-left-radius: 50%;
  -webkit-transform: rotate(360deg) skewY(30deg) scaleX(0.86666);
          transform: rotate(360deg) skewY(30deg) scaleX(0.86666);
  display: block;
}
.c-sidebar .c-sidebar__nav-item a .triangle::before, .c-sidebar .c-sidebar__nav-item a .triangle::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #ff0096;
  display: block;
}
.c-sidebar .c-sidebar__nav-item a .triangle::before {
  border-top-right-radius: 50%;
  -webkit-transform: skewX(-45deg) translateX(50%);
          transform: skewX(-45deg) translateX(50%);
}
.c-sidebar .c-sidebar__nav-item a .triangle::after {
  border-bottom-left-radius: 50%;
  -webkit-transform: skewY(-45deg) translateY(50%);
          transform: skewY(-45deg) translateY(50%);
}

.c-sidebar__nav-item.active {
  background-color: #ffbee4;
}
.c-sidebar__nav-item.active a {
  color: #fff;
}
.c-sidebar__nav-item.active a .triangle,
.c-sidebar__nav-item.active a .triangle::before,
.c-sidebar__nav-item.active a .triangle::after {
  background: #fff;
}

.c-sidebar__sub-nav {
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-grid-columns: 1fr 0.63rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.84rem 0.63rem;
}
.c-sidebar__sub-nav-item {
  background-color: #fff;
  width: 16.5rem;
  height: 3.6rem;
  font-size: 1.4rem;
  border-radius: 0.4rem 2rem 0.4rem 0.4rem;
}
.c-sidebar__sub-nav-item a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0.8rem;
}
.c-sidebar__sub-nav-item:hover {
  background-color: #ffbee4;
}
.c-sidebar__sub-nav-item:hover a {
  opacity: 1;
  color: #fff;
}

.c-sidebar__sub-nav-item.active {
  background-color: #ffbee4;
}
.c-sidebar__sub-nav-item.active a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .c-sidebar {
    padding: inherit;
    width: 100%;
    overflow-y: inherit;
  }
  .c-sidebar .c-sidebar__nav {
    width: 100%;
    margin-top: 4rem;
  }
  .c-sidebar .c-sidebar__nav-item {
    width: 100%;
  }
  .c-sidebar .c-sidebar__nav-item > * {
    font-size: 1.8rem;
  }
  .c-sidebar .c-sidebar__sub-nav {
    font-size: 1.2rem;
    margin-left: inherit;
    width: 100%;
    padding-left: 2rem;
  }
  .c-sidebar .c-sidebar__sub-nav-item {
    width: 100%;
    height: 3.6rem;
    font-size: 1.2rem;
  }
  .c-sidebar .c-sidebar__sub-nav-item a {
    padding-inline: 1.5rem;
  }
}
.c-icon__scroll {
  width: 7.7rem;
  height: 1.88rem;
  margin-left: auto;
}

.c-icon__activities {
  width: 7.3rem;
  height: 6.6rem;
}

.c-icon__art {
  width: 6.4rem;
  height: 7.5rem;
}

.c-icon__palette {
  width: 6.2rem;
  height: 5.8rem;
}

@media screen and (max-width: 834px) {
  .c-icon__scroll {
    display: none;
  }
  .c-icon__activities {
    width: 6.8rem;
    height: auto;
  }
  .c-icon__art {
    width: 4.62rem;
    height: auto;
  }
  .c-icon__palette {
    width: 4.09rem;
    height: auto;
  }
}
.p-front__title-h2 {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-front__title-h2 {
    font-size: 2.2rem;
  }
}

.p-front__title-sub {
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 834px) {
  .p-front__title-sub {
    font-size: 1.2rem;
  }
}

.c-button {
  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;
  max-width: 100%;
  width: 57rem;
  height: 13rem;
  font-size: 2.8rem;
  border-radius: 2.2rem;
  text-decoration: none;
  margin-inline: auto;
  color: #fff;
}
.c-button .c-icon {
  margin-right: 2rem;
}
.c-button:hover {
  color: #fff;
}

.c-button--activities {
  background-color: #00c8ff;
}

.c-button--staff {
  background-color: #00a69a;
}

.c-button--palette {
  background-color: #ffb100;
}

.c-button--art {
  background-color: #ff0096;
}

.c-button__gallery-submit {
  max-width: 100%;
  width: 17.3rem;
  height: 3.5rem;
  background-color: #ff0096;
  border-radius: 5rem;
  color: #fff;
  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;
}
.c-button__gallery-submit:hover {
  opacity: 0.6;
}

.c-button__gallery-clear {
  max-width: 100%;
  width: 11.9rem;
  height: 3.5rem;
  background-color: #808080;
  border-radius: 5rem;
  color: #fff;
  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;
}
.c-button__gallery-clear:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .c-button {
    width: 100%;
    height: 8.5rem;
    font-size: 2.2rem;
  }
  .c-button .c-icon {
    margin-right: 1rem;
  }
}
.c-title__h1 {
  font-size: 3.4rem;
  position: relative;
  ruby-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
.c-title__h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #ff0096;
  border-radius: 0.2rem;
}
.c-title__h1 rt {
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 834px) {
  .c-title__h1 {
    font-size: 2.2rem;
  }
}

.c-title__h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-title__h2 {
    font-size: 1.8rem;
  }
}

.c-table__research {
  width: 100%;
  border-collapse: collapse;
}
.c-table__research tr {
  border-bottom: 0.2rem solid #c9c9c9;
}
.c-table__research th,
.c-table__research td {
  padding: 1rem;
}
.c-table__research th {
  font-weight: bold;
  color: #ff0096;
}

@media screen and (max-width: 834px) {
  .c-page p,
  .c-page li {
    line-height: 1.7;
  }
}
.c-page .c-page__title {
  margin-top: 16.833rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .c-page .c-page__title {
    margin-top: 8rem;
    margin-bottom: 2.5rem;
  }
}
.c-page h1 {
  margin-top: 6rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .c-page h1 {
    margin-top: 8rem;
    font-size: 2.2rem;
  }
}
.c-page h2 {
  margin-top: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-page h2 {
    margin-top: 6rem;
    font-size: 1.8rem;
  }
}
.c-page h3 {
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .c-page h3 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
}
.c-page h4 {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-page h4 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.c-page h5 {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-page h5 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.c-page h6 {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-page h6 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.c-page p {
  margin-block: 2rem;
}
.c-page .wp-element-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-page .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-page .wp-block-image {
  margin-block: 1rem;
  padding-inline: 1rem;
}
.c-page .wp-block-list {
  padding-left: 2rem;
  list-style: disc !important;
}
.c-page .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .c-page .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-page ol,
.c-page ul {
  margin-block: 1rem;
}
.c-page li {
  list-style: none;
  margin-block: 1rem;
  padding-left: 2rem;
}
.c-page li::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1rem;
  margin-left: -2rem;
}

.c-page__title h1 {
  font-size: 3.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-page__title h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #ff0096;
  border-radius: 0.2rem;
}
.c-page__title h2 {
  font-size: 2.4rem;
}
.c-page__title p {
  max-width: 54rem;
  margin-inline: auto;
}
.c-page__title .wp-block-group-is-layout-flex {
  gap: 3rem !important;
}
.c-page__title .wp-block-image {
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .c-page__title h1 {
    font-size: 2.2rem;
  }
  .c-page__title h1::after {
    bottom: -0.4rem;
  }
  .c-page__title h2 {
    font-size: 1.8rem;
  }
  .c-page__title .wp-block-group-is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem !important;
  }
}
.c-page__pb {
  padding-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .c-page__pb {
    padding-bottom: 6rem;
  }
}

.c-list__download .c-list__download-item {
  padding: 2rem 4rem;
  border-bottom: 0.2rem solid #c9c9c9;
}
.c-list__download .c-list__download-item:first-child {
  border-top: 0.2rem solid #c9c9c9;
}
.c-list__download .c-list__download-item a {
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 2rem;
  line-height: 1.3;
}
.c-list__download .c-list__download-item a:hover {
  opacity: 0.6;
}

.c-list__poster-item {
  max-width: 40rem;
  margin-inline: auto;
}

.c-list__poster-item + .c-list__poster-item {
  margin-top: 4.5rem;
}

@media screen and (max-width: 834px) {
  .c-list__download .c-list__download-item {
    padding: 1.5rem 2rem;
  }
  .c-list__download .c-list__download-item a {
    font-size: 1.6rem;
  }
  .c-list__poster-item {
    max-width: 32.6rem;
    margin-top: 1rem;
  }
}
.c-image__human img {
  width: 16.6rem;
  min-width: 16.6rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-image__exhibition img {
  width: 19.6rem;
  min-width: 19.6rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-image__human {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-image__area {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-image__area img {
  width: 23.6rem;
  min-width: 23.6rem;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 834px) {
  .c-image__human {
    top: -3rem;
    position: static;
    -webkit-transform: translate(-1rem, -1.5rem);
            transform: translate(-1rem, -1.5rem);
  }
  .c-image__human img {
    width: 14.3rem;
    min-width: 14.3rem;
  }
  .c-image__exhibition {
    position: absolute;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-image__exhibition img {
    width: 15.6rem;
    min-width: 15.6rem;
  }
  .c-image__area {
    top: -6rem;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .c-image__area img {
    width: 15.9rem;
    min-width: 15.9rem;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
}
.c-site-logo {
  max-width: 35.5rem;
  height: auto;
}

@media screen and (max-width: 834px) {
  .c-site-logo-wrapper {
    max-width: 84.5%;
    margin-inline: auto;
    margin-block: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-site-logo-menu-wrapper {
    margin-inline: auto;
    margin-block: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-site-logo {
    width: 13.7rem;
  }
  .c-site-logo--sp {
    width: 13.7rem;
  }
  .c-site-logo__text {
    font-size: 1.4rem;
  }
}
.c-label__year {
  display: inline-block;
  background-color: #00a599;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  letter-spacing: 0.05rem;
  font-size: 1.46rem;
}

.c-label__grade {
  display: inline-block;
  background-color: #808080;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  font-size: 1.46rem;
}

.c-label__award {
  display: inline-block;
  background-color: transparent;
  color: #ff0096;
  border: 0.2rem solid #ff0096;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  font-size: 1.36rem;
}

@media screen and (max-width: 834px) {
  .c-label__year, .c-label__grade, .c-label__award {
    font-size: 1.2rem;
  }
}
.c-single {
  margin-top: 16.833rem;
  margin-bottom: 12rem;
}
.c-single .c-single__h1 {
  font-size: 3.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
.c-single .c-single__h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #ff0096;
  border-radius: 0.2rem;
}
@media screen and (max-width: 834px) {
  .c-single .c-single__h1 {
    font-size: 2.2rem;
  }
}
.c-single .wp-block-group-is-layout-flex {
  gap: 5rem !important;
}
.c-single .wp-block-image {
  overflow: hidden;
  margin-block: 1rem;
  padding-inline: 1rem;
}
.c-single .c-single__meta {
  margin-block: 2rem;
  letter-spacing: 0.05rem;
}

.c-single__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 4.5rem;
}
.c-single__nav a {
  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;
  text-decoration: underline;
}

.c-single__gallery {
  margin-top: 16.833rem;
}

.c-single__gallery-meta {
  margin-top: 2rem;
}

.c-single__gallery-label-wrap .c-single__gallery-label-1col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.c-single__gallery-label-wrap .c-single__gallery-label-2col {
  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: 1rem;
}
.c-single__gallery-label-wrap .c-label__year {
  display: inline-block;
  background-color: #00a599;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  letter-spacing: 0.05rem;
  font-size: 2rem;
}
.c-single__gallery-label-wrap .c-label__grade {
  display: inline-block;
  background-color: #808080;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  font-size: 2rem;
}
.c-single__gallery-label-wrap .c-label__award {
  display: inline-block;
  background-color: transparent;
  color: #ff0096;
  border: 0.2rem solid #ff0096;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  font-size: 2rem;
}

.c-single__gallery-comment {
  margin-top: 3rem;
  background-color: #f4f4f4;
  border-radius: 2rem;
  padding: 3rem;
}
.c-single__gallery-comment h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.c-single__gallery-comment p {
  font-size: 1.8rem;
}

.c-single__gallery-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 4.5rem;
  text-decoration: underline;
}

.c-single__gallery-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.c-single__content a {
  text-decoration: underline;
}

.triangle-left,
.triangle-right {
  width: 3rem;
  height: auto;
  display: block;
}

.c-button__gallery-prev,
.c-button__gallery-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1.8rem;
}
.c-button__gallery-prev:hover,
.c-button__gallery-next:hover {
  opacity: 0.8;
}
.c-button__gallery-prev.disabled,
.c-button__gallery-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .c-single__gallery-label-wrap .c-label__year,
  .c-single__gallery-label-wrap .c-label__grade,
  .c-single__gallery-label-wrap .c-label__award {
    font-size: 1.4rem;
  }
  .c-single {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
  .c-single h1 {
    font-size: 2.2rem;
  }
  .c-single__nav {
    margin-block: 2.5rem;
  }
  .c-single__gallery {
    margin-top: 8rem;
  }
  .c-single__gallery-comment {
    margin-top: 2rem;
    padding: 2rem;
  }
  .c-single__gallery-comment h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .c-single__gallery-comment p {
    font-size: 1.4rem;
  }
  .c-single__gallery-nav {
    margin-block: 2.5rem;
  }
  .c-single__gallery-nav-buttons {
    gap: 1rem;
  }
  .c-single__gallery-image {
    border-radius: 1.1rem;
    overflow: hidden;
  }
  .c-single__gallery-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-button__gallery-prev,
  .c-button__gallery-next {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  .triangle-left,
  .triangle-right {
    width: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-single p,
  .c-single li {
    line-height: 1.7;
  }
}
.c-single .c-page__title {
  margin-top: 16.833rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .c-single .c-page__title {
    margin-top: 8rem;
    margin-bottom: 2.5rem;
  }
}
.c-single h1 {
  margin-top: 6rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .c-single h1 {
    margin-top: 8rem;
    font-size: 2.2rem;
  }
}
.c-single h2 {
  margin-top: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-single h2 {
    margin-top: 6rem;
    font-size: 1.8rem;
  }
}
.c-single h3 {
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .c-single h3 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
}
.c-single h4 {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-single h4 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.c-single h5 {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-single h5 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.c-single h6 {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-single h6 {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.c-single p {
  margin-block: 2rem;
}
.c-single .wp-element-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-single .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-single .wp-block-image {
  margin-block: 1rem;
  padding-inline: 1rem;
}
.c-single .wp-block-list {
  padding-left: 2rem;
  list-style: disc !important;
}
.c-single .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .c-single .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-single ol,
.c-single ul {
  margin-block: 1rem;
}
.c-single li {
  list-style: none;
  margin-block: 1rem;
  padding-left: 2rem;
}
.c-single li::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1rem;
  margin-left: -2rem;
}

.c-archive {
  margin-top: 16.833rem;
}
.c-archive h1 {
  font-size: 3.4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-archive h1::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #ff0096;
  border-radius: 0.2rem;
}

.c-archive__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1.4rem;
}

.c-archive__date {
  letter-spacing: 0.05rem;
  margin-right: 2rem;
  font-size: 1.6rem;
}

.c-archive__title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}

.c-archive__cat {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 0.41rem;
  letter-spacing: 0.05rem;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: -0.8rem;
}

.c-archive__info {
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-archive__thumb {
  overflow: hidden;
  width: 17rem;
  display: block;
}
.c-archive__thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.c-archive__excerpt {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 834px) {
  .c-archive {
    margin-top: 8rem;
  }
  .c-archive h1 {
    font-size: 2.2rem;
  }
  .c-archive__list {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .c-archive__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 1rem;
  }
  .c-archive__thumb {
    width: 10rem;
  }
  .c-archive__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.2rem;
    width: 100%;
    height: auto;
  }
  .c-archive__date {
    letter-spacing: 0.05rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .c-archive__title {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-archive__excerpt {
    display: none;
  }
  .c-archive__info {
    margin-top: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-archive__cat {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 0.41rem;
    letter-spacing: 0.05rem;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
.c-form {
  width: 100%;
  padding: 4rem;
  background-color: #fff0f7;
  border-radius: 1.7rem;
}
.c-form__inner {
  max-width: 40rem;
  margin: 0 auto;
}
.c-form__inner--large {
  max-width: 52rem;
  margin: 0 auto;
}
.c-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.c-form p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-form label {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.c-form .c-form__required {
  display: inline-block;
  background-color: #ff0096;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 1.5rem;
  border-radius: 0.55rem;
  line-height: 1;
}
.c-form input[type=email],
.c-form input[type=text],
.c-form input[type=password] {
  width: 100%;
  padding: 1rem;
  border-radius: 0.67rem;
  background-color: #fff;
  font-size: 1.7rem;
  border: none;
}
.c-form input[type=email]:focus,
.c-form input[type=text]:focus,
.c-form input[type=password]:focus {
  outline: none;
  border-color: #4a90e2;
}
.c-form textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0.67rem;
  background-color: #fff;
  font-size: 1.7rem;
  border: none;
  resize: vertical;
  min-height: 20rem;
}
.c-form textarea:focus {
  outline: none;
  border-color: #4a90e2;
}
.c-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #ff0096;
  border-radius: 0.3rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.c-form input[type=checkbox]:checked {
  background-color: #ff0096;
  border-color: #ff0096;
}
.c-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-form input[type=checkbox]:hover {
  border-color: #cc0078;
}
.c-form .login-remember {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-form .login-remember label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
}
.c-form input[type=submit] {
  max-width: 100%;
  width: 21.5rem;
  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;
  text-align: center;
  margin-inline: auto;
  padding: 0.75rem;
  background: #ff0096;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-size: 2.2rem;
}
.c-form input[type=submit]:hover {
  opacity: 0.6;
}

.c-login-error {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  color: #c33;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  margin: 0;
  background: #e6ffed;
  border: 1px solid #b2f5c2;
  border-radius: 0.4rem;
  color: #276749;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 1rem;
  margin: 0;
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 0.4rem;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-form {
    margin-top: 3rem;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
  .c-form textarea {
    min-height: 20rem;
    resize: vertical;
  }
  .c-form label {
    font-size: 1.6rem;
  }
  .c-form .c-form__required {
    font-size: 1.2rem;
  }
  .c-form input[type=email],
  .c-form input[type=text],
  .c-form input[type=password] {
    font-size: 1.4rem;
  }
  .c-form textarea {
    font-size: 1.4rem;
  }
  .c-form input[type=submit] {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    width: 5.8rem;
    height: 5.8rem;
    background-color: #ff0096;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
    padding: 1.5rem 1rem 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .c-hamburger:hover {
    opacity: 0.8;
  }
}
.c-hamburger__line {
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
.c-hamburger__text {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-hamburger__text::before {
  content: "MENU";
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: black;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
          transform: translateY(0.6rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__text {
  color: black;
}
.c-hamburger.is-active .c-hamburger__text::before {
  content: "CLOSE";
}

@media screen and (max-width: 834px) {
  .c-hamburger__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f3f3f3;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
  }
  .c-hamburger__menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.c-news-pagination {
  text-align: center;
  margin-top: 6.5rem;
}
.c-news-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff0096;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
}
.c-news-pagination .page-numbers:hover {
  opacity: 0.6;
}
.c-news-pagination .page-numbers.current {
  opacity: 0.6;
}
.c-news-pagination .page-numbers.dots {
  background-color: transparent;
  color: black;
  cursor: default;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-gallery-modal__comment {
  max-width: 57.2rem;
  background-color: #f4f4f4;
  border-radius: 1.1rem;
  padding: 3rem;
}
.c-gallery-modal__comment h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.c-gallery-modal__comment p {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-gallery-modal__comment {
    padding: 1rem;
  }
  .c-gallery-modal__comment h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .c-gallery-modal__comment p {
    font-size: 1.2rem;
  }
}

.c-gallery-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  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.2s;
  transition: opacity 0.2s;
}

.custom-modal-content {
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  max-width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.custom-modal-content .custom-modal-img-inner {
  max-width: 57.2rem;
}
.custom-modal-content .custom-modal-img-inner img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50vh;
}
@media screen and (max-width: 834px) {
  .custom-modal-content {
    padding: 2rem;
    border-radius: 1.1rem;
  }
}

.custom-modal-close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: url("images/close.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .custom-modal-close {
    top: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
  }
}

.custom-modal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .custom-modal-nav {
    gap: 1rem;
  }
}

.custom-modal-nav button {
  border: none;
  background: transparent !important;
}

.custom-modal-nav button:hover {
  background: #e0e0e0;
}

.custom-modal-img-inner {
  overflow: hidden;
}

#custom-modal-prev,
#custom-modal-next {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}

.c-gallery-modal__meta {
  margin-block: 1rem;
}

.c-gallery-modal__label-wrap--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

.c-gallery-modal__label-wrap--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

.c-accordion__toggle {
  cursor: pointer;
  text-decoration: underline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
  position: relative;
}
.c-accordion__toggle .triangle {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  left: 0.5rem;
  background: black;
  border-top-left-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(330deg) skewY(30deg) scaleX(0.86666);
          transform: rotate(330deg) skewY(30deg) scaleX(0.86666);
  display: block;
}
.c-accordion__toggle .triangle::before, .c-accordion__toggle .triangle::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: black;
  display: block;
}
.c-accordion__toggle .triangle::before {
  border-top-right-radius: 50%;
  -webkit-transform: skewX(-45deg) translateX(50%);
          transform: skewX(-45deg) translateX(50%);
}
.c-accordion__toggle .triangle::after {
  border-bottom-left-radius: 50%;
  -webkit-transform: skewY(-45deg) translateY(50%);
          transform: skewY(-45deg) translateY(50%);
}
.c-accordion__toggle.is-active .triangle {
  -webkit-transform: rotate(270deg) skewY(30deg) scaleX(0.86666);
          transform: rotate(270deg) skewY(30deg) scaleX(0.86666);
}

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

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin-inline: auto;
}

.u-mxAuto {
  margin-inline: auto;
}

.u-marginLeft {
  margin-left: auto;
}

.u-margin1rem {
  margin: 1rem;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-mt3rem {
  margin-top: 3rem;
}

.u-mt4rem {
  margin-top: 4rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-my1rem {
  margin-block: 1rem;
}

@media screen and (max-width: 834px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
}
.u-pt45 {
  padding-top: 4.5rem;
}

.u-pt63 {
  padding-top: 6.3rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-pb63 {
  padding-bottom: 6.3rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pb120 {
  padding-bottom: 12rem;
}

.u-py45 {
  padding-block: 4.5rem;
}

.u-py63 {
  padding-block: 6.3rem;
}

.u-py0 {
  padding-block: 0;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt160 {
  padding-top: 16rem;
}

.u-pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 834px) {
  .u-pt22--sp {
    padding-top: 2.25rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt40--sp {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt120--sp {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pb40--sp {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-py40--sp {
    padding-block: 4rem !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-inline-block {
  display: inline block;
  text-align: left;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

@media screen and (max-width: 834px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 1rem !important;
}

.u-font11 {
  font-size: 1.1rem !important;
}

.u-font12 {
  font-size: 1.2rem !important;
}

.u-font13 {
  font-size: 1.3rem !important;
}

.u-font14 {
  font-size: 1.4rem !important;
}

.u-font15 {
  font-size: 1.5rem !important;
}

.u-font16 {
  font-size: 1.6rem !important;
}

.u-font17 {
  font-size: 1.7rem !important;
}

.u-font18 {
  font-size: 1.8rem !important;
}

.u-font20 {
  font-size: 2rem !important;
}

.u-font22 {
  font-size: 2.2rem !important;
}

.u-font23 {
  font-size: 2.3rem !important;
}

.u-font24 {
  font-size: 2.4rem !important;
}

.u-font25 {
  font-size: 2.5rem !important;
}

.u-font26 {
  font-size: 2.6rem !important;
}

.u-font27 {
  font-size: 2.7rem !important;
}

.u-font28 {
  font-size: 2.8rem !important;
}

.u-font30 {
  font-size: 3rem !important;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 3.5rem !important;
}

.u-font38 {
  font-size: 3.8rem !important;
}

.u-fontBold {
  font-weight: 700;
}

.u-fontNormal {
  font-weight: 400;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 834px) {
  .u-font26--sp {
    font-size: 2.6rem !important;
  }
  .u-font20--sp {
    font-size: 2rem !important;
  }
  .u-font18--sp {
    font-size: 1.8rem !important;
  }
  .u-font16--sp {
    font-size: 1.6rem !important;
  }
  .u-font14--sp {
    font-size: 1.4rem !important;
  }
  .u-font12--sp {
    font-size: 1.2rem !important;
  }
  .u-font13--sp {
    font-size: 1.3rem !important;
  }
}
.u-font--weight100 {
  font-weight: 100;
}

.u-font--weight200 {
  font-weight: 200;
}

.u-font--weight300 {
  font-weight: 300;
}

.u-font--weight400 {
  font-weight: 400;
}

.u-font--weight500 {
  font-weight: 500;
}

.u-font--weight600 {
  font-weight: 600;
}

.u-font--weight700 {
  font-weight: 700;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-boxShadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.u-textUnderLine {
  text-decoration: underline !important;
}

.u-relative {
  position: relative;
}

.u-bg__lightpink {
  background-color: #fff0f7;
}

.u-bg__lightblue {
  background-color: #e9f8f7;
}

.u-color__yellow {
  color: #ffb100;
}
.u-color__green {
  color: #00a69a;
}
.u-color__pink {
  color: #ff0096;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-flex--justify---start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.u-flex--justify---end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u-flex--justify---center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--justify---left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-flexCenter {
  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;
}

.u-flex--CenterLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.u-flex--CenterLine .u-centerLine {
  position: relative;
  margin-right: 70px;
}
.u-flex--CenterLine .u-centerLine p {
  margin: 0;
}
.u-flex--CenterLine .u-centerLine::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 1px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 834px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
  .u-flex--CenterLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-flex--CenterLine .u-centerLine {
    position: relative;
    margin-right: 35px;
  }
  .u-flex--CenterLine .u-centerLine p {
    margin: 0;
  }
  .u-flex--CenterLine .u-centerLine::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17.5px;
    height: 20px;
    width: 1px;
    background-color: #f3f3f3;
  }
}
.u-ls-10 {
  letter-spacing: -0.1em;
}

.u-ls-11 {
  letter-spacing: -0.11em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid #c9c9c9;
}

.u-gap1rem {
  gap: 1rem;
}

.u-gap2rem {
  gap: 2rem;
}

.u-gap4rem {
  gap: 4rem;
}

.u-gap0-5 {
  gap: 0 5px;
}

.u-gap5 {
  gap: 5px;
}

.u-gap5vw {
  gap: 5vw;
}

.u-gap26 {
  gap: 26px;
}

.u-gap30 {
  gap: 30px;
}

.u-gap45 {
  gap: 45px;
}

.u-gap65 {
  gap: 65.5px;
}

.u-gap10rem {
  gap: 10rem;
}

.u-width-34 {
  max-width: 34px;
}

.u-width-80 {
  max-width: 80px;
}

.u-width-115 {
  max-width: 115px;
}

.u-width-135 {
  max-width: 135px;
}

.u-width-253 {
  max-width: 253px;
}

.u-width-916 {
  max-width: 916px;
}

.u-width-994 {
  max-width: 994px;
}

.u-width100par {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .u-transform__left2rem--sp {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}