@media only screen and (min-width: 768px) {
  #key-box.key-child h2 {
    top: 335px;
    right: 80px;
  }
}
#lead {
  padding: 15vw 0 15vw;
}
#lead .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
}
#lead h2 {
  text-align: center;
  margin-bottom: 8vw;
}
#lead h2 span {
  padding: 0 8vw;
  display: inline-block;
  position: relative;
}
#lead h2 span::before, #lead h2 span::after {
  content: "";
  position: absolute;
  border: 1px solid #c0b097;
  height: 40%;
  width: 10vw;
}
#lead h2 span::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
#lead h2 span::after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
#lead .desc .txt {
  margin-bottom: 35px;
}
#lead .desc .txt:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 175px 0 50px;
  }
  #lead .deco1 {
    width: 844px;
    top: -315px;
    left: 70px;
  }
  #lead h2 {
    margin-bottom: 92px;
  }
  #lead h2 span {
    width: 680px;
    box-sizing: border-box;
    padding: 34px 30px 39px;
  }
  #lead h2 span::before, #lead h2 span::after {
    height: 50px;
    width: 37px;
  }
  #lead .desc {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
    width: 680px;
    height: 442px;
    margin: 0 auto;
  }
  #lead .desc .txt {
    margin-bottom: 0;
  }
}

#about {
  padding: 15vw 0 15vw;
}
#about .en {
  font-size: 8vw;
  margin-bottom: 4vw;
}
#about .img1 {
  margin-bottom: 8vw;
}
#about .desc {
  margin-bottom: 16vw;
  padding-bottom: 14vw;
  position: relative;
}
#about .desc::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 82/24;
  width: 10.9vw;
  height: auto;
  bottom: 0;
  left: 0;
}
#about .desc .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
}
#about .desc h2 {
  margin-bottom: 6vw;
}
#about .desc .group-txt .txt {
  margin-bottom: 35px;
}
#about .desc .group-txt .txt:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #about {
    padding: 39px 0 124px;
  }
  #about .en {
    font-size: 40px;
    margin-left: 136px;
    margin-bottom: 263px;
  }
  #about .img1 {
    margin-bottom: 0;
    position: absolute;
    top: 63px;
    left: calc(50% - 50vw);
    right: calc(50% + 191px);
    height: 760px;
  }
  #about .desc {
    margin-left: auto;
    width: 520px;
    margin-bottom: -324px;
    padding-bottom: 135px;
    margin-right: 86px;
  }
  #about .desc::before {
    width: 48px;
  }
  #about .desc .deco1 {
    width: 731px;
    top: 0;
    left: 0;
  }
  #about .desc h2 {
    margin-bottom: 68px;
  }
  #about .desc .group-txt .txt {
    margin-bottom: 40px;
  }
  #about .img2 {
    margin-left: auto;
    text-align: right;
    margin-right: -199px;
  }
}

#pasta {
  padding: 0 0 10vw;
}
#pasta .bg_parallax {
  margin: 0 5% 16vw;
}
#pasta .desc {
  margin-bottom: 16vw;
}
#pasta .desc .en {
  font-size: 8vw;
  text-align: center;
  margin-bottom: 2vw;
}
#pasta .desc h2 {
  text-align: center;
  margin-bottom: 6vw;
}
#pasta .desc .label {
  font-size: 15px;
  background: rgba(192, 176, 151, 0.3);
  box-sizing: border-box;
  padding: 4vw 10vw;
  margin-bottom: 6vw;
}
#pasta .desc .txt {
  margin-bottom: 35px;
}
#pasta .row1 {
  margin-bottom: 10vw;
  position: relative;
}
#pasta .row1 .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: -35vw;
  left: 0;
}
#pasta .row1 h3 {
  margin-bottom: 4vw;
  text-align: center;
}
#pasta .row1 .group .img {
  margin-bottom: 4vw;
}
#pasta .row1 .group dl {
  font-size: 4vw;
  display: flex;
  gap: 3vw;
  letter-spacing: 0.2em;
}
#pasta .row2 .item {
  margin-bottom: 8vw;
}
#pasta .row2 .item:last-child {
  margin-bottom: 0;
}
#pasta .row2 .item .img {
  margin-bottom: 4vw;
}
#pasta .row2 .item dl {
  font-size: 4vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  #pasta {
    padding: 0 0 200px;
  }
  #pasta .bg_parallax {
    margin: 0 50px 162px;
    min-height: 630px;
  }
  #pasta .desc {
    margin-bottom: 174px;
  }
  #pasta .desc .en {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #pasta .desc h2 {
    margin-bottom: 20px;
  }
  #pasta .desc .label {
    width: 550px;
    font-size: 18px;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto 75px;
  }
  #pasta .desc .txt {
    text-align: center;
    margin-bottom: 40px;
  }
  #pasta .desc .note {
    text-align: center;
  }
  #pasta .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }
  #pasta .row1 {
    margin-bottom: 431px;
    position: relative;
  }
  #pasta .row1 .deco1 {
    width: 844px;
    top: 0;
    left: -100px;
  }
  #pasta .row1 h3 {
    padding-top: 287px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 15px;
  }
  #pasta .row1 .group {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 210px);
  }
  #pasta .row1 .group .img {
    height: 650px;
    margin-bottom: 17px;
  }
  #pasta .row1 .group dl {
    font-size: 20px;
    gap: 25px;
  }
  #pasta .row2 {
    margin: 0 -100px;
  }
  #pasta .row2 .slider {
    display: flex;
    gap: 40px;
  }
  #pasta .row2 .item {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  #pasta .row2 .item .img {
    margin-bottom: 40px;
  }
  #pasta .row2 .item dl {
    font-size: 20px;
    line-height: 1.5;
  }
  #pasta .row2 .item dl dt {
    min-height: 60px;
  }
}

#fish_meat {
  padding: 10vw 0 15vw;
}
#fish_meat .desc {
  margin-bottom: 16vw;
  position: relative;
}
#fish_meat .desc .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: -35vw;
  left: 0;
}
#fish_meat .desc .en {
  text-align: center;
  font-size: 8vw;
  margin-bottom: 2vw;
}
#fish_meat .desc h2 {
  text-align: center;
  margin-bottom: 6vw;
}
#fish_meat .desc .label {
  background: rgba(192, 176, 151, 0.3);
  box-sizing: border-box;
  padding: 4vw 10vw;
  margin-bottom: 6vw;
  text-align: center;
}
#fish_meat .desc .label .tt1 .line {
  border-bottom: 2px solid #a59e90;
}
#fish_meat .desc .note {
  margin-bottom: 25px;
}
#fish_meat .row {
  margin-bottom: 10vw;
}
#fish_meat .row:last-child {
  margin-bottom: 0;
}
#fish_meat .row .img {
  margin-bottom: 8vw;
  position: relative;
}
#fish_meat .row .img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  z-index: -1;
}
#fish_meat .row h3 {
  font-size: 5vw;
}
#fish_meat .row1 .img::before {
  width: 50%;
  height: 80%;
  right: -7vw;
  top: -10vw;
}
#fish_meat .row2 .img::before {
  width: 50%;
  left: -7vw;
  top: -8vw;
  bottom: -8vw;
}
@media only screen and (min-width: 768px) {
  #fish_meat {
    padding: 61px 0 258px;
  }
  #fish_meat .desc {
    margin-bottom: 305px;
  }
  #fish_meat .desc .deco1 {
    width: 752px;
    top: -300px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #fish_meat .desc .en {
    font-size: 40px;
    margin-bottom: 46px;
  }
  #fish_meat .desc h2 {
    margin-bottom: 18px;
  }
  #fish_meat .desc .label {
    width: 570px;
    margin: 0 auto 57px;
    padding: 34px 10px 21px;
  }
  #fish_meat .desc .label .tt1 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 7px;
  }
  #fish_meat .desc .label .tt1 .spc {
    padding: 0 10px;
  }
  #fish_meat .desc .label .tt2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #fish_meat .desc .label .tt3 {
    font-size: 18px;
  }
  #fish_meat .desc .note {
    text-align: center;
    margin-bottom: 40px;
  }
  #fish_meat .desc .txt {
    text-align: center;
  }
  #fish_meat .wrap {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #fish_meat .row {
    margin-bottom: 0;
    padding-bottom: 132px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    position: relative;
  }
  #fish_meat .row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 1px dotted #cbc5bc;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  #fish_meat .row:last-child {
    padding-bottom: 0;
  }
  #fish_meat .row .img {
    margin-bottom: 0;
  }
  #fish_meat .row h3 {
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 136px;
    flex-shrink: 0;
  }
  #fish_meat .row1 {
    flex-direction: row-reverse;
  }
  #fish_meat .row1::before {
    top: -220px;
  }
  #fish_meat .row1 .img::before {
    width: auto;
    height: 350px;
    right: calc(50% - 50vw);
    top: -79px;
    left: 256px;
  }
  #fish_meat .row1 h3 {
    text-align: right;
    margin-left: 37px;
  }
  #fish_meat .row2::before {
    bottom: -258px;
  }
  #fish_meat .row2 .img::before {
    width: 400px;
    left: -98px;
    top: -140px;
    bottom: -151px;
  }
  #fish_meat .row2 h3 {
    margin-bottom: 92px;
    margin-right: 23px;
  }
}

#set_drink .box {
  box-sizing: border-box;
  text-align: center;
  padding: 8vw 5vw;
  background: #fff;
}
#set_drink .box h2 {
  font-size: 8vw;
  margin-bottom: 6vw;
}
#set_drink .box ul li {
  font-size: 4vw;
  line-height: 1.9230769231;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  #set_drink .box {
    width: 940px;
    margin: 0 auto;
    padding: 72px 97px 80px;
  }
  #set_drink .box h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }
  #set_drink .box .flex-pc {
    display: flex;
    gap: 68px;
  }
  #set_drink .box ul li {
    text-align: center;
    font-size: 26px;
  }
}

#dolce {
  padding: 20vw 0 20vw;
}
#dolce .row {
  position: relative;
}
#dolce .row .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: -45vw;
  left: 0;
}
#dolce .row .group {
  margin-bottom: 6vw;
}
#dolce .row .group h2 {
  font-size: 10vw;
  margin-bottom: 4vw;
}
#dolce .row .desc .dish {
  margin-bottom: 2vw;
}
#dolce .row .desc .dish dl {
  padding: 15px 0;
  font-size: 4vw;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  border-top: 1px dotted #cbc5bc;
  border-bottom: 1px dotted #cbc5bc;
}
#dolce .row .desc .dish dl:last-child {
  border-top: none;
}
#dolce .row .desc .dish dl dt {
  margin-bottom: 2vw;
}
#dolce .row .desc .dish dl dd {
  font-size: 76.9230769231%;
}
@media only screen and (min-width: 768px) {
  #dolce {
    padding: 152px 0 168px;
  }
  #dolce .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-right: -50px;
  }
  #dolce .row .deco1 {
    width: 752px;
    top: -300px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #dolce .row .group {
    margin-bottom: 0;
  }
  #dolce .row .group h2 {
    font-size: 60px;
    margin-bottom: 12px;
  }
  #dolce .row .desc {
    width: 500px;
    flex-shrink: 0;
    margin-bottom: -48px;
  }
  #dolce .row .desc .dish {
    margin-bottom: 7px;
  }
  #dolce .row .desc .dish dl {
    padding: 50px 39px;
    font-size: 26px;
  }
  #dolce .row .desc .dish dl dt {
    margin-bottom: 11px;
  }
}

#wine {
  padding: 0 0 15vw;
}
#wine .img {
  position: relative;
  height: 75vw;
  margin-bottom: 10vw;
}
#wine .img h2 {
  font-size: 10vw;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 4vw;
  z-index: 2;
  color: #fff;
}
#wine .desc {
  position: relative;
  margin-bottom: 8vw;
}
#wine .desc .deco1 {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 0;
}
#wine .desc h3 {
  margin-bottom: 6vw;
}
#wine .desc .group-txt .txt {
  margin-bottom: 35px;
}
#wine .desc .group-txt .txt:last-child {
  margin-bottom: 0;
}
#wine .list .photo3 {
  margin-bottom: 8vw;
}
#wine .list .photo1 {
  width: 40vw;
}
#wine .list .photo2 {
  margin-top: -20vw;
  margin-left: auto;
  width: 40vw;
}
@media only screen and (min-width: 768px) {
  #wine {
    padding: 0 0 200px;
  }
  #wine .img {
    height: 629px;
    margin: 0 -200px 184px;
  }
  #wine .img h2 {
    font-size: 60px;
    text-align: right;
    left: calc(50% + 375px);
    right: unset;
    top: unset;
    bottom: 153px;
  }
  #wine .desc {
    margin-left: 86px;
    margin-bottom: 87px;
  }
  #wine .desc .deco1 {
    width: 747px;
    top: -300px;
    left: -350px;
  }
  #wine .desc h3 {
    line-height: 70px;
    margin-bottom: 71px;
  }
  #wine .desc .group-txt {
    margin-left: 111px;
    width: 711px;
  }
  #wine .desc .group-txt .txt {
    margin-bottom: 40px;
  }
  #wine .list .photo3 {
    text-align: right;
    height: 342px;
    margin-left: calc(50% + 90px);
    margin-right: calc(50% - 50vw);
    margin-bottom: -162px;
  }
  #wine .list .photo1 {
    width: auto;
    margin-left: -200px;
  }
  #wine .list .photo2 {
    margin-top: -23px;
    margin-left: 301px;
    width: auto;
  }
}

#bnr {
  padding: 10vw 0 20vw;
}
#bnr h2 {
  font-size: 10vw;
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
}
#bnr h2::before {
  content: "";
  position: absolute;
  background: #998e7f;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  height: 20vw;
  top: calc(100% + 2vw);
}
#bnr .bnr {
  padding-top: 10vw;
  box-sizing: border-box;
  background: #c0b097;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
#bnr .bnr .link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#bnr .bnr .img1 {
  width: 40vw;
  margin: 0 auto;
}
#bnr .bnr .img2 {
  width: 30vw;
  margin: -10vw auto 6vw;
}
#bnr .bnr .tit {
  font-size: 5.5vw;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  margin-bottom: 6vw;
}
#bnr .bnr .img3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #bnr {
    padding: 23px 0 159px;
  }
  #bnr .wrap {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #bnr h2 {
    font-size: 60px;
    margin-bottom: 165px;
  }
  #bnr h2::before {
    height: 188px;
    top: calc(100% + 35px);
  }
  #bnr .bnr {
    display: flex;
    padding-top: 0;
    padding-left: 21px;
    transition: all 0.3s ease;
  }
  #bnr .bnr::before {
    content: "";
    position: absolute;
    border: 1px solid #651616;
    inset: -20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  #bnr .bnr:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #bnr .bnr .link {
    inset: -20px;
  }
  #bnr .bnr .img1 {
    padding: 20px 0;
    width: 230px;
    margin: 0;
  }
  #bnr .bnr .img2 {
    width: 241px;
    margin: auto 12px auto -78px;
    position: relative;
    z-index: 1;
  }
  #bnr .bnr .tit {
    font-size: 30px;
    margin: auto 40px auto 0;
    padding-top: 24px;
    white-space: nowrap;
  }
  #bnr .bnr .img3 {
    width: 630px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #pasta .row2 {
    margin-left: -20px;
    margin-right: -20px;
    gap: 35px;
  }
  #pasta .row2 .item dl {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #about .img2 {
    margin-right: -115px;
  }
  #about .desc {
    margin-right: 120px;
  }
  #wine .list .photo1 {
    margin-left: -100px;
  }
}