@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link, .btn-04__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link, .btn-02__link {
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.06em;
  border: solid 1px #fff;
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.btn-03__link, .btn-04__link {
  background: #843426;
}
.btn-03__link:hover, .btn-04__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-04__link {
  background: #131212;
}
.btn-05 {
  display: inline-block;
}
.btn-05__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#side-bar {
  width: 70px;
  max-width: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  right: 20px;
  bottom: 50px;
  z-index: 88;
}
#side-bar .side-contact {
  width: 100%;
  aspect-ratio: 70/250;
}
#side-bar .side-contact a {
  width: 100%;
  height: 100%;
  background: #131212;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #side-bar .side-contact a {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #side-bar .side-contact a {
    font-size: 18.6666666667px;
  }
}
#side-bar .side-contact a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#side-bar .side-contact span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
}

.ic-window {
  position: relative;
  z-index: 1;
}
.ic-window::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 19px;
  aspect-ratio: 19/15;
  background-image: url("/img/common/ic-window.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.ic-window:hover::after {
  transform: translate(2px, calc(-50% - 2px));
}

.arw-solid::after, .arw-solid-clm::after {
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid.png");
  background-size: 100%;
}
.arw-solid {
  position: relative;
  z-index: 1;
}
.arw-solid::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.arw-solid:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-solid-clm::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.arw-solid-clm:hover::after {
  transform: translate(-2px, 0);
}

.obj-cross {
  position: relative;
  z-index: 1;
}
.obj-cross::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 340px;
  max-width: 100%;
  aspect-ratio: 340/333;
  background-image: url("/img/common/obj-cross.png");
  background-size: 100%;
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  font-weight: 500;
  padding: 32px 0;
  border-bottom: solid 1px #fff;
}
.tbl-01 th {
  width: 25%;
  padding-right: 2%;
}
.tbl-01 td {
  padding-left: 2%;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.06em;
  line-height: 1;
}
.com-contents, .com-txtbx {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-menu-rec .list-item, .list-concept .list-item, .list-menu .list-item, .list-scene .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
}
.list-news-top__item {
  border-bottom: solid 1px #ccc;
  padding: 35px 0;
}
.list-news-top__item:first-child {
  padding-top: 0 !important;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-menu-rec__item {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding: 100px 0;
}
.list-menu-rec__item:not(:first-child) {
  border-top: solid 1px #ccc;
}
.list-menu-rec__item:first-child {
  padding-top: 0 !important;
}
.list-menu-rec__item:last-child {
  padding-bottom: 0 !important;
}
.list-menu-rec .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-menu-rec .ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-menu-rec .ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu-rec .ttl {
    font-size: 26.6666666667px;
  }
}
.list-menu-rec .price {
  text-align: right;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-menu-rec .price {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu-rec .price {
    font-size: 23.3333333333px;
  }
}
.list-menu-rec .img {
  width: 500px;
  max-width: 100%;
  min-width: 500px;
  aspect-ratio: 500/350;
  overflow: hidden;
}
.list-label__item {
  background: #843426;
  padding: 20px 18px;
}
.list-label__item span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.list-concept .txtbx {
  width: 750px;
  max-width: 100%;
  min-height: 510px;
  border: solid 1px #fff;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 80px 0 0 -80px;
}
.list-concept .inner {
  width: 530px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.list-concept .ttl {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-concept .ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept .ttl {
    font-size: 26.6666666667px;
  }
}
.list-concept .img {
  margin: 0 -160px 0 -80px;
  position: relative;
  z-index: 1;
}
.list-concept__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-concept__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-concept__item:nth-child(even) .txtbx {
  margin: 80px -80px 0 0;
}
.list-concept__item:nth-child(even) .inner {
  margin-left: auto;
}
.list-concept__item:nth-child(even) .img {
  margin: 0 -80px 0 -160px;
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 60px) / 2);
}
.list-bnr .ttl-main {
  margin-bottom: 0 !important;
  transition: 0.3s;
}
.list-bnr .ttl-main .jp {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .ttl-main .jp {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .ttl-main .jp {
    font-size: 23.3333333333px;
  }
}
.list-bnr__item {
  background: #843426;
  aspect-ratio: 510/350;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
.list-bnr__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 70px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-square.jpg");
  background-size: 100%;
  right: 30px;
  bottom: 30px;
}
.list-bnr__link:hover .ttl-main {
  opacity: 0.8;
}
.list-bnr__link:hover::after {
  transform: translate(-2px, 0);
}
.list-menu__item {
  -moz-column-gap: 90px;
       column-gap: 90px;
  padding: 50px 0;
  border-bottom: solid 1px #fff;
}
.list-menu__item:first-child {
  padding-top: 0 !important;
}
.list-menu .txtbx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-menu .ttl, .list-menu .price {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-menu .ttl, .list-menu .price {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .ttl, .list-menu .price {
    font-size: 20px;
  }
}
.list-menu .price {
  max-width: 25%;
  text-align: right;
}
.list-menu .img {
  width: 380px;
  max-width: 100%;
  min-width: 380px;
  aspect-ratio: 380/250;
}
.list-menu dl {
  max-width: calc(75% - 20px);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-scene__item {
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
.list-scene__item:not(:first-child) {
  border-top: solid 1px #ccc;
}
.list-scene__item:first-child {
  padding-top: 0 !important;
}
.list-scene__item:last-child {
  padding-bottom: 0 !important;
}
.list-scene__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-scene .txtbx {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-scene .ttl {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-scene .ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-scene .ttl {
    font-size: 23.3333333333px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #131212;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.ttl-main .en {
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 120px;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 86.6666666667px;
  }
}
.ttl-main .jp {
  line-height: 1.6;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 30px;
  }
}
.ttl-sub {
  border-left: solid #843426 6px;
  border-bottom: solid 1px #ccc;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  background: #843426;
  padding: 20px 40px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 26.6666666667px;
  }
}
.ttl-02 {
  text-align: center;
  background: #131212;
  padding: 10px 20px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 23.3333333333px;
  }
}
.ttl-03 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-03 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03 {
    font-size: 26.6666666667px;
  }
}
.ttl-03 .inner {
  background: #131212;
}
.ttl-03::before, .ttl-03::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 60px;
  min-width: 60px;
  height: 1px;
  background: #fff;
}

.txt-plain {
  line-height: 2.625;
}
.txt-01 {
  line-height: 2.5;
}
.txt-02 {
  line-height: 2.375;
}
.txt-03 {
  line-height: 2.2222222222;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 18.6666666667px;
  }
}
.txt-04 {
  line-height: 2.5;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 18.6666666667px;
  }
}
.txt-05 {
  line-height: 2.1111111111;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-05 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-05 {
    font-size: 18.6666666667px;
  }
}

.under-line {
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3vw;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 20px;
  }
}
.header-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  padding-left: 1.8vw;
  position: relative;
  z-index: 1;
}
.header-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 0.8vw;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header-nav__link:hover::before {
  width: 1vw;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 200px 80px;
  grid-template-rows: repeat(4, auto);
  gap: 40px 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 18.6666666667px;
  }
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16.6666666667px;
  }
}
.footer-sub__item {
  padding: 0 20px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0;
}
.footer-sub__item:last-child {
  padding-right: 0;
}

#header {
  display: flex;
}

.header-bar {
  width: 440px;
  max-width: 22.9166666667%;
  aspect-ratio: 440/930;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6vw;
}
.header-bar .com-logo {
  width: 54.55%;
}
.header-bar .list-btn {
  -moz-column-gap: 4.55%;
       column-gap: 4.55%;
}
.header-bar .btn {
  width: 41.725%;
  max-width: 130px;
}
.header-bar .btn a {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1260px) {
  .header-bar .btn a {
    font-size: 13.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .header-bar .btn a {
    font-size: 20px;
  }
}

.mv, .sv {
  width: 1480px;
  max-width: 77.0833333333%;
  aspect-ratio: 1480/930;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  background: url("/img/top/mv-img.jpg") center center no-repeat;
  background-size: cover;
}
.mv-cc .logo {
  width: 15.07%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-cc .txt {
  position: absolute;
  right: 30.41%;
  bottom: 0;
  transform: translate(0, -55%);
  font-weight: 500;
  line-height: 1.8333333333;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1260px) {
  .mv-cc .txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .txt {
    font-size: 30px;
  }
}
.mv-cc .txt span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-shadow: 0px 0px 12.75px #131212, 0px 0px 12.75px #131212;
}

.sv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-ttl {
  width: 6.76%;
  padding: 2vw 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292929;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 40px;
  }
}
.sv-ttl span {
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-scene {
  background: url("/img/scene/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1450px) {
  .header-nav__list {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1450px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 1450px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 18.6666666667px;
  }
}
@media screen and (max-width: 1275px) {
  .header-bar {
    row-gap: 75px;
  }
  .header-nav__list {
    row-gap: 40px;
  }
  .header-nav__link {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .header-nav__link::before {
    width: 10px;
  }
}
#body-top {
  position: relative;
  z-index: 1;
}
#body-top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/para-bg.jpg");
  background-size: cover;
  background-position: center bottom 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top-about, .top-menu, .top-store, .top-blog {
  padding: 230px 0;
}

.com-menu, .com-reservation {
  padding: 230px 0;
}

.top-about {
  background: url("/img/top/about-obj-smoke.png") left 12.24% bottom no-repeat;
  background-size: 27.66%;
}
.top-about .ttl-main {
  margin-bottom: 100px;
}

.top-concept .ttl-main .en {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-concept .ttl-main .en {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-concept .ttl-main .en {
    font-size: 33.3333333333px;
  }
}
.top-concept .ttl-main .jp {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top-concept .ttl-main .jp {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-concept .ttl-main .jp {
    font-size: 36.6666666667px;
  }
}
.top-concept .wrp-img {
  margin-left: -420px;
}
.top-concept .obj-cross::after {
  right: 0;
  bottom: 0;
  transform: translate(340px, -155px);
}
.top-concept .img-03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(300px, -110px);
  z-index: -1;
}

.com-menu .ttl-main {
  margin-bottom: 100px;
}
.com-menu .btn {
  position: absolute;
  top: 130px;
  right: 0;
}

.top-service .img {
  margin-left: -420px;
}
.top-service .obj-cross::after {
  right: 0;
  bottom: 0;
  transform: translate(340px, -125px);
}

.top-store .ttl-main {
  margin-bottom: 60px;
}

.com-reservation .ttl-main {
  margin-bottom: 50px;
}
.com-reservation .list-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.com-reservation .list-btn .list-item,
.com-reservation .list-btn .layout-item {
  width: calc((100% - 60px) / 3);
}
.com-reservation .btn a {
  width: 100%;
  height: 75px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-reservation .btn a {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-reservation .btn a {
    font-size: 20px;
  }
}

.top-blog {
  background: url("/img/top/blog-obj-logo.png") left bottom no-repeat;
  background-size: 28.85%;
}
.top-blog .cts-1080 {
  min-height: 305px;
}
.top-blog .btn {
  position: absolute;
  top: 280px;
  left: 0;
}

#body-low section {
  padding: 230px 0;
}
#body-low .com-reservation {
  background: url("/img/common/reservation-bg.jpg") center center no-repeat;
  background-size: cover;
}
#body-low .ttl-main {
  margin-bottom: 60px;
}

.menu-contents__item,
.scene-contents__item {
  background: #292929;
}
.menu-contents .wrp,
.scene-contents .wrp {
  padding: 70px 80px;
  display: flex;
  flex-direction: column;
  row-gap: 90px;
}
.menu-contents .bx,
.scene-contents .bx {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.menu-contents .list-menu-rec__item,
.scene-contents .list-menu-rec__item {
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding: 70px 0;
}
.menu-contents .list-menu-rec .img,
.scene-contents .list-menu-rec .img {
  width: 450px;
  max-width: 100%;
  min-width: 450px;
  aspect-ratio: 450/320;
}

.contact-about .txt-worktime dt {
  display: flex;
}
.contact-about .txt-worktime dt::after {
  content: "：";
  display: block;
}
.contact-about .obj-bf::before, .contact-about .obj-af::after {
  width: 340px;
  max-width: 100%;
  aspect-ratio: 340/333;
  background-image: url("/img/common/obj-cross.png");
  background-size: 100%;
}
.contact-about .obj-bf::before {
  top: 0;
  left: 0;
  transform: translate(-340px, -145px) scale(-1, -1);
}
.contact-about .obj-af::after {
  right: 0;
  bottom: 0;
  transform: translate(340px, 145px);
}

#footer {
  padding: 180px 0 110px 0;
}
#footer .list-btn .btn {
  width: 120px;
  max-width: 100%;
}
#footer .list-btn .btn a {
  width: 100%;
  height: 45px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #footer .list-btn .btn a {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #footer .list-btn .btn a {
    font-size: 18.6666666667px;
  }
}

.footer-copy {
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */