@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, i, button {margin: 0; padding: 0; border: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, dfn, var, button {font-weight: normal; font-style: normal; font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {display: block;}

html,
body {position:relative; width: 100%; height: 100%;}
html{font-size: 62.5%; -webkit-text-size-adjust: 100%;}
body{font-size: 1.6rem; color:#000000; font-family: "Zen Old Mincho", serif;}



ul,ol{list-style:none;}
li{list-style:none;}
a{color:#000000; text-decoration:none; transition:.3s; -webkit-transition:.3s;}
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
button,
textarea {-webkit-appearance: none; -moz-appearance:none;  border-radius:0; border:none; background:none;}
input[type=radio]{vertical-align:middle;}
input[type=submit]:hover,
input:hover[type=button]:hover,
button{outline:none; transition:.3s; -webkit-transition:.3s; cursor:pointer; color: #000000;}
table{border-collapse:collapse; border:none; border-spacing:0;}
th ,td{border:none; vertical-align:top; text-align:left;}
img{vertical-align:bottom; height:auto;}
strong, b, .bold {font-weight: bold;}
i{line-height:1; font-style:normal;}
svg{vertical-align:bottom; transition:.3s; -webkit-transition:.3s;}
p{line-height:1.5;}
.wrap{width:1000px; padding:0 20px; box-sizing:border-box; margin:0 auto;}
.clear{clear:both;}
.clearfix:after{clear:both; content:""; height:0; font-size:0; visibility:hidden; display:block;}
.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.flexbox{display:-webkit-flex; display:flex;}
.flexbox-center{-webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center;}
.flexbox-wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap;}
.ai-center{-webkit-align-items:center; align-items:center;}
.jc-center{-webkit-justify-content:center; justify-content:center;}
.jc-between{-webkit-justify-content:space-between; justify-content:space-between;}
.font-ivy {font-family: Comfortaa, sans-serif; letter-spacing: .1rem;}
.font-cardo {font-family: cardo, sans-serif;}

:root{
	--header: 160px;
	scroll-padding: var(--header);
}


.pc{display:block;}
.pc-inline{display:inline;}
.sp{display:none !important;}
.sp-inline{display:none !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}


.page-move-filter {position: fixed; left: 0; bottom: 0; z-index: -1; width: 100%; height: 0; background-color: #ffffff;}
.page-move-filter.active {z-index: 30000; transition: .7s height cubic-bezier(0.65, 0, 0.35, 1); height: 100%;}

::selection { color: #000000; background-color: #ededf1;}

@media screen and (min-width: 768px) {
	a[href*="tel:"] { pointer-events: none;}
}


/*----------------------
header
----------------------*/
.header {position: fixed; left: 0; top: 0; z-index: 12000; display: flex; align-items: center; width: 100%; height: 160px; padding: 0 80px; box-sizing: border-box; background-color: #ffffff; transition: top .5s, background .5s;}
.header.hide {top: -160px;}
.header .header-logo {display: flex; align-items: center; margin-right: auto; transition: opacity .5s;}
.header .header-logo-image {width: 120px; height: 60px;}
.header .header-btns {display: flex; align-items: center;}
.header .header-en {display: block; margin-right: 40px; transition: color .5s, opacity .3s;}
.header .header-en:hover {opacity: .5;}
.header .header-book {position: relative; display: flex; align-items: center; width: 172px; height: 40px; margin-right: 20px; padding-left: 28px; box-sizing: border-box; border: #ffffff solid 1px; border-radius: 20px; background-color: #000000; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
/*.header .header-book-arrow {position: absolute; top: calc(50% - 6px); right: 16px; width: 14px; height: 12px; overflow: hidden;}*/
.header .header-book:before,
.header .header-book:after {content: ""; position: absolute; top: calc(50% - 6px); width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.header .header-book:before {right: 16px; transition: right .3s;}
.header .header-book:after {left: -28px; transition: left .3s;}
.header .header-book:hover {padding-left: 44px;}
.header .header-book:hover:before {right: -28px;}
.header .header-book:hover:after {left: 16px;}
.header .header-menu {position: relative; display: flex; align-items: center; height: 40px; padding: 0 50px 0 24px; box-sizing: border-box; border-radius: 20px; background-color: #ededf1; transition: background .5s, opacity .3s; color: #000000;}
.header .header-menu:hover {opacity: .7;}
.header .header-menu-text-menu {position: absolute; top: 50%; transform: translateY(-50%);}
.header .header-menu-text-menu .js-split {transform: translateY(0); transition: transform .2s;}
.header .header-menu-text-menu .js-split.is-active {transform: translateY(-100%);}
.header .header-menu-text-close .js-split {transition: transform .2s;}
.header .header-menu-text-close .js-split.is-active {transform: translateY(0);}
.header .header-menu-line{position: absolute; top: 50%; right: 20px; width: 16px; height: 9px; transform: translateY(-50%); transition: height .2s .2s;}
.header .header-menu-line:before,
.header .header-menu-line:after {content: ""; position: absolute; left: 0; width: 100%; height: 1px; background-color: #000000;}
.header .header-menu-line:before{top: 0;}
.header .header-menu-line:after{bottom: 0;}
.header .header-menu-line-inner {position: absolute; top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%);}
.header .header-menu-line-inner:before,
.header .header-menu-line-inner:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background-color: #000000; transition: transform .2s;}

.header.active {background-color: transparent;}
.header.active .header-logo {opacity: 0;}
.header.active .header-en {color: #ffffff;}
.header.active .header-menu {background-color: #ffffff;}
.header.active .header-menu-line {height: 1px; transition: height .2s;}
.header.active .header-menu-line:before,
.header.active .header-menu-line:after {opacity: 0; transition: opacity .01s .2s;}
.header.active .header-menu-line-inner:before {transform: rotate(45deg); transition: transform .2s .2s;}
.header.active .header-menu-line-inner:after {transform: rotate(-45deg); transition: transform .2s .2s;}

.header .header-lang{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  margin-right: 20px;

  border: #ffffff solid 1px;
  border-radius: 999px;
  background-color: #000000;
  color: #ffffff;

  overflow: hidden;
  transition: opacity .3s, transform .2s;
}

.header .header-lang:hover{
  opacity: .8;
  transform: translateY(-1px);
}

/* === HOME HERO (static image + breathing) === */
.home-hero{
  position: relative;
  height: 100vh;          /* можно 78vh */
  min-height: 640px;
  overflow: hidden;
  background: #000;
}

/* фон */
.home-hero__bg{
  position: absolute;
  inset: 0;

  background-image: url("/static/img/slide_top_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 104%;

  /* breathing */
  transform: scale(1);
  animation: homeHeroBreathe 14s ease-in-out infinite;
  will-change: transform;

  /* мягкая кино-коррекция */
  filter: brightness(0.95) contrast(1.05) saturate(1.05);
}

/* затемнение */
.home-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 35%,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0.72)
  );
  pointer-events: none;
}

/* бесшовное дыхание */
@keyframes homeHeroBreathe{
  0%   { transform: scale(1.00); }
  50%  { transform: scale(1.025); }
  100% { transform: scale(1.00); }
}

/* контент поверх */
.home-hero__inner{
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
  padding-top: 120px; /* если фиксированный хедер */
}

.home-hero__logo{
  width: min(420px, 72vw);
  opacity: 0.95;
}

/* accessibility */
@media (prefers-reduced-motion: reduce){
  .home-hero__bg{
    animation: none;
    transform: none;
  }
}


/* чтобы в открытом меню (header.active) текст тоже был читаемым */
.header.active .header-lang{
  border-color: #ffffff;
}

/*----------------------
gnav
----------------------*/
.gnav {position: fixed; top: 0; left: 0; z-index: 10000; display: flex; width: 100%; height: 100%; padding: 30px; box-sizing: border-box; background-color: #ffffff; opacity: 0; pointer-events: none; transition: opacity .7s;}
.gnav:after{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; width: 100%; height: 100%; margin: auto; background-color: #000000; transition: width .5s, height .5s, border-radius .5s;}
.gnav .gnav-inner {position: relative; z-index: 10; display: flex; align-items: baseline; width: 100%; height: 100%; padding: 70px; box-sizing: border-box; border-radius: 6px; overflow-y: auto;}
.gnav .gnav-left {position: relative; width: 58%; padding-top: 58%; opacity: 0;}
.gnav .gnav-logo {position: absolute; left: 40px; bottom: 37px; z-index: 200; opacity: 0;}
.gnav .gnav-logo-image {width: 341px; height: 60px;}
.gnav .gnav-image-list {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.gnav .gnav-image-item {position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 12px; overflow: hidden;}
.gnav .gnav-image-item.active {z-index: 100;}
.gnav .gnav-image {width: 100%; height: auto; opacity: 0; transform: scale(1.1); transition: opacity 1s, transform 1s;}
.gnav .gnav-image-item.active .gnav-image {opacity: 1; transform: scale(1);}
.gnav .gnav-right {position: relative; width: calc(42% - 100px); margin-left: auto;}
.gnav .gnav-right-inner {position: absolute; left: 0; bottom: 0; width: 100%;}
.gnav .gnav-list {margin-bottom: 60px;}
.gnav .gnav-item {position: relative; top: 10px; opacity: 0; margin-bottom: 30px;}
.gnav .gnav-item:last-child {margin-bottom: 0;}
.gnav .gnav-link {font-size: 3rem; font-family: Comfortaa, sans-serif; line-height: 1.2; letter-spacing: .1rem; color: #ffffff; transition: color .3s;}
.gnav .gnav-link.inactive {color: #666666;}
.gnav .gnav-link.active {color: #ffffff;}
.gnav .gnav-career {position: relative; top: 10px; opacity: 0; margin-bottom: 76px;}
.gnav .gnav-career-link {font-size: 1.8rem; font-family: Comfortaa, sans-serif; line-height: 1.2; letter-spacing: .1rem; color: #ffffff; transition: color .3s;}
.gnav .gnav-career-link.inactive {color: #666666;}
.gnav .gnav-career-link.active {color: #ffffff;}
.gnav .gnav-info {opacity: 0; font-size: 1.9rem; line-height: 1.5; color: #ffffff;}
.gnav .gnav-info a{color: #ffffff;}
.gnav .gnav-sns {position: absolute; right: 0; bottom: 0; display: flex; align-items: flex-end;}
.gnav .gnav-sns-item:first-child {margin-right: 12px;}
.gnav .gnav-sns-facebook {opacity: 0; width: 60px; height: 60px;}
.gnav .gnav-sns-instagram {opacity: 0; width: 60px; height: 60px;}

.gnav.active {opacity: 1; pointer-events: auto;}
.gnav.active:after {width: calc(100% - 60px); height: calc(100% - 60px); border-radius: 10px;}
.gnav.active .gnav-left {transition: opacity .5s .2s; opacity: 1;}
.gnav.active .gnav-logo {transition: opacity .7s 1s; opacity: 1;}
.gnav.active .gnav-item:nth-child(1) {transition: opacity .4s .3s, top .4s .3s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(2) {transition: opacity .4s .4s, top .4s .4s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(3) {transition: opacity .4s .5s, top .4s .5s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(4) {transition: opacity .4s .6s, top .4s .6s; opacity: 1; top: 0;}
.gnav.active .gnav-item:nth-child(5) {transition: opacity .4s .7s, top .4s .7s; opacity: 1; top: 0;}
.gnav.active .gnav-career {transition: opacity .4s .8s, top .4s .8s; opacity: 1; top: 0;}
.gnav.active .gnav-info {transition: opacity .4s .9s; opacity: 1;}
.gnav.active .gnav-sns-instagram {transition: opacity .4s 1s; opacity: 1;}
.gnav.active .gnav-sns-facebook {transition: opacity .4s 1.1s; opacity: 1;}


@media screen and (max-height:800px){
    .gnav .gnav-inner {padding: 70px 60px;}
    .gnav .gnav-left {width: 58%; padding-top: 58%;}
    .gnav .gnav-right {width: calc(42% - 65px);}
    .gnav .gnav-list {margin-bottom: 30px;}
    .gnav .gnav-link {font-size: 2.8rem;}
    .gnav .gnav-career {margin-bottom: 60px;}
}


@media screen and (min-height:1001px){
    .gnav .gnav-inner {align-items: center;}
    .gnav .gnav-right-inner {position: static;}
}



@media screen and (min-width:1601px){
    .gnav .gnav-left {padding-top: 800px;}
}





.loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.loading.hide {
    display: none;
}
.loading .loading-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.loading .loading-filter.hide {
    transition: 1.5s height cubic-bezier(0.65, 0, 0.35, 1);
    height: 0;
}
.loading .loading-inner {
    position: relative;
    z-index: 1000;
}
.loading .loading-logo01 {
    display: block;
    width: 250px;
    height: 120px;
    margin: 0 auto 32px;
    position: relative;
    overflow: hidden;
}
.loading .loading-logo01 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.loading .loading-image01 {
    position: relative;
    top: 112px;
    width: 100px;
    height: 112px;
}
.loading .loading-image01.show {
    transition: top 1s;
    top: 0;
}
.loading .loading-image01.hide {
    transition: top 1s;
    top: -150px;
}
.loading .loading-logo02 {
    display: block;
    width: 390px;
    height: 23px;
    overflow: hidden;
    margin: 0 auto;
}
.loading .loading-image02 {
    position: relative;
    top: 23px;
    width: 390px;
    height: 23px;
}
.loading .loading-image02.show {
    transition: top 1s;
    top: 0;
}
.loading .loading-image02.hide {
    transition: top 1s;
    top: -150px;
}


.main-slide {position: relative; width: 100%; height: 100%; padding: 160px 80px 80px; box-sizing: border-box;}
.main-slide .main-slide-container {position: relative; width: 100%; height: 100%;}
.main-slide .main-slide-wrapper {width: 100%; overflow: hidden;}
.main-slide .main-slide-item {height: 100%; background: no-repeat center; background-size: cover; border-radius: 10px;}
.main-slide .main-slide-item01 {background-image: url(../img/slide_top_01.jpg);}
.main-slide .main-slide-item02 {background-image: url(../img/slide_top_02.jpg);}
.main-slide .main-slide-item03 {background-image: url(../img/slide_top_03.jpg);}
.main-slide .main-slide-logo-box {position: absolute; left: 50%; top: 50%; z-index: 5000; transform: translate(-50%,-50%); color: white}
.main-slide .main-slide-logo {width: 309px; height: 159px;}
.main-slide .main-slide-scroll {position: absolute; right: 35px; bottom: 30px; z-index: 10; font-size: 1.8rem; line-height: 1; color: #ffffff;}
.main-slide .main-slide-scroll img {height: 60px; width: auto;}


.concept {position: relative;}
.concept .concept-first {padding: 250px 0 210px; box-sizing: border-box;}
.concept .concept-title {justify-content: center; height: 48px; margin-bottom: 110px; font-size: 4.8rem; font-family: Comfortaa, sans-serif; line-height: 1; letter-spacing: .5rem; text-align: center;}
.concept .concept-desc-box {margin-bottom: 100px;}
.concept .concept-desc {font-size: 2rem; line-height: 3; text-align: center; opacity: 0;}
.concept .concept-desc.is-active {opacity: 1; transition: opacity 1s;}
.concept .concept-signature {font-size: 1.8rem; font-weight: 500; font-style: italic; text-align: center; opacity: 0;}
.concept .concept-signature.is-active {opacity: 1; transition: opacity 1s;}

.concept .concept-block {position: relative; margin: 140px 0 0; padding: 30px 0;}
.concept .concept-box {display: flex; align-items: flex-end; width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 80px; box-sizing: border-box;}
.concept .concept-box:first-of-type {margin-bottom: 280px;}
.concept .concept-image-box {max-width: 720px; width: calc(100% - 480px); margin-right: 80px; border-radius: 8px; overflow: hidden;}
.concept .concept-item {overflow: hidden; border-radius: 8px;}
.concept .concept-image {width: 100%; height: auto;}
.concept .concept-text-box {width: 365px; position: fixed; left: calc(100% - 480px); bottom: 30px; opacity: 0; pointer-events: none; transition: opacity .2s;}
.concept .concept-text-box.active {opacity: 1;}
.concept .concept-text-box.inactive {position: absolute;}
.concept .concept-catch-en {display: block; font-size: 1.4rem; line-height: 1; margin-bottom: 10px;}
.concept .concept-catch {font-size: 2.4rem; font-weight: 700; line-height: 32px; letter-spacing: .1rem; margin-bottom: 30px;}
.concept .concept-text {font-size: 1.4rem; line-height: 2;}
.concept .concept-pager {position: fixed; right: 100px; top: 50%; transform: translateY(-50%); opacity: 0; transition: opacity .2s; width: 50px;}
.concept .concept-pager.fixed {opacity: 1;}
.concept .concept-pager.absoluted {position: absolute; top: auto; bottom: calc(50vh - 140px); transform: translateY(0);}
.concept .cancept-pager-line {position: relative; display: block; width: 1px; height: 240px; margin: 0 auto 20px; background-color: #eeeeee;}
.concept .cancept-pager-line-inner {position: absolute; left: 0; top: 0; width: 1px; height: 0; max-height: 100%; background-color: #000000;}
.concept .concept-pager-number {display: block; font-family: Comfortaa, sans-serif; text-align: center;}

@media screen and (max-width:1600px){
    .concept .concept-pager {right: 40px;}
}

@media screen and (min-width:1361px){
    .concept .concept-text-box {left: calc(50% + 200px);}
}


.chef {position: relative; display: flex; flex-direction: row-reverse; width: 100%; height: 100%; min-height: 650px; padding-top: 140px;}
.chef .chef-image-box-outer {display: flex; align-items: center; justify-content: center; width: 50%; height: 100%; background-color: #f8f7f5;}
.chef .chef-image-box {max-width: 320px; max-height: 480px; border-radius: 10px; overflow: hidden;}
.chef .chef-image {display: block; transform: scale(1.4); opacity: 0; max-width: 100%;}
.chef .chef-image.active {transition: transform 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1), opacity 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1); transform: scale(1); opacity: 1;}
.chef .chef-name {position: absolute; left: 50%; top: calc(50% + 70px); transform: translate(-50%,-50%); margin-top: 200px; opacity: 0;}
.chef .chef-name.active {margin-top: 0; opacity: 1; transition: margin-top 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1), opacity 1.4s 1s cubic-bezier(0.565, 0.05, 0.165, 1);}
.chef .chef-first-name,
.chef .chef-last-name {display: block; font-size: 3.6rem; font-family: Comfortaa, sans-serif; line-height: 1.5; letter-spacing: .1rem; text-align: center;}
.chef .chef-text-box-outer {display: flex; align-items: center; justify-content: center; width: 50%; height: 100%;}
.chef .chef-text-box {position: relative; max-width: 400px;}
.chef .chef-logo-box {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 385px; height: 428px; margin-top: 100px; opacity: 0;}
.chef .chef-logo-box.active {transition: opacity 0.7s 0.3s cubic-bezier(0.565, 0.05, 0.165, 1), margin-top 0.7s 0.3s cubic-bezier(0.565, 0.05, 0.165, 1); margin-top: 0; opacity: 1;}
/*.chef .chef-logo-box.inactive {transition: opacity 1.4s cubic-bezier(0.49, 0.01, 0.27, 1); opacity: .02;}*/
.chef .icon-logo {width: 385px; height: 428px; fill: #999999;}
.chef .chef-logo-box.inactive .icon-logo {fill: #fafafa; transition: fill 1.4s cubic-bezier(0.49, 0.01, 0.27, 1);}
.chef .chef-text {font-size: 1.4rem; line-height: 2; transform: translateY(80px); opacity: 0;}
.chef .chef-text.active {transform: translateY(0); opacity: 1; transition: transform 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1)}



.top-news {display: flex; max-width: 1500px; margin: 0 auto; padding: 160px 150px 150px; box-sizing: border-box;}
.top-news .top-news-title {width: calc(100% - 720px); margin-right: auto; font-size: 4.8rem; font-family: Comfortaa, sans-serif; letter-spacing: .1rem;}
.top-news .top-news-box {width: 60%; max-width: 720px;}
.top-news .top-news-list {margin-bottom: 70px; border-top: #daddde solid 1px;}
.top-news .top-news-item {border-bottom: #daddde solid 1px;}
.top-news .top-news-link {position: relative; display: block; padding: 40px 0;}
.top-news .top-news-item-title {margin-bottom: 6px; font-size: 1.8rem; line-height: 2;}
.top-news .top-news-item-date {display: block; font-size: 1.4rem; font-family: cardo, sans-serif; line-height: 2;}
.top-news .top-news-item-arrow {position: absolute; top: 50px; right: 0; display: block; width: 16px; height: 14px; overflow: hidden;}
.top-news .top-news-item-arrow:before,
.top-news .top-news-item-arrow:after {content: ""; position: absolute; top: 0; display: block; width: 100%; height: 100%; background: url(../img/arrow_right_bk.svg) no-repeat center; background-size: 16px 14px;}
.top-news .top-news-item-arrow:before {left: 0;}
.top-news .top-news-item-arrow:after {left: -32px;}
.top-news .top-news-link:hover .top-news-item-arrow:before {transition: left .5s; left: 32px;}
.top-news .top-news-link:hover .top-news-item-arrow:after {transition: left .5s; left: 0;}
.top-news .view-more-outer {display: flex; justify-content: flex-end;}
.top-news .view-more {position: relative; display: block; font-size: 1.8rem; font-family: ivyivymodemode, sans-serif; letter-spacing: .1rem;}
.top-news .view-more:before {content: ""; position: absolute; left: -140px; top: 50%; display: block; width: 30px; height: 1px; background-color: #000000; transition: width .2s;}
.top-news .view-more:hover:before {width: 120px;}


/*----------------------
下層
----------------------*/
.main {max-width: 1260px; margin: 0 auto; padding: 300px 30px 120px; box-sizing: border-box;}
.page-title {padding-bottom: 100px; margin-bottom: 140px; border-bottom: #ededf1 solid 1px;}
.page-title .page-title-inner {font-size: 6rem; font-family: Comfortaa, sans-serif; line-height: 1.27; letter-spacing: .1rem;}
.page-section {margin-bottom: 90px;}
.page-section:last-of-type {margin-bottom: 0;}
.page-section .section-title {padding: 0 0 28px 40px; margin-bottom: 60px; box-sizing: border-box; border-bottom: #ededf1 solid 1px; font-size: 2.4rem; font-weight: 700; line-height: 1;}
.page-section .section-box {padding-left: calc(100% - 800px); box-sizing: border-box;}
.page-section .dot-list {margin-top: 50px;}
.page-section .dot-item {position: relative; padding-left: 16px; box-sizing: border-box; font-size: 1.4rem; line-height: 28px; margin-bottom: 6px;}
.page-section .dot-item:before {content: ""; position: absolute; left: 0; top: 12px; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #000000;}
.page-section .section-text {font-size: 1.4rem; line-height: 2;}
.page-section .inner-section {padding-top: 48px;}
.page-section .inner-section-title {padding-bottom: 28px; margin-bottom: 40px; border-bottom: #ededf1 solid 1px; font-size: 1.6rem; font-weight: 700; line-height: 1;}
.page-section .inner-section-title span{font-weight: 400 !important; line-height: 2;}
.page-section .num-item {font-size: 1.4rem; line-height: 2;}
.page-section .disc-item {font-size: 1.4rem; line-height: 2;}

/*----------------------
reservation
----------------------*/
.menu-list .menu-list-box {position: relative; margin-bottom: 50px;}
.menu-list .menu-list-box:last-of-type {margin-bottom: 0;}
.menu-list .menu-cat {position: absolute; left: 0; top: 0; font-size: 1.8rem; font-family: Comfortaa, sans-serif; line-height: 32px; letter-spacing: .1rem;}
.menu-list .menu-item {display: flex; justify-content: flex-end;}
.menu-list .menu-item-name {display: block; font-size: 1.6rem; line-height: 2;}
.menu-list .menu-item-price {display: block; width: 90px; font-size: 1.6rem; line-height: 2; text-align: right;}
.menu-list .menu-item-link {text-decoration: underline;}

.cancel-policy {margin-top: 30px;}
/*.cancel-policy .cancel-policy-item {font-size: 1.4rem; line-height: 35px;}*/
.cancel-policy .cancel-policy-item {position: relative; padding-left: 16px; box-sizing: border-box; font-size: 1.4rem; line-height: 28px; margin-bottom: 2px;}
.cancel-policy .cancel-policy-item:before {content: ""; position: absolute; left: 4px; top: 12px; display: block; width: 4px; height: 4px; background-color: #000000;}

.reservation-button-box {margin-top: 100px;}
.reservation-button-box .reservation-button {position: relative; display: flex; align-items: center; justify-content: center; max-width: 600px; height: 64px; margin: 0 auto; box-sizing: border-box; border-radius: 40px; background-color: #000000; font-size: 2.4rem; font-family: Comfortaa, "Zen Old Mincho", sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
.reservation-button-box .reservation-button-arrow {position: absolute; right: 40px; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px;}
.reservation-button-box .reservation-button:before,
.reservation-button-box .reservation-button:after {content: ""; position: absolute; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.reservation-button-box .reservation-button:before {transition: right .3s; right: 40px;}
.reservation-button-box .reservation-button:after {transition: left .3s; left: -28px;}
.reservation-button-box .reservation-button:hover {padding-left: 40px;}
.reservation-button-box .reservation-button:hover:before {right: -28px;}
.reservation-button-box .reservation-button:hover:after {left: 40px;}


/*----------------------
recruit
----------------------*/
.requirement-list {margin-bottom: 90px;}
.requirement-list .requirement-box {position: relative; padding: 40px 0; border-bottom: #ededf1 solid 1px;}
.requirement-list .requirement-box:last-of-type {border: none;}
.requirement-list .requirement-title {position: absolute; left: 0; top: 40px; font-size: 1.6rem; font-weight: 700; line-height: 28px;}
.requirement-list .requirement-text {display: flex; justify-content: flex-end;}
.requirement-list .requirement-text-inner {width: calc(100% - 240px);}


/*----------------------
access
----------------------*/
.gmap-container { max-width:800px; width: 100%; margin: 0 auto 40px;}
#gmap {height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; }
#gmap iframe {position: absolute; left: 0; top: 0; height: 100%; width: 100%;}


/*----------------------
footer
----------------------*/
.footer {position: relative;}
.footer:after {content: ""; position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: calc(100% - 60px); border-radius: 10px; background-color: #000000; transform: scale(.95);}
.footer.active:after {transition: transform .8s; transform: scale(1);}
.footer .footer-inner {position: relative; z-index: 10; max-width: 1320px; width: 100%; padding: 140px 60px 130px; margin: 0 auto; box-sizing: border-box;}
.footer .footer-top {display: flex; padding-bottom: 50px; border-bottom: #373737 solid 1px;}
.footer .fooer-title {margin-bottom: 20px; font-size: 2.4rem; font-family: Comfortaa, sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff;}
.footer .footer-text {font-size: 1.4rem; line-height: 2; color: #ffffff;}
.footer .footer-text a{color: #ffffff;}
.footer .footer-left{display: flex; width: 66%;}
.footer .footer-reservation-link {position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; margin: 25px 0 35px; box-sizing: border-box; border: #ffffff solid 1px; border-radius: 30px; font-size: 1.8rem; font-family: Comfortaa, sans-serif; line-height: 1; letter-spacing: .1rem; color: #ffffff; overflow: hidden; transition: padding-left .3s;}
/*.footer .footer-reservation-arrow {position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; overflow: hidden;}*/
.footer .footer-reservation-link:before,
.footer .footer-reservation-link:after {content: ""; position: absolute; top: 50%; transform: translateY(-50%); display: block; width: 14px; height: 12px; background: url(../img/arrow_right_wh.svg) no-repeat center; background-size: 14px 12px;}
.footer .footer-reservation-link:before {transition: right .3s; right: 30px;}
.footer .footer-reservation-link:after {transition: left .3s; left: -28px;}
.footer .footer-reservation-link:hover {padding-left: 30px;}
.footer .footer-reservation-link:hover:before {right: -28px;}
.footer .footer-reservation-link:hover:after {left: 30px;}
.footer .footer-right {width: 33%;}
.footer .footer-box {width: 50%;}
.footer .footer-map-box {margin-top: 10px; margin-bottom: 40px;}
.footer .footer-map-link {color: #ffffff;}
.footer .footer-bottom {display: flex; padding-top: 45px;}
.footer .footer-logo-box {margin-right: auto;}
.footer .footer-logo-image {width: 341px; height: 100px;}
.footer .footer-bottom-right {display: flex; align-items: flex-end;}
.footer .footer-sns-list {display: flex; align-items: flex-end; margin-right: 20px;}
.footer .footer-sns-item:first-child {margin-right: 13px;}
.footer .footer-sns-instagram {width: 50px; height: 50px;}
.footer .footer-sns-facebook {width: 50px; height: 50px;}
.footer .footer-copy {font-size: 1.4rem; color: #ffffff;}


@media screen and (max-width:1200px){
    /*----------------------
    header
    ----------------------*/
    .header {padding: 0 60px;}
    .header .header-en {margin-right: 30px;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav .gnav-inner {padding: 70px 40px;}
    .gnav .gnav-left {width: 64%; padding-top: 64%;}
    .gnav .gnav-right {width: calc(36% - 40px);}
    .gnav .gnav-list {margin-bottom: 30px;}
    .gnav .gnav-item {margin-bottom: 20px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 2.8rem;}
    .gnav .gnav-career {margin-bottom: 60px;}


    /*----------------------
    トップ
    ----------------------*/
    .main-slide {padding: 160px 60px 60px;}


    .concept .concept-first {padding: 160px 0 130px;}
    .concept .concept-block {margin: 100px 0 0;}
    .concept .concept-box:first-of-type {margin-bottom: 200px;}
    .concept .concept-image-box {max-width: 720px; width: calc(100% - 420px); margin-right: 50px;}
    .concept .concept-image {width: 100%; height: auto;}
    .concept .concept-text-box {width: 350px; left: calc(100% - 460px);}


    .chef .chef-text-box {max-width: 360px;}
}




@media screen and (max-width:1023px){



    :root{
        --header: 120px;
        scroll-padding: var(--header);
    }

    /*----------------------
    header
    ----------------------*/
    .header {height: 120px; padding: 0 35px;}
    .header .header-logo {margin-right: auto;}
    .header .header-logo-image {width: 120px; height: 60px;}
    .header .header-en {margin-right: 30px; font-size: 1.4rem;}
    .header .header-book {padding: 0 40px 0 28px; font-size: 1.4rem;}
    .header .header-menu {padding: 0 50px 0 16px; font-size: 1.4rem;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav {display: block; padding: 0;}
    .gnav .gnav-inner {display: block; padding: 0 75px; border-radius: 0;}
    .gnav .gnav-left {display: none;}
    .gnav .gnav-right {width: 100%; margin-left: 0; padding: 125px 0 80px;}
    .gnav .gnav-right-inner {position: static;}
    .gnav .gnav-list {margin-bottom: 60px;}
    .gnav .gnav-item {margin-bottom: 30px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 3rem;}
    .gnav .gnav-career {margin-bottom: 80px;}
    .gnav .gnav-info {margin-bottom: 70px;}
    .gnav .gnav-info a {color:#ffffff;}
    .gnav .gnav-sns {position: static;}
    .gnav .gnav-sns-item:first-child {margin-right: 18px;}
    .gnav .gnav-sns-facebook {width: 60px; height: 60px;}
    .gnav .gnav-sns-instagram {width: 60px; height: 60px;}

    .gnav.active:after {width: 100%; height: 100%; border-radius: 0;}


    /*----------------------
    トップ
    ----------------------*/
    .main-slide {padding: 120px 35px 35px;}


    .concept .concept-first {padding: 250px 0 210px;}
    .concept .concept-block {margin: 80px 0 0;}
    .concept .concept-box {display: block; max-width: 880px; margin: 0 auto; padding: 0 80px;}
    .concept .concept-box:first-of-type {margin-bottom: 80px;}
    .concept .concept-image-box {max-width: 720px; width: 100%; margin: 0 0 40px;}
    .concept .concept-text-box {width: 365px; margin-left: auto;}
    .concept .concept-text-box {width: 365px; margin-left: auto; position: static; opacity: 1; transition: none;}
    .concept .concept-text-box.active {opacity: 1;}
    .concept .concept-text-box.inactive {position: static;}
    .concept .concept-pager {display: none;}


    .chef {padding-top: 120px; margin-bottom:80px;}
    .chef .chef-image-box {max-width: 240px; max-height: 360px;}
    .chef .chef-image {width: 100%; height: auto;}
    .chef .chef-name {top: calc(50% + 60px);}
    .chef .chef-first-name,
    .chef .chef-last-name {font-size: 2.8rem;}
    .chef .chef-text-box {max-width: 250px;}
    .chef .chef-logo-box {width: 289px; height: 321px;}
    .chef .icon-logo {width: 289px; height: 321px;}



    .top-news {display: block; padding: 120px 35px 130px;}
    .top-news .top-news-title {width: 100%; margin-right: 0;}
    .top-news .top-news-box {width: 100%; max-width: none;}
    .top-news .view-more-outer {display: flex; justify-content: flex-end;}


    /*----------------------
    下層
    ----------------------*/
    .page-section .section-title {padding: 0 0 28px;}


    /*----------------------
    footer
    ----------------------*/
    .footer:after {left: 35px; top: 35px; width: calc(100% - 70px); height: calc(100% - 70px);}
    .footer .footer-inner {padding: 95px 80px 100px;}
    .footer .footer-top {display: block;}
    .footer .footer-left{display: flex; width: 100%; margin-bottom: 50px;}
    .footer .footer-right {display: block; width: 100%;}
    .footer .footer-box {width: 100%;}
    .footer .footer-bottom {padding-top: 40px;}
    .footer .footer-logo-image {width: 273px; height: 80px;}
    .footer .footer-reservation-link {width: 50%;}
}





@media screen and (max-width:767px){



    :root{
        --header: 80px;
        scroll-padding: var(--header);
    }

    .pc{display:none !important;}
    .pc-inline{display:none !important;}
    .sp{display:block !important;}
    .sp-inline{display:inline !important;}

    .smb5 {margin-bottom: 5px !important;}
    .smb10 {margin-bottom: 10px !important;}
    .smb15 {margin-bottom: 15px !important;}
    .smb20 {margin-bottom: 20px !important;}
    .smb25 {margin-bottom: 25px !important;}
    .smb30 {margin-bottom: 30px !important;}
    .smb35 {margin-bottom: 35px !important;}
    .smb40 {margin-bottom: 40px !important;}
    .smb45 {margin-bottom: 45px !important;}
    .smb50 {margin-bottom: 50px !important;}
    .smb55 {margin-bottom: 55px !important;}
    .smb60 {margin-bottom: 60px !important;}
    .smb65 {margin-bottom: 65px !important;}
    .smb70 {margin-bottom: 70px !important;}
    .smb75 {margin-bottom: 75px !important;}
    .smb80 {margin-bottom: 80px !important;}
    .smb85 {margin-bottom: 85px !important;}
    .smb90 {margin-bottom: 90px !important;}
    .smb95 {margin-bottom: 95px !important;}
    .smb100 {margin-bottom: 100px !important;}



    /*----------------------
    header
    ----------------------*/
    .header {height: 80px; padding: 0 20px;}
    .header .header-logo {line-height: 11px;}
    .header .header-logo-image {width: 120px; height: 60px;}
    .header .header-btns {position: relative;}
    .header .header-en {position: absolute; right: 20px; top: 66px; margin-right: 0; opacity: 0; pointer-events: none; transition: opacity .5s;}
    .header .header-book {height: 38px; margin-right: 10px; width: auto; padding: 0 15px; border-radius: 16px; font-size: 1.8rem;}
    .header .header-book:before,
    .header .header-book:after {display: none;}
    .header .header-book:hover {padding-left: 15px;}
    .header .header-menu {width: 32px; height: 32px; padding: 0; box-sizing: border-box; border-radius: 16px;}
    .header .header-menu-text-menu {display: none;}
    .header .header-menu-text-close {display: none;}
    .header .header-menu-line{right: auto; left: 50%; width: 12px; transform: translate(-50%,-50%);}

    .header.active .header-en {opacity: 1; pointer-events: auto;}



    /*----------------------
    gnav
    ----------------------*/
    .gnav {padding: 0;}
    .gnav .gnav-inner {padding: 0 35px;}
    .gnav .gnav-right {width: 100%; margin-left: 0; padding: 130px 0 60px;}
    .gnav .gnav-list {margin-bottom: 60px;}
    .gnav .gnav-item {margin-bottom: 20px;}
    .gnav .gnav-item:last-child {margin-bottom: 0;}
    .gnav .gnav-link {font-size: 2rem;}
    .gnav .gnav-career {margin-bottom: 60px;}
    .gnav .gnav-career-link {font-size: 1.4rem;}
    .gnav .gnav-info {margin-bottom: 25px; font-size: 1.2rem;}
    .gnav .gnav-sns {position: static;}


    /*----------------------
    トップ
    ----------------------*/
    .loading .loading-logo01 {width: 250px; height:120px; margin: 0 auto 32px;}
    .loading .loading-image01 {top: 56px; width: 50px; height: 56px;}
    .loading .loading-image01.show {transition: top 1s; top: 0;}
    .loading .loading-image01.hide {transition: top 1s; top: -75px;}
    .loading .loading-logo02 {width: 194px; height: 11px; line-height: 11px;}
    .loading .loading-image02 {top: 11px; width: 194px; height: 11px;}
    .loading .loading-image02.show {transition: top 1s; top: 0;}
    .loading .loading-image02.hide {transition: top 1s; top: -75px;}


    .main-slide {padding: 80px 20px 20px;}
    .main-slide .main-slide-logo {width: 220px; height: 113px;}
    .main-slide .main-slide-scroll {right: 15px; bottom: 30px;}
    .main-slide .main-slide-scroll img {height: 40px; width: auto;}


    .concept {position: relative;}
    .concept .concept-first {padding: 130px 20px 110px; box-sizing: border-box;}
    .concept .concept-title {margin-bottom: 50px; font-size: 2.4rem; letter-spacing: .2rem;}
    .concept .concept-desc-box {margin-bottom: 30px;}
    .concept .concept-desc {font-size: 1.4rem;}
    .concept .concept-signature {font-size: 1.4rem;}
    .concept .concept-box {padding: 0 20px;}
    .concept .concept-box:first-of-type {margin-bottom: 70px;}
    .concept .concept-image-box {margin: 0 0 30px;}
    .concept .concept-text-box {width: 100%; margin-left: 0;}
    .concept .concept-catch-en {font-size: 1.2rem;}
    .concept .concept-catch {font-size: 2rem; line-height: 1.33;}
    .concept .concept-text {font-size: 1.4rem;}


    .chef {display: block; height: auto;}
    .chef .chef-image-box-outer {display: block; width: 100%; height: auto; margin-bottom: 40px; background-color: transparent;}
    .chef .chef-image-box {max-width: 525px; width: 70%; max-height: 788px; margin: 0 auto;}
    .chef .chef-image {transform: scale(1); opacity: 1;}
    .chef .chef-name {position: static; display: flex; justify-content: center; transform: none; width: 100%; margin: 40px 0 35px; opacity: 1;}
    .chef .chef-name.active {margin-top: 40px;}
    .chef .chef-first-name,
    .chef .chef-last-name {font-size: 2.4rem; line-height: 1;}
    .chef .chef-first-name {margin-right: 10px;}
    .chef .chef-text-box-outer {display: block; width: 100%; height: auto;}
    .chef .chef-text-box {position: relative; max-width: 525px; width: 70%; margin: 0 auto;}
    .chef .chef-logo-box {display: none;}
    .chef .chef-text {font-size: 1.4rem; transform: translateY(0); opacity: 1;}


    .top-news {padding: 80px 20px 45px;}
    .top-news .top-news-title {font-size: 2.4rem; margin-bottom: 30px;}
    .top-news .top-news-list {margin-bottom: 30px;}
    .top-news .top-news-link {padding: 20px 0;}
    .top-news .top-news-item-title {margin-bottom: 10px; font-size: 1.2rem; line-height: 1.5;}
    .top-news .top-news-item-date {font-size: 1rem;}
    .top-news .top-news-item-arrow {top: 20px;}
    .top-news .view-more {font-size: 1.4rem;}
    .top-news .view-more:before {left: -75px; width: 60px;}
    .top-news .view-more:hover:before {width: 60px;}


    /*----------------------
    下層
    ----------------------*/
    .main {padding: 120px 20px 50px;}
    .page-title {padding-bottom: 0; margin-bottom: 80px; border-bottom: none;}
    .page-title .page-title-inner {font-size: 2.4rem;}
    .page-section {margin-bottom: 60px;}
    .page-section:last-of-type {margin-bottom: 0;}
    .page-section .section-title {padding: 0 0 14px; margin-bottom: 25px; font-size: 1.8rem;}
    .page-section .section-box {padding-left: 0;}
    .page-section .dot-list {margin-top: 25px;}
    .page-section .dot-item {font-size: 1.4rem; line-height: 2;}
    .page-section .dot-item:before {top: 11px;}
    .page-section .inner-section-title {padding-bottom: 18px; margin-bottom: 25px; font-size: 1.6rem;}


    /*----------------------
    reservation
    ----------------------*/
    .menu-list .menu-list-box {position: relative; margin-bottom: 25px;}
    .menu-list .menu-list-box:last-of-type {margin-bottom: 0;}
    .menu-list .menu-cat {font-size: 1.4rem; line-height: 2;}
    .menu-list .menu-item-name {font-size: 1.4rem;}
    .menu-list .menu-item-price {width: 80px; font-size: 1.4rem;}

    .cancel-policy .cancel-policy-item {line-height: 2;}

    .reservation-button-box {margin-top: 50px;}
    .reservation-button-box .reservation-button {height: 48px; border-radius: 24px; background-color: #000000; font-size: 1.5rem;}
    .reservation-button-box .reservation-button:before {right: 16px;}
    .reservation-button-box .reservation-button:hover {padding-left: 16px;}
    .reservation-button-box .reservation-button:hover:after {left: 16px;}


    /*----------------------
    recruit
    ----------------------*/
    .requirement-list {margin-bottom: 30px;}
    .requirement-list .requirement-box {padding: 20px 0;}
    .requirement-list .requirement-title {position: static; margin-bottom: 20px; font-size: 1.4rem; line-height: 2;}
    .requirement-list .requirement-text {display: block;}
    .requirement-list .requirement-text-inner {width: 100%;}


    /*----------------------
    footer
    ----------------------*/
    .footer:after {left: 20px; top: 20px; width: calc(100% - 40px); height: calc(100% - 40px);}
    .footer .footer-inner {padding: 70px 50px 50px;}
    .footer .footer-top {padding-bottom: 0; border-bottom: none; margin-bottom: 60px;}
    .footer .fooer-title {font-size: 1.6rem;}
    .footer .footer-text {font-size: 1.2rem;}
    .footer .footer-reservation-link {width: 100%; height: 48px; border-radius: 24px; font-size: 1.4rem;}
    .footer .footer-left {display: block; width: 100%;}
    .footer .footer-right {display: block; width: 100%;}
    .footer .footer-box {width: 100%;}
    .footer .footer-map-link {font-size: 1.2rem;}
    .footer .footer-box:first-of-type {margin-bottom: 40px;}
    .footer .footer-bottom {display: block; padding-top: 0;}
    .footer .footer-logo-box {margin: 0 0 48px; text-align: center;}
    .footer .footer-logo-image {width: 188px; height: 100px;}
    .footer .footer-bottom-right {flex-direction: row-reverse;}
    .footer .footer-sns-list {display: flex; align-items: flex-end; margin: 0 0 0 auto;}
    .footer .footer-sns-item:first-child {margin-right: 13px;}
    .footer .footer-sns-instagram {width: 16px; height: 16px;}
    .footer .footer-sns-facebook {width: 50px; height: 50px;}
    .footer .footer-copy {font-size: 1rem;}
}


.modal{position: fixed; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0,0,0,70%); padding: 40px 20px; overflow: auto; opacity: 0; visibility: hidden; transition: .3s; box-sizing: border-box; z-index: 100000;}
.modal:before{content: ""; display: inline-block; vertical-align: middle; height: 100%; margin-left: -0.2em;}
.modal.is-active{opacity: 1; visibility: visible;}
.modal-container{position: relative; display: inline-block; vertical-align: middle; max-width: 600px; width: 90%;}
.modal-close{position: absolute; display: flex;align-items: center; justify-content: center; top: -20px; right: -20px; width: 40px; height: 40px; color: #fff; background: #000; border-radius: 50%; cursor: pointer;}
.modal-content{ background: #fff; text-align: left; line-height: 1.8; padding: 0px;}
.modal-content p{ margin: 1em 0;}
.modal-content img{ width: 100%;}

span.js-modal-open{text-decoration:underline; font-weight: 700;}
span.js-modal-open:hover{text-decoration:none;}


/* ============================================================
   РЕЗЕРВ СТОЛИКА — мобайл-фёрст, фирменный стиль САД
   (размеры в rem; html=62.5% => 1rem=10px; инпуты >=1.6rem=16px,
    чтобы iOS Safari НЕ зумил при фокусе)
   ============================================================ */
.reservation-section {
    max-width: 560px;
    margin: 0 auto;
    padding: 120px 20px 64px;
    box-sizing: border-box;
}

.reservation-title {
    font-size: 2.8rem;
    font-family: Comfortaa, "Zen Old Mincho", sans-serif;
    text-align: center;
    letter-spacing: .05rem;
    margin-bottom: 28px;
    color: #111;
}

.reservation-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 1.5rem;
    font-family: Comfortaa, sans-serif;
    color: #333;
    line-height: 1.3;
}

/* checkbox label: чекбокс в строку с текстом */
.form-group > .form-label > input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    accent-color: #000;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-input {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    padding: 14px 16px;
    font-size: 1.6rem;          /* >=16px — без авто-зума на iOS */
    font-family: Comfortaa, sans-serif;
    color: #111;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

/* select со стрелкой (нативная стрелка убрана appearance:none) */
select.form-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
}

textarea.form-input {
    min-height: 88px;
    resize: vertical;
    line-height: 1.4;
}

.form-input:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
    outline: none;
}

.form-input::placeholder { color: #999; }

.form-text {
    font-size: 1.3rem;
    color: #777;
    font-family: Comfortaa, sans-serif;
}

/* Кнопка — в фирменном чёрном скруглённом стиле сайта */
.form-button {
    width: 100%;
    height: 56px;
    margin-top: 8px;
    border-radius: 28px;
    font-size: 1.8rem;
    font-family: Comfortaa, sans-serif;
    letter-spacing: .08rem;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity .25s ease;
}

.form-button:hover { opacity: .82; }
.form-button:active { opacity: .7; }

.response-message {
    margin-top: 22px;
    text-align: center;
    font-size: 1.6rem;
    font-family: Comfortaa, sans-serif;
    line-height: 1.5;
    color: #111;
}

/* Планшет/десктоп — чуть просторнее */
@media screen and (min-width: 768px) {
    .reservation-section { padding-top: 160px; }
    .reservation-title   { font-size: 3.4rem; }
    .form-label          { font-size: 1.6rem; }
}


.pdf-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.pdf-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pdf-modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  z-index: 10;
}

/* =========================
   MENU (one clean block)
   ========================= */

.menu-page{
  width: 100%;
}

/* ===== HERO ===== */

.menu-hero{
  /* фикс для fixed header: чтобы hero не прятался под шапку */
  padding: calc(var(--header) + 20px) 30px 40px;
  box-sizing: border-box;
}

.menu-hero-inner{
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: stretch;
}

.menu-hero-media{
  border-radius: 10px;
  overflow: hidden;
  min-height: 420px;
  background: #f8f7f5;
}

.menu-hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-hero-panel{
  background: #f8f7f5;
  border-radius: 10px;
  display: flex;
}

.menu-hero-panel-inner{
  padding: 34px;
  width: 100%;
}

/* chips */
.menu-hero-actions{
  margin-top: 18px;
}

.menu-hero-quick{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.menu-hero-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ededf1;
  font-size: 1.3rem;
  line-height: 1;
}

/* ===== LISTING ===== */

.menu-listing{
  padding: 40px 30px 120px;
  box-sizing: border-box;
}

.menu-wrap{
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
}

/* секция категории: слева заголовок, справа список */
.menu-cat{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  padding: 70px 0;
  border-bottom: 1px solid #ededf1;
}

.menu-cat-head{
  position: sticky;
  top: calc(var(--header) + 10px);
  align-self: start;
}

.menu-cat-title{
  font-size: 2.4rem;
  letter-spacing: .1rem;
}

/* подкатегории (пицца) */
.menu-subcat{
  margin-bottom: 32px;
}

.menu-subcat:last-child{
  margin-bottom: 0;
}

.menu-subcat-title{
  font-size: 1.4rem;
  letter-spacing: .08rem;
  margin-bottom: 14px;
  opacity: .7;
}

/* блюда в 2 колонки на ноутбуке/десктопе */
.menu-items{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

/* строка блюда */
.menu-item{
  display: grid;
  grid-template-columns: 34px 1fr 90px;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f4;
}

.menu-item:last-child{
  border-bottom: none;
}

.menu-item-photo{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ededf1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-photo-ic{
  width: 18px;
  height: 18px;
  opacity: .9;
}

.menu-item-name{
  font-size: 1.6rem;
  line-height: 1.5;
}

.menu-item-desc{
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1.6;
  opacity: .7;
}

.menu-item-price{
  text-align: right;
  white-space: nowrap;
  font-size: 1.6rem;
}

/* сноска */
.menu-note{
  padding-top: 26px;
  font-size: 1.3rem;
  opacity: .7;
}

/* ===== MODAL (если у тебя уже есть .modal — можно оставить твою, но это для menu-modal) ===== */

.menu-modal{
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}

.menu-modal.is-active{
  display: block;
}

.menu-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

.menu-modal-card{
  position: relative;
  width: min(720px, calc(100% - 40px));
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.menu-modal-close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #000;
  color: #fff;
}

.menu-modal-media img{
  width: 100%;
  height: auto;
  display: block;
}

.menu-modal-body{
  padding: 18px 20px 22px;
}

.menu-modal-title{
  font-size: 2rem;
  margin-bottom: 6px;
}

.menu-modal-price{
  font-size: 1.6rem;
  opacity: .7;
}

/* запрет скролла (ты используешь в JS) */
.no-scroll{
  overflow: hidden;
}

/* ===== RESPONSIVE ===== */

@media screen and (max-width: 1023px){
  .menu-hero{
    padding: calc(var(--header) + 10px) 20px 20px;
  }
  .menu-hero-inner{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .menu-hero-media{
    min-height: 240px;
  }
  .menu-hero-panel-inner{
    padding: 20px;
  }

  .menu-listing{
    padding: 20px 20px 60px;
  }

  .menu-cat{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 40px 0;
  }

  .menu-cat-head{
    position: static;
  }

  .menu-items{
    grid-template-columns: 1fr;
  }
}
.menu-item-photo.is-empty{
  background: transparent;
  pointer-events: none;
}

/* =========================
   MENU HERO BUTTON
   ========================= */

.menu-hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 28px;

  border-radius: 24px;
  background-color: #000;
  color: #fff;

  font-size: 1.6rem;
  font-family: Comfortaa, "Zen Old Mincho", sans-serif;
  letter-spacing: .08rem;

  transition: background .3s, transform .2s, opacity .2s;
}

.menu-hero-btn:hover{
  background-color: #222;
  transform: translateY(-1px);
  opacity: .95;
}

/* =========================
   YANDEX BADGE IN HEADER
   ========================= */

.header-yandex-badge{
  margin-left: 20px;
  margin-right: auto;
  opacity: 0.85;
  transition: opacity .3s, transform .2s;
  transform-origin: left center;
}

.header-yandex-badge:hover{
  opacity: 1;
  transform: scale(1.02);
}

.header-yandex-badge iframe{
  display: block;
  vertical-align: middle;
}

.header.active .header-yandex-badge{
  opacity: 0;
  pointer-events: none;
}

/* Убираем margin-right: auto у логотипа, т.к. теперь бейдж занимает это место */
.header .header-logo{
  margin-right: 0;
}

/* =========================
   HOME HERO BUTTONS
   ========================= */

.home-hero__buttons{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  min-width: 200px;
  height: 60px;
  padding: 0 36px;
  
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 30px;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  font-size: 1.9rem;
  font-family: Comfortaa, sans-serif;
  letter-spacing: .12rem;
  color: #ffffff;
  
  transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.home-hero__btn:hover{
  background-color: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,1);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.home-hero__btn:active{
  transform: translateY(-1px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media screen and (max-width:1200px){
  .header-yandex-badge{
    margin-left: 15px;
  }
}

@media screen and (max-width:1023px){
  .header-yandex-badge{
    margin-left: 12px;
  }
  
  .header-yandex-badge iframe{
    transform: scale(0.85);
  }
  
  .home-hero__btn{
    min-width: 180px;
    height: 56px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width:767px){
  /* Скрываем бейдж в header на мобильных */
  .header-yandex-badge{
    display: none;
  }
  
  /* Возвращаем margin у логотипа */
  .header .header-logo{
    margin-right: auto;
  }
  
  .home-hero__buttons{
    gap: 14px;
    padding: 0 20px;
  }
  
  .home-hero__btn{
    min-width: 150px;
    height: 50px;
    padding: 0 28px;
    font-size: 1.6rem;
    letter-spacing: .08rem;
  }
  
  /* Альтернатива: показать бейдж внизу hero на мобильных */
  .home-hero__mobile-badge{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0.8;
  }
  
  .home-hero__mobile-badge iframe{
    display: block;
    transform: scale(0.9);
  }
}

/* Очень маленькие экраны */
@media screen and (max-width:480px){
  .home-hero__buttons{
    flex-direction: column;
    gap: 12px;
  }
  
  .home-hero__btn{
    width: 100%;
    max-width: 280px;
  }
}

/* =========================
   HOME HERO BUTTONS
   ========================= */

.home-hero__buttons{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-hero__btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 172px;
  height: 40px;
  padding: 0 28px;
  box-sizing: border-box;
  
  border: 1px solid #ffffff;
  border-radius: 20px;
  background-color: transparent;
  
  font-size: 1.6rem;
  font-family: Comfortaa, sans-serif;
  letter-spacing: .1rem;
  color: #ffffff;
  
  overflow: hidden;
  transition: padding-left .3s;
}

/* Стрелки как у header-book */
.home-hero__btn:before,
.home-hero__btn:after{
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background: url(../img/arrow_right_wh.svg) no-repeat center;
  background-size: 14px 12px;
}

.home-hero__btn:before{
  right: 16px;
  transition: right .3s;
}

.home-hero__btn:after{
  left: -28px;
  transition: left .3s;
}

.home-hero__btn:hover{
  padding-left: 44px;
}

.home-hero__btn:hover:before{
  right: -28px;
}

.home-hero__btn:hover:after{
  left: 16px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media screen and (max-width:1023px){
  .home-hero__btn{
    width: 160px;
    height: 38px;
    padding: 0 24px;
    font-size: 1.5rem;
  }
  
  .home-hero__btn:before{
    right: 14px;
  }
  
  .home-hero__btn:after{
    left: -26px;
  }
  
  .home-hero__btn:hover{
    padding-left: 40px;
  }
  
  .home-hero__btn:hover:after{
    left: 14px;
  }
}

@media screen and (max-width:767px){
  .home-hero__buttons{
    gap: 15px;
    padding: 0 20px;
  }
  
  .home-hero__btn{
    width: 150px;
    height: 38px;
    padding: 0 20px;
    border-radius: 19px;
    font-size: 1.4rem;
  }
  
  .home-hero__btn:before{
    right: 12px;
  }
  
  .home-hero__btn:after{
    left: -24px;
  }
  
  .home-hero__btn:hover{
    padding-left: 36px;
  }
  
  .home-hero__btn:hover:after{
    left: 12px;
  }
}

/* Очень маленькие экраны */
@media screen and (max-width:480px){
  .home-hero__buttons{
    flex-direction: column;
    gap: 12px;
  }
  
  .home-hero__btn{
    width: 160px;
  }
}