@charset "UTF-8";
/* ■■■ ここから_variable.scss ■■■ */
/* CSSファイルで開いている場合、ここには何も表示されないため、_variable.scssを参照してください */
/******************************
* 要編集
******************************/
/******************************
* 変更NG
******************************/
/*
$size-identifiers: ("4l", "3l", "2l", "xl", "lg", "md", "sm", "xs", "2x");
$size-array: (
  4l: 4rem,
  3l: 3rem,
  2l: 2.5rem,
  xl: 2rem,
  lg: 1.75rem,
  md: 1.5rem,
  sm: 1.25rem,
  xs: 1rem,
  2x: 0.75rem,
);
*/
/* ■■■ ここまで_variable.scss ■■■ */
/* 
使用時の補足:
1. max-widthを指定する場合は、widthも適切に設定することを推奨
2. aspect-ratioを指定する場合は、対象となる画像やコンテンツに注意
3. reverse-mobileをtrueにする場合は、コンテンツの視覚的な優先順位を考慮
4. breakpointは実際のデザインに合わせて適切に調整
5. align, justifyの値は必要に応じてstart/center/end/space-between等を指定可能
*/
.frontpage {
  padding-top: initial;
  padding-bottom: initial;
}
.frontpage .gHeader {
  height: 12rem;
}
.frontpage section {
  width: 100%;
  font-family: "shippori mincho", serif;
}
.frontpage section:not(.story) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .frontpage section {
    margin-bottom: 40px;
  }
}
.frontpage section.hero {
  height: 100vh;
  position: relative;
}
.frontpage section.hero .hero--logo {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 122px;
  height: auto;
  z-index: 99;
  margin: auto;
}
.frontpage section.hero .announce-label {
  position: absolute;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #7d1700;
  font-family: "shippori mincho", serif;
  height: fit-content;
  width: fit-content;
  padding: 0px 20px 4px;
  font-size: 2.5rem;
}
.frontpage section.hero .announce-label span {
  font-size: 2.1rem;
  margin-right: 5px;
}
.frontpage section.hero .hero--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.frontpage section.hero .scrolldown {
  font-family: "shippori mincho", serif;
  color: #fff;
  position: absolute;
  left: 5rem;
  bottom: 0rem;
  height: 10rem;
  width: fit-content;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
.frontpage section.hero .scrolldown:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #fff;
  bottom: 0;
  height: 6rem;
  width: 1px;
  animation: scrollLine 1.5s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  49.99% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 768px) {
  .frontpage section.hero {
    margin-bottom: 50px;
  }
  .frontpage section.hero .scrolldown {
    left: calc(50% - 22px);
    height: 8rem;
  }
  .frontpage section.hero .scrolldown:after {
    height: 4rem;
  }
  .frontpage section.hero .hero--logo {
    bottom: 60px;
  }
  .frontpage section.hero .announce-label {
    bottom: 80px;
    padding: 0px 20px 4px;
    font-size: 2.1rem;
  }
  .frontpage section.hero .announce-label span {
    font-size: 1.7rem;
  }
}
.frontpage section.hero .swiper {
  width: 100%;
  height: 100%;
}
.frontpage section.hero .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontpage section.hero .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontpage section:not(.hero, .pages-block, .reservation, .news) {
  height: 100%;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .frontpage section:not(.hero, .pages-block, .reservation, .news) {
    min-height: auto;
  }
}
.frontpage section.story {
  background-size: contain;
  background-repeat: no-repeat;
}
.frontpage section.story .inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  color: #fff;
  font-family: "shippori mincho", serif;
  font-size: 21px;
  line-height: 1.75;
  display: flex;
  align-items: center;
}
.frontpage section.story .inner p {
  display: block;
  width: fit-content;
}
.frontpage section.story:nth-child(even) {
  background-position: center right;
}
.frontpage section.story:nth-child(even) .inner {
  justify-content: left;
}
.frontpage section.story:nth-child(odd) {
  background-position: center left;
}
.frontpage section.story:nth-child(odd) .inner {
  justify-content: right;
}
.frontpage section.story.story-1 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story1_backgroundimage.png");
}
.frontpage section.story.story-2 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story2_backgroundimage.png");
}
.frontpage section.story.story-3 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story3_backgroundimage.png");
}
.frontpage section.story.story-4 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story4_backgroundimage.png");
}
.frontpage section.story.story-5 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story5_backgroundimage.png");
}
.frontpage section.story.story-6 {
  background-image: url("../images/unique/frontpage/bg__frontpage_story6_backgroundimage.png");
}
@media screen and (max-width: 768px) {
  .frontpage section.story:nth-child(even), .frontpage section.story:nth-child(odd) {
    background-position: bottom right;
    flex-direction: column;
  }
  .frontpage section.story:nth-child(even) .inner, .frontpage section.story:nth-child(odd) .inner {
    justify-content: left;
    max-width: 500px;
  }
  .frontpage section.story:nth-child(even) .inner p, .frontpage section.story:nth-child(odd) .inner p {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }
  .frontpage section.story.story-1, .frontpage section.story.story-2, .frontpage section.story.story-3, .frontpage section.story.story-4, .frontpage section.story.story-5, .frontpage section.story.story-6 {
    background-image: none;
  }
}
.frontpage section.slide {
  flex-direction: column;
  margin-top: 14rem;
  margin-bottom: 21rem;
}
.frontpage section.slide .swiper {
  width: 100%;
  height: 100%;
}
.frontpage section.slide .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontpage section.slide .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontpage section.slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.frontpage section.slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
}
.frontpage section.slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .frontpage section.slide {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
  .frontpage section.slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 30px;
    gap: 20px;
  }
  .frontpage section.slide .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.frontpage section.pages-block {
  display: flex;
  align-items: center;
  color: #fff;
  height: 595px;
  width: 100%;
}
.frontpage section.pages-block:nth-child(odd) .image-wrap, .frontpage section.pages-block:nth-child(even) .image-wrap {
  width: calc(50% + 95px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.frontpage section.pages-block:nth-child(odd) .text-wrap .lead, .frontpage section.pages-block:nth-child(even) .text-wrap .lead {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #838383;
  height: 40px;
  margin-bottom: 60px;
  width: auto;
}
.frontpage section.pages-block:nth-child(odd) .text-wrap .exp, .frontpage section.pages-block:nth-child(even) .text-wrap .exp {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 60px;
  max-width: 25rem;
}
.frontpage section.pages-block:nth-child(odd) .text-wrap .exp.large, .frontpage section.pages-block:nth-child(even) .text-wrap .exp.large {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: none;
}
.frontpage section.pages-block:nth-child(odd) {
  justify-content: end;
  flex-direction: row-reverse;
  gap: 40px;
  margin-left: 15px;
}
.frontpage section.pages-block:nth-child(odd) .text-wrap {
  width: 365px;
}
.frontpage section.pages-block:nth-child(even) {
  justify-content: start;
  flex-direction: row;
  gap: 155px;
}
.frontpage section.pages-block:nth-child(even) .text-wrap {
  width: 250px;
}
@media screen and (max-width: 1015px) {
  .frontpage section.pages-block {
    width: calc(100% - 15px);
    max-width: 1000px;
  }
  .frontpage section.pages-block .image-wrap {
    width: 50.95%;
  }
  .frontpage section.pages-block .text-wrap .lead {
    height: 40px;
    margin-bottom: 60px;
  }
  .frontpage section.pages-block .text-wrap .exp {
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .frontpage section.pages-block .text-wrap .exp.large {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .frontpage section.pages-block:nth-child(odd) {
    gap: 4%;
    margin-left: 15px;
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap {
    width: 36.5%;
  }
  .frontpage section.pages-block:nth-child(even) {
    gap: 15.5%;
  }
  .frontpage section.pages-block:nth-child(even) .text-wrap {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .frontpage section.pages-block:nth-child(odd), .frontpage section.pages-block:nth-child(even) {
    flex-direction: column;
    margin: auto;
    height: auto;
    gap: 40px;
  }
  .frontpage section.pages-block:nth-child(odd) .image-wrap, .frontpage section.pages-block:nth-child(even) .image-wrap {
    /*
                height: 330px;
                width: calc(100% - 30px);
    */
    min-height: 330px;
    max-height: 660px;
    height: 100%;
    aspect-ratio: 1.5;
    width: calc(100% - 30px);
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap, .frontpage section.pages-block:nth-child(even) .text-wrap {
    width: calc(100% - 30px);
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap .lead, .frontpage section.pages-block:nth-child(even) .text-wrap .lead {
    height: 40px;
    margin-bottom: 25px;
    width: auto;
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap .exp, .frontpage section.pages-block:nth-child(even) .text-wrap .exp {
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: none;
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap .exp.large, .frontpage section.pages-block:nth-child(even) .text-wrap .exp.large {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .frontpage section.pages-block:nth-child(odd) .text-wrap .btn, .frontpage section.pages-block:nth-child(even) .text-wrap .btn {
    margin-bottom: 70px;
  }
}
.frontpage section.seats .image-wrap {
  background-image: url("../images/unique/frontpage/bg__frontpage_seats_backgroundimage.jpg");
}
@media screen and (max-width: 768px) {
  .frontpage section.seats .image-wrap {
    background-image: url("../images/unique/frontpage/bg__frontpage_seats_backgroundimage-sp.jpg");
  }
}
.frontpage section.cuisine .image-wrap {
  background-image: url("../images/unique/frontpage/bg__frontpage_cuisine_backgroundimage.jpg");
}
.frontpage section.access .image-wrap {
  background-image: url("../images/unique/frontpage/bg__frontpage_access_backgroundimage.jpg");
}
@media screen and (max-width: 768px) {
  .frontpage section.access .image-wrap {
    background-image: url("../images/unique/frontpage/bg__frontpage_access_backgroundimage-sp.jpg");
  }
}
.frontpage section.reservation .pc2sp1 {
  padding: 20px;
  background: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.frontpage section.reservation .pc2sp1 .column {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 5rem 0;
}
.frontpage section.reservation .pc2sp1 .column h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.frontpage section.reservation .pc2sp1 .column .btn {
  margin-top: 1.5rem;
}
.frontpage section.reservation .pc2sp1 .column .telnumber {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  margin-bottom: 10px;
  color: #fff;
}
.frontpage section.reservation .pc2sp1 .column .business-hours {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .frontpage section.reservation .pc2sp1 {
    flex-direction: column;
    gap: 0;
  }
  .frontpage section.reservation .pc2sp1 .column {
    width: 100%;
    padding: 2rem 0;
  }
  .frontpage section.reservation .pc2sp1 .column h3 {
    font-size: 1.8rem;
  }
  .frontpage section.reservation .pc2sp1 .column .telnumber {
    font-size: 2rem;
    margin-bottom: 5px;
    width: 185px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frontpage section.reservation .pc2sp1 .column .business-hours {
    margin-top: 10px;
  }
}
.frontpage section.news .inner h2 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.frontpage section.news .inner ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  padding: 5.5rem 0;
}
.frontpage section.news .inner ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  max-width: 610px;
  width: 100%;
}
.frontpage section.news .inner ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  gap: 50px;
}
.frontpage section.news .inner ul li a:hover {
  opacity: 0.6;
}
.frontpage section.news .inner ul li a .date {
  min-width: 85px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.frontpage section.news .inner ul li a .title {
  min-width: 475px;
}
@media screen and (max-width: 768px) {
  .frontpage section.news .inner ul {
    gap: 1rem;
    padding: 2rem 0;
  }
  .frontpage section.news .inner ul li {
    max-width: none;
    width: 100%;
  }
  .frontpage section.news .inner ul li a {
    flex-direction: column;
    align-items: flex-start;
    gap: initial;
  }
  .frontpage section.news .inner ul li a .date {
    min-width: auto;
    text-align: left;
  }
  .frontpage section.news .inner ul li a .title {
    min-width: auto;
    text-align: left;
  }
}/*# sourceMappingURL=top.css.map */