body .pageLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
  animation: fadeOut 2s forwards;
}
body .pageLoading.pageLoadingOff {
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  50% {
    opacity: 1;
    z-index: 9;
  }
  100% {
    opacity: 0;
    z-index: 9;
  }
}
body:has(.pageLoading) .mvlogo {
  -ms-filter: blur(16px);
  filter: blur(16px);
  z-index: 9;
  transition: 1s;
  pointer-events: none;
}
body:has(.pageLoading) .mvlogo.wh {
  display: block;
  opacity: 0;
}
body:has(.pageLoading) .mvlogo.bk {
  opacity: 1;
}
body:has(.pageLoadingOff) .mvlogo {
  -ms-filter: blur(0px);
  filter: blur(0px);
  z-index: 9 !important;
  transition: 1s;
  pointer-events: none;
}
body:has(.pageLoadingOff) .mvlogo.wh {
  display: block;
  animation: mvlogowh 2s forwards;
  opacity: 1;
}
body:has(.pageLoadingOff) .mvlogo.bk {
  animation: mvlogobk 2s forwards;
}
@keyframes mvlogowh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvlogobk {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 796px) {
  body:has(.pageLoading) .mvlogo {
    -ms-filter: blur(16px);
    filter: blur(16px);
    z-index: 9;
    transition: 1s;
    pointer-events: none;
    width: 90px;
  }
  body:has(.pageLoading) .mvlogo.wh {
    display: block;
    opacity: 0;
    width: 90px;
  }
  body:has(.pageLoading) .mvlogo.bk {
    opacity: 1;
    width: 90px;
  }
  body:has(.pageLoadingOff) .mvlogo {
    -ms-filter: blur(0px);
    filter: blur(0px);
    z-index: 9 !important;
    transition: 1s;
    pointer-events: none;
    width: 90px;
  }
  body:has(.pageLoadingOff) .mvlogo.wh {
    display: block;
    animation: mvlogowh 2s forwards;
    opacity: 1;
  }
  body:has(.pageLoadingOff) .mvlogo.bk {
    animation: mvlogobk 2s forwards;
  }
  @keyframes mvlogowh {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes mvlogobk {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
.animationFirst {
  opacity: 0;
  animation: fuwa1 3s forwards;
}

.animationSecond {
  opacity: 0;
  animation: fuwa2 3s forwards;
}

@keyframes fuwa1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwa2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  min-height: 100svh;
}

body:has(.top) .titlelogo {
  display: none;
}

.top .secMv {
  position: relative;
}
.top .secMv .mvlogo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
  width: 132px;
}
.top .secMv .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.top .secMv .swiper .swiper-wrapper .swiper-slide img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top .secMv .movie {
  width: 100vw;
  height: 100svh;
  background: url(../img/bg_top1_sp.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  display: none;
}
.top .secMv .movie video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.inner .content {
  position: relative;
  z-index: 10;
  width: 50vw;
  min-height: 100svh;
  margin-left: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner .content .instagram {
  position: fixed;
  bottom: 28px;
  right: 28px;
}
.inner .content .instagram .snsbtn {
  width: 32px;
  height: 32px;
}
.inner .secBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100svh;
}
.inner .secBg .ttl {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 20;
}
.inner .secBg .ttl h2 {
  font-size: clamp(20px, 1.6vw, 32px);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.inner .secBg .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.inner .secBg .swiper .swiper-wrapper .swiper-slide img {
  width: 50vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inner .secBg .swiper .swiper-wrapper .swiper-slide .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 32px;
  display: none;
}

@media screen and (max-width: 796px) {
  .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .inner .content {
    width: 100vw;
    min-height: 50vh;
    padding: 40px 24px 72px;
  }
  .inner .content .instagram {
    bottom: 72px;
    right: 20px;
  }
  .inner .content .instagram .snsbtn {
    width: 20px;
    height: 20px;
  }
  .inner .secBg {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50vh;
  }
  .inner .secBg .ttl h2 {
    font-size: clamp(20px, 1.6vw, 32px);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .inner .secBg .swiper .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .inner .secBg .swiper .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: 50vh;
  }
  .inner .secBg .swiper .swiper-wrapper .swiper-slide .num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 32px;
    display: none;
  }
}
.about .inner .content .txt {
  text-align: center;
}
.about .inner .content .txt p {
  font-size: 15px;
}
.about .inner .content .txt .f-tel {
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.4em;
  margin-top: 6px;
}
.about .inner .content .txt .f-tel span {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
}
.about .inner .content .txt .f-sub {
  margin-top: 16px;
}
.about .inner .content .txt .f-sub > span {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  padding-bottom: 8px;
  display: block;
}
.about .inner .content .txt .f-sub p {
  font-size: 16px;
  line-height: 1.4em;
}
.about .inner .content .txt .f-sub p span {
  font-size: 17px;
  line-height: 0.8em;
  font-weight: 400;
}
.about .inner .content .txt .f-sub.next {
  margin-top: 6px;
}
.about .inner .content .txt .button {
  margin: 26px auto 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 6px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 796px) {
  .about .inner .content .txt .f-tel span {
    font-size: 13px;
  }
  .about .inner .content .txt .f-sub > span {
    font-size: 13px;
  }
}
.concept .inner .content .txt h3 {
  font-size: 28px;
  font-weight: 600;
}
.concept .inner .content .txt p {
  font-size: 18px;
  font-weight: 400;
  margin: 60px auto 0;
  line-height: 1.6em;
}

@media screen and (max-width: 796px) {
  .concept .inner .content {
    padding: 40px 24px 98px;
  }
  .concept .inner .content .txt h3 {
    font-size: 21px;
  }
  .concept .inner .content .txt p {
    font-size: 15px;
    margin: 36px auto 0;
  }
}
.menu .inner .content .txt {
  min-width: 320px;
}
.menu .inner .content .txt .head {
  width: 90%;
  padding: 0 0 8px 22px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.menu .inner .content .txt .head h3 {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-size: 24px;
  margin-bottom: 16px;
}
.menu .inner .content .txt .head h3 span {
  font-size: 14px;
}
.menu .inner .content .txt .head p {
  margin-top: 16px;
  font-size: 18px;
}
.menu .inner .content .txt .head p span {
  font-size: 14px;
}
.menu .inner .content .txt .box {
  padding-left: 52px;
  line-height: 1.8em;
  font-size: 15px;
}
.menu .inner .content .txt .box ol {
  list-style: none;
}
.menu .inner .content .txt .box ol li {
  display: grid;
  grid-template-columns: 60px 1fr;
}
.menu .inner .content .txt .box ol li span,
.menu .inner .content .txt .box ol li p {
  line-height: 1.8em;
  font-size: 15px;
}
.menu .inner .content .txt .box span {
  font-size: 14px;
}

@media screen and (max-width: 796px) {
  .menu .inner .content {
    padding: 32px 0px 94px;
  }
  .menu .inner .content .txt {
    width: 96vw;
  }
  .menu .inner .content .txt .head {
    width: 100%;
    padding: 0 0 8px 24px;
  }
  .menu .inner .content .txt .head h3 {
    font-size: 24px;
  }
  .menu .inner .content .txt .head h3 span {
    font-size: 14px;
  }
  .menu .inner .content .txt .head p {
    font-size: 18px;
  }
  .menu .inner .content .txt .head p span {
    font-size: 12px;
  }
  .menu .inner .content .txt .box {
    padding-left: 36px;
  }
  .menu .inner .content .txt .box p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .menu .inner .content .txt .box span {
    font-size: 13px;
  }
}
.langen * {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.langen .zen {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.langen .concept .inner .content .txt h3 {
  font-size: 24px;
}
.langen .concept .inner .content .txt p {
  font-size: 15px;
  font-weight: 400;
  margin: 5vh auto 0;
  line-height: 1.6em;
}
.langen .menu .inner .content .txt .box ol li {
  display: block;
}

.langch * {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
}
.langch .zen {
  font-family: "Noto Serif SC", serif;
  font-weight: 400;
}
.langch .menu .inner .content .txt {
  min-width: 320px;
}

.langko * {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.langko .zen {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.langko .menu .inner .content .txt {
  min-width: 320px;
}

.tel .inner .content {
  width: 100vw;
}/*# sourceMappingURL=style.css.map */