body {
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.baskervville {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}
.baskervville-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}
.noto-serif-jp-light {
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.noto-sans-jp-thin {
  font-family: "Noto Sans JP", "Baskervville", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.noto-sans-jp-light {
  font-family: "Noto Sans JP", "Baskervville", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
.menu {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 64rem;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99;
  opacity: 0;
  transition: all 1s cubic-bezier(0.14, 0.33, 0.09, 1);
  visibility: hidden;
}
@media (max-width: 768px) {
  .menu {
    width: 100vw;
  }
}
.menu .close-btn {
  position: absolute;
  right: 5rem;
  top: 7rem;
  z-index: 4;
  width: 2.6rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu .close-btn {
    right: 3rem;
    top: 4rem;
    width: 2.2rem;
  }
}
.menu ul {
  margin-top: 20rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  .menu ul {
    margin-top: 14rem;
    gap: 3rem;
  }
}
.menu ul li a {
  width: 49rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.6rem;
  position: relative;
  left: 20%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.14, 0.33, 0.09, 1);
}
.menu ul li a span {
  color: white;
  position: relative;
  z-index: 4;
}
.menu ul li a span:first-child {
  font-size: 2.4rem;
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}
.menu ul li a span:last-child {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.menu ul li a::before {
  position: absolute;
  content: '';
  width: 13rem;
  height: 1px;
  left: 105%;
  top: 50%;
  background-color: white;
  opacity: 0.5;
}
.menu ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2.8rem;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 1s cubic-bezier(0.11, 0.39, 0.16, 0.88);
}
.menu ul li a:hover {
  opacity: 1;
}
.menu ul li a:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .menu ul li a {
    width: 80vw;
    gap: 4rem;
  }
  .menu ul li a span:first-child {
    font-size: 2rem;
  }
  .menu ul li a span:last-child {
    font-size: 1.4rem;
  }
}
.menu ul li .active {
  left: 0;
  opacity: 1;
}
.menu-show {
  opacity: 1;
  visibility: visible;
}
.copyright {
  position: fixed;
  right: 4rem;
  bottom: 1.6rem;
  color: white;
  font-size: 1.2rem;
  z-index: 6;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 1.2rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.slide-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.slide-container .slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s cubic-bezier(0.14, 0.33, 0.09, 1);
}
.slide-container .slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.slide-container .show {
  opacity: 1;
  visibility: visible;
}
.menu-btn {
  position: fixed;
  right: 5rem;
  top: 7rem;
  z-index: 19;
  width: 3.6rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-btn {
    right: 1.7rem;
    top: 4rem;
    width: 2.8rem;
  }
}
.cover-image {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
  mix-blend-mode: overlay;
}
.logo {
  position: fixed;
  left: 5rem;
  top: 5rem;
  z-index: 9;
}
.logo img {
  width: 24rem;
  mix-blend-mode: overlay;
}
@media (max-width: 768px) {
  .logo {
    left: 1.8rem;
    top: 1.8rem;
  }
  .logo img {
    width: 15rem;
  }
}
.btn {
  width: 35rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.7rem;
  margin: 3rem auto;
  border: 1px solid white;
  cursor: pointer;
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.btn:hover {
  opacity: 0.8;
}
.btn .side-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.btn .center-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24%;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
  .btn .center-arrow {
    right: 10%;
  }
}
.black-btn {
  border-color: #000;
  color: #000;
}
.page-slogan {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 13rem;
  font-size: 4rem;
  letter-spacing: 0.6rem;
  color: white;
  z-index: 2;
  transition: all 2s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
  white-space: nowrap;
  mix-blend-mode: overlay;
}
@media (max-width: 768px) {
  .page-slogan {
    font-size: 2.2rem;
    left: 2rem;
    letter-spacing: 0;
  }
}
.big-title {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 24rem;
  font-size: 14rem;
  color: white;
  z-index: 2;
  transition: all 2s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 5rem;
  mix-blend-mode: overlay;
}
@media (max-width: 768px) {
  .big-title {
    font-size: 8rem;
    left: 3rem;
  }
}
.big-title span {
  transition: all 2s cubic-bezier(0.06, 0.55, 0.26, 0.94);
}
.big-title span:first-child {
  position: relative;
  left: 0;
}
.big-title span:last-child {
  position: relative;
  right: 0;
}
.big-title-innovation {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 24rem;
  font-size: 14rem;
  color: white;
  z-index: 2;
  transition: all 2s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 5rem;
  mix-blend-mode: overlay;
  font-family: "Noto Sans JP", "Baskervville", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
@media (max-width: 768px) {
  .big-title-innovation {
    font-size: 8rem;
    left: 3rem;
  }
}
.big-title-innovation span {
  transition: all 2s cubic-bezier(0.06, 0.55, 0.26, 0.94);
}
.big-title-innovation span:first-child {
  position: relative;
  left: 0;
}
.big-title-innovation span:last-child {
  position: relative;
  right: 0;
}
.init-slogan-2 {
  opacity: 0;
}
.init-slogan-2 span:first-child {
  left: -10rem;
}
.init-slogan-2 span:last-child {
  right: -10rem;
}
.init-slogan {
  letter-spacing: 3rem;
  left: 20rem;
  opacity: 0;
}
.stage-contact {
  position: relative;
  height: 100vh;
  z-index: 7;
}
.stage-contact .background-image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .stage-contact .background-image {
    height: 96rem;
  }
}
.stage-contact .form-contact {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  height: 100vh;
  padding-left: 15rem;
}
.stage-contact .form-contact .form-title {
  font-size: 2.4rem;
  text-align: center;
  width: 100%;
}
.stage-contact .form-contact .form {
  width: 58rem;
  height: fit-content;
}
.stage-contact .form-contact .form .title {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 2rem;
  letter-spacing: 2px;
}
.stage-contact .form-contact .form .input-group {
  margin-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.stage-contact .form-contact .form .input-group label {
  color: #000;
  font-size: 1.4rem;
}
.stage-contact .form-contact .form .input-group input,
.stage-contact .form-contact .form .input-group textarea {
  border: 1px solid #000;
  outline: none;
  padding: 12px 18px;
  width: 100%;
  font-size: 1.4rem;
  color: #000;
  background: transparent;
  border-radius: 0.3rem;
  font-family: Baskerville, 'Goudy Old Style', 'Palatino', 'Book Antiqua', serif;
}
.stage-contact .form-contact .form .cross-input-group {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.stage-contact .form-contact .form .cross-input-group input {
  width: 27rem;
}
.stage-contact .form-contact .form .confirm-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  cursor: pointer !important;
  width: fit-content;
  margin: 0 auto;
}
.stage-contact .form-contact .form .confirm-check label {
  color: #000;
  font-size: 1.6rem;
  margin-left: 1rem;
}
.stage-contact .form-contact .form .confirm-check label a {
  text-decoration: underline;
  color: #000;
}
.stage-contact .form-contact .form .confirm-check input {
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
}
.stage-contact .form-contact .form .submit-btn {
  border: 1px solid #000;
  outline: none;
  width: 34rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  color: #000;
  margin: 4.8rem auto 0 auto;
  cursor: pointer;
}
.stage-contact .form-contact .form .submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .stage-contact .form-contact {
    padding-left: 4rem;
    height: 96rem;
  }
  .stage-contact .form-contact .form {
    width: 78vw;
  }
  .stage-contact .form-contact .form .title {
    padding: 10rem 0 1rem 0;
    letter-spacing: 0.5rem;
  }
  .stage-contact .form-contact .form .cross-input-group {
    flex-direction: column;
    gap: 0;
  }
  .stage-contact .form-contact .form .input-group input,
  .stage-contact .form-contact .form .input-group textarea {
    padding: 8px 12px;
  }
  .stage-contact .form-contact .form .submit-btn {
    width: 100%;
  }
}
.wpcf7-submit {
  display: none;
}
.wpcf7-response-output {
  margin-top: 0 !important;
  color: white;
}
.grass-container {
  position: relative;
  margin-left: auto;
  width: 64rem;
  z-index: 3;
  color: white;
}
.grass-container::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(95, 95, 95, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  opacity: 0;
  transition: all 3s cubic-bezier(0.14, 0.33, 0.09, 1);
}
@media (max-width: 768px) {
  .grass-container {
    width: 100vw;
  }
}
.grass-container .title {
  font-size: 2.4rem;
  line-height: 2.8rem font-family: "Baskervville", serif; font-weight: 400; font-style: normal;;
  display: flex;
  flex-direction: column;
  margin-bottom: 19rem;
  position: relative;
  transform: translateY(0);
  transition: all 3s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
}
.grass-container .title .sub-title {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .grass-container .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 10rem;
  }
  .grass-container .title .sub-title {
    font-size: 1.2rem;
  }
}
.grass-container .content {
  margin-top: 5.4rem;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  position: relative;
  transform: translateY(0);
  transition: all 3s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
}
@media (max-width: 768px) {
  .grass-container .content {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.grass-container .init-status {
  position: relative;
  transform: translateY(10rem);
  opacity: 0;
}
.grass-container .manager-intro {
  margin-top: 24rem;
  position: relative;
  transform: translateY(0);
  transition: all 3s cubic-bezier(0.14, 0.33, 0.09, 1);
  opacity: 1;
}
.grass-container .manager-intro .name {
  font-size: 2.6rem;
  position: relative;
  letter-spacing: 1rem;
}
.grass-container .manager-intro .name img {
  position: absolute;
  width: 35rem;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .grass-container .manager-intro .name {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0;
  }
  .grass-container .manager-intro .name img {
    width: 20rem;
  }
}
.grass-container .manager-intro .avatar {
  padding-top: 5.4rem;
}
.grass-container .manager-intro .avatar img {
  width: 43rem;
  height: 39rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .grass-container .manager-intro .avatar img {
    width: 24rem;
    height: 16.8rem;
  }
}
.grass-container .fix-height-200 {
  height: 20rem;
}
@media (max-width: 768px) {
  .grass-container .fix-height-200 {
    height: 10rem;
  }
}
.grass-container .btn {
  width: 100%;
  margin: 4rem auto;
}
main {
  background-image: linear-gradient(to bottom right, #3D3D3D 0%, #202020 40%);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  gap: 12rem;
  width: 100vw;
  overflow-x: hidden;
  align-items: flex-end;
}
@media (max-width: 768px) {
  main {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10rem;
  }
}
.gallery-info {
  width: 62rem;
  color: white;
  padding: 5rem;
}
.gallery-info .page-title {
  font-size: 8.8rem;
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 8rem;
  letter-spacing: 4rem;
}
.gallery-info .contents {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.gallery-info .contents p {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .gallery-info {
    width: 100%;
    padding: 0 3rem;
  }
  .gallery-info .page-title {
    padding: 0 0 9.5rem 0;
    font-size: 6.4rem;
  }
  .gallery-info .contents {
    font-size: 1.5rem;
    padding-bottom: 23rem;
  }
}
.image-gallery {
  position: relative;
  width: 50vw;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .image-gallery {
    width: 88vw;
    height: 43rem;
    margin-top: 12rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.image-gallery img {
  position: absolute;
  width: 80%;
  object-fit: contain;
  max-height: 80vh;
  max-width: 54rem;
  top: 50%;
  left: 50%;
  transition: all 1s cubic-bezier(0.13, 0.48, 0.52, 0.98);
  filter: drop-shadow(9px 18px 45px rgba(0, 0, 0, 0.44));
}
.image-gallery #img-1 {
  z-index: 10;
  transform: translate(-50%, -50%) rotate(8deg);
}
.image-gallery #img-2 {
  z-index: 9;
  transform: translate(-50%, -50%) rotate(-2deg);
}
.image-gallery #img-3 {
  z-index: 8;
  transform: translate(-50%, -50%) rotate(-11deg);
}
.image-gallery #img-4 {
  z-index: 7;
  transform: translate(-50%, -50%) rotate(4.3deg);
}
.image-gallery #img-5 {
  z-index: 6;
  transform: translate(-50%, -50%) rotate(347deg);
}
.image-gallery #img-6 {
  z-index: 5;
  transform: translate(-50%, -50%) rotate(-4.5deg);
}
.image-gallery #img-7 {
  z-index: 4;
  transform: translate(-50%, -50%) rotate(11.5deg);
}
.image-gallery #img-8 {
  z-index: 3;
  transform: translate(-50%, -50%) rotate(-7.5deg);
}
.image-gallery #img-9 {
  z-index: 2;
  transform: translate(-50%, -50%) rotate(2.5deg);
}
.image-gallery #img-10 {
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-5deg);
}
/*# sourceMappingURL=./gallery.css.map */