.ml0 {
  margin-left: 0 !important;
}
#header #key .set1 {
  padding-bottom: 10vw;
  text-align: center;
}
#header #key .set1 .gr-txt {
  padding: 66vw 5% 24vw;
  text-align: center;
  line-height: 2;
}
#header #key .set1 .gr-txt .catch {
  font-size: 15.6vw;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 2vw;
}
#header #key .set1 .gr-txt .txt {
  font-size: 6.1vw;
}
#header #key .set1 .scroll {
  width: 18px;
  margin: 0 auto;
  position: relative;
}
#header #key .set1 .scroll::before {
  content: "";
  border-left: 1px solid #cfcfcf;
  position: absolute;
  top: calc(100% + 4vw);
  height: 51vw;
  left: 50%;
  z-index: 2;
}
#header #key .key-scroll {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#header #key .image-wrapper {
  width: 66vw;
  height: 28vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#header #key .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.6);
}
#lead .set1 {
  padding: 31vw 0 0;
  position: relative;
}
#lead .set1::before {
  content: "";
  border-left: 1px solid #c5c5c5;
  position: absolute;
  top: 0;
  left: 50%;
  height: 23vw;
}
#lead .set1 h2 {
  text-align: center;
  margin-bottom: 13vw;
}
#lead .set1 h2 .ttl-eng {
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
  display: inline-block;
}
#lead .set1 h2 .ttl-jp {
  font-size: 7.5vw;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
#lead .set2 .lead-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 4.8vw 0 100%;
}
#lead .set2 .lead-img {
  display: flex;
  align-items: center;
}
#lead .set2 .lead-img .img {
  width: 74vw;
  margin-right: 4.8vw;
  transform: translateY(200px);
  opacity: 0.1;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
#lead .set2 .lead-img .img.active {
  transform: translateY(0);
  opacity: 1;
}
.gr-sec {
  color: #fff;
}
.gr-sec .set {
  padding: 23vw 0;
}
.gr-sec .logo {
  margin-bottom: 14vw;
}
.gr-sec .common-js .left {
  position: relative;
  height: 425px;
  overflow: hidden;
  margin: 0 -6vw;
}
.gr-sec .common-js .left li {
  position: absolute;
  -webkit-clip-path: inset(0% 0 0 0);
  clip-path: inset(0% 0 0 0);
  width: 100%;
  height: 525px;
  top: 0;
  will-change: transform;
}
.gr-sec .common-js .left li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.gr-sec .common-js .left li:nth-child(2n + 2) {
  -webkit-clip-path: inset(100% 0px 0% 0);
  clip-path: inset(100% 0px 0% 0);
}
.gr-sec .common-js .right .item1 {
  padding: 22vw 0 16vw;
  margin-bottom: 14vw;
  border-bottom: 1px solid #bcbcbc;
}
.gr-sec .common-js .right .item1 .photo {
  margin: 0 10% 17vw;
}
.gr-sec .common-js .right .item2 h3 {
  font-size: 6vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.gr-sec .common-js .right .item2 .info {
  margin: 6vw 0 9vw;
  text-align: center;
}
.gr-sec .common-js .right .item2 .info .tel dt {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.gr-sec .common-js .right .item2 .info .tel dd img {
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: -5px;
  left: 0;
}
.gr-sec .common-js .right .item2 .info .tel dd span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gr-sec .common-js .right .item2 .info .btn-reserve {
  margin: 6vw 12% 0;
}
.gr-sec .common-js .right .item2 .info .btn-reserve a {
  display: block;
  font-size: 4.8vw;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 3vw 5%;
  color: #000;
  background: #fff;
}
.gr-sec .common-js .right .item2 .info .btn-reserve a span {
  letter-spacing: 0.2em;
  margin-left: 4px;
}
.gr-sec .common-js .right .item2 .txt {
  line-height: 28px;
}
.gr-sec .common-js .right .item2 .txt .map-link {
  display: inline-block;
  margin-left: 20px;
  padding-left: 18px;
  position: relative;
}
.gr-sec .common-js .right .item2 .txt .map-link::before {
  content: "";
  border-left: 1px solid #bcbcbc;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 7px;
}
.gr-sec .common-js .right .item2 .txt .map-link a {
  display: inline-block;
  position: relative;
  padding-left: 21px;
}
.gr-sec .common-js .right .item2 .txt .map-link a::before {
  content: "";
  background: url(../img/shared/icon_map.png) no-repeat 0 0/100% auto;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 0;
}
.gr-sec .common-js .right .item2 .txt p:not(:last-child) {
  margin-bottom: 10px;
}
.gr-sec .common-js .right .item2 .btn-link {
  margin: 12vw 0 0;
}
#ristorante {
  padding-top: 5vw;
  margin-top: -15vw;
  background: url(../img/shared/bg1.jpg);
  position: relative;
}
#osteria {
  background: url(../img/shared/bg2.jpg);
  position: relative;
}
#osteria .common-js .right .item2 .btn-link a {
  font-size: 3.7vw;
  background: #b49585;
  border-color: #b49585;
}
#osteria .common-js .right .item2 .btn-link a::after {
  right: 4%;
}
#tavola {
  background: url(../img/shared/bg3.jpg);
  padding-bottom: 42vw;
}
#tavola .common-js .right .item2 .btn-link a {
  font-size: 3.7vw;
  background: #aaa099;
  border-color: #b39688;
}
#tavola .common-js .right .item2 .btn-link a::after {
  right: 4%;
}
#company {
  padding: 34vw 0 0;
  background: url(../img/shared/bg3.jpg);
}
#history {
  padding: 22vw 0 13vw;
}
#history .list dl {
  letter-spacing: 0.05em;
}
#history .list dl dt span {
  margin-left: 4px;
}
#history .list dl dd {
  margin-left: 15px;
}
#history .gr-img {
  --f-columns: 2;
  --f-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 17vw;
  margin-left: calc(-1 * var(--f-gap));
  margin-bottom: calc(-1 * var(--f-gap));
}
#history .gr-img li {
  margin-left: var(--f-gap);
  margin-bottom: var(--f-gap);
  width: calc(100% / var(--f-columns) - var(--f-gap));
}
#history .btn-link {
  margin-top: 18vw;
}
section.nav-target {
  position: relative;
}
section.nav-target::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.navy-company section.nav-target::before {
  background: #fff;
  opacity: 1;
}
.navy-ristorante section.nav-target::before {
  background: url(../img/shared/bg1.jpg);
  opacity: 1;
}
.navy-company .gr-sec {
  color: #000;
}
.navy-company .gr-sec .common-js .right .item2 .info .btn-reserve a {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ml0-pc {
    margin-left: 0 !important;
  }
  #header #key .set1 {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #header #key .set1 .gr-txt {
    padding: 0;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    line-height: 100px;
  }
  #header #key .set1 .gr-txt .catch {
    font-size: 75px;
    margin-bottom: 4px;
  }
  #header #key .set1 .gr-txt .txt {
    font-size: 24px;
  }
  #header #key .set1 .scroll {
    width: 19px;
    position: absolute;
    top: 72.5%;
    left: 50%;
    transform: translateX(-50%);
  }
  #header #key .set1 .scroll img {
    width: 100%;
    height: auto;
  }
  #header #key .set1 .scroll::before {
    top: calc(100% + 15px);
    height: 1000px;
  }
  #header #key .image-wrapper {
    width: 700px;
    height: 460px;
  }
  #lead .set1 {
    padding: 222px 0 0;
  }
  #lead .set1::before {
    height: 190px;
  }
  #lead .set1 h2 {
    margin-bottom: 48px;
  }
  #lead .set1 h2 .ttl-eng {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #lead .set1 h2 .ttl-jp {
    font-size: 30px;
    line-height: 66px;
  }
  #lead .set1 .txt {
    text-align: center;
  }
  #lead .set2 .lead-wrap {
    height: 100vh;
    padding: 0 0 0 100%;
  }
  #lead .set2 .lead-img {
    padding-right: calc(50vw - 650.5px);
  }
  #lead .set2 .lead-img .img {
    width: 415px;
    margin-right: 28px;
  }
   #lead .set2 .lead-img .img:last-child{
    margin-right: 0;
   }
  #lead .set2 .lead-img .img img {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #ristorante {
    margin-top: -100px;
  }
  .gr-sec .set {
    padding: 50px 0 116px;
  }
  .gr-sec .logo {
    margin-bottom: 139px;
    text-align: center;
  }
  .gr-sec .wrap {
    max-width: 100%;
  }
  .gr-sec .common-js {
    display: flex;
  }
  .gr-sec .common-js .left {
    position: relative;
    height: 100vh;
    width: calc(100% - 767px);
    margin: 0 -36px 0 0;
  }
  .gr-sec .common-js .left li {
    height: calc(100vh + 100px);
    position: absolute;
    -webkit-clip-path: inset(0% 0 0 0);
    clip-path: inset(0% 0 0 0);
    width: 100%;
    top: 0;
  }
  .gr-sec .common-js .left li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .gr-sec .common-js .left li:nth-child(2n + 2) {
    -webkit-clip-path: inset(100% 0px 0% 0);
    clip-path: inset(100% 0px 0% 0);
  }
  .gr-sec .common-js .right {
    width: 767px;
    padding-bottom: 50vh;
  }
  .gr-sec .common-js .right .inner {
    width: 480px;
    margin: 0 auto;
  }
  .gr-sec .common-js .right .item1 {
    padding: 0 0 76px;
    margin-bottom: 53px;
  }
  .gr-sec .common-js .right .item1 .photo {
    margin: -45px -68px 170px auto;
    width: 326px;
  }
  .gr-sec .common-js .right .item2 {
    padding: 0 7px;
  }
  .gr-sec .common-js .right .item2 h3 {
    font-size: 24px;
    text-align: left;
  }
  .gr-sec .common-js .right .item2 .info {
    margin: 20px 0 40px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .gr-sec .common-js .right .item2 .info .tel dt {
    font-size: 14px;
  }
  .gr-sec .common-js .right .item2 .info .tel dd img {
    height: auto;
    margin-right: 8px;
    top: -6px;
    left: 4px;
  }
  .gr-sec .common-js .right .item2 .info .tel dd span {
    font-size: 31px;
    letter-spacing: 0.02em;
  }
  .gr-sec .common-js .right .item2 .info .btn-reserve {
    margin: 0 0 6px 0px;
    width: 196px;
  }
  .gr-sec .common-js .right .item2 .info .btn-reserve a {
    font-size: 14px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    border: 1px solid #bcbcbc;
  }
  .gr-sec .common-js .right .item2 .info .btn-reserve a span {
    margin-left: 4px;
  }
  .gr-sec .common-js .right .item2 .info .btn-reserve a:hover {
    background: #fff;
    color: #000;
  }
  .gr-sec .common-js .right .item2 .txt {
    line-height: 30px;
  }
  .gr-sec .common-js .right .item2 .txt .map-link {
    margin-left: 21px;
    padding-left: 17px;
  }
  .gr-sec .common-js .right .item2 .txt .map-link.ml0 {
    margin-left: 0;
  }
  .gr-sec .common-js .right .item2 .txt .map-link::before {
    top: 10px;
  }
  .gr-sec .common-js .right .item2 .txt .map-link a {
    padding-left: 21px;
  }
  .gr-sec .common-js .right .item2 .txt .map-link a::before {
    top: 10px;
  }
  .gr-sec .common-js .right .item2 .txt .map-link a:hover {
    opacity: 0.7;
  }
  .gr-sec .common-js .right .item2 .txt p:not(:last-child) {
    margin-bottom: 10px;
  }
  .gr-sec .common-js .right .item2 .btn-link {
    margin: 82px 0 0;
  }
  #osteria {
    padding: 117px 0 125px;
  }
  #osteria .common-js .right .item2 .btn-link {
    margin: 53px 0 0;
  }
  #osteria .common-js .right .item2 .btn-link a {
    font-size: 20px;
    background: #563121;
    border-color: #866f64;
    padding: 30px 45px;
  }
  #osteria .common-js .right .item2 .btn-link a::after {
    right: 21px;
  }
  #osteria .common-js .right .item2 .btn-link a:hover {
    background: #b49585;
    border-color: #b49585;
  }
  #tavola {
    padding: 192px 0 210px;
  }
  #tavola .logo {
    margin-bottom: 169px;
  }
  #tavola .common-js .right .item1 {
    padding-bottom: 91px;
  }
  #tavola .common-js .right .item2 .btn-link {
    margin: 51px 0 0;
  }
  #tavola .common-js .right .item2 .btn-link a {
    font-size: 20px;
    background: #b49585;
    padding: 30px 45px;
    border-color: #aaa099;
  }
  #tavola .common-js .right .item2 .btn-link a::after {
    right: 21px;
  }
  #tavola .common-js .right .item2 .btn-link a:hover {
    background: #aaa099;
    border-color: #b49585;
  }
  #company {
    padding: 161px 0 0;
  }
  #company h2 {
    margin-bottom: 67px;
  }
  #history {
    padding: 168px 0 133px;
  }
  #history h2 {
    margin-bottom: 64px;
  }
  #history .list dl {
    letter-spacing: 0.05em;
  }
  #history .list dl dt span {
    margin-left: 6px;
  }
  #history .list dl dd {
    margin-left: 15px;
  }
  #history .gr-img {
    --f-columns: 3;
    --f-gap: 33px;
    margin-top: 151px;
  }
  #history .btn-link {
    width: 465px;
    margin: 119px auto 0;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  .gr-sec .common-js .right {
    width: 567px;
    padding-left: 40px;
  }
  .gr-sec .common-js .left {
    width: calc(100% - 567px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .gr-sec .common-js .right .item1 .photo {
    margin-right: 0;
  }
  #header #key .set1 .scroll::before {
    height: 200px;
  }
}




@media screen and (max-width: 1499px) and (min-width: 768px) {
  #lead .set2 .lead-img {
    padding-right: calc(50vw - 575px); 
  }
  
  #lead .set2 .lead-img .img {
    width: 370px;    
    margin-right: 20px;
  }

}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #lead .set2 .lead-img {
    padding-right: calc(50vw - 485px); 
  }
  #lead .set2 .lead-img .img {
    width: 310px;   
    margin-right: 20px; 
  }
}