@charset:"UTF-8";

@-webkit-keyframes driftX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2%);
  }
}
@keyframes driftX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2%);
  }
}
@-webkit-keyframes driftY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@keyframes driftY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@-webkit-keyframes textLoop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes textLoop {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*=============================================================
kv
=============================================================*/
#kv {
  position: relative;
  height: 200vh;
  max-height: 150vw;
}
#kv .bg_circle_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}
#kv .bg_circle_wrap .bg_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation: driftY 4s ease-in-out infinite;
          animation: driftY 4s ease-in-out infinite;
}
#kv .bg_circle_wrap .bg_circle::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-radius: 50%;
}
#kv .bg_circle_wrap .bg_circle::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  bottom: 1px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#kv .bg_circle_wrap .bg_circle::before {
  width: 50%;
  top: 2.5vw;
  right: 5vw;
  left: auto;
}
#kv .bg_circle_wrap .bg_circle::after {
  width: calc(50% - 2px);
  top: calc(2.5vw + 1px);
  right: calc(5vw + 1px);
  left: auto;
}
#kv .title_wrap {
  height: 100vh;
  max-height: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 60%;
}
#kv .title_wrap h1 {
  width: 27%;
  margin: 5vw 5vw 0 5vw;
}
#kv .title_wrap .title {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 280px 5vw 0 5vw;
}
#kv .title_wrap .title .wrap {
  position: relative;
  align-items: center;
  padding: 0 0 2.5vw 0;
  z-index: 5;
}
#kv .title_wrap .title .wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-radius: 50%;
}
#kv .title_wrap .title .wrap::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  bottom: 1px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#kv .title_wrap .title .wrap::before {
  width: 30%;
  -webkit-animation: driftX 4s ease-in-out infinite;
          animation: driftX 4s ease-in-out infinite;
}
#kv .title_wrap .title .wrap::after {
  width: calc(30% - 2px);
  -webkit-animation: driftX 4s ease-in-out infinite;
          animation: driftX 4s ease-in-out infinite;
}
#kv .title_wrap .title .wrap .en {
  position: relative;
  z-index: 5;
}
#kv .title_wrap .title .wrap .jp {
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  font-size: 3vw;
  padding-left: 0.5em;
  text-align: center;
  line-height: 1.8;
  margin-top: 0.5em;
  z-index: 5;
}
#kv .bg_circles_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 65vh;
  right: 0;
}
#kv .bg_circles_wrap .bg_circles {
  position: absolute;
  width: 40%;
  aspect-ratio: 3/4;
  top: 0;
  left: auto;
  right: 20vw;
  background-image: url(../images/bg_circles01.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: 3s driftY ease-in-out infinite;
          animation: 3s driftY ease-in-out infinite;
}
#kv .image_wrap_sp {
  display: none;
}
#kv .mission {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5vw;
}
#kv .mission h2 {
  margin-top: 18vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
#kv .mission h2 .jp {
  display: inline-block;
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 1.4;
  text-indent: 0.5em;
  margin-left: -0.5em;
}
#kv .mission h2 .en {
  display: inline-block;
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  font-size: 1.5vw;
  line-height: 1.5;
  margin-top: 1em;
}
#kv .mission p {
  font-size: 1.5vw;
  line-height: 1.8;
  margin-top: 1em;
}
#kv .mission p:first-of-type {
  margin-top: 1em;
}
#kv .scroll-area {
  content: "";
  position: absolute;
  width: 45%;
  height: 200vh;
  max-height: 150vw;
  right: 0;
  top: 0;
}
/*kvSwiper*/
#kv .swiper {
  aspect-ratio: 3/4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}
#kv .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 7s 1s ease-out;
  transform: scale(1.2);
  overflow: hidden;
}
#kv .swiper .swiper-wrapper .swiper-slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1);
}

/*=============================================================
mansion
=============================================================*/
section.mansion {
  margin-top: 7.5vw;
  overflow: hidden;
}
section.mansion .outer {
  aspect-ratio: 16/9;
  background-image: url(../images/bg_p01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
section.mansion .outer .text_loop {
  display: flex;
  font-size: 13vw;
  width: 18em;
  margin-top: 10vw;
  -webkit-animation: textLoop 30s linear infinite;
          animation: textLoop 30s linear infinite;
  margin-left: 100%;
}
section.mansion .outer .text_loop li {
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 13vw;
  line-height: 1;
  color: #fff;
  margin-right: 1em;
}

section#mansion_2 .outer {
  background-image: url(../images/bg_p03.jpg);
}
section#mansion_2 .outer .text_loop {
  animation-direction: reverse;
}

/*=============================================================
about
=============================================================*/
#about {
  margin-top: 7.5vw;
}
#about .outer {
  overflow: hidden;
}
#about .inner {
  position: relative;
}
#about .inner::before {
  content: "";
  position: absolute;
  width: 62%;
  height: 100%;
  background-image: url(../images/bg_circles02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 5vw;
  -webkit-animation: 3s driftY ease-in-out infinite;
          animation: 3s driftY ease-in-out infinite;
}
#about h2 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #b1954f;
  -o-border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
     border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-image-slice: 1;
}
#about h2 .jp {
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2.5vw;
}
#about h2 .en {
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 0.5em;
}
#about .text_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 100/37;
}
#about .text_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
  background-image: url(../images/bg_p02.jpg);
  background-position: center 35%;
  background-size: cover;
  top: 0;
  left: 0;
}
#about .text_wrap .text {
  width: 45%;
  font-size: 1.5vw;
  margin-top: 1em;
}
#about .text_wrap .text p {
  font-size: 1.5vw;
  line-height: 2;
  margin-left: 0.5em;
}

/*=============================================================
company
=============================================================*/
#company .outer {
  background: linear-gradient(120deg, #666, #111 40%, #111 100%);
  box-sizing: border-box;
  padding: 7.5vw 0;
  overflow: hidden;
  position: relative;
}
#company .outer::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-radius: 50%;
}
#company .outer::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  bottom: 1px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#company .outer::before {
  width: 80%;
  bottom: -50%;
  right: -40%;
  left: auto;
}
#company .outer::after {
  width: calc(80% - 2px);
  background-color: #111;
  bottom: calc(-50% + 1px);
  right: calc(-40% + 1px);
  left: auto;
}
#company .outer .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 5;
}
#company .outer .inner .image {
  position: relative;
  width: 50%;
  aspect-ratio: 3/4;
}
#company .outer .inner .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .outer .inner .text {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 2.5vw 5vw;
  border-bottom: 1px solid #b1954f;
  -o-border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
     border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-image-slice: 1;
  z-index: 5;
}
#company .outer .inner .text h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#company .outer .inner .text h2 .jp {
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2.5vw;
}
#company .outer .inner .text h2 .en {
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 0.5em;
}
#company .outer .inner .text dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5vw;
}
#company .outer .inner .text dl dt {
  width: 30%;
  font-size: 20px;
  color: #fff;
  margin-top: 0.5em;
}
#company .outer .inner .text dl dd {
  width: 70%;
  font-size: 20px;
  color: #fff;
  margin-top: 0.5em;
}
#company .outer .inner .text dl dd span {
  display: inline-block;
}
#company .outer .inner .text dl dd .zip {
  margin-right: 1em;
}

/*=============================================================
contact
=============================================================*/
#contact .outer {
  position: relative;
  aspect-ratio: 16/9;
  background-image: url(../images/bg_p04.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#contact .outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#contact .outer .inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5% 0;
}
#contact .outer .inner .bg_letters {
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  width: 60%;
  color: #fff;
  font-size: 15vw;
  font-weight: 600;
  line-height: 1.1;
  margin-right: -10%;
}
#contact .outer .inner .text {
  align-self: flex-end;
  padding-bottom: 7.5vw;
  margin: 30px 0 0;
}
#contact .outer .inner .text a {
  transition: 0.3s all ease;
}
#contact .outer .inner .text a h2 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
#contact .outer .inner .text a h2 .jp {
  /*display: inline-block;*/
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2.5vw;
  margin-right: 1em;
  transition: 0.3s all ease;
}
#contact .outer .inner .text a h2 .en {
  position: relative;
  font-family: "Cormorant", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 1.5;
  padding: 0 2em 0.5em 0.25em;
}
#contact .outer .inner .text a h2 .en::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 1px left -1px;
  bottom: 0;
  right: 0;
  transition: 0.3s all ease;
}
#contact .outer .inner .text p {
  color: #fff;
  font-size: 1.5vw;
  margin-top: 1em;
  transition: 0.3s all ease;
}
#contact .outer .inner .text p:first-of-type {
  margin-top: 2.5vw;
}
#contact .outer .inner .text a:hover h2 .jp {
  /*color: #b1954f;
  filter: brightness(1.2);*/
}
#contact .outer .inner .text a:hover h2 .en::before {
  right: -0.5em;
}
#contact .outer .inner .text a:hover p {
  /*color: #b1954f;
  filter: brightness(1.2);*/
}




@keyframes wave {
  100% {
    transform: translate3d(0, -10px, 0);
  }
}
.wave {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  cursor: pointer;
}
.wave span i {
  display: inline-block;
}
.wave:hover span i {
  animation-name: wave;
  animation-duration: .2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
}
.wave:hover span i:nth-child(2) {
  animation-delay: .1s;
}
.wave:hover span i:nth-child(3) {
  animation-delay: .2s;
}
.wave:hover span i:nth-child(4) {
  animation-delay: .3s;
}
.wave:hover span i:nth-child(5) {
  animation-delay: .4s;
}
.wave:hover span i:nth-child(6) {
  animation-delay: .5s;
}


@media screen and (max-width: 768px) {
#kv {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  max-height: none;
  overflow: hidden;
  margin: 70px 0 0;
}
#kv .bg_circle_wrap .bg_circle::before {
  width: 78.5%;
  top: 2.5vw;
  right: auto;
  left: 5vw;
}
#kv .bg_circle_wrap .bg_circle::after {
  width: calc(78.5% - 2px);
  top: calc(2.5vw + 1px);
  right: auto;
  left: calc(5vw + 1px);
}
#kv .title_wrap {
  width: 100%;
  height: auto;
  max-height: none;
  order: 2;
}
#kv .title_wrap .title {
  display: none;
}
#kv .bg_circles_wrap {
  display: none;
  position: relative;
  height: auto;
  top: auto;
  right: auto;
}
#kv .image_wrap_sp {
  display: block;
  z-index: 10;
  position: relative;
  order: 3;
}
#kv .image_wrap_sp .title_sp {
  padding: 7.5vw 7.5vw 0 7.5vw;
}
#kv .image_wrap_sp .title_sp .wrap {
  position: relative;
  align-items: center;
  padding: 0 0 2.5vw 0;
  z-index: 5;
}
#kv .image_wrap_sp .title_sp .wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-radius: 50%;
}
#kv .image_wrap_sp .title_sp .wrap::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  bottom: 1px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
#kv .image_wrap_sp .title_sp .wrap::before {
  width: 30%;
  -webkit-animation: driftX 4s ease-in-out infinite;
          animation: driftX 4s ease-in-out infinite;
}
#kv .image_wrap_sp .title_sp .wrap::after {
  width: calc(30% - 2px);
  -webkit-animation: driftX 4s ease-in-out infinite;
          animation: driftX 4s ease-in-out infinite;
}
#kv .image_wrap_sp .title_sp .wrap .en {
  position: relative;
  z-index: 5;
}
#kv .image_wrap_sp .title_sp .wrap .jp {
  font-family: "Klee One", cursive;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  font-size: 5.6vw;
  padding-left: 0.5em;
  text-align: center;
  line-height: 1.8;
  margin-top: 0.5em;
  z-index: 5;
}
#kv .image_wrap_sp .image {
  position: relative;
  box-sizing: border-box;
  padding: 10vw 10vw;
}
#kv .image_wrap_sp .image::before {
  content: "";
  position: absolute;
  width: 69%;
  aspect-ratio: 3/4;
  background-image: url(../images/bg_circles01.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: 3s driftY ease-in-out infinite;
          animation: 3s driftY ease-in-out infinite;
  z-index: -1;
  top: -5vw;
  right: -20%;
}
#kv .mission {
  order: 10;
  width: 100%;
  padding: 0 10vw;
}
#kv .mission h2 {
  margin-top: 0;
}
#kv .mission h2 .jp {
  font-size: 9vw;
}
#kv .mission h2 .en {
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
}
#kv .mission p {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
#kv .scroll-area {
  display: none;
}
#kv .swiper {
  position: relative;
  width: 51%;
  aspect-ratio: 5/8;
  margin-left: 44%;
  margin-top: 5vw;
}
#about .inner {
  padding-bottom: 5vw;
}
#about .inner::before {
  width: 69%;
  background-position: left bottom;
  top: auto;
  right: auto;
  bottom: 0;
  left: 5vw;
}
#about h2 .jp {
  font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
}
#about h2 .en {
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
}
#about .text_wrap {
  aspect-ratio: 100/71;
}
#about .text_wrap::before {
  background-position: left top;
}
#about .text_wrap .text {
  width: 100%;
  position: relative;
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
#about .text_wrap .text p {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
#company .outer .inner .text h2 .jp {
  font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
}
#company .outer .inner .text h2 .en {
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
}
}
@media screen and (max-width: 520px) {
#company .outer::before {
  bottom: -20%;
}
#company .outer::after {
  bottom: calc(-20% + 1px);
}
#company .outer .inner {
  flex-direction: column;
  z-index: 5;
}
#company .outer .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #b1954f;
  -o-border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
     border-image: linear-gradient(to right, #6f4b26, #b1954f, #eadcba, #a38358, #8d5429);
  border-image-slice: 1;
  left: -5vw;
  bottom: 0;
}
#company .outer .inner .image {
  width: calc(100% - 2.5vw);
  aspect-ratio: 3/2;
  margin: 0 auto;
}
#company .outer .inner .text {
  width: calc(100% - 5vw);
  border-bottom: none;
  margin: 5vw auto 0;
  padding: 0 0 5vw 0;
}
#company .outer .inner .text dl dt {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
#company .outer .inner .text dl dd {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
#contact .outer {
  aspect-ratio: auto;
}
#contact .outer .inner {
  flex-direction: column;
}
#contact .outer .inner .bg_letters {
  width: 100%;
  font-size: 25vw;
  line-height: 1.0;
  margin-right: 0;
}
#contact .outer .inner .text {
  width: 100%;
}
#contact .outer .inner .text a h2 .jp {
  font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
}
#contact .outer .inner .text a h2 .en {
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
}
#contact .outer .inner .text p {
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}
}
