/* ============================
mv
---------------------------- */
body.top-page section.mv {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-image: url(/imgs/mv-top.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body.top-page section.mv {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
  }
}


/* ============================
.top-page
---------------------------- */
/* section.menu */
.top-page main section.menu-box {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-page main section.menu-box .outer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-page main section.menu-box .outer .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-page main section.menu-box .outer .inner .menu-lst {
  position: absolute;
  bottom: calc(var(--s1) * 256);
  right: calc(var(--s1) * 80);
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 40);
}
.top-page main section.menu-box .outer .inner .menu-lst .itm a {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 16);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 0.192);
}

/* section.concept */
.top-page main section.concept {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(76, 76, 77, 0.00) 1.87%, rgba(76, 76, 77, 0.90) 51.3%, rgba(76, 76, 77, 0.90) 100%);
  backdrop-filter: blur(2px);
}
.top-page main section.concept .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-page main section.concept .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 546);
  padding-top: calc(var(--s1) * 353);
  padding-bottom: calc(var(--s1) * 200);
  margin: 0 auto;
}
.top-page main section.concept .outer .inner .sec-ttl {
  text-align: center;
  text-shadow: 0 0 calc(var(--s1) * 6) rgba(0, 0, 0, 0.20);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 0.216);
}
.top-page main section.concept .outer .inner article .art-ttl {
  text-align: center;
  text-shadow: 0 0 calc(var(--s1) * 6) rgba(0, 0, 0, 0.20);
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 26);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: calc(var(--s1) * 0.26);
  margin: calc(var(--s1) * 64) 0;
}

/* section.space */
.top-page main section.space {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background: rgba(76, 76, 77, 0.90);
  backdrop-filter: blur(2px);
}
.top-page main section.space .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-page main section.space .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 362);
  padding-top: calc(var(--s1) * 157);
  padding-bottom: calc(var(--s1) * 313);
  margin: 0 auto;
  position: relative;
}
.top-page main section.space .outer .inner .sec-ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 12);
  margin-bottom: calc(var(--s1) * 40);
}
.top-page main section.space .outer .inner .sec-ttl .en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 26);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 3.12);
}
.top-page main section.space .outer .inner .sec-ttl .jp {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 500;
  line-height: 100%; /* 1.6rem */
  letter-spacing: calc(var(--s1) * 1.6);
}
.top-page main section.space .outer .inner .pht1 {
  width: calc(var(--s1) * 340);
  height: calc(var(--s1) * 557);
  background-color: #FFFFFF;
  background-image: url(/imgs/bg_space_pht1.webp);
  background-size: cover;
  position: absolute;
  top: calc(var(--s1) * 60);
  left: calc(var(--s1) * -430);
  z-index: 0;
}
.top-page main section.space .outer .inner .pht2 {
  width: calc(var(--s1) * 320);
  height: calc(var(--s1) * 213);
  background-color: #EEEEEE;
  background-image: url(/imgs/bg_space_pht2.webp);
  background-size: cover;
  position: absolute;
  bottom: calc(var(--s1) * 20);
  left: calc(var(--s1) * -220);
  z-index: 1;
}
.top-page main section.space .outer .inner .pht3 {
  width: calc(var(--s1) * 232);
  height: calc(var(--s1) * 154);
  background-color: #EEEEEE;
  background-image: url(/imgs/bg_space_pht3.webp);
  background-size: cover;
  position: absolute;
  top: calc(var(--s1) * 195);
  right: calc(var(--s1) * -413);
  z-index: 0;
}

/* section.counter */
.top-page main section.counter {
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 1440 / 910;
  margin: 0;
  padding: 0;
  position: relative;
  background: rgba(76, 76, 77, 0.90);
}
.top-page main section.counter .outer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(/imgs/bg_counter.webp);
  background-size: cover;
  background-position: center center;
}

/* section.chef-pht */
.top-page main section.chef-pht {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  background-image: url(/imgs/bg_menu.webp);
  background-size: cover;
  background-position: top center;
  z-index: 0;
}

/* section.msc */
.top-page main section.msc {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: 0 0 100vh 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(76, 76, 77, 0.00) 0.22%, rgba(76, 76, 77, 0.80) 9.62%, rgba(76, 76, 77, 0.90) 44.97%);
  backdrop-filter: blur(2px);
}
.top-page main section.msc .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: calc(var(--s1) * 360);
  padding-bottom: calc(var(--s1) * 180);
}
.top-page main section.msc .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-page main section.msc .outer .inner:last-of-type {
  border-bottom: none;
}
.top-page main section.msc .outer .inner.menu {
  padding-bottom: calc(var(--s1) * 200);
  display: flex;
  gap: calc(var(--s1) * 120);
}
.top-page main section.msc .outer .inner.shop-info {
  padding-top: calc(var(--s1) * 100);
  padding-bottom: calc(var(--s1) * 100);
  display: flex;
  gap: calc(var(--s1) * 202);
  align-items: center;
}
.top-page main section.msc .outer .inner.chef {
  padding-top: calc(var(--s1) * 100);
}

/* .inner.menu */
.top-page main section.msc .outer .inner.menu .pht1 {
  width: calc(var(--s1) * 260);
  height: calc(var(--s1) * 347);
  background-color: #FFFFFF;
  background-image: url(/imgs/bg_msc_menu_pht1.webp);
  background-size: cover;
}
.top-page main section.msc .outer .inner.menu .cnt {
  margin-top: calc(var(--s1) * 50);
}
.top-page main section.msc .outer .inner.menu .cnt .sec-ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 12);
  margin-bottom: calc(var(--s1) * 40);
}
.top-page main section.msc .outer .inner.menu .cnt .sec-ttl .en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 26);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 3.12);
}
.top-page main section.msc .outer .inner.menu .cnt .sec-ttl .jp {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 500;
  line-height: 100%; /* 1.6rem */
  letter-spacing: calc(var(--s1) * 1.6);
}
.top-page main section.msc .outer .inner.menu .cnt .btns {
  margin-top: calc(var(--s1) * 48);
  display: flex;
  justify-content: flex-end;
}
.top-page main section.msc .outer .inner.menu .cnt .btns .btn {
  display: flex;
  gap: calc(var(--s1) * 40);
  align-items: center;
  font-size: calc(var(--s1) * 14);
}
.top-page main section.msc .outer .inner.menu .cnt .btns .btn::after {
  content: '';
  display: block;
  width: calc(var(--s1) * 36);
  height: calc(var(--s1) * 20);
  border-radius: calc(var(--s1) * 20);
  background-color: #FFFFFF;
  background-image: url(/imgs/arrow_r.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.top-page main section.msc .outer .inner.menu .cnt .phts {
  margin-top: calc(var(--s1) * 80);
  display: flex;
  gap: calc(var(--s1) * 24);
}
.top-page main section.msc .outer .inner.menu .cnt .phts .pht {
  width: calc(var(--s1) * 190);
  height: calc(var(--s1) * 190);
  background-size: cover;
}
.top-page main section.msc .outer .inner.menu .cnt .phts .pht2 {
  background-image: url(/imgs/bg_msc_menu_pht2.webp);
}
.top-page main section.msc .outer .inner.menu .cnt .phts .pht3 {
  background-image: url(/imgs/bg_msc_menu_pht3.webp);
}
.top-page main section.msc .outer .inner.menu .cnt .phts .pht4 {
  background-image: url(/imgs/bg_msc_menu_pht4.webp);
}

/* .inner.shop-info */
.top-page main section.msc .outer .inner.shop-info .pht1 {
  width: calc(var(--s1) * 360);
  height: calc(var(--s1) * 240);
  background-color: #FFFFFF;
  background-image: url(/imgs/bg_msc_shop-info_pht1.webp);
  background-size: cover;
}
.top-page main section.msc .outer .inner.shop-info .cnt {
  margin-top: calc(var(--s1) * 50);
}
.top-page main section.msc .outer .inner.shop-info .cnt .sec-ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 12);
  margin-bottom: calc(var(--s1) * 40);
}
.top-page main section.msc .outer .inner.shop-info .cnt .sec-ttl .en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 14);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 0.168);
}
.top-page main section.msc .outer .inner.shop-info .cnt .btns {
  margin-top: calc(var(--s1) * 48);
  display: flex;
  justify-content: flex-end;
}
.top-page main section.msc .outer .inner.shop-info .cnt .btns .btn {
  display: flex;
  gap: calc(var(--s1) * 40);
  align-items: center;
  font-size: calc(var(--s1) * 14);
}
.top-page main section.msc .outer .inner.shop-info .cnt .btns .btn::after {
  content: '';
  display: block;
  width: calc(var(--s1) * 36);
  height: calc(var(--s1) * 20);
  border-radius: calc(var(--s1) * 20);
  background-color: #FFFFFF;
  background-image: url(/imgs/arrow_r.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/* .inner.chef .chef-box */
.top-page main section.msc .outer .inner.chef .chef-box {
  display: flex;
  gap: calc(var(--s1) * 120);
}
.top-page main section.msc .outer .inner.chef .chef-box.box1 {
  align-items: center;
  margin-bottom: calc(var(--s1) * 64);
}
.top-page main section.msc .outer .inner.chef .chef-box.box2 {
  align-items: start;
}
.top-page main section.msc .outer .inner.chef .chef-box .cnt {
  flex: 1;
}
.top-page main section.msc .outer .inner.chef .cnt h2.sec-ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 12);
  margin-bottom: calc(var(--s1) * 40);
}
.top-page main section.msc .outer .inner.chef .cnt h2.sec-ttl .en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 14);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: calc(var(--s1) * 0.168);
}

.top-page main section.msc .outer .inner.chef .cnt h3.sec-ttl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 16);
  margin-bottom: calc(var(--s1) * 20);
}
.top-page main section.msc .outer .inner.chef .cnt h3.sec-ttl .pos {
  font-size: calc(var(--s1) * 14);
  font-weight: 500;
  line-height: calc(var(--s1) * 20);
  letter-spacing: calc(var(--s1) * 0.112);
}
.top-page main section.msc .outer .inner.chef .cnt h3.sec-ttl .name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: calc(var(--s1) * 14);
}
.top-page main section.msc .outer .inner.chef .cnt h3.sec-ttl .name .jp {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 20);
  font-weight: 600;
  line-height: 100%; /* 2rem */
  letter-spacing: calc(var(--s1) * 2.0);
}
.top-page main section.msc .outer .inner.chef .cnt h3.sec-ttl .name .en {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 14);
  font-weight: 500;
  line-height: 100%; /* 1.4rem */
  letter-spacing: calc(var(--s1) * 0.168);
}
.top-page main section.msc .outer .inner.chef .chef-box .pht1 {
  width: calc(var(--s1) * 360);
  height: calc(var(--s1) * 240);
  background-color: #FFFFFF;
}
.top-page main section.msc .outer .inner.chef .chef-box .pht2 {
  width: calc(var(--s1) * 260);
  height: calc(var(--s1) * 260);
  background-color: #FFFFFF;
}
