.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
header .gr2 .reserve a:after {
  background-color: var(--brown);
}
header,
header .gr1 h1,
.hamburger:after {
  color: var(--brown);
}
header .gr2 .reserve a {
  border-color: var(--brown);
}
header .gr2 .reserve a:hover {
  color: var(--light);
}
header .gr2 .reserve a:hover:after {
  background: var(--light);
}

.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
  overflow: hidden;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }
  .object-fit-cover-sp img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.txt-center {
  text-align: center;
}

.fs32 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 5vw;
  font-weight: 500;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btn-common a.unsmooth {
    font-size: 4vw;
  }
}
.btn-common a.unsmooth:after {
  background: url(../img/welcome/ico_pop_on.png) no-repeat center/100%;
  width: 3vw;
  height: 3vw;
  border-radius: 0;
  top: 7.7vw;
  right: 8.3vw;
}

.remodal {
  max-width: 1200px;
  background: url("../img/shared/bg.jpg") repeat center 0;
  padding: 3%;
}
.remodal .remodal-close {
  z-index: 99;
}
.remodal .wrap {
  padding: 0 !important;
}

.popup_pasta {
  border: 1px solid #322921;
  padding: 3% 3% 10vw;
}
.popup_pasta h2 {
  font-family: "IM Fell English";
  font-weight: 400;
  color: #221912;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding: 20px 0;
}
.popup_pasta .photo {
  position: relative;
  z-index: 1;
}
.popup_pasta .photo dd {
  font-size: 2.5vw;
  color: #b1a192;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: justify;
  z-index: -1;
  transform: translateY(-50%);
}
.popup_pasta .txt {
  text-align: justify;
}
.popup_pasta .tag {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 0 15px;
}
.popup_pasta .tag dd {
  padding-top: 10px;
}

.menu-shared {
  padding: 5vw;
}
.menu-shared .group {
  padding-top: 10vw;
}
.menu-shared .menu-list {
  padding-bottom: 40px;
  line-height: 18px;
}
.menu-shared .menu-list h3 {
  font-weight: 500;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 10px;
}
.menu-shared .menu-list h3 .fnt-im {
  font-size: 22px;
  font-weight: 400;
}

.popup_menu .ttl2 {
  border-top: 5px double;
  border-bottom: 5px double;
  line-height: 1.3;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 10vw;
}
.popup_menu .ttl2 span {
  font-size: 8vw;
}
.popup_menu .ttl2-1 {
  font-size: 14px;
}

.menu-shared .menu-list .f_note {
  font-size: 11px;
  text-align: justify;
}
.menu-shared .menu-list dl {
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #7a746c;
  padding: 12px 0;
  text-align: left;
}
.menu-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.menu-shared .menu-list dl .f_14 {
  font-size: 11px;
  display: inline-block;
}
.menu-shared .menu-list dl dt {
  float: left;
  width: calc(100% - 85px);
}
.menu-shared .menu-list dl dd {
  width: 85px;
  float: right;
  text-align: right;
}
.menu-shared .menu-list dl dd .f_14 {
  display: inline-block;
  letter-spacing: 0.1em;
  margin-right: -5px;
}

.popup_menu h2 {
  color: #322921;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 15px;
}
.popup_menu .menu-shared .col {
  width: 100%;
}

@media (min-width: 768px) {
  .fs32 {
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 32px;
  }
  .btn-common a.unsmooth:after {
    background: url(../img/welcome/ico_pop.png) no-repeat center/100%;
    top: 0;
    width: 15px;
    height: 100%;
    right: 20px;
  }
  .btn-common a.unsmooth:hover:after {
    background: url(../img/welcome/ico_pop_on.png) no-repeat center/100%;
  }
  .remodal {
    padding: 15px;
  }
  .remodal .remodal-close {
    /* width: auto;
    height: auto;
    margin-right: 43px; */
    margin-right: 60px;
  }
  .remodal .wrap {
    padding: 0 !important;
  }
  .popup_pasta {
    padding: 45px 15px 120px;
  }
  .popup_pasta h2 {
    font-size: 50px;
    padding: 28px 0 20px;
  }
  .popup_pasta .photo dd {
    font-size: 16px;
    line-height: 30px;
    padding: 18px 0 0px;
  }
  .popup_pasta .txt {
    text-align: center;
    line-height: 35px;
  }
  .popup_pasta .tag {
    font-size: 28px;
    font-weight: 500;
    padding: 33px 0 46px;
    line-height: 40px;
  }
  .popup_pasta .tag dd {
    font-size: 22px;
  }
  .menu-shared {
    padding: 0;
  }
  .menu-shared .group {
    padding-top: 0;
    gap: 60px;
    justify-content: center;
  }
  .menu-shared .menu-list {
    padding-bottom: 50px;
    line-height: 20px;
  }
  .menu-shared .menu-list h3 {
    line-height: 26px;
    padding: 13px 0 8px;
    margin-bottom: 10px;
  }
  .menu-shared .menu-list h3 .fnt-im {
    font-size: 32px;
  }
  .menu-shared .menu-list .f_note {
    font-size: 14px;
    padding: 10px 0;
  }
  .menu-shared .menu-list dl {
    padding: 10px 0;
    line-height: 20px;
  }
  .menu-shared .menu-list dl .f_14 {
    font-size: 14px;
  }
  .menu-shared .menu-list dl dt {
    width: 332px;
  }
  .menu-shared .menu-list dl dd {
    width: 102px;
  }
  .menu-shared .menu-list dl dd .f_14 {
    margin-right: -5px;
  }
  .popup_menu {
    padding: 44px 0;
  }
  .popup_menu h2 {
    font-size: 60px;
    padding: 31px 0 36px;
  }

  .popup_menu .ttl2 {
    padding: 10px 0;
    width: 930px;
    margin: 50px auto -20px;
  }
  .popup_menu .ttl2 span {
    font-size: 50px;
  }
  .popup_menu .ttl2-1 {
    font-size: 14px;
  }

  .popup_menu .menu-shared .group {
    padding-top: 70px;
  }
  .popup_menu .menu-shared .col {
    width: 435px;
  }
}
#key {
  position: relative;
  padding: 65vw 0 0;
}
#key .tit {
  position: absolute;
  width: 35vw;
  bottom: -25vw;
  left: 10vw;
  z-index: 1;
}
#key .tit dt {
  animation: rotate 15s linear infinite;
}
#key .tit dd {
  position: absolute;
  top: 6vw;
  left: -4vw;
  z-index: 1;
  right: -5vw;
}
#key .photo_list {
  display: flex;
  gap: 2vw;
  margin: 0 -40vw 0 -32vw;
}
#key .photo_list li {
  flex: 1;
}
@media (min-width: 768px) {
  #key {
    position: relative;
    padding: 238px 0 0;
  }
  #key .tit {
    position: absolute;
    width: 300px;
    bottom: -50px;
    left: calc(50% - 568px);
    z-index: 1;
  }
  #key .tit dd {
    top: 56px;
    left: -68px;
    right: auto;
  }
  #key .photo_list {
    gap: 15px;
    margin: 0 0 0 calc(50% - 388px);
  }
  #key .photo_list li {
    flex: none;
  }
}

#lead {
  position: relative;
  padding: 20vw 0;
}
#lead h2 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 5.5vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#lead h2 span {
  font-size: 4.2vw;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 3vw;
  margin-bottom: 5vw;
  position: relative;
}
#lead h2 span:before {
  content: "";
  border-top: 1px solid #322921;
  position: absolute;
  bottom: 0;
  width: 15vw;
  left: 50%;
  transform: translateX(-50%);
}
#lead .txt p {
  padding-bottom: 20px;
}
#lead .photo1 {
  justify-content: space-between;
  padding-bottom: 10vw;
  position: relative;
}
#lead .photo1:before {
  content: "";
  background: url(../img/menu/lead_deco1.png) no-repeat center/100%;
  width: 13vw;
  height: 16vw;
  position: absolute;
  left: 17vw;
  bottom: 1vw;
  z-index: 1;
  mix-blend-mode: multiply;
}
#lead .photo1 li {
  width: 25%;
  margin-top: 15vw;
}
#lead .photo1 li:nth-child(2) {
  width: 70%;
  margin: 0;
}
#lead .photo2 {
  justify-content: space-between;
  padding: 5vw 0 8vw;
  align-items: flex-end;
  position: relative;
}
#lead .photo2:before {
  content: "";
  background: url(../img/menu/lead_deco2.png) no-repeat center/100%;
  width: 35vw;
  height: 33vw;
  position: absolute;
  right: -8vw;
  top: -9vw;
  z-index: 1;
  mix-blend-mode: multiply;
}
#lead .photo2 li {
  width: 45%;
}
#lead .photo2 li:nth-child(2) {
  width: 50%;
}
@media (min-width: 768px) {
  #lead {
    padding: 125px 0px 205px;
  }
  #lead .wrap {
    max-width: 1500px;
    width: 100%;
    padding: 403px 0 0;
  }
  #lead h2 {
    font-size: 36px;
    line-height: 1.4;
    padding-bottom: 132px;
  }
  #lead h2 span {
    font-size: 26px;
    padding-bottom: 21px;
    margin-bottom: 34px;
  }
  #lead h2 span:before {
    width: 87px;
  }
  #lead .txt {
    width: 644px;
    height: 581px;
    margin: 0 auto;
    padding: 0 35px 0 0;
  }
  #lead .txt p {
    padding: 0 0 0 35px;
  }
  #lead .photo1 {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 669px;
    flex-direction: column;
    width: 45%;
  }
  #lead .photo1 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #lead .photo1 {
    width: 37%;
  }
}
@media (min-width: 768px) {
  #lead .photo1:before {
    width: 137px;
    height: 133px;
    left: 31%;
    bottom: -10.4%;
  }
  #lead .photo1 li {
    width: 56.8%;
    margin-top: 82px;
  }
  #lead .photo1 li:nth-child(2) {
    width: 71%;
    margin: 0 0 0 29%;
    order: -1;
  }
  #lead .photo2 {
    padding: 0;
    position: absolute;
    right: 0;
    top: 193px;
    display: block;
    max-width: 398px;
    width: 27%;
  }
  #lead .photo2:before {
    width: 308px;
    height: 222px;
    position: absolute;
    right: -89px;
    top: -150px;
  }
  #lead .photo2 img {
    width: 100%;
    height: auto;
  }
  #lead .photo2 li {
    width: auto;
    margin: 0 12% 8% 0;
  }
  #lead .photo2 li:nth-child(2) {
    width: 75%;
    max-width: 250px;
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #lead .photo2 {
    width: 22%;
  }
}

#alacarte {
  position: relative;
  text-align: center;
  padding: 0 0 10vw;
}
#alacarte:before {
  content: "";
  background: url(../img/welcome/bg1.jpg) repeat center 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 20vw;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
#alacarte .lead {
  position: relative;
}
#alacarte .lead h2 span {
  color: #322921;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 13vw;
  position: absolute;
  top: 21vw;
  left: 1vw;
  z-index: 1;
}
#alacarte .lead h2 span:nth-child(2) {
  top: 266px;
  right: 9vw;
  left: auto;
  text-align: right;
  z-index: 1;
}
#alacarte .menu .price {
  font-size: 17px;
  padding-bottom: 20px;
  font-weight: 500;
}
#alacarte .menu .txt {
  padding-bottom: 20px;
}
#alacarte .menu .txt p {
  text-align: justify;
  padding-bottom: 20px;
}
#alacarte .menu .txt p.note {
  text-align: center;
}

@media (min-width: 768px) {
  #alacarte {
    padding: 0 0 152px;
  }
  #alacarte:before {
    top: -60px;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0% 100%);
  }
  #alacarte .wrap {
    max-width: 1310px;
    width: 100%;
  }
  #alacarte .lead {
    position: relative;
  }
  #alacarte .lead h2 span {
    font-size: 120px;
    position: absolute;
    top: 337px;
    left: 15px;
  }
  #alacarte .lead h2 span:nth-child(2) {
    top: 337px;
    right: 0;
  }
  #alacarte .menu .price {
    font-size: 22px;
    padding-bottom: 35px;
    line-height: 30px;
  }
  #alacarte .menu .txt {
    padding-bottom: 33px;
  }
  #alacarte .menu .txt p {
    text-align: center;
    padding-bottom: 35px;
  }
  #alacarte .menu .txt p.note {
    text-align: center;
  }
  #alacarte .menu .photo_list {
    display: flex;
    justify-content: center;
  }
}

#pasta {
  position: relative;
}
#pasta .lead {
  padding: 1px 0 10vw;
}
#pasta .lead h2 {
  color: #322921;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 10vw;
  padding-bottom: 5vw;
  text-align: center;
  padding-top: 10vw;
}
#pasta .lead .deco {
  width: 35%;
  margin: -24vw auto 0;
}
#pasta .group ul {
  justify-content: space-between;
  gap: 10px;
}
#pasta .group li {
  padding: 6vw 0 13vw;
  background-color: #f0e9db;
  width: calc(50% - 5px);
  position: relative;
  transition: 0.3s all ease-in-out;
}
#pasta .group li:before {
  content: "";
  background: url(../img/welcome/ico.png) no-repeat center/100%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  left: 50%;
  bottom: 4vw;
  transform: translateX(-50%);
  z-index: 1;
}
#pasta .group li:hover {
  opacity: 0.8;
}
#pasta .group li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#pasta .group li .eng {
  letter-spacing: 0.1em;
  color: #b1a192;
  font-size: 1.5vw;
  line-height: 1.3;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
}
#pasta .group li .tag {
  text-align: center;
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.36;
  position: relative;
  z-index: 2;
}
#pasta .group li .tag dd {
  padding: 0 3%;
}
@media (min-width: 768px) {
  #pasta {
    padding-bottom: 50px;
  }
  #pasta .wrap {
    width: 100%;
    max-width: 1210px;
  }
  #pasta .photo {
    height: 660px;
  }
  #pasta .lead {
    padding: 99px 16px 90px 30px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #pasta .lead h2 {
    font-size: 50px;
    padding: 70px 0 0;
    text-align: left;
  }
  #pasta .lead .txt {
    width: 381px;
    letter-spacing: 0.1em;
  }
  #pasta .lead .deco {
    width: auto;
    margin: 0;
    position: absolute;
    top: -280px;
    left: calc(50% - 185px);
    z-index: 5;
  }
  #pasta .group ul {
    justify-content: space-between;
    gap: 20px;
  }
  #pasta .group li {
    padding: 92px 20px 20px;
    background-color: #f0e9db;
    width: calc((100% - 40px) / 3);
    position: relative;
    min-height: 480px;
    cursor: pointer;
  }
  #pasta .group li:before {
    width: 36px;
    height: 36px;
    bottom: 40px;
  }
  #pasta .group li img {
    width: 100%;
    height: auto;
  }
  #pasta .group li .eng {
    font-size: 16px;
    line-height: 30px;
    top: 48px;
  }
  #pasta .group li .tag {
    font-size: 22px;
    line-height: 30px;
  }
  #pasta .group li .tag dd {
    padding: 0;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#fish_meat {
  padding: 10vw 0;
}
#fish_meat h2 {
  color: #322921;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#fish_meat .note {
  padding: 20px 20px;
}
#fish_meat .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 74vw;
  z-index: 1;
  gap: 10px;
}
#fish_meat .slick-dots li button {
  color: #dccfc1;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 20px;
  background: no-repeat;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#fish_meat .slick-dots li button:before {
  content: "0";
}
#fish_meat .slick-dots li button:hover {
  opacity: 0.8;
}
#fish_meat .slick-dots li.slick-active button {
  color: #fff;
  font-size: 30px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
#fish_meat .js-fade {
  margin-bottom: 10vw;
}
#fish_meat .js-fade .menu h3 {
  font-weight: 400;
  font-size: 6.5vw;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 5vw;
  text-align: center;
}
#fish_meat .js-fade .menu .tag {
  font-size: 17px;
  text-align: center;
  padding: 20px 0;
}
#fish_meat .js-fade .menu .tag dd {
  font-size: 18px;
}
#fish_meat .js-fade .menu .tag dd span {
  font-size: 14px;
}
@media (min-width: 768px) {
  #fish_meat {
    padding: 62px 20px;
  }
  #fish_meat .wrap {
    width: 100%;
    max-width: 1500px;
  }
  #fish_meat h2 {
    font-size: 110px;
    padding-bottom: 20px;
  }
  #fish_meat .note {
    padding: 32px 0 109px;
    text-align: center;
  }
  #fish_meat .slick-dots {
    right: calc(50% + 50px);
    bottom: 16px;
    top: auto;
    left: 0;
    justify-content: flex-end;
    gap: 20px;
  }
  #fish_meat .slick-dots li button {
    font-size: 40px;
  }
  #fish_meat .slick-dots li.slick-active button {
    font-size: 60px;
    position: relative;
    top: -8px;
  }
  #fish_meat .js-fade {
    margin-bottom: 0;
  }
  #fish_meat .js-fade .menu {
    position: relative;
    display: flex !important;
    min-height: 700px;
    justify-content: flex-end;
  }
  #fish_meat .js-fade .menu .photo {
    width: 50%;
  }
  #fish_meat .js-fade .menu h3 {
    font-size: 50px;
    padding: 0;
    text-align: left;
    line-height: 60px;
  }
  #fish_meat .js-fade .menu .info {
    width: 50%;
    padding: 70px 0 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #fish_meat .js-fade .menu .info {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #fish_meat .js-fade .menu .tag {
    font-size: 20px;
    text-align: justify;
    padding: 15px 0 92px;
    line-height: 33px;
  }
  #fish_meat .js-fade .menu .tag dd {
    font-size: 22px;
    padding: 28px 0 0;
  }
  #fish_meat .js-fade .menu .tag dd span {
    font-size: 16px;
  }
  #fish_meat .js-fade.js-fade2 .slick-dots {
    left: calc(50% + 50px);
    right: 0;
    justify-content: flex-start;
  }
  #fish_meat .js-fade.js-fade2 .menu .info {
    padding: 157px 0 0 0;
    order: -1;
    max-width: 540px;
  }
}

#recommendations {
  padding: 10vw 3vw;
}
#recommendations .wrap {
  background: url(../img/shared/bg3.jpg) repeat center 0;
  padding: 5%;
}
#recommendations .lead {
  background-color: #f6f4f1;
  padding: 20% 5vw 10vw;
  position: relative;
}
#recommendations .lead .tit {
  position: absolute;
  width: 100%;
  top: -5vw;
  left: -5vw;
  z-index: 1;
}
@media (min-width: 768px) {
  #recommendations {
    padding: 107px 20px;
  }
  #recommendations .wrap {
    padding: 40px;
    width: 100%;
    max-width: 1150px;
  }
  #recommendations .lead {
    padding: 94px 20px 100px;
    text-align: center;
  }
  #recommendations .lead .tit {
    width: auto;
    top: -40px;
    left: -40px;
    z-index: 1;
  }
}

#dolce {
  padding: 10vw 0;
}
#dolce .photo {
  width: 75%;
  margin: 0 auto 5vw;
  position: relative;
  text-align: center;
}
#dolce .photo:before {
  content: "";
  width: 36vw;
  height: 30vw;
  background-image: url("../img/menu/dolce_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: -12vw;
  bottom: 1vw;
  z-index: 1;
  mix-blend-mode: multiply;
}
#dolce .photo img {
  margin: -7vw 0 -8.5vw;
}
#dolce .photo span {
  color: #322921;
  letter-spacing: 0.05em;
  font-size: 17vw;
  font-weight: 700;
  display: block;
  line-height: 1;
}
#dolce .txt {
  padding-bottom: 5vw;
}
@media (min-width: 768px) {
  #dolce {
    padding: 40px 20px 160px;
  }
  #dolce .wrap {
    width: 100%;
    max-width: 1100px;
  }
  #dolce .photo {
    width: 46%;
    margin: 0 auto 153px;
    max-width: 480px;
  }
  #dolce .photo:before {
    width: 289px;
    height: 227px;
    left: -194px;
    bottom: -15px;
  }
  #dolce .photo img {
    margin: -53px 0 -74px;
    width: 100%;
    height: auto;
  }
  #dolce .photo span {
    font-size: 140px;
  }
  #dolce h2 {
    position: absolute;
    text-align: left;
    top: 382px;
    left: calc(50% - 437px);
  }
  #dolce .txt {
    padding-bottom: 0;
    width: 253px;
    position: absolute;
    top: 399px;
    right: -2px;
    letter-spacing: 0.01em;
  }
  #dolce .btn-common {
    width: 370px;
  }
  #dolce .btn-common a {
    height: 80px;
    border-radius: 40px;
    font-size: 22px;
  }
  #dolce .btn-common a:before {
    border-radius: 40px;
  }
  #dolce .btn-common a.unsmooth:after {
    right: 40px;
  }
}

#wine .js {
  position: relative;
}
#wine .js .main {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  transition: 1s all ease-in-out;
}
#wine .js .main span {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s all ease-in-out;
}
#wine .js .main.active {
  clip-path: polygon(23% 21%, 78% 21%, 78% 78%, 23% 78%);
}
#wine .js .main.active span {
  transform: scale(0.7);
}
#wine .js .photo_list {
  justify-content: space-between;
}
#wine .js .photo_list li {
  width: 100%;
}
#wine .lead {
  text-align: center;
  padding: 10vw 0 0;
}
#wine .lead h3 {
  font-size: 17px;
  padding-bottom: 5vw;
  font-weight: 500;
}
#wine .lead .txt {
  text-align: justify;
}
#wine .lead .txt p {
  padding-bottom: 20px;
}
#wine .banner {
  background: url(../img/menu/banner.jpg) no-repeat center/cover;
  position: relative;
  margin-top: 10vw;
}
#wine .banner:before {
  background-color: rgba(157, 140, 124, 0.4);
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 0;
}
#wine .banner .link {
  display: block;
  color: #f0e9db;
  height: 52vw;
  text-align: center;
  font-weight: 500;
  font-size: 5vw;
  padding: 8vw 0 0;
  position: relative;
  z-index: 1;
}
#wine .banner .link span {
  letter-spacing: 0.05em;
  font-size: 9vw;
  position: relative;
}
#wine .banner .link span:before {
  content: "";
  border-top: 2px solid #dad3c5;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 22vw;
  transform: translate(-50%);
}
#wine .banner .btn-common {
  position: absolute;
  bottom: 8vw;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#wine .banner .btn-common a {
  border: 1px solid #f0e9db;
  font-size: 8px;
  height: auto;
  padding: 10px;
  text-transform: none;
}
#wine .banner .btn-common a:after {
  width: 4px;
  height: 4px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #wine .wrap {
    max-width: 100%;
  }
  #wine .js .main {
    clip-path: inset(0 0 0 0);
  }
  #wine .js .main.active {
    clip-path: inset(84px calc(50% - 240px) 84px calc(50% - 240px));
  }
  #wine .js .main.active span {
    transform: scale(0.7);
  }
  #wine .js .photo_list {
    max-width: 1310px;
    margin: 0 auto;
  }
  #wine .js .photo_list li {
    width: 26.412%;
  }
  #wine .js .photo_list li img {
    width: 100%;
    height: auto;
  }
  #wine .js .photo_list li img + img {
    margin-top: 36px;
  }
  #wine .lead {
    padding: 120px 0 0;
  }
  #wine .lead h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 73px;
  }
  #wine .lead .txt {
    text-align: center;
    padding-bottom: 56px;
  }
  #wine .lead .txt p {
    padding-bottom: 35px;
  }
  #wine .banner {
    width: 900px;
    margin: 135px auto 0;
  }
  #wine .banner:before {
    left: 35px;
    top: 30px;
    bottom: 30px;
    right: 35px;
  }
  #wine .banner .link {
    height: 430px;
    font-size: 32px;
    padding: 111px 0 0;
    line-height: 50px;
  }
  #wine .banner .link span {
    font-size: 60px;
  }
  #wine .banner .link span:before {
    top: 155px;
    width: 143px;
  }
  #wine .banner .btn-common {
    bottom: 77px;
    width: 140px;
  }
  #wine .banner .btn-common a {
    font-size: 11px;
    height: auto;
    padding: 0;
    line-height: 33px;
  }
  #wine .banner .btn-common a:after {
    right: 20px;
  }
  #wine .banner:hover .hvr-rectangle-out:before {
    transform: scale(1);
  }
} /*# sourceMappingURL=menu.css.map */
