@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/

/* ラッパー */
.p-top-wrap {
  width: min(calc(1660/1920 * 100%), 1660px);
  margin: 0 auto;
  position: relative;
}

.p-top-contens-wrap {
  width: min(calc(1660/1920 * 100%), 1024px);
  margin: 0 auto;
  position: relative;
}

/*========= hero ===============*/

.p-top-hero {
  display: block;
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.p-top-hero::before {
  content: '';
  display: block;
  background-image: url(../images/top/main@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  height: 100lvh;
  margin: auto;
  margin: 0 calc(50% - 50vw);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);

}

.p-top-hero-bg-gradient {
  display: block;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, var(--white) 70%, #575757 90%);
  mix-blend-mode: multiply;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-top-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}


.p-top-hero-titlebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /* width: calc(714/1024 * 100%); */
  padding-top: 602px;
  margin-top: 0px;
  position: relative;

}

.p-top-hero__title {
  display: block;
  width: min(calc(714/1024 * 100%), 714px);
  height: auto;
  padding-bottom: calc(70/1080 * 100vh);
}

/*========= tabata ===============*/
.p-top-tabata {
  display: block;
  background-image: url(../images/common/texture_01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.p-top-tabata-upbox-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 120px;
}

.p-top-tabata-upbox {
  display: block;
  width: min(calc(464/1024 * 100%), 464px);
}

.p-top-tabata-midbox-wrap {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.p-top-tabata-midbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;

}

.p-top-tabata-midbox-textarea {
  display: block;
  width: calc(373/1024 * 100%);
  margin-left: -200px;
  order: 2;
  position: relative;
  z-index: 2;
}

.p-top-tabata-midbox-textarea__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* width: min(calc(492/1080 * 100%), 492px); */
  /* width: min(calc(530/1080 * 100%), 492px); */
}

.p-top-tabata-midbox-textarea__head {
  display: inline-block;
  color: var(--white);
  font-size: min(2.7vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: auto;
  padding-bottom: min(2vw, 35px);
  /* padding-bottom: 35px; */
  /* padding-top: min(3.125vw, 60px); */
  padding-top: min(17.36vw, 208px);
  /* padding-top: 208px; */
  padding-right: min(2.44vw, 40px);
  /* padding-right: 40px; */

}

.p-top-tabata-midbox-textarea__desc {
  display: inline-block;
  color: var(--white);
  /* font-size: min(1.4vw, 16px); */
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  /* width: auto; */
  width: 100%;
  /* padding-bottom: min(3.125vw, 52px); */
  padding-bottom: min(4.125vw, 52px);
  padding-bottom: 36px;
  /* padding-right: min(3.9vw, 75px); */
  /* padding-right: clamp(41px, 4.9vw, 75px); */
  min-height: 0vw;

}

.p-top-tabata-midbox-textarea__cmt {
  display: block;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  width: 100%;
  padding-top: 51px;

}



.p-top-tabata-midbox__img {
  display: block;
  width: min(calc(740/1024 * 100%), 740px);
  margin-left: -48px;
  margin-top: 10px;
  order: 1;
  position: relative;
  z-index: 1;

}

.p-top-tabata-midboxbglogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-tabata-midboxbglogo__txt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-family: 'Cardo', serif;
  font-size: min(3.22vw, 40px);
  /* font-size: 40px; */
  font-weight: 400;
  font-style: italic;
  line-height: 1.425;
  letter-spacing: 0.360em;
  width: 100%;
  padding-top: 110px;
  /* position: absolute;
  top: 110px;
  left: 0; */

}

.p-top-tabata-midboxbglogo__txt span {
  display: inline-block;
  opacity: 0.2;
}

.p-top-tabata-midboxbglogo__rt {
  padding-right: 12px;
}

.p-top-tabata-midboxbglogo__cirlogo {
  display: block;
  width: min(calc(250/1024 * 100%), 250px);
  height: auto;
  /* padding-top: 41px; */
  padding-top: clamp(33px, 1.95vw, 41px);
  min-height: 0vw;
}

.p-top-tabata-midbox-textarea__sphead,
.p-top-tabata-midbox-textarea__spdesc,
.p-top-tabata-midbox-textarea__spcmt,
.c-otherpage-spbtn {
  display: none;
}



/*========= concept ===============*/
.p-top-concept {
  display: block;
  background-image: url(../images/common/texture_02@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  overflow-x: hidden;

}

.p-top-contens-upbox-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  /* padding-top: 54px; */
  position: relative;
}

.p-top-contens__upboxleft {
  display: block;
  width: min(calc(358/1024 * 100%), 358px);
  /* padding-top: 140px; */
  padding-top: min(11.3vw, 140px);

  position: relative;
  top: 0;
  left: 0;
  z-index: 1;

}

.p-top-contens__upboxright {
  display: block;
  width: min(calc(450/1024 * 100%), 450px);
  /* margin-right: 38px; */
  position: absolute;
  top: 54px;
  /* top: min(7vw, 54px); */
  right: 38px;
  z-index: -1;
}

.p-top-concept-midbox-wrap {
  display: block;
  width: 100%;
  position: relative;
}

.p-top-concept-midbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
}

.p-top-concept__head {
  display: inline-block;
  color: var(--black);
  font-size: min(2.7vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
  /* margin-top: -60px; */
  /* position: relative;
  z-index: 2; */
}

.p-top-concept-midbox-luxena {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 50px;
}

.p-top-concept-midbox-luxena__textinner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(424/1024 * 100%);
}

.p-top-concept-midbox-luxena__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  width: 100%;
  /* padding-bottom: 41px; */
  /* padding-bottom: min(2.34vw, 41px); */

}

.p-top-concept-midbox-luxena__textunder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  /* gap: 90px; */

}

.p-top-concept-midbox-luxena__cmt {
  display: block;
  color: var(--black);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  /* width: 100%; */
  /* padding-top: 51px; */

}

.p-top-concept-midbox-luxena__spcmt {
  display: none;
}


.p-top-concept-midbox-luxena__img {
  display: block;
  width: calc(550/1024 * 100%);
}

/* lounge */
.p-top-contens-lounge-wrap {
  display: block;
  width: 100%;
  margin-bottom: 110px;
}

.p-top-contens-lounge {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: stretch;
  width: 100%;
  gap: 57px;
  padding-bottom: 100px;
  position: relative;
}

.p-top-contens-lounge::before {
  display: block;
  content: '';
  border: 1px solid var(--black);
  width: calc(960/1024 * 100%);
  height: 100%;
  position: absolute;
  top: -50px;
  right: 0;
  margin: auto;
  z-index: -1;
}


.p-top-contens-lounge__textinner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(397/1024 * 100%);
  order: 2;
}

.p-top-contens-lounge__head {
  display: inline-block;
  color: var(--black);
  font-size: min(2.7vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  width: 100%;
}

.p-top-contens-lounge__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  width: 100%;
  margin-top: -32px;
  /* padding-bottom: 41px; */
  /* padding-bottom: min(2.34vw, 41px); */

}


.p-top-contens-lounge__cmt {
  display: block;
  color: var(--black);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;

}

.p-top-contens-lounge__sphead,
.p-top-contens-lounge__sptext,
.p-top-contens-lounge__spcmt {
  display: none;
}


.p-top-contens-lounge__img {
  display: block;
  width: calc(530/1024 * 100%);
  order: 1;
}

/* アクセス */
.p-top-access-upbox-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 75px;
}

.p-top-access-upbox__textinner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(302/1024 * 100%);

}

.p-top-access-upbox__logo {
  display: block;
  width: 100%;
}

.p-top-access-upbox__head {
  display: inline-block;
  color: var(--black);
  font-size: min(2.7vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  width: 100%;

}

.p-top-access-upbox__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  width: 100%;
  /* margin-top: -32px; */

}

.p-top-access-upbox__sptext {
  display: none;
}

.p-top-access-upbox__img {
  display: block;
  width: calc(682/1024 * 100%);

}


.p-top-access-midbox-wrap {
  display: grid;
  place-content: center;
  /* grid-template-rows: 1; */
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: calc(24/1024 * 100%);
  width: 100%;
  margin-bottom: 40px;
}

.p-top-access-notice {
  display: block;
  color: var(--black);
  font-size: 10px;
  font-weight: 400;
  line-height: calc(15/10);
  letter-spacing: 0.04em;
  text-align: left;

  width: 100%;
}

.p-top-access-notice span {
  display: block;
}

/* p-top-under-box */

.c-otherpage-btn {
  display: inline-block;
  color: var(--white);
  background-color: unset;
  font-family: 'Cardo', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(58/14);
  letter-spacing: 0.3em;
  border: 1px solid var(--white);
  width: 219px;
  height: auto;
  position: relative;

}

.c-otherpage-btn::before {
  content: '';
  display: block;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;

}

.c-otherpage-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  z-index: 10;

}

.c-otherpage-btn a:hover {
  color: var(--beige);
}

.c-otherpage-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);

}

/* black ver */
.c-otherpage-btn--blk {
  display: inline-block;
  color: var(--black);
  background-color: unset;
  /* font-family: "Lato", sans-serif; */
  font-family: 'Cardo', serif;

  font-size: 14px;
  font-weight: 400;
  line-height: calc(58/14);
  letter-spacing: 0.3em;
  border: 1px solid var(--black);
  width: 219px;
  height: auto;
  position: relative;

}

.c-otherpage-btn--blk::before {
  content: '';
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;

}

.c-otherpage-btn--blk a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  z-index: 10;

}

.c-otherpage-btn--blk a:hover {
  color: var(--white);
}

.c-otherpage-btn--blk:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);

}



/*========= under-box ===============*/
.p-top-under-box {
  display: block;
  color: var(--black);
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: 100%;
  margin: 0 calc(50% - 50vw);
  padding-top: 121px;
  /* padding-bottom: 80px; */
  position: relative;
}

.p-top-under-navi {
  display: block;
  padding-bottom: 43px;
  position: relative;
  z-index: 5;
}


.p-top-under-navibox {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 219px);
  grid-row-gap: 20px;
  grid-column-gap: 21px;
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.p-top-under-navibox::before {
  content: '';
  display: block;
  background-color: var(--black);
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: 1px;
  margin-left: -100vw;
  /* margin-left: calc(calc(100vw - var(--scrollbar)) * -1); */
  position: absolute;
  top: 21%;
  left: 0;
  z-index: 5;
}

.p-top-under-navibox::after {
  content: '';
  display: block;
  background-color: var(--black);
  width: 100vw;
  /* width: calc(100vw - var(--scrollbar)); */
  height: 1px;
  margin-right: -100vw;
  /* margin-right: calc(calc(100vw - var(--scrollbar)) * -1); */
  position: absolute;
  top: 21%;
  right: 2px;
  z-index: 5;
}

.p-top-under-navibox__item {
  display: inline-block;
  color: var(--white);
  background-color: unset;
  font-family: 'Cardo', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(58/14);
  letter-spacing: 0.3em;
  border: 1px solid var(--black);
  width: 218px;
  height: auto;
  /* transition: color 0.2s; */
  position: relative;
}

.p-top-under-navibox__item::before {
  content: '';
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;

}

.p-top-under-navibox__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  z-index: 10;
}

.p-top-under-navibox__item a:hover {
  color: var(--white);
}

.p-top-under-navibox__item:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.p-top-under-navibox__item--location,
.p-top-under-navibox__item--equipment,
.p-top-under-navibox__item--quality {
  grid-row: 1;
}

.p-top-under-navibox__item--plan,
.p-top-under-navibox__item--outline {
  grid-row: 2;
}

.p-top-under-navibox__item--plan {
  grid-column: 1 / span 2;
  justify-self: center;
}

.p-top-under-navibox__item--outline {
  grid-column: 2 / span 2;
  justify-self: center;
}

.p-top-notice {
  display: block;
  color: var(--black);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
}

.p-top-notice span {
  display: block;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
SPモードのCSS
************************************/
/*1024px以下*/
@media screen and (max-width: 1024px) {

  .sp-small-on,
  .pc-sp-small-on {
    display: none;
  }

  main {
    overflow: hidden;
  }

  /* ラッパー */
  .p-top-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
  }

  .p-top-contens-wrap {
    width: min(calc(342/390 * 100%), 544px);
  }


  /*========= top all ===============*/
  /* .p-top-area {
    display: block;
    width: 100vw;
    background-color: var(--deep-chacol);
  } */


  /*========= hero SP ===============*/
  .p-top-hero {
    display: block;
    width: 100vw;
    /* height: 100vh; */
    height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh);
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 0;
    overflow-x: hidden;
  }

  .p-top-hero::before {
    content: '';
    display: block;
    background-image: url(../images/top/main_sp@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100vw;
    /* height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: 100lvh; */
    height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh);
    margin: auto;
    margin: 0 calc(50% - 50vw);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translate3d(0, 0, 0);

  }

  .p-top-hero-bg-gradient {
    display: block;
    width: 100%;
    /* height: 100vh; */
    height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh);
    background-image: linear-gradient(to bottom, var(--white) 80%, #575757 95%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-hero-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* width: 100%; */
    /* height: 100vh; */
    height: calc(1180/1360 * calc(var(--vh, 1vh) * 100));
    height: calc(1180/1360 * 100vh);
    height: calc(1180/1360 * 100svh);
    position: relative;
    z-index: 10;
  }

  .p-top-hero-titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    /* width: calc(714/1024 * 100%); */
    margin-top: 0px;
    position: relative;
  }

  .p-top-hero__title {
    display: block;
    width: min(calc(312/544 * 100%), 312px);
    height: auto;
    padding-bottom: calc(70/544 * 100%);
  }

  .p-top-hero__title img {
    width: 100%;
    height: auto;
  }

  .p-top-hero__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: clamp(12px, 3.07vw, 16px);
    font-weight: 500;
    line-height: calc(28/16);
    letter-spacing: 0.12em;
    text-align: center;
    padding-top: clamp(35px, 10.25vw, 60px);
    min-height: 0vw;

  }


  /*========= tabata ===============*/

  .p-top-tabata {
    background-image: url(../images/common/texture_01_sp@2x.png);
  }

  /* SPのみ表示のタイトル */
  .p-top-tabata-sptitle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: calc(180/1360 * calc(var(--vh, 1vh) * 100));
    min-height: calc(180/1360 * 100vh);
    min-height: calc(180/1360 * 100svh);
    padding-top: 20px;
  }

  .p-top-tabata-sptitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: clamp(14px, 1.75vw, 18px);
    font-weight: 500;
    line-height: calc(26/14);
    letter-spacing: 0.120em;
    min-height: 0vw;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

  .p-top-tabata-sptitle::before {
    content: '';
    display: block;
    background-color: var(--white);
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }


  .p-top-tabata-upbox-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }

  .p-top-tabata-upbox {
    display: block;
    width: min(calc(317/342 * 100%), 317px);
    padding-bottom: 50px;
  }

  .p-top-tabata-midboxbglogo {
    display: none;
  }

  .p-top-tabata-midbox-wrap {
    padding-bottom: 71px;
  }


  .p-top-tabata-midbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

  }

  .p-top-tabata-midbox-textarea {
    /* display: none; */
    display: contents;
    width: 100%;
    margin-left: 0;
  }

  .p-top-tabata-midbox-textarea__inner {
    display: contents;
  }
  .p-top-tabata-midbox-sp-textarea {
    display: block;
    width: 100%;
  }

  .p-top-tabata-midbox-textarea__sphead,
  .p-top-tabata-midbox-textarea__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white);
    font-size: min(5.3vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
    order: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .p-top-tabata-midbox-textarea__spdesc,
  .p-top-tabata-midbox-textarea__desc {
    display: block;
    color: var(--white);
    font-size: clamp(12px, 3.7vw, 14px);
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    min-height: 0vw;
    order: 3;
    padding-bottom: 43px;

  }

  .p-top-tabata-midbox-textarea__cmt {
    display: none;
  }

  .p-top-tabata-midbox-textarea__spcmt {
    display: block;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    line-height: calc(15/10);
    letter-spacing: 0.04em;
    text-align: left;
    /* width: 100%; */
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 5;
  }

  .c-otherpage-btn {
    display: inline-block;
    color: var(--white);
    background-color: unset;
    font-family: 'Cardo', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: calc(50/12);
    letter-spacing: 0.3em;
    border: 1px solid var(--white);
    width: 164px;
    height: auto;
    margin: 0 auto;
    position: relative;
    order: 4;

  }

  .p-top-tabata-midbox__img {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
    order: 2;
  }

  .c-otherpage-btn::before {
    content: '';
    display: block;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: transform .6s, background-color .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: left top;

  }

  .c-otherpage-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    transition: color 0.2s;
    position: relative;
    z-index: 10;

  }

  .c-otherpage-btn a:hover {
    color: var(--beige);
  }

  .c-otherpage-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);

  }


  .p-top-contens-upbox-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .p-top-contens__upboxleft {
    width: min(calc(244/342 * 100%), 244px);
    padding-top: 60px;
  }

  .p-top-contens__upboxright {
    display: none;
  }

  .p-top-concept__head {
    font-size: 20px;
    line-height: calc(32/20);
    padding-bottom: 30px;
  }

  .p-top-concept-midbox-luxena {
    flex-direction: column;

  }

  .p-top-concept-midbox-luxena__textinner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    order: 2;
    gap: 50px;
  }

  .p-top-concept-midbox-luxena__img {
    display: block;
    width: 100%;
    position: relative;
    order: 1;
  }

  .p-top-concept-midbox-luxena__cmt {
    display: none;
  }

  .p-top-concept-midbox-luxena__spcmt {
    display: block;
    color: var(--black);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: right;
    /* width: 100%; */
    /* padding-top: 51px; */
    position: absolute;
    bottom: -16px;
    right: 0;
    z-index: 5;

  }

  .p-top-concept-midbox-luxena__text {
    font-size: 14px;
    line-height: calc(26/14);
  }

  .p-top-concept-midbox-luxena__textunder {
    justify-content: center;
  }

  .c-otherpage-btn--blk {
    font-size: 12px;
    line-height: calc(50/12);
    width: 164px;
  }

  /* lounge */
  .p-top-contens-lounge-wrap {
    display: block;
    border: 1px solid var(--black);
    width: 100%;
    margin-bottom: 70px;
  }

  .p-top-contens-lounge {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: stretch;
    width: calc(484/544 * 100%);
    gap: 0px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
  }

  .p-top-contens-lounge::before {
    display: none;
    /* content: '';
    border: 1px solid var(--black);
    width: calc(960/1024 * 100%);
    height: 100%;
    position: absolute;
    top: -50px;
    right: 0;
    margin: auto;
    z-index: -1; */
  }


  .p-top-contens-lounge__textinner {
    display: contents;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(397/1024 * 100%);
  order: 2; */

  }

  .p-top-contens-lounge__sphead,
  .p-top-contens-lounge__head {
    display: inline-block;
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: calc(32/20);
    letter-spacing: 0.04em;
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    order: 1;
  }

  .p-top-contens-lounge__sptext,
  .p-top-contens-lounge__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    margin-top: 0px;
    order: 3;

  }

  .p-top-contens-lounge__cmt {
    display: none;
  }

  .p-top-contens-lounge__spcmt {
    display: block;
    color: var(--black);
    font-size: 10px;
    font-weight: 500;
    line-height: calc(15/10);
    letter-spacing: 0.04em;
    text-align: left;
    position: absolute;
    bottom: -18px;
    right: 0;
    z-index: 5;

  }

  .p-top-contens-lounge__img {
    display: block;
    width: 100%;
    margin-bottom: 51px;
    position: relative;
    order: 2;
  }

  .p-top-concept-midbox {
    padding-bottom: 71px;

  }

  /* アクセス */
  .p-top-access-upbox-wrap {
    flex-direction: column;
    margin-bottom: 40px;

  }

  .p-top-access-upbox__textinner {
    display: contents;
    width: 100%;
    /* order: 1;
    gap: 47px; */
    padding-bottom: 40px;
  }

  .p-top-access-upbox__logo {
    display: block;
    /* width: calc(206/544 * 100%); */
    width: min(calc(206/342 * 100%), 206px);
    margin-bottom: 47px;
    order: 1;
  }

  .p-top-access-upbox__head {
    font-size: 20px;
    line-height: calc(32/20);
    order: 2;
    margin-bottom: 40px;

  }

  /* .p-top-access-upbox__text {
    display: none;
  } */

  .p-top-access-upbox__sptext,
  .p-top-access-upbox__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    /* margin-bottom: 40px; */
    order: 4;

  }

  .p-top-access-upbox__img {
    display: block;
    width: 100%;
    order: 3;
    margin-bottom: 40px;
  }

  .p-top-access-midbox-wrap {
    display: grid;
    place-content: center;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 35px;
    grid-column-gap: calc(35/544 * 100%);
    width: 100%;
    margin-bottom: 40px;
  }


  /*========= under-box ===============*/
  .p-top-under-box {
    display: block;
    color: var(--black);
    /* width: 100vw; */
    /* width: calc(100vw - var(--scrollbar)); */
    width: 100%;
    height: 100%;
    /* margin: 0 calc(50% - 50vw); */
    margin: 0 auto;
    padding-top: 51px;
    /* padding-bottom: 80px; */
    position: relative;
  }

  .p-top-under-navi {
    display: block;
    padding-bottom: 43px;
    position: relative;
    z-index: 5;
  }


  .p-top-under-navibox {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 164px);
    grid-row-gap: 22px;
    grid-column-gap: calc(12/544 * 100%);
    width: auto;
    margin: 0 auto;
    position: relative;
  }

  .p-top-under-navibox::before {
    display: none;
  }

  .p-top-under-navibox::after {
    display: none;
  }

  .p-top-under-navibox__item {
    display: inline-block;
    color: var(--white);
    background-color: unset;
    font-family: 'Cardo', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: calc(50/12);
    letter-spacing: 0.3em;
    border: 1px solid var(--black);
    width: 164px;
    height: auto;
    /* transition: color 0.2s; */
    position: relative;
  }

  .p-top-notice {
    text-align: left;
    padding-bottom: 50px;

  }

}

/*576px以下*/
@media screen and (max-width: 576px) {

  .sp-small-on,
  .pc-sp-small-on {
    display: block;
  }

  /*========= hero SP small ===============*/
  .p-top-hero {
    display: block;
    width: 100vw;
    /* height: 100vh; */
    height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh);
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 0;
    overflow-x: hidden;
  }

  .p-top-hero::before {
    content: '';
    display: block;
    background-image: url(../images/top/main_sp@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100vw;
    /* height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: 100lvh; */
    height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh);
    margin: auto;
    margin: 0 calc(50% - 50vw);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translate3d(0, 0, 0);

  }

  .p-top-hero-bg-gradient {
    display: block;
    width: 100%;
    /* height: 100vh; */
    height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh);
    background-image: linear-gradient(to bottom, var(--white) 80%, #575757 95%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-top-hero-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* width: 100%; */
    /* height: 100vh; */
    height: calc(700/844 * calc(var(--vh, 1vh) * 100));
    height: calc(700/844 * 100vh);
    height: calc(700/844 * 100svh);
    position: relative;
    z-index: 10;
  }

  .p-top-hero-titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    /* width: calc(714/1024 * 100%); */
    margin-top: 0px;
    position: relative;
  }

  .p-top-hero__title {
    display: block;
    width: min(calc(210/342 * 100%), 210px);
    height: auto;
    padding-bottom: calc(40/342 * 100%);
  }

  .p-top-hero__title img {
    width: 100%;
    height: auto;
  }

  .p-top-hero__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: clamp(12px, 3.07vw, 16px);
    font-weight: 500;
    line-height: calc(28/16);
    letter-spacing: 0.12em;
    text-align: center;
    padding-top: clamp(35px, 10.25vw, 60px);
    min-height: 0vw;

  }

  /*========= tabata ===============*/
  /* SPのみ表示のタイトル */
  .p-top-tabata-sptitle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: calc(144/844 * calc(var(--vh, 1vh) * 100));
    min-height: calc(144/844 * 100vh);
    min-height: calc(144/844 * 100svh);
    padding-top: 20px;
  }

  .p-top-tabata-sptitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: clamp(12px, 3.2vw, 14px);
    font-weight: 500;
    line-height: calc(26/14);
    letter-spacing: 0.120em;
    min-height: 0vw;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

  .p-top-tabata-sptitle::before {
    content: '';
    display: block;
    background-color: var(--white);
    width: 100vw;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }


  .p-top-tabata-upbox-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
  }

  .p-top-tabata-upbox {
    display: block;
    width: min(calc(317/342 * 100%), 317px);
    padding-bottom: 50px;
  }

  .p-top-tabata-midboxbglogo {
    display: none;
  }


  .p-top-tabata-midbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

  }

  .p-top-tabata-midbox-textarea {
    /* display: block;
    width: 100%; */

  }

  .p-top-tabata-midbox-sp-textarea {
    display: block;
    width: 100%;
  }

  .p-top-tabata-midbox-textarea__sphead,
  .p-top-tabata-midbox-textarea__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white);
    font-size: min(5.3vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
    order: 1;
    padding-bottom: 10px;
  }

  .p-top-tabata-midbox-textarea__spdesc,
  .p-top-tabata-midbox-textarea__desc {
    display: block;
    color: var(--white);
    font-size: clamp(12px, 3.7vw, 14px);
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;
    min-height: 0vw;
    order: 3;
    padding-bottom: 43px;

  }

  .p-top-tabata-midbox-textarea__spcmt {
    display: block;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    line-height: calc(15/10);
    letter-spacing: 0.04em;
    text-align: left;
    /* width: 100%; */
    position: absolute;
    bottom: 10px;
    right: 24px;
    z-index: 5;
  }

  .p-top-tabata-midbox__img {
    width: 100vw;
    margin-left: 0;
    margin-top: 0;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 20px;
    order: 2;
  }

  
  /*========= under-box ===============*/
  .p-top-under-box {
    /* width: calc(100vw - var(--scrollbar)); */
    width: 100%;
    height: 100%;
    padding-top: 51px;
    /* padding-bottom: 80px; */
    position: relative;
  }

  .p-top-under-navi {
    display: block;
    padding-bottom: 35px;
    position: relative;
    z-index: 5;
  }

  .p-top-under-navibox {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 164px);
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 22px;
    grid-column-gap: 12px;
    width: 100%;
    width: min(100%, 340px);
    margin: 0 auto;
    position: relative;
  }

  .p-top-under-navibox::before,
  .p-top-under-navibox::after {
    display: none;

  }

  .p-top-under-navibox__item {
    /* font-size: 12px; */
    font-size: clamp(10px, 3vw, 12px);
    min-height: 0vw;
    line-height: calc(50/12);
    letter-spacing: 0.3em;
    /* width: 164px; */
    width: 100%;
    
  }

  .p-top-under-navibox__item--location,
  .p-top-under-navibox__item--equipment {
    grid-row: 1;
  }

  .p-top-under-navibox__item--quality,
  .p-top-under-navibox__item--plan {
    grid-row: 2;
    grid-column: unset;

  }

  .p-top-under-navibox__item--outline {
    width: min(calc(164/340 * 100%), 164px);
    grid-row: 3;
    grid-column: 1 / span 2;
    justify-self: center;
  }

  .p-top-notice {
    text-align: left;
    line-height: calc(16/10);
    /* width: min(calc(342/390 * 100%), 544px); */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;

  }

  .p-top-contens-lounge {
    width: calc(282/342 * 100%);
    padding-bottom: 22px;
  }

  .p-top-tabata-midbox-textarea__spdesc {
    padding-bottom: 44px;
  }
  .p-top-concept-midbox-luxena {
    gap: 42px;
  }

  .p-top-contens-lounge__sphead {
    padding-bottom: 24px;
  }

  .p-top-concept-midbox {
    padding-bottom: 68px;

  }

  .p-top-access-upbox__textinner {
    padding-bottom: 36px;
  }

  .p-top-access-upbox-wrap {
    margin-bottom: 36px;

  }

  .p-top-access-midbox-wrap {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

}