/* ============================
mv
---------------------------- */
body section.mv {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

body.top-page section.mv .swiper-wrapper {
  width: 100%;
  height: 100%;
}
body.top-page section.mv .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.top-page section.mv .swiper-wrapper .swiper-slide.pht1 {
  background-image: url(/imgs/mv-top1.webp);
}
body.top-page section.mv .swiper-wrapper .swiper-slide.pht2 {
  background-image: url(/imgs/mv-top2.webp);
}
body.top-page section.mv .swiper-wrapper .swiper-slide.pht3 {
  background-image: url(/imgs/mv-top3.webp);
}

body.news-archive section.mv {
  background-image: url(/imgs/mv-news.webp);
}
body.menu-page section.mv {
  background-image: url(/imgs/mv-menu.webp);
}
body.shop-info-page section.mv {
  background-image: url(/imgs/mv-shop-info.webp);
}

@media screen and (max-width: 767px) {
  body section.mv {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
  }
}

/* ============================
common sp style
---------------------------- */
@media screen and (max-width: 767px) {
  main section .outer .inner {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* ============================
.top-page
---------------------------- */
/* section.menu */
.top-page main section.menu-box {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page main section.menu-box {
    height: calc(100svh - var(--common_header_height));
  }
}
.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);
}
@media screen and (max-width: 767px) {
  .top-page main section.menu-box .outer .inner .menu-lst {
    bottom: 10%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .top-page main section.menu-box .outer .inner .menu-lst {
    flex-direction: row;
    gap: calc(var(--s1) * 20);
  }
}
.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: 0.192rem;
}

/* 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: 0.216rem;
  position: relative;
  z-index: 1;
}
.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: 0.26rem;
  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;
}
@media screen and (max-width: 767px) {
  .top-page main section.space .outer .inner {
    padding-top: calc(var(--s1) * 500);
    padding-right: 0% !important;
    padding-bottom: calc(var(--s1) * 256);
    padding-left: 0% !important;
    max-width: 90%;
  }
}
.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);
  position: relative;
  z-index: 1;
}
.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: 0.312rem;
}
@media screen and (max-width: 767px) {
  .top-page main section.space .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 20);
  }
}
.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: 0.16rem;
}
@media screen and (max-width: 767px) {
  .top-page main section.space .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 12);
  }
}
.top-page main section.space .outer .inner .pht1 {
  width: calc(var(--s1) * 340);
  height: calc(var(--s1) * 557);
  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) * 232);
  background-color: #EEEEEE;
  background-image: url(/imgs/bg_space_pht3.webp);
  background-size: cover;
  position: absolute;
  top: calc(var(--s1) * 175);
  right: calc(var(--s1) * -413);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-page main section.space .outer .inner .pht1 {
    width: calc(var(--s1) * 212);
    height: calc(var(--s1) * 348);
    top: 0;
    left: 0;
  }
  .top-page main section.space .outer .inner .pht2 {
    width: calc(var(--s1) * 200);
    height: calc(var(--s1) * 133);
    top: calc(var(--s1) * 310);
    right: 0;
    bottom: unset;
    left: unset;
    z-index: 1;
  }
  .top-page main section.space .outer .inner .pht3 {
    width: calc(var(--s1) * 232);
    height: calc(var(--s1) * 232);
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    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-color: rgba(76, 76, 77, 0.90);
  background-image: url('/imgs/bg_counter.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page main section.counter {
    aspect-ratio: 3 / 4;
  }
}

/* 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: center center;
  z-index: 0;
}

/* section.msc */
.top-page main section.msc {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: 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);
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.menu {
    flex-direction: column;
    gap: 0;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.shop-info {
    flex-direction: column;
  }
}
.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-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);
  position: relative;
  z-index: 1;
}
.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: 0.312rem;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.menu .cnt .sec-ttl .en {
    font-size: calc(var(--s1) * 20);
  }
}
.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: 0.16rem;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.menu .cnt .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.menu .cnt .phts .pht {
    width: calc(100% / 3 - (calc(var(--s1) * 24) * 2 / 3));
    aspect-ratio: 1 / 1;
    height: auto;
  }
}
.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-image: url(/imgs/bg_msc_shop-info_pht1.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.shop-info .pht1 {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 240;
  }
}
.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);
  position: relative;
  z-index: 1;
}
.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: 0.168rem;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.shop-info .cnt .sec-ttl .en {
    font-size: calc(var(--s1) * 12);
  }
}
.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);
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.chef .chef-box {
    flex-direction: column;
  }
}
.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);
  position: relative;
  z-index: 1;
  }
.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: 0.168rem;
}
.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);
  position: relative;
  z-index: 1;
}
.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: 0.112rem;
}
.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: 0.2rem;
}
.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: 0.168rem;
}
.top-page main section.msc .outer .inner.chef .chef-box .pht1 {
  width: calc(var(--s1) * 360);
  height: calc(var(--s1) * 240);
  background-image: url(/imgs/bg_msc_chef_pht1.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.chef .chef-box .pht1 {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 240;
  }
}
.top-page main section.msc .outer .inner.chef .chef-box .pht2 {
  width: calc(var(--s1) * 260);
  height: calc(var(--s1) * 260);
  background-image: url(/imgs/bg_msc_chef_pht2.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-page main section.msc .outer .inner.chef .chef-box .pht2 {
    width: 75%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}



/* ============================
.menu-page
---------------------------- */
/* section.menu */
.menu-page main section.menu-box {
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - var(--common_header_height));
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box {
    height: calc(100svh - var(--common_header_height));
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .menu-page main section.menu-box {
    height: calc(200svh - var(--common_header_height));
  }
}

.menu-page main section.menu-box .outer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-page main section.menu-box .outer .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.menu-page main section.menu-box .outer .inner .sec-ttl {
  margin-top: calc(var(--s1) * 124);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 128);
  }
}
@media screen and (max-width: 320px) {
  .menu-page main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 48);
  }
}
.menu-page main section.menu-box .outer .inner .sec-ttl .en {
  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) * 64);
  font-weight: 300;
  line-height: 100%; /* 6.4rem */
  letter-spacing: 0.768rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 42);
  }
}
.menu-page main section.menu-box .outer .inner .sec-ttl .jp {
  text-shadow: 0 0 calc(var(--s1) * 6) rgba(0, 0, 0, 0.20);
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 22);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 16);
  }
}
.menu-page main section.menu-box .outer .inner .menu-lst {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: calc(var(--s1) * 180) 0 calc(var(--s1) * 120) 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: calc(var(--s1) * 12);
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.00) 0%, rgba(106, 106, 106, 0.95) 50%);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box .outer .inner .menu-lst {
    flex-direction: column;
    padding: 0 5% 5% 5%;
  }
}
.menu-page main section.menu-box .outer .inner .menu-lst .itm a {
  display: flex;
  width: calc(var(--s1) * 325);
  padding: calc(var(--s1) * 32) 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 14);
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: rgba(119, 119, 119, 0.40);
  background-blend-mode: multiply;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .menu-page main section.menu-box .outer .inner .menu-lst .itm a {
    width: 100%;
    padding: calc(var(--s1) * 16) 0;
  }
}
@media screen and (max-width: 320px) {
  .menu-page main section.menu-box .outer .inner .menu-lst .itm a {
    padding: calc(var(--s1) * 8) 0;
  }
}
.menu-page main section.menu-box .outer .inner .menu-lst .itm a .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.216rem;
}
.menu-page main section.menu-box .outer .inner .menu-lst .itm a .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 15);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.12rem;
}

/* section.course-menu */
.menu-page main section.course-menu {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.95) 0%, rgba(106, 106, 106, 0.95) 13.6%);
  backdrop-filter: blur(2px);
}
.menu-page main section.course-menu .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-page main section.course-menu .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  padding-top: calc(var(--s1) * 120);
  padding-bottom: calc(var(--s1) * 180);
  margin: 0 auto;
}
.menu-page main section.course-menu .outer .inner .sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 20);
  margin-bottom: calc(var(--s1) * 48);
  position: relative;
  z-index: 1;
}
.menu-page main section.course-menu .outer .inner .sec-ttl .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 36);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.432rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 28);
  }
}
.menu-page main section.course-menu .outer .inner .sec-ttl .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%; /* 1.6rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}
.menu-page main section.course-menu .outer .inner .lead {
  text-align: center;
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.112rem;
  margin-bottom: calc(var(--s1) * 64);
}
.menu-page main section.course-menu .outer .inner .course-menu-box {
  display: flex;
  gap: calc(var(--s1) * 60);
  align-items: center;
  margin-bottom: calc(var(--s1) * 80);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box {
    flex-direction: column;
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .pht {
  width: calc(var(--s1) * 320);
}
.menu-page main section.course-menu .outer .inner .course-menu-box .pht img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 48);
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 28);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst {
    gap: calc(var(--s1) * 40);
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm {
    flex-direction: column;
    gap: calc(var(--s1) * 8);
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .name {
  width: calc(var(--s1) * 202);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 20);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .name {
    width: auto;
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .name .label {
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.112rem;
  margin-left: calc(var(--s1) * 6);
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .bar {
  width: calc(var(--s1) * 160);
  height: calc(var(--s1) * 2);
  margin-left: calc(var(--s1) * 10);
  margin-right: calc(var(--s1) * 10);
  background: linear-gradient(to right, #FFFFFF calc(var(--s1) * 4), transparent calc(var(--s1) * 2));
  background-size: calc(var(--s1) * 10) calc(var(--s1) * 1);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .bar {
    display: none;
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .plate {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.216rem;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .plate {
    width: auto;
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .plate .label {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.192rem;
  margin-left: calc(var(--s1) * 5);
  margin-right: calc(var(--s1) * 18);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .plate .label {
    margin-right: 0;
  }
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .yen {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.108rem;
  white-space: nowrap;
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .course-menu-lst .itm .yen .num {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.108rem;
  margin-right: calc(var(--s1) * 4);
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .atent-lst {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  text-indent: -1em;
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .atent-lst .itm {
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.112rem;
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .atent-lst .itm::before {
  content: '※';
}
.menu-page main section.course-menu .outer .inner .course-menu-box .txt .atent-lst .itm a {
  text-decoration: underline;
  color: #FFFFFF;
}

/* .course-menu-pdf */
.menu-page main section.course-menu .outer .inner .course-menu-pdf {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  height: calc(var(--s1) * 180);
  margin: 0 auto calc(var(--s1) * 190) auto;
}
.menu-page main section.course-menu .outer .inner .course-menu-pdf .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 12);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%),
    url(/imgs/bg_course-menu-pdf.webp) lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
}
.menu-page main section.course-menu .outer .inner .course-menu-pdf .btn .txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.216rem;
}
.menu-page main section.course-menu .outer .inner .course-menu-pdf .btn .icn {
  width: calc(var(--s1) * 27);
  height: calc(var(--s1) * 21.178);
}
.btn .icn.pdf {
  background-image: url(/imgs/icn_pdf.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .ingredients */
.menu-page main section.course-menu .outer .inner .ingredients {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto calc(var(--s1) * 166) auto;
  display: flex;
  gap: calc(var(--s1) * 100);
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* .ingredients .l-box */
.menu-page main section.course-menu .outer .inner .ingredients .l-box {
  width: calc(var(--s1) * 400);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 64);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .l-box {
    width: 100%;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .txt {
  width: 100%;
  height: auto;
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .txt .ingredients-ttl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 20);
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .txt .ingredients-ttl .sub {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.128rem;
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .txt .ingredients-ttl .main {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 20);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.28rem;
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .pht {
  display: flex;
  width: calc(var(--s1) * 400);
  height: calc(var(--s1) * 332);
  gap: calc(var(--s1) * 16);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .l-box .pht {
    width: 100%;
    height: auto;
    gap: 0;
    justify-content: space-between;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .pht .pht1,
.menu-page main section.course-menu .outer .inner .ingredients .l-box .pht .pht2 {
  display: flex;
  width: calc(var(--s1) * 192);
  height: calc(var(--s1) * 332);
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .l-box .pht .pht1,
  .menu-page main section.course-menu .outer .inner .ingredients .l-box .pht .pht2 {
    width: 42vw;
    height: auto;
    aspect-ratio: 192 / 332;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .l-box .pht .pht2 {
  justify-content: flex-end;
}
/* .ingredients .r-box */
.menu-page main section.course-menu .outer .inner .ingredients .r-box {
  width: calc(var(--s1) * 500);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 40);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .r-box {
    width: 100%;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .r-box .pht {
  width: calc(var(--s1) * 500);
  height: calc(var(--s1) * 281);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .r-box .pht {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 281;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .r-box .txt {
  padding-right: calc(var(--s1) * 20);
  padding-left: calc(var(--s1) * 20);
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .ingredients .r-box .txt {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu-page main section.course-menu .outer .inner .ingredients .r-box .txt p {
  margin-bottom: 0;
}

/* .cutlery */
.menu-page main section.course-menu .outer .inner .cutlery {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto;
  display: flex;
  gap: calc(var(--s1) * 40);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-page main section.course-menu .outer .inner .cutlery {
    flex-direction: column;
  }
}
.menu-page main section.course-menu .outer .inner .cutlery .l-box {
  width: 100%;
  max-width: calc(var(--s1) * 460);
  height: auto;
}
.menu-page main section.course-menu .outer .inner .cutlery .l-box .txt {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 24);
}
.menu-page main section.course-menu .outer .inner .cutlery .l-box .txt .cutlery-ttl .main {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 20);
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0.28rem;
}
.menu-page main section.course-menu .outer .inner .cutlery .l-box .txt p {
  margin-bottom: 0;
}
.menu-page main section.course-menu .outer .inner .cutlery .r-box {
  width: 100%;
  max-width: calc(var(--s1) * 500);
  height: auto;
}
.menu-page main section.course-menu .outer .inner .cutlery .r-box .pht1 {
  width: 100%;
  height: auto;
}

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

/* section.beverages */
.menu-page main section.beverages {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: -100vh 0 0 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.95) 0%, rgba(106, 106, 106, 0.95) 16.68%);
  backdrop-filter: blur(2px);
}
.menu-page main section.beverages .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-page main section.beverages .outer .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: calc(var(--s1) * 180) 0 calc(var(--s1) * 140) 0;
  position: relative;
  overflow: hidden;
}
.menu-page main section.beverages .outer .inner .sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 20);
  margin-bottom: calc(var(--s1) * 48);
  position: relative;
  z-index: 1;
}
.menu-page main section.beverages .outer .inner .sec-ttl .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 36);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.432rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 28);
  }
}
.menu-page main section.beverages .outer .inner .sec-ttl .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}
.menu-page main section.beverages .outer .inner .lead {
  text-align: center;
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.112rem;
  margin-bottom: calc(var(--s1) * 80);
}
.menu-page main section.beverages .outer .inner .menu-lst {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  display: flex;
  justify-content: center;
  gap: calc(var(--s1) * 12);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner .menu-lst {
    flex-direction: column;
  }
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a {
  display: flex;
  width: calc(var(--s1) * 325);
  padding: calc(var(--s1) * 44) 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 14);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner .menu-lst .itm a {
    width: 100%;
  }
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a.glass {
  border: 1px solid rgba(255, 255, 255, 0.40);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%),
    url(/imgs/bg_menu-lst-glass.webp) lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a.bottle {
  border: 1px solid rgba(255, 255, 255, 0.40);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%),
    url(/imgs/bg_menu-lst-bottle.webp) lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a.other {
  border: 1px solid rgba(255, 255, 255, 0.40);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%),
    url(/imgs/bg_menu-lst-other.webp) lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 20);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24rem;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a .jp {
  text-align: center;
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 100%;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a .icn {
  margin-top: calc(var(--s1) * 10);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 10);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-page main section.beverages .outer .inner .menu-lst .itm a .icn.pdf::after {
  content: '';
  display: block;
  width: calc(var(--s1) * 27);
  height: calc(var(--s1) * 21.178);
  background-image: url(/imgs/icn_pdf.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .pairing-course */
.menu-page main section.beverages .outer .inner.pairing-course {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto;
  padding: 0;
}
.menu-page main section.beverages .outer .inner.pairing-course .sec-ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--s1) * 27);
  position: relative;
  z-index: 1;
}
.menu-page main section.beverages .outer .inner.pairing-course .sec-ttl .en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 26);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.312rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .sec-ttl .en {
    font-size: calc(var(--s1) * 20);
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .sec-ttl::after {
  content: '';
  display: block;
  height: 1px;
  flex: 1;
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box {
  width: 100%;
  margin-bottom: calc(var(--s1) * 80);
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 40);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst {
    gap: calc(var(--s1) * 80);
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm {
  display: flex;
  align-items: center;
  gap: calc(var(--s1) * 60);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .pht {
  width: calc(var(--s1) * 320);
  height: calc(var(--s1) * 213);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .pht {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 213;
  }
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .pht img {
    display: block;
    width: 100%;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 24);
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course {
  display: flex;
  gap: calc(var(--s1) * 13);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course {
    flex-direction: column;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .name span {
  display: block;
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .name span.jp {
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .name span.jp {
    text-align: center;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .name span.en {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 14);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.168rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .name span.en {
    text-align: center;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .bar {
  width: calc(var(--s1) * 140);
  height: calc(var(--s1) * 2);
  margin-left: calc(var(--s1) * 32);
  margin-right: 0;
  background: linear-gradient(to right, #FFFFFF calc(var(--s1) * 4), transparent calc(var(--s1) * 2));
  background-size: calc(var(--s1) * 10) calc(var(--s1) * 1);
  background-repeat: repeat-x;
  margin-top: calc(var(--s1) * 18);
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .bar {
    display: none;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .yen {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.108rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .yen {
    text-align: center;
  }
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt .course .yen .num {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.108rem;
  margin-right: calc(var(--s1) * 4);
}
.menu-page main section.beverages .outer .inner.pairing-course .lst-box .course-menu-lst .itm .txt p {
  margin-bottom: 0;
}

/* .pairing-menu-pdf */
.menu-page main section.beverages .outer .inner .pairing-menu-pdf {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  height: calc(var(--s1) * 180);
  margin: 0 auto calc(var(--s1) * 190) auto;
}
.menu-page main section.beverages .outer .inner .pairing-menu-pdf .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 12);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%),
    url(/imgs/bg_pairing-menu-pdf.webp) lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
}
.menu-page main section.beverages .outer .inner .pairing-menu-pdf .btn .txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.216rem;
}
.menu-page main section.beverages .outer .inner .pairing-menu-pdf .btn .icn {
  width: calc(var(--s1) * 27);
  height: calc(var(--s1) * 21.178);
}

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

/* section.anniversary */
.menu-page main section.anniversary {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: -100vh 0 0 0;
  padding: calc(var(--s1) * 180) 0;
  position: relative;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.95) 0%, rgba(106, 106, 106, 0.95) 16.68%);
  backdrop-filter: blur(2px);
}
.menu-page main section.anniversary .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-page main section.anniversary .outer .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.menu-page main section.anniversary .outer .inner .sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 20);
  margin-bottom: calc(var(--s1) * 48);
  position: relative;
  z-index: 1;
}
.menu-page main section.anniversary .outer .inner .sec-ttl .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 36);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.432rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.anniversary .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 28);
  }
}
.menu-page main section.anniversary .outer .inner .sec-ttl .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
  .menu-page main section.anniversary .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}

/* .special */
.menu-page main section.anniversary .outer .inner .special {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto;
  display: flex;
  gap: calc(var(--s1) * 178);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-page main section.anniversary .outer .inner .special {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.menu-page main section.anniversary .outer .inner .special .l-box {
  width: 100%;
  max-width: calc(var(--s1) * 460);
  height: auto;
}
.menu-page main section.anniversary .outer .inner .special .l-box .txt {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 24);
}
.menu-page main section.anniversary .outer .inner .special .l-box .txt .special-ttl .main {
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 20);
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0.28rem;
}
.menu-page main section.anniversary .outer .inner .special .l-box .txt p {
  margin-bottom: 0;
}
.menu-page main section.anniversary .outer .inner .special .r-box {
  width: calc(var(--s1) * 360);
  height: auto;
}
@media screen and (max-width: 767px) {
  .menu-page main section.anniversary .outer .inner .special .r-box,
  .menu-page main section.anniversary .outer .inner .special .r-box img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 240;
  }
}
.menu-page main section.anniversary .outer .inner .special .r-box .pht1 {
  width: 100%;
  height: auto;
}




/* ============================
.shop-info-page
---------------------------- */
/* section.menu */
.shop-info-page main section.menu-box {
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - var(--common_header_height));
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box {
    height: calc(100svh - var(--common_header_height));
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .shop-info-page main section.menu-box {
    height: calc(200svh - var(--common_header_height));
  }
}

.shop-info-page main section.menu-box .outer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.shop-info-page main section.menu-box .outer .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.shop-info-page main section.menu-box .outer .inner .sec-ttl {
  margin-top: calc(var(--s1) * 124);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 128);
  }
}
@media screen and (max-width: 320px) {
  .shop-info-page main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 48);
  }
}
.shop-info-page main section.menu-box .outer .inner .sec-ttl .en {
  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) * 64);
  font-weight: 300;
  line-height: 100%; /* 6.4rem */
  letter-spacing: 0.768rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 42);
  }
}
.shop-info-page main section.menu-box .outer .inner .sec-ttl .jp {
  text-shadow: 0 0 calc(var(--s1) * 6) rgba(0, 0, 0, 0.20);
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 22);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 16);
  }
}
.shop-info-page main section.menu-box .outer .inner .menu-lst {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: calc(var(--s1) * 180) 0 calc(var(--s1) * 120) 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: calc(var(--s1) * 12);
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.00) 0%, rgba(106, 106, 106, 0.95) 50%);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box .outer .inner .menu-lst {
    flex-direction: column;
    padding: 0 5% 5% 5%;
  }
}
.shop-info-page main section.menu-box .outer .inner .menu-lst .itm a {
  display: flex;
  width: calc(var(--s1) * 494);
  padding: calc(var(--s1) * 32) 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 14);
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: rgba(119, 119, 119, 0.40);
  background-blend-mode: multiply;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.menu-box .outer .inner .menu-lst .itm a {
    width: 100%;
    padding: calc(var(--s1) * 16) 0;
  }
}
@media screen and (max-width: 320px) {
  .shop-info-page main section.menu-box .outer .inner .menu-lst .itm a {
    padding: calc(var(--s1) * 8) 0;
  }
}
.shop-info-page main section.menu-box .outer .inner .menu-lst .itm a .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.216rem;
}
.shop-info-page main section.menu-box .outer .inner .menu-lst .itm a .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 15);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.12rem;
}

/* section.shop-info */
.shop-info-page main section.shop-info {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.95) 0%, rgba(106, 106, 106, 0.95) 13.6%);
  backdrop-filter: blur(2px);
}
.shop-info-page main section.shop-info .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.shop-info-page main section.shop-info .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  padding-top: calc(var(--s1) * 120);
  padding-bottom: calc(var(--s1) * 80);
  margin: 0 auto;
}
.shop-info-page main section.shop-info .outer .inner .sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 20);
  margin-bottom: calc(var(--s1) * 80);
  position: relative;
  z-index: 1;
}
.shop-info-page main section.shop-info .outer .inner .sec-ttl .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 36);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.432rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 28);
  }
}
.shop-info-page main section.shop-info .outer .inner .sec-ttl .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  margin: 0 auto calc(var(--s1) * 112) auto;
  display: flex;
  gap: calc(var(--s1) * 100);
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .shop-info-box {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .pht {
  width: 100%;
  max-width: calc(var(--s1) * 280);
  height: auto;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .shop-info-box .pht {
    margin: 0 auto;
  }
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .pht img {
  width: 100%;
  max-width: calc(var(--s1) * 280);
  height: auto;
  display: block;
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .txt {
  width: 100%;
  max-width: calc(var(--s1) * 620);
  height: auto;
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .txt .shop-info-lst {
  width: 100%;
  display: grid;
  grid-template-columns: calc(var(--s1) * 152) 1fr;
  row-gap: calc(var(--s1) * 24);
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .shop-info-box .txt .shop-info-lst {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .txt .shop-info-lst .ttl {
  margin: 0;
  font-size: calc(var(--s1) * 14);
  font-weight: 500;
  line-height: 180%;
  display: flex;
  align-items: center;
}
.shop-info-page main section.shop-info .outer .inner .shop-info-box .txt .shop-info-lst .cnt {
  margin: 0;
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .shop-info-box .txt .shop-info-lst .cnt {
    margin: 0 0 calc(var(--s1) * 24) 0;
  }
}
.shop-info-page main section.shop-info .outer .inner .bnrs {
  margin: calc(var(--s1) * 100) auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  display: flex;
  justify-content: center;
  gap: calc(var(--s1) * 12);
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.shop-info .outer .inner .bnrs {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr {
  display: flex;
  width: 100%;
  max-width: calc(var(--s1) * 494);
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--s1) * 20);
  padding-top: calc(var(--s1) * 60);
  padding-bottom: calc(var(--s1) * 60);
  border: 1px solid rgba(255, 255, 255, 0.40);
  background-blend-mode: multiply, normal;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr.calme {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%),
    url(/imgs/bg_bnr_insta_calme.webp) lightgray 50% / cover no-repeat;
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr.take {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%),
    url(/imgs/bg_bnr_insta_take.webp) lightgray 50% / cover no-repeat;
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr .shop-name {
  text-align: center;
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14rem;
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr .icn-insta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 12);
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr .icn-insta .icn {
  display: block;
  width: calc(var(--s1) * 24);
  height: calc(var(--s1) * 24);
  background-image: url(/imgs/icon-instagram.svg);
  background-size: cover;
}
.shop-info-page main section.shop-info .outer .inner .bnrs .bnr .icn-insta .insta {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 18);
  font-weight: 400;
  line-height: normal;
}

/* section.access */
.shop-info-page main section.access {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0.95) 0%, rgba(106, 106, 106, 0.95) 13.6%);
  backdrop-filter: blur(2px);
}
.shop-info-page main section.access .outer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.shop-info-page main section.access .outer .inner {
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  padding-top: calc(var(--s1) * 120);
  padding-bottom: calc(var(--s1) * 180);
  margin: 0 auto;
}
.shop-info-page main section.access .outer .inner .sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 20);
  margin-bottom: calc(var(--s1) * 48);
  position: relative;
  z-index: 1;
}
.shop-info-page main section.access .outer .inner .sec-ttl .en {
  text-align: center;
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 36);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.432rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.access .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 28);
  }
}
.shop-info-page main section.access .outer .inner .sec-ttl .jp {
  text-align: center;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 16);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.access .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 14);
  }
}
.shop-info-page main section.access .outer .inner .map-box {
  width: 100%;
  height: calc(var(--s1) * 360);
}
.shop-info-page main section.access .outer .inner .map {
  width: 100%;
  height: calc(var(--s1) * 360);
}
.shop-info-page main section.access .outer .inner .info {
  margin-top: calc(var(--s1) * 40);
  display: flex;
  gap: calc(var(--s1) * 80);
}
@media screen and (max-width: 767px) {
  .shop-info-page main section.access .outer .inner .info {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.shop-info-page main section.access .outer .inner .info .adr-btns .adr {
  font-size: calc(var(--s1) * 14);
  font-weight: 400;
  line-height: 160%;
}
.shop-info-page main section.access .outer .inner .info .adr-btns .btns {
  margin-top: calc(var(--s1) * 10);
}
.shop-info-page main section.access .outer .inner .info .station {
  line-height: 180%;
}


/* ============================
.news-archive
---------------------------- */
/* section.menu */
.news-archive main section.menu-box {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  margin: calc(var(--common_header_height) * -1) 0 0 0;
  padding: 0 0 calc(var(--s1) * 292) 0;
  position: relative;
  background: #6A6A6A;
}
.news-archive main section.menu-box .outer {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--common_header_height) 0 0 0;
  position: relative;
}
.news-archive main section.menu-box .outer .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.news-archive main section.menu-box .outer .inner .sec-ttl {
  margin-top: calc(var(--s1) * 124);
  margin-bottom: calc(var(--s1) * 120);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--s1) * 16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news-archive main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 128);
  }
}
@media screen and (max-width: 320px) {
  .news-archive main section.menu-box .outer .inner .sec-ttl {
    margin-top: calc(var(--s1) * 48);
  }
}
.news-archive main section.menu-box .outer .inner .sec-ttl .en {
  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) * 64);
  font-weight: 300;
  line-height: 100%; /* 6.4rem */
  letter-spacing: 0.768rem;
}
@media screen and (max-width: 767px) {
  .news-archive main section.menu-box .outer .inner .sec-ttl .en {
    font-size: calc(var(--s1) * 42);
  }
}
.news-archive main section.menu-box .outer .inner .sec-ttl .jp {
  text-shadow: 0 0 calc(var(--s1) * 6) rgba(0, 0, 0, 0.20);
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 22);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 767px) {
  .news-archive main section.menu-box .outer .inner .sec-ttl .jp {
    font-size: calc(var(--s1) * 16);
  }
}

/* .news-art */
.news-archive main section.menu-box .outer .inner .news-art {
  margin: 0 auto;
  padding: calc(var(--s1) * 80) 0;
  width: 100%;
  max-width: calc(var(--s1) * 1000);
  border-top: 1px solid rgba(255, 255, 255, 0.40);
  display: flex;
  flex-direction: row;
  gap: calc(var(--s1) * 84);
}
@media screen and (max-width: 767px) {
  .news-archive main section.menu-box .outer .inner .news-art {
    flex-direction: column;
    gap: calc(var(--s1) * 24);
  }
}
.news-archive main section.menu-box .outer .inner .news-art .pht {
  width: 100%;
  max-width: calc(var(--s1) * 296);
  height: auto;
}
.news-archive main section.menu-box .outer .inner .news-art .pht img {
  display: block;
  width: 100%;
  height: auto;
}
.news-archive main section.menu-box .outer .inner .news-art .txt {
  width: 100%;
  max-width: calc(var(--s1) * 620);
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header {
  display: flex;
  flex-direction: column;
  gap: calc(var(--s1) * 24);
  margin-bottom: calc(var(--s1) * 48);
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header .art-header-ttl {
  text-overflow: ellipsis;
  font-family: var(--ff-sm);
  font-size: calc(var(--s1) * 18);
  font-weight: 600;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.144rem;
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header .art-header-meta {
  display: flex;
  gap: calc(var(--s1) * 12);
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header .art-header-meta .date {
  font-family: var(--ff-rw);
  font-size: calc(var(--s1) * 14);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.112rem;
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header .art-header-meta .tags {
  display: flex;
  gap: calc(var(--s1) * 12);
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-header .art-header-meta .tags .tag {
  display: flex;
  padding: calc(var(--s1) * 6) calc(var(--s1) * 16);
  justify-content: center;
  align-items: center;
  gap: calc(var(--s1) * 10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.20);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--s1) * 12);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.096rem;
}
.news-archive main section.menu-box .outer .inner .news-art .txt .art-body a {
  text-decoration: underline;
}
