html {
  margin: 0 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: "JetBrains Mono", "Arial", "Helvetica", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 320px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 375px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 22px;
  }
}

main {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 100px;
  }
}

section {
  position: relative;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

.disp_none {
  display: none;
}
@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .disp_tab, .disp_pc, .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disp_sp, .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp, .disp_tab, .disp_notpc {
    display: none !important;
  }
}

.js-collapse {
  cursor: pointer;
}

/* ============= common class ================ */
.block {
  width: 100%;
  display: block;
}

.fit {
  position: relative;
  overflow: hidden;
}
.fit__item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------
  common parts
-------------------------------------------------------*/
.inner {
  width: 80.8%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .inner {
    width: 80%;
  }
}

.moreLink__link {
  display: inline-flex;
  align-items: center;
  grid-gap: 2.1429em;
}
.moreLink__link:hover {
  padding-left: 1em;
  color: #818181;
  opacity: 1;
}
.moreLink__link:hover .moreLink__arrow {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="121" height="9" viewBox="0 0 121 9" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.500001 7.57394C0.500001 7.2978 0.723859 7.07394 1 7.07394L118.979 7.07394L110.703 0.976471C110.481 0.812663 110.434 0.499653 110.597 0.277344C110.761 0.0550335 111.074 0.00760759 111.297 0.171415L120.797 7.17141C120.97 7.29954 121.042 7.52485 120.975 7.73004C120.908 7.93524 120.716 8.07394 120.5 8.07394L1 8.07394C0.723859 8.07394 0.500001 7.85008 0.500001 7.57394Z" fill="%23818181"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .moreLink__link {
    grid-gap: 1.875em;
  }
  .moreLink__link:hover {
    padding-left: 0.875em;
  }
}
.moreLink__arrow {
  width: 8.5714em;
  height: 0.6429em;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="121" height="9" viewBox="0 0 121 9" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.500001 7.57394C0.500001 7.2978 0.723859 7.07394 1 7.07394L118.979 7.07394L110.703 0.976471C110.481 0.812663 110.434 0.499653 110.597 0.277344C110.761 0.0550335 111.074 0.00760759 111.297 0.171415L120.797 7.17141C120.97 7.29954 121.042 7.52485 120.975 7.73004C120.908 7.93524 120.716 8.07394 120.5 8.07394L1 8.07394C0.723859 8.07394 0.500001 7.85008 0.500001 7.57394Z" fill="%23000"/></svg>') center/contain no-repeat;
  display: block;
}
@media screen and (min-width: 768px) {
  .moreLink__arrow {
    width: 7.5em;
    height: 0.5625em;
  }
}
.moreLink__txt {
  font-size: 114.29%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .moreLink__txt {
    font-size: 112.5%;
  }
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 0.0625em solid #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    padding: 1.25em 0 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
    padding: 1.875em 0 0;
  }
}
.header__inner {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 95%;
    max-width: 100%;
    height: auto;
    align-items: flex-start;
    pointer-events: none;
  }
}
.header__sitelogo {
  transition: 0.5s;
}
.header__sitelogo svg {
  width: 9em;
  height: 2.2143em;
}
.header__sitelogo:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .header__sitelogo {
    pointer-events: auto;
  }
  .header__sitelogo svg {
    width: 10.9375em;
    height: 2.6875em;
  }
}
.header__navWrap {
  width: 100%;
  height: 100vh;
  max-height: 0;
  padding: 0 0 3.2143em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 7.5em;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  pointer-events: none;
}
.header__navWrap.visible {
  max-height: 1250em;
  overflow-y: scroll;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .header__navWrap {
    width: auto;
    height: auto;
    max-height: inherit;
    padding: 0.1875em 0 0;
    background-color: transparent;
    justify-content: flex-start;
    grid-gap: 5.625em;
    position: relative;
    pointer-events: auto;
    opacity: 1;
  }
}
.header__gnavWrap {
  display: contents;
}
.header__gnav {
  display: grid;
  grid-gap: 3.0714em;
}
.header__gnav li.hidden {
  display: none !important;
}
.header__gnav a {
  width: 100%;
  font-size: 121.43%;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__gnav {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7813em;
  }
  .header__gnav a {
    font-size: 100%;
    font-weight: 500;
    text-align: right;
    transition: font-variation-settings 0.2s ease;
  }
  .header__gnav a:hover {
    color: #818181;
    font-style: italic;
    opacity: 1;
  }
}
.header__sns {
  display: flex;
  align-items: center;
  grid-gap: 1em;
}
.header__sns a {
  transition: 0.2s;
}
.header__sns a:hover {
  opacity: 0.5;
}
.header__sns img {
  width: 1.5714em;
}
.header__spToggler {
  width: 1.1786em;
  height: 0.7143em;
  padding: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
}
.header__spToggler:focus {
  outline: 0;
  box-shadow: none;
}
.header__spToggler span {
  width: 1.1786em;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
  display: block;
  transition: 0.5s;
}
.header__spToggler.open {
  width: 1.4286em;
  height: 1.4286em;
  margin: 0.5em -0.2143em 0 0;
}
.header__spToggler.open span {
  width: 1.4286em;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.header__spToggler.open span + span {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header.transparent {
    height: 100vh;
    background-color: transparent;
    border-bottom-width: 0;
    position: absolute;
  }
  .header.transparent .header__sitelogo {
    color: #fff;
    pointer-events: none;
  }
  .header.transparent .header__sitelogo svg {
    width: 19.0714em;
    height: 4.6429em;
  }
  .header.transparent .header__inner {
    justify-content: center;
  }
  .header.transparent .header__spToggler {
    display: none;
  }
  .header.transparent.scrolled {
    height: 60px;
    background-color: #fff;
    border-bottom-width: 0.0625em;
    position: fixed;
  }
  .header.transparent.scrolled .header__sitelogo {
    color: #000;
    pointer-events: auto;
  }
  .header.transparent.scrolled .header__sitelogo svg {
    width: 9em;
    height: 2.2143em;
  }
  .header.transparent.scrolled .header__inner {
    justify-content: space-between;
  }
  .header.transparent.scrolled .header__spToggler {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .header.transparent {
    background-color: transparent;
    color: #fff;
  }
  .header.transparent.scrolled {
    background-color: #fff;
    color: #000;
  }
}

/*------------------------------------------------------
  main
-------------------------------------------------------*/
.pageTtlArea {
  width: 100%;
  padding: 3.8571em 0 0;
  margin-bottom: 3.7143em;
}
@media screen and (min-width: 768px) {
  .pageTtlArea {
    padding: 3.125em 0 0;
    margin-bottom: 3.25em;
  }
}
.pageTtlArea__ttl {
  font-size: 142.86%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__ttl {
    font-size: 156.25%;
    text-align: left;
  }
}
.pageTtlArea__catLinks {
  margin-top: 4.6429em;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__catLinks {
    margin-top: 0.9375em;
  }
}
.pageTtlArea__catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1em;
}
.pageTtlArea__catList li {
  display: flex;
  align-items: center;
  grid-gap: 1em;
}
.pageTtlArea__catList li:not(:last-child)::after {
  content: "";
  width: 1em;
  height: 1em;
  background: linear-gradient(135deg, transparent 46%, #707070 46%, #707070 52%, transparent 52%);
  opacity: 1;
}
.pageTtlArea__catList li.current {
  color: #AFAFAF;
  pointer-events: none;
}
.pageTtlArea__catList a {
  font-size: 107.14%;
}
.pageTtlArea__catList a:hover {
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .pageTtlArea__catList {
    justify-content: flex-start;
    grid-gap: 1.375em;
  }
  .pageTtlArea__catList li {
    grid-gap: 1.375em;
  }
  .pageTtlArea__catList li:not(:last-child)::after {
    width: 1.25em;
    height: 1.25em;
  }
  .pageTtlArea__catList a {
    font-size: 106.25%;
  }
}

.secWorks {
  padding: 2.8571em 0 2.8571em;
}
@media screen and (min-width: 768px) {
  .secWorks {
    padding: 2.5em 0 6.25em;
  }
}
.secWorks__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.3929em 1.6429em;
}
@media screen and (min-width: 768px) {
  .secWorks__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4.0625em 1.75em;
  }
}
@media screen and (min-width: 1024px) {
  .secWorks__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.secWorks__list .listItem {
  width: 100%;
  display: block;
  position: relative;
}
.secWorks__list .listItem:hover {
  color: #818181;
  opacity: 1;
}
.secWorks__list .listItem:hover .listItem__detail {
  opacity: 1;
}
.secWorks__list .listItem__ttl {
  margin-bottom: 0.6429em;
  font-size: 1.0714em;
}
@media screen and (min-width: 768px) {
  .secWorks__list .listItem__ttl {
    margin-bottom: 0.4667em;
    font-size: 93.75%;
  }
}
.secWorks__list .listItem__img {
  width: 100%;
  padding-top: 136.1702%;
}
.secWorks__list .listItem__detail {
  width: 100%;
  height: 100%;
  padding: 0 0.7143em;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 0.7143em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}
.secWorks__list .listItem__detail_ttl {
  font-size: 121.43%;
}
.secWorks__list .listItem__detail_txt {
  font-size: 92.86%;
}
@media screen and (min-width: 768px) {
  .secWorks__list .listItem__detail_ttl {
    font-size: 106.25%;
  }
  .secWorks__list .listItem__detail_txt {
    font-size: 81.25%;
  }
}
.secWorks__slider {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.secWorks__slider.visible {
  opacity: 1;
  pointer-events: auto;
}
.secWorks__slider_arrow {
  width: 0.7143em;
  height: 1.1429em;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="33" viewBox="0 0 21 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.9999 17.0162C20.9949 17.3223 20.85 17.6093 20.6067 17.795L1.60667 32.295C1.16763 32.63 0.540106 32.5457 0.20505 32.1067C-0.130007 31.6677 -0.0457134 31.0401 0.393326 30.7051L18.386 16.9739L0.367874 2.2749C-0.0600719 1.92578 -0.12398 1.29585 0.225136 0.867904C0.574249 0.439958 1.20418 0.376052 1.63213 0.725166L20.6321 16.2252C20.8693 16.4187 21.0048 16.7102 20.9999 17.0162Z" fill="%23fff"/></svg>') center/contain no-repeat;
  border: 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.secWorks__slider_arrow--prev {
  left: 5%;
  transform: translateY(-50%) scale(-1, 1);
}
.secWorks__slider_arrow--next {
  right: 5%;
}
.secWorks__slider_arrow:hover {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="33" viewBox="0 0 21 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.9999 17.0162C20.9949 17.3223 20.85 17.6093 20.6067 17.795L1.60667 32.295C1.16763 32.63 0.540106 32.5457 0.20505 32.1067C-0.130007 31.6677 -0.0457134 31.0401 0.393326 30.7051L18.386 16.9739L0.367874 2.2749C-0.0600719 1.92578 -0.12398 1.29585 0.225136 0.867904C0.574249 0.439958 1.20418 0.376052 1.63213 0.725166L20.6321 16.2252C20.8693 16.4187 21.0048 16.7102 20.9999 17.0162Z" fill="%23818181"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secWorks__slider_arrow {
    width: 1.25em;
    height: 1.875em;
  }
  .secWorks__slider_arrow--prev {
    left: 5%;
  }
  .secWorks__slider_arrow--next {
    right: 5%;
  }
}
.secWorks__slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 3.2143em;
}
.secWorks__slide_img {
  width: calc(100% - 7.8571em);
  max-width: 680px;
  max-height: 510px;
}
.secWorks__slide_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .secWorks__slide_img {
    width: calc(100% - 2.5em);
  }
}
.secWorks__slide_txtWrap {
  padding: 0 11.5%;
  text-align: center;
}
.secWorks__slide_ttl {
  margin-bottom: 0.5882em;
  font-size: 121.43%;
}
@media screen and (min-width: 768px) {
  .secWorks__slide_ttl {
    font-size: 106.25%;
  }
}
.secWorks__slide_txt {
  font-size: 92.86%;
}
@media screen and (min-width: 768px) {
  .secWorks__slide_txt {
    font-size: 81.25%;
  }
}
.secWorks__slide_closeBtn {
  width: 1.0714em;
  height: 1.1429em;
  position: absolute;
  top: 2.1429em;
  right: 1.7143em;
}
.secWorks__slide_closeBtn span {
  width: 1.4286em;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.secWorks__slide_closeBtn span + span {
  transform: rotate(-45deg);
}

.secArchive__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secArchive__inner {
    width: 80%;
  }
}
.secArchive__list {
  width: 100%;
  border-top: 1px solid #C9C9C9;
  display: grid;
}
.secArchive__list .listItem {
  padding: 2.4286em 9.5%;
  border-bottom: 1px solid #C9C9C9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 1em;
}
.secArchive__list .listItem__link {
  font-size: 114.29%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0.25em;
  transition: font-variation-settings 0.2s ease;
}
.secArchive__list .listItem__link:hover {
  color: #818181;
  font-style: italic;
  opacity: 1;
}
.secArchive__list .listItem__link time {
  font-size: 81.25%;
  flex-shrink: 0;
}
.secArchive__list .listItem__cat {
  padding: 0.3333em 1em;
  border: 1px solid #000;
  font-size: 85.71%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secArchive__list .listItem {
    padding: 3.8125em 3.2% 3.8125em 3.8%;
    flex-direction: row;
    align-items: center;
    grid-gap: 0;
  }
  .secArchive__list .listItem__link {
    font-size: 100%;
    flex-direction: row;
    align-items: center;
    grid-gap: 4.1875em;
  }
  .secArchive__list .listItem__link time {
    font-size: 81.25%;
  }
  .secArchive__list .listItem__cat {
    padding: 0.4286em 1.7143em;
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secArchive__list .listItem__link {
    font-size: 112.5%;
  }
  .secArchive__list .listItem__link time {
    font-size: 83.33%;
  }
}

.paginationBlk {
  display: none;
}
.paginationBlk:has(.wp-pagenavi) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationBlk .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 3em;
}
.paginationBlk .wp-pagenavi a {
  transition: font-variation-settings 0.2s ease;
}
.paginationBlk .wp-pagenavi a:hover {
  color: #818181;
  font-style: italic;
}
.paginationBlk .current {
  color: #818181;
}
.paginationBlk .page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1em;
  position: relative;
  z-index: 1;
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer__img {
  width: 100%;
  margin-bottom: 2.5714em;
}
@media screen and (min-width: 768px) {
  .footer__img {
    margin-bottom: 3.3125em;
  }
}
.footer__inner {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: 95%;
    max-width: 100%;
    padding: 0;
  }
}
.footer__navWrap {
  display: contents;
}
.footer__nav {
  width: 100%;
  margin-bottom: 9.8571em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 3.3571em;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-right: 2.5%;
    margin-bottom: 10.625em;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 3em;
  }
}
.footer__nav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0.9286em;
}
.footer__nav_list li.hidden {
  display: none !important;
}
.footer__nav_list a {
  letter-spacing: 0.03em;
  display: inline-block;
  transition: font-variation-settings 0.2s ease;
}
.footer__nav_list a:hover {
  color: #818181;
  font-style: italic;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer__nav_list {
    flex-direction: row;
    align-items: center;
    grid-gap: 1.6875em;
  }
}
.footer__nav_sns {
  display: flex;
  align-items: center;
  grid-gap: 0.7857em;
}
.footer__nav_sns a {
  transition: 0.2s;
}
.footer__nav_sns a:hover {
  opacity: 0.5;
}
.footer__nav_sns img {
  width: 1.2857em;
}
@media screen and (min-width: 768px) {
  .footer__nav_sns {
    grid-gap: 0.875em;
  }
  .footer__nav_sns img {
    width: 1.5em;
  }
}
.footer__copyright {
  width: 100%;
  padding: 0 0 1em;
  font-size: 85.71%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding: 0 0 1.4286em;
    font-size: 87.5%;
    text-align: left;
  }
}
.footer__pageTop {
  width: 9.2667em;
  font-size: 107.14%;
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 12%;
  overflow: hidden;
}
.footer__pageTop > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 0.6667em;
}
.footer__pageTop > a:hover {
  color: #818181;
  grid-gap: 0.3333em;
  opacity: 1;
}
.footer__pageTop > a:hover .footer__pageTop_arrow {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="200" viewBox="0 0 11 200" fill="none"><path d="M0.68496 14.9758L9.68456 0.5L9.68495 198.976" stroke="%23535353" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
  transform: translateY(0);
}
.footer__pageTop_arrow {
  width: 0.8em;
  height: 13.8em;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="200" viewBox="0 0 11 200" fill="none"><path d="M0.68496 14.9758L9.68456 0.5L9.68495 198.976" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
  color: transparent;
  transform: translateY(10px);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .footer__pageTop {
    width: 8.2941em;
    right: 8.8235em;
    font-size: 106.25%;
  }
  .footer__pageTop > a {
    grid-gap: 1.2353em;
  }
  .footer__pageTop > a:hover .footer__pageTop_arrow {
    background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.874" height="86.933" viewBox="0 0 8.874 86.933"><path d="M85.933.615h0L0,.5A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5l84.263.113L73.728-7.341a.5.5,0,0,1-.142-.693.5.5,0,0,1,.693-.142L86.208-.3a.5.5,0,0,1-.275.917Z" transform="translate(8.259 86.433) rotate(-90)" fill="%23535353"/></svg>') center/contain no-repeat;
  }
  .footer__pageTop_arrow {
    width: 0.7059em;
    height: 7.0588em;
    background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.874" height="86.933" viewBox="0 0 8.874 86.933"><path d="M85.933.615h0L0,.5A.5.5,0,0,1-.5,0,.5.5,0,0,1,0-.5l84.263.113L73.728-7.341a.5.5,0,0,1-.142-.693.5.5,0,0,1,.693-.142L86.208-.3a.5.5,0,0,1-.275.917Z" transform="translate(8.259 86.433) rotate(-90)" fill="%23000"/></svg>') center/contain no-repeat;
  }
}

/*------------------------------------------------------
  404
-------------------------------------------------------*/
.sec404 {
  padding: 4.1429em 0 7.1429em;
}
@media screen and (min-width: 768px) {
  .sec404 {
    padding: 9.375em 0 9.375em;
  }
}
.sec404__inner {
  max-width: 900px;
}
.sec404__ttl {
  margin-bottom: 2em;
  font-size: 178.57%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec404__ttl {
    font-size: 156.25%;
  }
}
.sec404__btnWrap {
  text-align: center;
}