@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;

}

@media (max-width: 1210px) {
  html {
    font-size: 1.3223140496vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Old Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 500;
  color: #3e4048;
  background-image: url(../images/bg.jpg);
  background-size: 23.4375rem;
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}

body.is-drawer-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.l-footer {
  margin: 4.375rem 0 2.0625rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin: 3.75rem 0 1.25rem;
  }
}

.l-header {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.l-inner {
  margin-inline: auto;
  padding: 0 20px;
  max-width: 1210px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
  }
}

.l-reservation {
  margin-top: 15.625rem;
}

@media screen and (max-width: 767px) {
  .l-reservation {
    margin-top: 7.5rem;
  }
}

.l-top-access {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-access {
    margin-top: 7.5rem;
  }
}

.l-top-recruit {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-recruit {
    margin-top: 7.5rem;
  }
}

.l-top-concept {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-concept {
    margin-top: 7.5rem;
  }
}

.l-top-experience {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-experience {
    margin-top: 5.5rem;
  }
}

.l-top-mv {
  /* margin-top: 1.875rem; */
}

.l-top-news {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 7.5rem;
  }
}

.l-top-restaurant {
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  .l-top-restaurant {
    margin-top: 7.5rem;
  }
}

.l-top-rooms {
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .l-top-rooms {
    margin-top: 7.5rem;
  }
}

.c-btn {
  padding: 0.625rem 0.3125rem 0.9375rem;
  position: relative;
  width: 15rem;
  display: flex;
  align-items: center;
  font-size: 0.90625rem;
}



@media screen and (max-width: 767px) {
  .c-btn {
    width: 14.0625rem;
    font-size: 0.8125rem;
  }
}

.c-btn.c-btn--white {
  color: #ffffff;
}

.c-btn:hover {
  opacity: 1;
  color: #AF3026;
}

.c-btn::before,
.c-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #3e4048;
  transition: right 0.3s;
}

.c-btn::before {
  bottom: 0;
  right: 0;
  width: 100%;
}

.c-btn::after {
  bottom: 0.3125rem;
  right: -0.0625rem;
  transform: rotate(30deg);
  width: 1.25rem;
}

.c-btn:hover::before {
  right: -0.5rem;
}

.c-btn:hover::after {
  right: -0.5625rem;
}

.c-btn.c-btn--white::before,
.c-btn.c-btn--white::after {
  background: #ffffff;
}

.c-reservation-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 0;
  left: 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background-color: #d6cfbe;
  border-radius: 99px;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.125rem;
  line-height: 1;
  z-index: 10;
  transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .c-reservation-btn {
    right: initial;
    left: 20px;
    font-size: 0.9375rem;
  }
}

.c-reservation-btn:hover {
  color: #ffffff;
  background-color: #3e4048;
  opacity: 1;
}

.c-reservation-btn span {
  margin-left: 0.3125rem;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .c-reservation-btn span {
    font-size: 0.6875rem;
  }
}

.c-spacer {
  width: 100%;
  height: 42.5rem;
}

.c-text {
  font-size: calc(20/16*1rem);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}

.c-text.c-text--md {
  font-size: calc((20 / 16)* 1rem);

}

.c-text.c-text--lg {
  font-size: calc((26 / 16)* 1rem);

}

@media screen and (max-width: 767px) {
  .c-text {
    /* font-size: 0.8125rem; */
    font-size: calc(16 / 16 *1rem);
  }

  .c-text.c-text--md {
    /* font-size: 0.8125rem; */
    font-size: calc(16 / 16 *1rem);
  }

  .c-text.c-text--lg {
    font-size: calc((24 / 16)* 1rem);

  }
}

.c-title {
  transform: scaleY(0.9);
}

.c-title.c-title--flex {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  line-height: 1;
}

.c-title.c-title--white {
  color: #ffffff;
}

.c-title__ja {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 2.8125rem;
  }
}

.c-title__en {
  /* font-family: "Crimson Pro", serif; */
  font-size: calc(20/16*1rem);

  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 1rem;
  }
}

.c-title.c-title--flex .c-title__en {
  font-size: 1.25rem;
}

.p-fixed-bg {
  margin-inline: auto;
  position: sticky;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 2.5rem);
  height: calc(100svh - 3.75rem);
  height: calc(100vh - 3.75rem);
  border-radius: 1.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-fixed-bg {
    top: 0.625rem;
    width: calc(100% - 1.25rem);
    height: calc(100svh - 2.8125rem);
    height: calc(100vh - 2.8125rem);
  }
}

.p-fixed-bg__swiper,
.p-fixed-bg__swiper .swiper-wrapper,
.p-fixed-bg__swiper .swiper-slide,
.p-fixed-bg__swiper .swiper-img {
  height: inherit;
}

.p-fixed-bg__swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, var(--overlay-opacity, 0.3));
  z-index: 2;
}

.p-fixed-bg__swiper .swiper-slide.swiper-slide-active .swiper-img,
.p-fixed-bg__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-fixed-bg__swiper .swiper-slide.swiper-slide-prev .swiper-img {
  animation: scale 8s linear 0s normal both;
}

@keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.p-top-access__address-title {
  font-size: calc(16/16*1rem);
}

.p-top-access__address-text {
  font-size: calc(16/16*1rem);
}

.p-top-access__term {
  font-size: calc(14/16*1rem);

}

.p-top-access__desc {
  font-size: calc(16/16*1rem);

}

.p-fixed-bg__swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fixed-bg__catchphrase {
  position: absolute;
  bottom: 2.5rem;
  left: 4.375rem;
  z-index: 1;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-fixed-bg__catchphrase {
    display: flex;
    top: 0.9375rem;
    bottom: initial;
    left: 0.9375rem;
  }
}

.p-fixed-bg__catchphrase-ja {
  font-size: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-fixed-bg__catchphrase-ja {
    font-size: 1.375rem;
    writing-mode: vertical-rl;
  }
}

.p-fixed-bg__catchphrase-ja span {
  display: block;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-fixed-bg__catchphrase-ja span {
    font-size: 1.1875rem;
    writing-mode: vertical-rl;
  }
}

.p-fixed-bg__catchphrase-en {
  font-size: 0.90625rem;
}

@media screen and (max-width: 767px) {
  .p-fixed-bg__catchphrase-en {
    margin-left: 0.625rem;
    font-size: 0.8125rem;
  }
}

.p-fixed-bg__scroll {
  position: absolute;
  bottom: 3.125rem;
  right: 0;
  left: 0;
  z-index: 1;
  font-family: "Crimson Pro", serif;
  font-size: 0.90625rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}

.p-fixed-bg__scroll::after {
  content: "";
  margin: 0.625rem auto 0;
  display: block;
  width: 1.625rem;
  height: 0.4375rem;
  -webkit-mask-image: url(../images/arrow002.svg);
  mask-image: url(../images/arrow002.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.p-footer__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1336px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 30px;
    max-width: 600px;
  }
}

.p-footer__wrap {
  display: flex;
  align-items: flex-start;
  gap: 10.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__wrap {
    display: block;
  }
}

.p-footer__logo-wrap {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-footer__logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-footer__logo {
  width: 10rem;
  /* width: 100%; */
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 7.1875rem;
  }
}

.p-footer__lang {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: "Crimson Pro", serif;
  font-size: 0.90625rem;
  text-transform: uppercase;
}

.p-footer__lang-current {
  border-bottom: 1px solid #3e4048;
}

.p-footer__lang span {
  display: inline-block;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2.8125rem;
  }
}

.p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.75rem;
}

.p-footer__nav-link {
  padding: 0.625rem 0;
  display: block;
  transition: color 0.3s;
  font-size: calc(20 / 16 *1rem);
}

.p-footer__nav-link.p-footer__nav-link--contact {
  padding-bottom: 0;
  font-size: 0.8125rem;
  border-bottom: 1px dashed;
}

@media screen and (max-width: 767px) {
  .p-footer__nav-link.p-footer__nav-link--contact {
    display: inline-block;
  }
}

.p-footer__nav-link:hover,
.p-footer__info-address a:hover {
  color: #d46857;
  opacity: 1;
}

.p-footer__info {
  font-size: calc(18 / 16 *1rem);
}

@media screen and (max-width: 767px) {
  .p-footer__info {
    margin-top: 2.9375rem;
  }
}

.p-footer__info-address {
  font-style: normal;
  /* font-size: 0.8125rem; */
  font-size: calc(16 / 16 *1rem);
}

.p-footer__info-address a {
  margin-left: 2.5rem;
  display: inline-block;
  font-family: "Crimson Pro", serif;
  border-bottom: 1px dashed;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .p-footer__info-address a {
    margin-left: 0.625rem;
  }
}

.p-footer__info-link {
  padding: 0.625rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Crimson Pro", serif;
}

.p-footer__info-link::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-mask-image: url(../images/instagram.svg);
  mask-image: url(../images/instagram.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
}

.p-footer__copyright {
  margin-top: 4.375rem;
  display: block;
  font-size: 0.75rem;
}

.p-header {
  height: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 4.0625rem;
  }
}

.p-header__inner {
  display: flex;
  justify-content: right;
  height: inherit;
}

.p-header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: inherit;
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: flex;
  justify-content: center;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  padding: 0 0.9375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.90625rem;
  color: #ffffff;
}

.p-header__lang {
  position: absolute;
  top: 50%;
  right: 12.5rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: "Crimson Pro", serif;
  font-size: 0.90625rem;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-header__lang {
    display: none;
  }
}

.p-header__lang-current {
  border-bottom: 1px solid #ffffff;
}

.p-header__lang span {
  display: inline-block;
  font-size: 1rem;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 3.75rem;
  z-index: 999;
  outline: none;
  border: none;
  width: 4.375rem;
  height: inherit;
  cursor: pointer;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    right: 0.625rem;
  }
}

.p-header__hamburger span,
.p-header.is-over-mv .p-header__hamburger.is-open span {
  position: relative;
  right: -0.9375rem;
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #3e4048;
  backdrop-filter: invert(1) contrast(100) grayscale(100%);
  transform-origin: left center;
  transition: transform 0.3s, top 0.3s, background-color 0.3s;
}

.p-header.is-over-mv .p-header__hamburger span {
  background-color: #fff;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0.375rem;
}

.p-header__hamburger:hover span:nth-of-type(2) {
  transform: scaleX(0.5);
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: -0.625rem;
  transform: rotate(30deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  top: 0.5rem;
  transform: rotate(-30deg);
}

.p-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  backdrop-filter: blur(2px);
  background-color: rgba(62, 64, 72, 0.3);
  z-index: 800;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-header__overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.p-header__drawer {
  padding: 5.9375rem 4.0625rem 2.5rem;
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  max-width: 28.75rem;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-size: 23.4375rem;
  background-position: center;
  background-repeat: repeat;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media screen and (max-width: 767px) {
  .p-header__drawer {
    padding: 5rem 1.875rem;
  }
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-nav {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.p-header__drawer-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-header__drawer-link {
  padding: 0.625rem 0;
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  transition: color 0.3s;
}

.p-header__drawer-link::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: 0.125rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../images/arrow001.svg);
  mask-image: url(../images/arrow001.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
  transition: background-color 0.3s;
}

.p-header__drawer-link:hover,
.p-header__drawer-contact:hover,
.p-header__drawer-info-text a:hover {
  color: #d46857;
  opacity: 1;
}

.p-header__drawer-link:hover::before {
  background-color: #d46857;
}

.p-header__drawer-link span {
  margin-left: 0.3125rem;
  display: inline-block;
  font-size: 0.8125rem;
  text-transform: capitalize;
}

.p-header__drawer-btn-wrap {
  margin-top: 2.5rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.p-header__drawer-btn-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-header__drawer-btn {
  padding: 0.9375rem 1.25rem;
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1;
  border-radius: 62.4375rem;
  background-color: #ececec;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

.p-header__drawer-btn:hover {
  color: #ffffff;
  background-color: #3e4048;
  opacity: 1;
}

.p-header__drawer-btn+.p-header__drawer-btn {
  margin-top: 0.9375rem;
}

.p-header__drawer-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url(../images/arrow001.svg);
  mask-image: url(../images/arrow001.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
  transition: right 0.3s, background-color 0.3s;
}

.p-header__drawer-btn:hover {
  opacity: 1;
}

.p-header__drawer-btn:hover::after {
  right: 1.25rem;
  background-color: #ffffff;
}

.p-header__drawer-lang {
  position: fixed;
  top: 2.8125rem;
  right: 12.5rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: "Crimson Pro", serif;
  font-size: 0.90625rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-header__drawer-lang {
    top: 1.25rem;
    right: 6rem;
  }
}

.is-drawer-open .p-header.is-over-mv .p-header__drawer-lang {
  color: #3e4048;
}

.is-drawer-open .p-header.is-over-mv .p-header__drawer-lang-current {
  border-bottom: 1px solid #3e4048;
}

.p-header__drawer-lang-current {
  border-bottom: 1px solid #3e4048;
}

.p-header.is-over-mv .p-header__drawer-lang {
  color: #ffffff;
}

.p-header.is-over-mv .p-header__drawer-lang-current {
  border-bottom: 1px solid #ffffff;
}


.p-header__drawer-lang span {
  display: inline-block;
  font-size: 1rem;
}

.p-header__drawer-contact {
  margin-top: 2.5rem;
  display: inline-block;
  font-size: 0.8125rem;
  border-bottom: 1px dashed;
  transition: color 0.3s;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, color 0.3s;
  will-change: opacity, transform;
}

.p-header__drawer-contact.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-header__drawer-info-wrap {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header__drawer-info-wrap {
    position: relative;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.p-header__drawer-info {
  font-size: 0.8125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-header__drawer-info {
    margin-top: 1.25rem;
  }
}

.p-header__drawer-info-text {
  font-style: normal;
}

.p-header__drawer-info-text a {
  font-family: "Crimson Pro", serif;
  border-bottom: 1px dashed;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .p-header__drawer-info-text a {
    position: absolute;
    right: 0;
    bottom: 2.8125rem;
  }
}

.p-header__drawer-info-link {
  padding: 0.625rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Crimson Pro", serif;
}

.p-header__drawer-info-link::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-mask-image: url(../images/instagram.svg);
  mask-image: url(../images/instagram.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
}

.p-header__drawer-logo {
  width: 5.3125rem;
}

.p-intro {
  padding-bottom: 17.5rem;
}

@media screen and (max-width: 767px) {
  .p-intro {
    padding-bottom: 8.75rem;
  }
}

.p-intro__content {
  margin-left: auto;
  max-width: 36.4375rem;
  width: 100%;
}

.p-intro__text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 0.90625rem;
  }
}

.p-intro__text+.p-intro__text {
  margin-top: 1.875rem;
}

.p-intro__btn-wrap {
  margin-top: 5rem;
}

.p-reservation__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1450px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-reservation__title.c-title {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__title .c-title__ja {
    writing-mode: vertical-rl;
  }
}

.p-reservation__wrap {
  padding: 2.625rem 3.25rem 1.25rem;
  border-radius: 1.25rem;
  background-image: url(./../images/img005.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-reservation__wrap {
    padding: 1.5625rem;
    background-image: url(./../images/img005contact-sp.webp);
  }
}

.p-reservation__btn-wrap {
  margin-top: 7.5rem;
}

a.p-reservation__btn {
  padding: 0.875rem 1.25rem;
  position: relative;
  max-width: 21.875rem;
  width: 100%;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 62.4375rem;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  background-color: #fff;
  color: #3e4048 !important;
}

@media screen and (max-width: 767px) {
  .p-reservation__btn {
    padding: 0.53125rem 1.25rem;
    max-width: 14.0625rem;
  }
}

.p-reservation__btn:hover {
  color: #3e4048;
  background-color: #ffffff;
  opacity: 1;
}

.p-reservation__btn+.p-reservation__btn {
  margin-top: 0.625rem;
}

.p-reservation__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url(../images/arrow001.svg);
  mask-image: url(../images/arrow001.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
  transition: right 0.3s, background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .p-reservation__btn::after {
    width: 1.1875rem;
    height: 1.0625rem;
  }
}

.p-reservation__btn:hover::after {
  right: 1.25rem;
  background-color: #3e4048;
}

.p-reservation__text {
  margin-top: 0.625rem;
  color: #d6cfbe;
}

.p-reservation__tel {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-reservation__tel {
    font-size: 0.9375rem;
  }
}

.p-reservation__tel span {
  font-size: 0.71875rem;
}

.p-top-access__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-top-access__inner {
    display: block;
  }
}

.p-top-access__content {
  max-width: 52.625rem;
  width: 100%;
}

.p-top-access__map {
  margin-top: 1.25rem;
  padding-top: 49%;
  position: relative;
  width: 70%;
  height: 0;

}

.p-top-access__map-wrap {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #8d8d8d;
}

@media screen and (max-width: 767px) {
  .p-top-access__map {
    padding-top: 60%;
    width: 80%;
  }
}

.p-top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-footer__info-text {
  font-size: calc(18/16*1rem);
}

@media screen and (max-width: 767px) {
  .p-footer__info-text {
    font-size: calc(20/16*1rem);
  }
}

.p-top-access__address-text {
  margin-top: 1.25rem;
}

.p-top-access__address-text a {
  display: inline-block;
  font-size: 0.8125rem;
  border-bottom: 1px dashed;
  font-size: calc(14/16*1rem);

}

.p-top-access__text {
  margin-top: 1.25rem;
}

.p-top-access__list {
  margin-top: 2.5rem;
  padding-inline: 0.75rem;

}

@media screen and (max-width: 767px) {
  .p-top-access__list {
    margin-top: 1.875rem;
  }
}

.p-top-access__list:nth-last-child(1) {
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 1.25rem;
}

.p-top-access__list+.p-top-access__list {
  margin-top: 0.75rem;
}

.p-top-access__term {
  color: #8d8d8d;
}

.p-top-concept__img {
  margin-inline: auto;
  width: 40%;
  transition: width 1.5s ease-out;
}

@media screen and (max-width: 767px) {
  .p-top-concept__img {
    width: 55%;
  }
}

.p-top-concept__img.u-width-animate {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-top-concept__img.u-width-animate {
    width: 73%;
  }
}

.p-top-concept__img img {
  aspect-ratio: 1150/920;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-concept__content {
  margin-top: 5rem;
  display: flex;
  /* justify-content: space-around; */
  justify-content: start;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-top-concept__content {
    margin-top: 2.5rem;
  }
}

.p-top-concept__title {
  font-size: 3.125rem;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p-top-concept__title {
    font-size: 2.0625rem;
  }
}

.p-top-concept__title span {
  position: relative;
  display: inline-block;
}

.p-top-concept__title span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.1875rem;
  height: 0%;
  background: #3e4048;
  transition: height 1.2s ease-out;
}

.p-top-concept__text {
  padding-top: 2.5rem;
}

.p-top-concept__text span {
  display: block;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-concept__text {
    padding-top: 1.875rem;
  }

  .p-top-concept__text span {
    display: block;
    font-size: 28px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-concept__text.c-text.c-text--lg {
    /* font-size: 0.734375rem; */
    font-size: calc(16 / 16 *1rem);
  }
}

.p-top-concept__title span.animated::before {
  height: 100%;
}

.p-top-experience__contents {
  margin-top: 10rem;
  padding-block: 100px;
  background-color: #595b50;
  border-radius: calc((50 / 16)* 1rem) calc((50 / 16)* 1rem) 0 0;

}

@media screen and (max-width: 767px) {
  .p-top-experience__contents {
    margin-top: 8.875rem;

  }
}

.p-top-experience__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.p-top-experience__swiper .swiper-slide:nth-of-type(even) {
  margin-top: 1.875rem;
}

.p-top-experience__swiper .swiper-img img {
  aspect-ratio: 284/426;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.p-top-experience__swiper-item-title {
  position: absolute;
  top: 0.625rem;
  right: 0;
  z-index: 10;
  font-size: 2.625rem;
  line-height: 1;
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: scaleY(0.9);
}

.p-top-experience__btn-wrap {
  margin-top: 2.5rem;
}

.p-top-experience__bg {
  /* margin-top: 6.25rem; */
  position: relative;
  width: 100%;
  height: 36rem;
  background-image: url(../../assets/images/img027.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  background-attachment: fixed;

}

@media screen and (max-width: 767px) {
  .p-top-experience__bg {
    background-image: url(../../assets/images/img027-sp.webp);
  }
}

.p-top-experience__bg.p-top-experience__bg--mt {
  margin-top: 6.25rem;

}

@supports (-webkit-touch-callout: none) {
  .p-top-experience__bg {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-top-experience__bg {
    /* margin-top: 9.5rem; */
    height: 15.625rem;
  }

  .p-top-experience__bg.p-top-experience__bg--mt {
    margin-top: 9.5rem;


  }
}

.p-top-experience__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-top-experience__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.p-top-experience__item {
  color: #ffffff;
}

.p-top-experience__link {
  display: block;
}

.p-top-experience__link:hover {
  opacity: 1;
}

.p-top-experience__img {
  /* overflow: hidden; */
}

.p-top-experience__img img {
  aspect-ratio: 380/253;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  transition: transform 0.6s;
}

.p-top-experience__link:hover .p-top-experience__img img {
  transform: scale(1.03);
}

.p-top-experience__text {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-top-experience__text {
    font-size: calc(20/16*1rem);
  }
}

.p-top-experience__date {
  margin-top: 0.625rem;
  display: flex;
  justify-content: space-between;
}

.p-top-mv_bak {
  width: 100%;
  height: 100svh;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-mv_bak__logo {
  max-width: 13.75rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-mv_bak__logo {
    max-width: 7.5rem;
  }
}

.p-top-mv {
  overflow: hidden;
}

.p-top-mv__inner.l-inner {
  display: flex;
  justify-content: space-between;
  max-width: initial;
}

.p-top-mv__content {
  display: flex;
  align-items: flex-start;
  gap: 9.375rem;
}

.p-top-mv__logo {
  max-width: 7.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-mv__logo {
    max-width: 4.6875rem;
  }
}

.p-top-mv__logo img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(22%) sepia(6%) saturate(580%) hue-rotate(201deg) brightness(97%) contrast(88%);
}

.p-top-mv__title {
  padding: 3rem 12.5rem 0 0;
  font-size: 3.125rem;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p-top-mv__title {
    padding-right: 1.875rem;
    font-size: 2.0625rem;
  }
}

.p-top-mv__title span {
  position: relative;
  display: inline-block;
}

.p-top-mv__title span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.1875rem;
  height: 0%;
  background: #3e4048;
  transition: height 1.2s ease-out;
}

.p-top-mv__title span.animated::before {
  height: 100%;
}

.p-top-mv__nav {
  padding-top: 6.25rem;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.p-top-mv__nav.u-fade-in {
  opacity: 1;
}

.p-top-mv__link {
  padding: 0.3125rem 0;
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.p-top-mv__link::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: 0.125rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url(../images/arrow001.svg);
  mask-image: url(../images/arrow001.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3e4048;
}

.p-top-mv__img-wrap {
  position: relative;
  left: 5%;
  display: flex;
  justify-content: center;
  gap: 4.375rem;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

@media screen and (max-width: 767px) {
  .p-top-mv__img-wrap {
    margin-top: -5.25rem;
    left: 0;
    flex-direction: column;
  }
}

.p-top-mv__img-wrap.u-fade-in {
  opacity: 1;
}

.p-top-mv__img-list {
  position: relative;
  min-width: 40vw;
  width: 40vw;
  height: 30vw;
  overflow: hidden;
}

.p-top-mv__img-list:nth-of-type(1) {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-mv__img-list:nth-of-type(1) {
    margin-top: 0;
    left: 1.5625rem;
    min-width: 50vw;
    width: 50vw;
    height: 40vw;
    z-index: 10;
  }
}

.p-top-mv__img-list:nth-of-type(2) {
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-top-mv__img-list:nth-of-type(2) {
    margin-top: -5.9375rem;
    margin-left: auto;
    min-width: 60vw;
    width: 60vw;
    height: 50vw;
    z-index: 5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv__img-list:nth-of-type(3) {
    margin-top: -6.25rem;
    min-width: 80vw;
    width: 80vw;
    height: 70vw;
  }
}

.p-top-mv__img-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  clip-path: inset(0% 100% 0% 0%);
  transform: translateX(0%) translateZ(0);
}

.p-top-mv__title span.animated::before {
  height: 100%;
}

.p-top-news {
  padding-block: 80px;
  background-color: #595b50;
  border-radius: calc((50 / 16) * 1rem) calc((50 / 16) * 1rem) 0 0;

}

.p-top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-top-news__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title {
    display: flex;
    align-items: flex-end;
    gap: 0.625rem;
    line-height: 1;
  }
}

.p-top-news__content {
  max-width: 52.625rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-news__content {
    margin-top: 1.25rem;
  }
}

.p-top-news__link {
  padding: 1.25rem 0.75rem;
  display: block;
  border-bottom: 1px solid #8d8d8d;
  transition: background-color 0.3s;
}

.p-top-news__link:hover {
  background-color: #ececec76;
  opacity: 1;
}

.p-top-news__date {
  display: flex;
  gap: 0.625rem;
  font-size: 0.90625rem;
  color: #ffffff;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .p-top-news__date {
    font-size: 0.8125rem;
  }
}

.p-top-news__item-title {
  margin-top: 0.625rem;
  font-size: calc((20 / 16)* 1rem);
  color: #ffffff;

  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    font-size: 0.8125rem;
  }
}

.p-top-news__btn-wrap {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-top-news__btn-wrap {
    margin-top: 1.25rem;
  }
}

.p-top-restaurant__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-top-restaurant__inner {
    flex-direction: column-reverse;
  }
}

.p-top-restaurant__img:nth-of-type(1) {
  max-width: 28.3125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-restaurant__img:nth-of-type(1) {
    margin-top: 2.5rem;
    max-width: 62%;
  }
}

.p-top-restaurant__img img {
  aspect-ratio: 453/604;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-restaurant__content {
  max-width: 32.375rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-restaurant__content {
    max-width: 100%;
  }
}

.p-top-restaurant__text {
  margin-top: 1.875rem;
}

.p-top-restaurant__btn-wrap {
  margin-top: 2.5rem;
}

.p-top-rooms__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-top-rooms__inner {
    display: block;
  }
}

.p-top-rooms__content {
  max-width: 28.3125rem;
  width: 100%;
  flex-shrink: 0;
}

.p-top-rooms__text {
  margin-top: 1.25rem;
}

.p-top-rooms__btn-wrap {
  margin-top: 2.5rem;
}

.p-top-rooms__swiper {
  display: grid;
  grid-column-end: span 11;
}

@media screen and (max-width: 767px) {
  .p-top-rooms__swiper {
    margin-top: 3.75rem;
  }
}

.p-top-rooms__swiper-wrap {
  overflow: hidden;
}

.p-top-rooms__swiper-content .swiper-img {
  margin-top: 0.625rem;
}

.p-top-rooms__swiper-content .swiper-img img {
  aspect-ratio: 712/445;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-rooms__swiper-title-ja {
  font-size: 2.8125rem;
  transform: scaleY(0.9);
}

@media screen and (max-width: 767px) {
  .p-top-rooms__swiper-title-ja {
    font-size: 1.5rem;
  }
}

.p-top-rooms__swiper-title-en {
  /* font-size: 1.375rem; */
  font-size: calc(20/16*1rem);

  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .p-top-rooms__swiper-title-en {
    font-size: calc(14/16*1rem);

  }
}

.p-top-rooms__swiper-text {
  margin-top: 0.625rem;
}

.u-clip-in {
  overflow: hidden;
}

.u-clip-in>* {
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.u-clip-in.is-visible>* {
  transform: translateY(0);
}

.u-color-white {
  color: #ffffff;
}

.u-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: block;
  }
}

.u-fade-in {
  opacity: 0;
  transform: translateY(0.625rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}

.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-mobile {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: none;
  }
}

/* JIN:R 詳細度調整 */
body:not(.wp-admin),
body:not(.wp-admin) .widgettitle,
body:not(.wp-admin) .c--post-list-title,
body:not(.wp-admin) .d--slider-title-default,
body:not(.wp-admin) .d--blogcard-mysite .a--blogcard-title,
body:not(.wp-admin) .d--blogcard-external .a--blogcard-title,
body:not(.wp-admin) .d--blogcard-external .a--blogcard-more,
body:not(.wp-admin) #hamburgerMenuList .menu-item a,
body:not(.wp-admin) .editor-styles-wrapper,
body:not(.wp-admin) #headerSearch .search-text,
body:not(.wp-admin) .d--profile-author.d--brand-color .d--contact,
body:not(.wp-admin) .js--hamburger-active.c--menu-trigger .a--menu-label,
body:not(.wp-admin) #postTagBox a,
body:not(.wp-admin) .wpcf7 input,
body:not(.wp-admin) .wpcf7 textarea,
body:not(.wp-admin) .wpcf7 select,
body:not(.wp-admin) .o--jinr-postcard,
body:not(.wp-admin) .o--postlist-inner .a--post-title,
body:not(.wp-admin) .widgets-php h2.jinr-heading,
body:not(.wp-admin) .d--material-design .b--jinr-postlist .a--post-title,
body:not(.wp-admin) .wp-block-search__input,
body:not(.wp-admin) .a--button-microcopy,
body:not(.wp-admin) .b--jinr-paid-text,
body:not(.wp-admin) .b--paidpost-remaining {
  color: #3e4048 !important;
}

body:not(.wp-admin) a {
  color: inherit;
}

body:not(.wp-admin) a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */

.mb16 {
  /* margin-top: 3rem; */
}

.slide-img {
  width: 100%;
  height: 100%;
}

.slide-img picture,
.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home01 .swiper-slide-active .slide-img,
#home01 .swiper-slide-duplicate-active .slide-img,
#home01 .swiper-slide-prev .slide-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

@keyframes zoom-in {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}


.fixed-bg {
  position: sticky;
  /* top: 2rem; */
  left: 0;
  right: 0;
  /* width: calc(100% - 4rem); */
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  opacity: 1;
  transition: height .3s ease-out, opacity 1s ease-in-out;
  margin: 0 auto;
  /* border-radius: 2rem; */
}

@media screen and (max-width: 767px) {
  .fixed-bg {
    /* width: calc(100% - 2rem); */
    min-height: 700px;

  }
}


#body .fixed-bg .swiper-wrap.fade-in,
#body #header.fade-in {
  opacity: 1;
  transition: opacity .6s ease-out, transform .6s ease-out;
}

#home01 .swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  height: 100%;
}

#home01 .swiper {
  width: 100%;
  height: 100%;
}

#home01 .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, var(--overlay-opacity, .3));
  z-index: 2;
  transition: background .1s linear;
}

#kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#kv .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1.2s cubic-bezier(.33, 1, .68, 1);
}

#kv img {
  width: 6rem;
  height: auto;
}

#home01 .scroll {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

#home01 .scroll .ico {
  margin: 1rem auto;
}

.p-top-service {}


.l-top-service {
  margin-top: calc((120 / 16)* 1rem);
}

.p-top-service__inner {}

.p-top-service__contents {
  display: flex;
  gap: calc((80 / 16)* 1rem);
}

@media screen and (max-width: 767px) {
  .p-top-service__contents {
    flex-direction: column;
    gap: calc((40 / 16)* 1rem);

  }
}

.p-top-service__content {}

.p-top-service__title {}


.p-top-service__text {
  margin-top: calc((40 / 16)* 1rem);
}

.p-top-service__text span {
  font-size: calc((32 / 16)* 1rem);
  display: block;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-top-service__text span {
    font-size: 24px;
  }
}

.p-top-service__text+.p-top-service__text {
  margin-top: calc((32 / 16)* 1rem);
}

.p-top-service__images {
  flex: 1;
}

.p-top-service__images-top {
  display: flex;
  justify-content: center;
  position: relative;
}

.p-top-service__images-top::before {
  content: "";
  display: block;
  width: calc((18 / 670)*100%);
  height: 40px;
  position: absolute;
  top: 102%;
  left: 50%;
  mask-image: url(../images/arrow003.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #3e4048;

}

.to-up>* {
  opacity: 0;
}

/* .p-top-service__images-top::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #3e4048;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: rotate(30deg) translate(0px, -12px);
}

@media screen and (max-width: 767px) {
  .p-top-service__images-top::after {
    top: 134%;
  }
} */

.p-top-service__images-text {
  width: calc((200 / 16)* 1rem);
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: #3e4048 1px solid;
  border-radius: 100vh;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-top-service__images-top .p-top-service__images-text {
    width: calc((200 / 16)* 1rem);

  }

  .p-top-service__images-text {
    width: 32%;
  }
}

.p-top-service__images-text span {
  font-weight: 700;
  margin-bottom: calc((24 / 16)* 1rem);
  font-size: calc((26 / 16)* 1rem);
}

@media screen and (max-width: 767px) {
  .p-top-service__images-text span {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

.p-top-experience__time {
  font-size: calc(16/16*1rem);
}

@media screen and (max-width: 767px) {
  .p-top-experience__time {
    font-size: calc(14/16*1rem);
  }
}

.p-top-experience__category {
  font-size: calc(16/16*1rem);

}

@media screen and (max-width: 767px) {
  .p-top-experience__category {
    font-size: calc(14/16*1rem);
  }
}

.p-top-service__images-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: calc((64 / 16)* 1rem);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-service__images-bottom {
    gap: 0;
    justify-content: space-between;
  }

}

.p-top-service__images-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  border-right: #3e4048 1px solid;
  border-left: #3e4048 1px solid;
  border-bottom: #3e4048 1px solid;
  position: absolute;
  top: 110%;

}

.p-top-service__txt {
  text-align: center;
  margin-top: calc((110 / 16)* 1rem);
  position: relative;
}

.p-top-service__txt::before {
  content: "";
  display: block;
  width: calc((18 / 670)*100%);
  height: 40px;
  background-color: #3e4048;
  mask-image: url(../images/arrow003.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateY(-100%);




  /* content: "";
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 105%;
    left: 50%;
    mask-image: url(../images/arrow003.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #3e4048; */
}

/* .p-top-service__txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #3e4048;
  position: absolute;
  bottom: 97%;
  left: 50%;
  transform: rotate(30deg) translate(0px, -12px);
} */

.p-top-service__container {
  display: grid;
  /* grid-template-columns: 1fr min(calc((400 / 1440)* 100vw), 400px); */
  grid-template-columns: 1fr;
  gap: calc((40 / 16)* 1rem) calc((80 / 16)* 1rem);
  margin-top: calc((160 / 16)* 1rem);
}

@media screen and (max-width: 767px) {
  .p-top-service__container {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top:
      80px;
  }
}

.p-top-service__container-title-wrap {
  padding-block: 100px;
  padding-inline: 20px;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;

}


.p-top-service__container:nth-child(1) .p-top-service__container-title-wrap {
  background-image: url(../images/service01_pc.webp);
}

.p-top-service__container:nth-child(2) .p-top-service__container-title-wrap {
  background-image: url(../images/service02_pc.webp);
}

.p-top-service__container:nth-child(3) .p-top-service__container-title-wrap {
  background-image: url(../images/service03_pc.webp);
}

@media screen and (max-width: 767px) {
  .p-top-service__container:nth-child(1) .p-top-service__container-title-wrap {
    background-image: url(../images/service01.webp);
  }

  .p-top-service__container:nth-child(2) .p-top-service__container-title-wrap {
    background-image: url(../images/service02.webp);
  }

  .p-top-service__container:nth-child(3) .p-top-service__container-title-wrap {
    background-image: url(../images/service03.webp);
  }
}

.p-top-service__container-title-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.p-top-service__container-title-wrap>span {
  position: absolute;
  bottom: -8px;
  right: 5%;
  font-size: 120px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-top-service__container-title-wrap>span {
    font-size: 80px;
    bottom: -5px;

  }

}

.p-top-service__container-title {
  order: 1;
  font-size: calc((36 / 16)* 1rem);
  color: #ffffff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-top-service__container-title {
    font-size: calc((24/ 16)* 1rem);
  }
}

.p-top-service__container-title span {
  font-size: calc((26 / 16)* 1rem);
  display: block;
}

@media screen and (max-width: 767px) {
  .p-top-service__container-title span {
    font-size: calc((18/ 16)* 1rem);
  }
}

.p-top-service__container-text {
  order: 3;
  padding-inline: 20px;

}

.p-top-service__container-img {
  order: 2;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: end;
  display: none;
}

@media screen and (max-width: 767px) {

  .p-top-service__container-img {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}



.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  gap: 40px;
}

.loading.is-hide {
  transform: scale(1.1);
  opacity: 0;
  pointer-events: none;
}

.loading__img {
  width: 80px;
}

.loading__img img {
  /* opacity: 0.9; */
  animation: loading-img 0.8s infinite alternate linear;
}

@keyframes loading-img {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.1;
  }
}

.loading__circle-container {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading__circle {
  width: 40px;
  height: 40px;
  border: 8px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: #434343;
  animation: loading 1.5s infinite linear;
}


@media screen and (max-width: 767px) {
  .loading__img {
    width: 60px;
  }

  .loading__circle {
    border: 6px solid rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-top-color: #434343;

  }
}


@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.recruitment__flow {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 2rem;
  list-style: none;
  margin-top: 2.5rem;
  max-width: 37.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .recruitment__flow {
    flex-direction: row;
    margin-top: 5.875rem;
    max-width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.recruitment__floe-item {
  align-items: center;
  background-color: #434343;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .recruitment__floe-item {
    font-size: 1.25rem;
    padding: 3.5rem 0 3.625rem;
    width: 100%;
  }
}

.recruitment__floe-item::before {
  border-bottom: 0.0625rem #fff solid;
  content: "0" counter(number);
  counter-increment: number;
  /* font-family: "Kanit", sans-serif; */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  width: 6.625rem;
}

@media screen and (min-width: 768px) {
  .recruitment__floe-item::before {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    width: 10rem;
  }
}

.gtranslate_wrapper {
  display: flex;
  flex-direction: row-reverse;
  top: 2.8125rem;
  right: 12.5rem;
  position: fixed;
  gap: 20px;
  font-family: "Crimson Pro", serif;
  font-size: 0.90625rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.p-footer .gtranslate_wrapper {
  position: relative !important;
  margin-top: 1.875rem;
  width: max-content;
  top: unset;
  right: unset;
  z-index: 1;
}

.gtranslate_wrapper::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .gtranslate_wrapper {
    top: 1.25rem;
    right: 6rem;
  }
}

.is-drawer-open .p-header.is-over-mv .gtranslate_wrapper {
  color: #3e4048;
}

.is-drawer-open .p-header.is-over-mv .gt-current-lang {
  border-bottom: 1px solid #3e4048;
}

.gt-current-lang {
  border-bottom: 1px solid #3e4048;
}

.p-header.is-over-mv .gtranslate_wrapper {
  color: #ffffff;
}

.p-header.is-over-mv .gt-current-lang {
  border-bottom: 1px solid #ffffff;
}


.gtranslate_wrapper span {
  display: inline-block;
  font-size: 1rem;
}