.zeh {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10rem;
}
a.footer-link img {
    height: 18px;
    width: 18px;
    display: inline-block;
}
.footer-item .footer-link:after {
    background-image: url(imgs/spritesheets/sprite.svg);
    /* background-position: -132.4px -15px; */
    /* background-size: 148px 131px; */
    content: '';
    height: calc(18vw / 750 * 100);
    position: absolute;
    width: calc(12vw / 750 * 100);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(https://uuum.jp/images/icon-arrow.svg);
}
.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 834px) {
  .sp {
    display: block;
  }
}

.inner {
  padding: 0 2rem;
}
@media (max-width: 834px) {
  .inner {
    padding: 0 1.6rem;
  }
}

.block {
  max-width: 144rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .block {
    max-width: 100%;
    width: 100%;
  }
}

.heading {
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .heading {
    margin-bottom: 3rem;
  }
}
.heading h2 {
  letter-spacing: 0.04em;
  font-size: 4.8rem;
  line-height: 1.2;
  position: relative;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .heading h2 {
    font-size: 3.2rem;
  }
}
.heading span {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 834px) {
  .heading span {
    font-size: 1.4rem;
  }
}

body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
}

.header {
    position: fixed;
    background: transparent;
    width: 100%;
    height: 12.7rem;
    z-index: 1000;
    transition: color 0.3s, background-color 0.3s;
    transition: 0.3s;
}
.header.is-scroll {
  background-color: #fff;
}
.header.is-fixed {
    position: fixed;
    animation-name: smoothHeaderAppear;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    opacity: 1;
}
.header-placeholder {
  display: none;
}
.header-placeholder.is-place {
  display: block;
  height: 14.7rem;
}
@media (max-width: 834px) {
    .header-placeholder.is-place {
        height: 6.8rem;
    }
}
@keyframes smoothHeaderAppear {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 834px) {
  .header {
    height: 6.8rem;
  }
}
.header::before {
  content: "";
  backdrop-filter: blur(1rem);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background 0.3s;
}
@media (max-width: 834px) {
  .header::before {
    content: none;
  }
}
.header .inner {
  height: 100%;
}
.header .inner .block {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-logo {
  width: 16.3rem;
  z-index: 3;
}
@media (max-width: 834px) {
  .header-logo {
    width: 12.1rem;
  }
}
.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .header-nav {
    display: none;
  }
}
li.header-item {
    text-align: center;
}
.header-list {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.header-link {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  font-family: "Outfit", serif;
  color: #fff;
}
.header.is-scroll .header-link {
  color: #1a1a1a;
}
.header-link p,
.header-menu__item p{
	color: #fff;
	font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
}
.lp-header-link p{
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
	color: #fff;
}
.header.is-scroll .header-link p,
.header-menu__item p{
  color: #1a1a1a;
}


li.lp-header-item {
    text-align: center;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 834px) {
  .header-contact {
    display: none;
  }
}
.header-tenzi__link {
    width: 21.2rem;
    height: 4.2rem;
	color: #fff;
    border: 1px solid #fff;
    font-size: 1.9rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: none;
}
.header.is-scroll .header-tenzi__link {
	color: #1a1a1a;
    border: 1px solid #1a1a1a;
}
/*.header-tenzi__link::after {
  content: "";
  background: url("../img/icon-link.png") no-repeat;
  background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: .4rem;
}*/

.header-tenzi__link:hover {
  opacity: 0.7;
}
.header .btn-link {
    background: #1a1a1a;
    width: 21.2rem;
    height: 4.2rem;
    border: #fff 1px solid;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.header .btn-link:hover {
  background: #b86f55;
}
.header-hamburger {
  display: none;
	z-index: 3;
}
@media (max-width: 834px) {
  .header-hamburger {
    display: block;
    cursor: pointer;
    pointer-events: auto;
  }
}
.header-hamburger .line {
  width: 2.4rem;
  height: 0.1rem;
  background: #1a1a1a;
  margin: 0.7rem auto;
}
.header-hamburger .obverse {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Outfit", serif;
}
.header-hamburger .close {
  display: none;
}
.header .header-hamburger__wrap.is-active {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  width: 2.4rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-hamburger__wrap.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .header-hamburger__wrap.is-active .line {
  display: none;
}
.header .header-hamburger__wrap.is-active + .obverse {
  display: none;
}
.header .header-hamburger__wrap.is-active + .obverse + .close {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Outfit", serif;
  margin-top: 0.5rem;
}
.header-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #e6eaeb;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-menu__wrap {
  display: block;
  height: 100%;
  width: 100%;
  padding: 14rem 4rem 5.8rem;
  overflow: scroll;
}
.header-menu__list {
  list-style: none;
  padding: 0;
  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: 2.5rem;
  padding-bottom: 4.8rem;
}
.header-menu__item {
  text-align: center;
}
.header-menu__link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Outfit", serif;
}
.header-menu__contact {
  border-top: 0.1rem solid #cccccc;
  padding: 3.2rem 0;
}
.header-menu__contact .btn {
  text-align: center;
}
.header-menu__contact .btn-link {
  background: #fff;
  width: 28rem;
  height: 4rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 300;
  border: 0.1rem solid #1a1a1a;
}
.header-menu__contact .btn-link span {
  font-size: 1.3rem;
}
.header-menu__contact .btn-link .arrow {
  right: 1.6rem;
  width: 1rem;
}
.header-menu__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.header-menu__heading h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Outfit", serif;
}
.header-menu__heading span {
  font-size: 1.3rem;
  font-weight: 300;
}
.header-menu__container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.header-menu__documents {
  border-top: 0.1rem solid #cccccc;
  padding: 3.2rem 0;
}
.header-menu__documents .btn {
  text-align: center;
}
.header-menu__documents .btn-link {
  background: #fff;
  width: 28rem;
  height: 4rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 300;
  border: 0.1rem solid #1a1a1a;
}
.header-menu__documents .btn-link span {
  font-size: 1.3rem;
}
.header-menu__documents .btn-link .arrow {
  right: 1.6rem;
  width: 1rem;
}
.header-menu__foot {
  border-top: 0.1rem solid #cccccc;
  padding: 3.2rem 0;
}
.header-menu__privacy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  font-family: "Outfit", serif;
}
.header-menu__social {
  width: 9rem;
  display: block;
  margin: 1.6rem auto 0;
}
.header-menu.active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
	z-index: 2;
}

.footer-direction {
  display: flex;
  flex-direction: column;
}
.footer-head {
  padding: 10.8rem 0 0;
}
@media (max-width: 834px) {
    .footer-head {
        padding: 4.6rem 1.6rem 0;
    }
}
.footer-head .block {
  max-width: 100rem;
  margin: 0 auto 12rem;
}
@media (max-width: 834px) {
  .footer-head .block {
    margin: 0 auto 4rem;
  }
}
.footer-head .footer-flex {
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 834px) {
  .footer-head .footer-flex {
    flex-direction: column;
    gap: 8.6rem;
  }
}
.footer-contact {
  width: 35%;
}
@media (max-width: 834px) {
  .footer-contact {
    width: 100%;
  }
}
.footer-contact__ttl {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 834px) {
  .footer-contact__ttl {
    font-size: 2.8rem;
    margin-bottom: 0.9rem;
  }
}
.footer-contact__sbttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .footer-contact__sbttl {
    font-size: 1.3rem;
  }
}
.footer-contact__txt {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .footer-contact__txt {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}
.footer-contact__direction {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media (max-width: 834px) {
  .footer-contact__direction .btn {
    text-align: center;
  }
}
.footer-contact__direction .btn-link {
  width: 100%;
}
@media (max-width: 834px) {
  .footer-contact__direction .btn-link {
    width: 85%;
  }
}
.footer-contact__direction .btn-link span {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .footer-contact__direction .btn-link span {
    font-size: 1.3rem;
  }
}
.footer-document {
  width: 35%;
}
@media (max-width: 834px) {
  .footer-document {
    width: 100%;
  }
}
.footer-document__ttl {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 834px) {
  .footer-document__ttl {
    font-size: 2.8rem;
    margin-bottom: 0.9rem;
  }
}
.footer-document__sbttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .footer-document__sbttl {
    font-size: 1.3rem;
  }
}
.footer-document__txt {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .footer-document__txt {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}
.footer-document__direction {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media (max-width: 834px) {
  .footer-document__direction .btn {
    text-align: center;
  }
}
.footer-document__direction .btn-link {
  width: 100%;
}
@media (max-width: 834px) {
  .footer-document__direction .btn-link {
    width: 85%;
  }
}
.footer-document__direction .btn-link span {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .footer-document__direction .btn-link span {
    font-size: 1.3rem;
  }
}
.footer-foot {
  padding: 8rem 0 5.2rem;
  border-top: 0.1rem solid #cccccc;
}
@media (max-width: 834px) {
  .footer-foot {
    padding: 4rem 0 5.6rem;
  }
}
.footer-foot .footer-flex::after {
  content: none;
}
.footer-flex {
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
.footer-flex::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #cccccc;
  height: 30.9rem;
  width: 0.1rem;
}
@media (max-width: 834px) {
  .footer-flex::after {
    height: 0.1rem;
    width: 100%;
  }
}
.footer-logo {
  display: block;
  width: 20.5rem;
}
@media (max-width: 834px) {
  .footer-logo {
    width: 12.1rem;
  }
.footer-nav {
  margin: 0 auto;
  width: 100%;
}
}
.footer-nav {
  margin: 0 auto;
}
.footer-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem 7rem;
    margin: 0 auto;
    margin-top: 4.2rem;
}
@media (max-width: 834px) {
  .footer-list {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    margin-top: 2.7rem;
    gap: 0;
  }
}
.footer-link {
	display: block;
  text-decoration: none;
font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-decoration: none;
    font-family: "Outfit", serif;
}
li.footer-item p {
    font-size: 1.4rem;
	letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
	color: #464d53;
}
@media (max-width: 834px) {
  .footer-link {
    font-size: 1.6rem;
  }
li.footer-item p {
    font-size: 1rem;
}
li.footer-item {
    border-bottom: 1px solid #ebedef;
    padding: 18px;
}
}
.footer-privacy {
  display: block;
  text-align: center;
  margin-top: 4.5rem;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Outfit", serif;
}
.footer-privacy p {
    font-size: 1.4rem;
    display: inline;
    padding-left: 4px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 834px) {
  .footer-privacy {
    margin-top: 1.9rem;
    font-size: 1.3rem;
  }
}
.footer-copyright {
  margin-top: 10.3rem;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Outfit", serif;
}
@media (max-width: 834px) {
  .footer-copyright {
    margin-top: 3.5rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.footer-fixed {
  display: none;
}
@media (max-width: 834px) {
  .footer-fixed {
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
	z-index: 1;
  }
}
.footer-fixed__btn {
  width: 50%;
}
.footer-fixed__btn.contact {
  background: #b86f55;
  border: 0.2rem solid #fff;
  border-radius: 1rem 1rem 0 0;
}
.footer-fixed__btn.event {
  background: #7b5446;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  border-radius: 1rem 1rem 0 0;
}
.footer-fixed__link {
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-link {
  position: relative;
  border: 0.1rem solid #1a1a1a;
  width: 32.4rem;
  height: 5rem;
  font-size: 1.7rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 834px) {
  .btn-link {
    height: 4rem;
    font-size: 1.4rem;
  }
}
.btn-link:hover {
  background: #b86f55;
  border: none;
  color: #fff;
}
.btn-link:hover .arrow {
  color: #fff;
  background: #fff;
  -webkit-transform: translate(0.5rem);
  -ms-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.btn-link:hover .arrow::before {
  content: none;
}
.btn-link:hover .arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 0.1rem;
  background: #1a1a1a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.1rem solid #1a1a1a;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pankuzu {
  background: #e6eaeb;
  padding: 1.3rem 0;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pankuzu-list {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
.pankuzu-item {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 834px) {
  .pankuzu-item {
    white-space: nowrap;
    font-size: 1.3rem;
  }
}
.pankuzu-item::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #1a1a1a;
  border-right: 0.2rem solid #1a1a1a;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.6rem;
  margin: auto 0 auto 2rem;
}
@media (max-width: 834px) {
  .pankuzu-item:last-child {
    padding-right: 2.4rem;
  }
}
.pankuzu-item:last-child::after {
  content: none;
}
.pankuzu-link {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
@media (max-width: 834px) {
  .pankuzu-link {
    font-size: 1.3rem;
  }
}

.pankuzu::-webkit-scrollbar {
  display: none;
}

.pagination {
  position: relative;
}
.pagination-block {
  margin: 0 auto;
  text-align: center;
}
.pagination-list {
  display: inline-flex;
  justify-content: space-between;
  gap: 0.3rem;
}
.pagination-list__link {
  font-size: 1.8rem;
  text-decoration: none;
  border: 1px solid #333;
  display: block;
  width: 100%;
  padding: 4px 6px;
}
.pagination-list .current {
  background: #333;
  color: #fff;
}
.pagination-item {
  text-align: center;
}
.pagination-item a {
  border: 0.1rem solid #333;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #333;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2rem;
  margin: 0 0.4rem;
}
.pagination .prev,
.pagination .next {
  width: 5rem;
  border: none;
  font-size: 3rem;
}