main {
  overflow: visible;
}

/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  padding: 20vw 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#lead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 110vw;
  background: url('../img/recommend/lead_deco.png') no-repeat left;
  background-size: contain;
  z-index: -1;
}
#lead .photo1 {
  margin: 7vw -8% 12vw;
}
#lead .row {
  gap: 8vw;
}
@media screen and (max-width: 767px) {
  #lead .c-title h2 {
    line-height: 1.7;
  }
  #lead .c-title p {
    right: 68%;
  }
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 213px 0 134px;
  }
  #lead:before {
    width: 1153px;
    height: 547px;
    top: 60px;
  }
  #lead .wrap {
    max-width: 1100px;
  }
  #lead .c-title p {
    right: calc(50% + 109px);
    top: 28%;
  }
  #lead .photo1 {
    margin: 106px -1px 147px 0;
  }
  #lead .row {
    justify-content: space-between;
    gap: 30px;
  }
  #lead .row .photo {
    margin-left: -2px;
  }
  #lead .row .txt {
    height: 365px;
    width: 504px;
    margin-top: 2px;
    margin-right: 7px;
    letter-spacing: 0.15em;
  }
}

/*--------------------------------------
    kushioma
--------------------------------------*/
#kushioma {
  position: relative;
  z-index: 1;
  --height: 50vw;
}
#kushioma:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--height);
  background: url('../img/recommend/kushi_deco.png') repeat-x center;
  background-size: auto 100%;
  z-index: -1;
}
#kushioma:after {
  content: '';
  position: absolute;
  top: var(--height);
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--bg2);
  z-index: -1;
}
#kushioma .ico {
  width: 44px;
  margin: 0 auto 6vw;
}
#kushioma .fnt-ami {
  color: #e1ccab;
  text-align: center;
  letter-spacing: 0.23em;
}
#kushioma .set1 {
  padding-bottom: 42vw;
  position: relative;
}
#kushioma .set1:before {
  content: '';
  position: absolute;
  bottom: 12vw;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
  width: 1px;
  height: 20vw;
  background: #6d6156;
}
#kushioma .set1 .photo {
  width: 30vw;
  margin: 0 auto 10vw;
}
#kushioma .set1 .c-title {
  margin-bottom: 6vw;
  text-align: center;
}
#kushioma .set1 .c-title h2 {
  --gap: 1vw;
}
#kushioma .set1 .c-title p {
  position: static;
  color: #875e1d;
}
#kushioma .set1 .button {
  margin-top: 7vw;
}
#kushioma .set1 .button a {
  text-align: center;
  display: block;
  text-decoration: underline;
  text-underline-offset: 10px;
}
#kushioma .set1 .button a::after {
  display: inline-block;
  content: '';
  background: url('../img/recommend/arrow.jpg') no-repeat center;
  width: 20px;
  height: 15px;
  background-size: contain;
  transform: rotate(90deg);
  margin: 0 0 -2px 10px;
}
#kushioma .set2 {
  position: relative;
  z-index: 1;
  color: #fff;
}
#kushioma .set2 .bg {
  height: calc(100vh - 70px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
  clip-path: inset(0 32% 0 32%);
}
#kushioma .set2 .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
#kushioma .set2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kushioma .set2 .bg.mask:before {
  opacity: 1;
}
#kushioma .set2 .first-section {
  margin-top: 150vh;
  text-align: center;
  padding-bottom: 10vw;
}
#kushioma .set2 .first-section h3 {
  margin-bottom: 6vw;
  position: relative;
  padding-bottom: 5vw;
}
#kushioma .set2 .first-section h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #aba59f;
  width: 30%;
  height: 1px;
}
#kushioma .set2 .section-js .row {
  justify-content: center;
  gap: 10vw;
  height: calc(100vh - 70px);
  padding: 10vw 0;
}
#kushioma .set2 .section-js .gallery {
  position: relative;
}
#kushioma .set2 .section-js .content h4 {
  margin-bottom: 5vw;
  white-space: nowrap;
}
#kushioma .set2 .section-js .content .fnt-ami {
  text-align: center;
}
#kushioma .set2 .third-section {
  padding: 12vw 0;
}
#kushioma .set2 .third-section h3 {
  text-align: center;
  margin-bottom: 8vw;
}
#kushioma .set2 .third-section .sl-fade .slick-dots {
  text-align: left;
  bottom: auto;
  top: 117vw;
  margin-left: -7px;
}
#kushioma .set2 .third-section .sl-fade .slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 7px;
}
#kushioma .set2 .third-section .sl-fade .slick-dots li button {
  background: #4f402c;
}
#kushioma .set2 .third-section .sl-fade .slick-dots li.slick-active button {
  background: #fff;
}
#kushioma .set2 .third-section .sl-fade h4 {
  text-align: right;
  height: 50vw;
  margin: 6vw auto;
}
#kushioma .set2 .third-section .sl-fade .txt {
  margin-top: 10vw;
}
#kushioma .set2 .bottom-section {
  padding-bottom: 15vw;
}
#kushioma .set2 .bottom-section .row {
  gap: 8vw;
}
#kushioma .set2 .bottom-section .row .c-title {
  margin-bottom: 7vw;
}
#kushioma .set2 .bottom-section .row .c-title h2 {
  margin-right: 0;
}
#kushioma .set2 .bottom-section .row .c-title p {
  right: 50%;
}
@media screen and (min-width: 768px) {
  #kushioma {
    --height: 516px;
  }
  #kushioma:before {
    top: -23px;
  }
  #kushioma::after {
    margin-top: -23px;
  }
  #kushioma .set1 {
    padding-bottom: 312px;
  }
  #kushioma .set1:before {
    bottom: 97px;
    margin-left: 4px;
    height: 140px;
  }
  #kushioma .set1 .wrap {
    max-width: 1370px;
  }
  #kushioma .set1 .photo {
    position: absolute;
    width: 274px;
    right: 0;
    top: 0;
    margin: 0;
  }
  #kushioma .set1 .ico {
    padding-top: 47px;
    margin-bottom: 117px;
  }
  #kushioma .set1 .c-title {
    margin-bottom: 58px;
  }
  #kushioma .set1 .c-title h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-left: 7px;
  }
  #kushioma .set1 .c-title p {
    margin-top: 14px;
  }
  #kushioma .set1 .txt {
    text-align: center;
  }
  #kushioma .set1 .button {
    margin-top: 60px;
  }
  #kushioma .set1 .button a {
    letter-spacing: 0.1em;
    margin-left: 32px;
  }
  #kushioma .set1 .button a:hover {
    text-decoration: none;
  }
  #kushioma .set2 .bg {
    height: 100vh;
  }
  #kushioma .set2 .first-section {
    padding-bottom: 184px;
  }
  #kushioma .set2 .first-section h3 {
    padding-bottom: 32px;
    margin-bottom: 63px;
  }
  #kushioma .set2 .first-section h3:before {
    width: 80px;
  }
  #kushioma .set2 .first-section .txt {
    text-align: center;
  }
  #kushioma .set2 .section-js .wrap {
    max-width: 1200px;
  }
  #kushioma .set2 .section-js .row {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0;
    height: 100vh;
    justify-content: start;
     padding: 0;
  }
  #kushioma .set2 .section-js .row .gallery {
    height: 100vh;
    width: 50%;
    margin-left: -1px;
  }
  #kushioma .set2 .section-js .row .content {
    width: 500px;
  }
  #kushioma .set2 .section-js .row .content h4 {
    margin-bottom: 76px;
  }
  #kushioma .set2 .section-js .row.row2 {
    flex-direction: row;
    justify-content: end;
  }
  #kushioma .set2 .section-js .row.row2 .gallery {
    margin-left: 0;
  }
  #kushioma .set2 .third-section {
    padding: 162px 0 169px;
  }
  #kushioma .set2 .third-section .wrap {
    max-width: 1200px;
  }
  #kushioma .set2 .third-section h3 {
    margin-bottom: 129px;
  }
  #kushioma .set2 .third-section .sl-fade .slick-dots {
    top: auto;
    bottom: -49px;
    width: 600px;
    right: 7px;
  }
  #kushioma .set2 .third-section .sl-fade .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #kushioma .set2 .third-section .sl-fade .photo {
    width: 600px;
  }
  #kushioma .set2 .third-section .sl-fade .content {
    margin-left: calc(50% - 472px);
    width: 305px;
  }
  #kushioma .set2 .third-section .sl-fade .content h4 {
    height: 188px;
    margin: 201px auto 44px;
  }
  #kushioma .set2 .third-section .sl-fade .content .fnt-ami {
    margin-left: 6px;
  }
  #kushioma .set2 .third-section .sl-fade .content .txt {
    margin-top: 82px;
    margin-right: -13px;
  }
  #kushioma .set2 .bottom-section {
    padding-bottom: 164px;
  }
  #kushioma .set2 .bottom-section .wrap {
    max-width: 1094px;
  }
  #kushioma .set2 .bottom-section .ico {
    margin-bottom: 108px;
  }
  #kushioma .set2 .bottom-section .row {
    justify-content: space-between;
    gap: 30px;
  }
  #kushioma .set2 .bottom-section .row .photo {
    margin: 46px 0 0 33px;
  }
  #kushioma .set2 .bottom-section .row .content {
    min-width: 440px;
    width: 440px;
  }
  #kushioma .set2 .bottom-section .row .content .c-title {
    margin-bottom: 84px;
  }
  #kushioma .set2 .bottom-section .row .content .c-title p {
    right: 209px;
    margin-top: 8px;
  }
}

/*--------------------------------------
    ala
--------------------------------------*/
#ala {
  padding: 15vw 0;
  position: relative;
  z-index: 1;
}
#ala:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60vw;
  background: url('../img/recommend/ala_deco.png') no-repeat right top;
  background-size: contain;
  z-index: -1;
}
#ala .photos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#ala .c-title {
  margin-top: 10vw;
  margin-bottom: 7vw;
}
#ala .c-title h2 {
  margin-right: 0;
}
#ala .c-title p {
  right: 32%;
}
@media screen and (max-width: 767px) {
  #ala .photos p:nth-child(2) {
    width: calc(50% - 4px);
  }
  #ala .photos p:nth-child(4) {
    width: calc(50% - 4px);
  }
  #ala .photos p:nth-child(3) {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  #ala {
    padding: 130px 0 428px;
  }
  #ala::before {
    width: 502px;
    height: 348px;
  }
  #ala .wrap {
    max-width: 1204px;
  }
  #ala .content {
    width: 574px;
    margin-left: auto;
    padding-top: 171px;
  }
  #ala .content .c-title {
    margin-top: 0;
    margin-bottom: 260px;
    margin-right: 25px;
  }
  #ala .content .c-title h2 {
    width: 120px;
    height: 219px;
  }
  #ala .content .c-title p {
    right: 137px;
    top: 41%;
  }
  #ala .photos {
    position: absolute;
    gap: 10px;
    top: 0;
    left: 0;
  }
  #ala .photos p:nth-child(1) {
    max-width: calc(100% - 280px);
    margin-right: 50px;
    height: 546px;
  }
  #ala .photos p:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #ala .photos p:nth-child(2) {
    margin-right: 50px;
    max-width: calc(100% - 590px);
  }
  #ala .photos p:nth-child(3) {
    width: calc(64.6% - 5px);
  }
  #ala .photos p:nth-child(4) {
    width: calc(35.4% - 5px);
  }
}

/*--------------------------------------
    wine
--------------------------------------*/
#wine .c-title {
  margin: 10vw 0 8vw;
}
#wine .c-title p {
  position: static;
}
#wine .btn-cus {
  margin-left: 0;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #wine {
    padding: 168px 0 150px;
    overflow: hidden;
  }
  #wine .row {
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: space-between;
    max-width: 1100px;
    align-items: center;
  }
  #wine .row .photo {
    margin-right: -51px;
  }
  #wine .row .content {
    width: 500px;
    min-width: 500px;
  }
  #wine .row .content .c-title {
    margin: 2px 0 40px;
  }
  #wine .row .content .c-title p {
    margin-top: 27px;
    margin-left: 9px;
  }
  #wine .row .content .btn-cus {
    margin-top: 91px;
    margin-left: 5px;
    width: 380px;
  }
}

/*--------------------------------------
    omakse
--------------------------------------*/
#omakase {
  padding: 15vw 0;
}
#omakase .photo {
  margin-left: -5%;
}
#omakase .c-title {
  margin: 10vw 0 8vw;
}
#omakase .c-title h2 {
  margin-right: 0;
}
#omakase .c-title p {
  right: 50%;
}
#omakase .btn-cus {
  margin-left: 0;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #omakase {
    padding: 0 0 116px;
  }
  #omakase .row {
    max-width: 1233px;
    justify-content: space-between;
    gap: 30px;
    height: 714px;
  }
  #omakase .row .photo {
    margin-left: calc(50% - 50vw);
    width: calc(50% + 256px);
  }
  #omakase .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #omakase .row .content {
    width: 405px;
    min-width: 405px;
    margin-right: 40px;
  }
  #omakase .row .content .c-title {
    margin: 15px 0px 71px;
  }
  #omakase .row .content .c-title p {
    right: 213px;
    top: 45%;
  }
  #omakase .row .content .btn-cus {
    margin-top: 70px;
    margin-left: 5px;
    width: 380px;
  }
  #omakase .row .content .btn-cus a {
    padding-right: 18px;
    line-height: 82px;
  }
  #omakase .row .content .btn-cus a:after {
    position: absolute;
    right: 36px;
    height: 100%;
    margin: 0;
    margin-top: -4px;
  }
}
@media screen and (min-width: 1501px) {
  #omakase .row .photo {
    width: calc(50vw + 123px);
  }
}

/*--------------------------------------
    reserve
--------------------------------------*/
#reserve .bg {
  background: url('../img/recommend/reserve_bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 12vw 0;
}
#reserve .bg h2 {
  border-top: 1px solid #afa29e;
  border-bottom: 1px solid #afa29e;
  padding: 0 10px;
  display: table;
  line-height: 1.84;
  margin-bottom: 7vw;
}
#reserve .bg .tel {
  border-top: 1px solid #aaa19e;
  margin-top: 6vw;
  padding-top: 3vw;
}
#reserve .bg .tel img {
  filter: invert(1);
}
#reserve .bg ul li + li {
  margin-top: 4vw;
}
#reserve .bg .btn-web {
  margin-top: 6vw;
}
#reserve .bg .btn-web a {
  border: 2px solid;
  color: #fff;
  background: transparent;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #reserve .bg {
    margin: 0 20px;
    padding: 114px 0 104px;
  }
  #reserve .bg .wrap {
    max-width: 1212px;
  }
  #reserve .bg h2 {
    position: absolute;
    top: -4px;
    left: 0;
    padding: 20px 26px 2px;
    border: none;
    border-left: 1px solid #afa29e;
    border-right: 1px solid #afa29e;
    white-space: nowrap;
  }
  #reserve .bg ul {
    text-align: center;
    line-height: 26px;
  }
  #reserve .bg ul li + li {
    margin-top: 26px;
  }
  #reserve .bg .tel {
    margin: 45px auto 0;
    width: 100%;
    max-width: 601px;
    padding-top: 34px;
    font-size: 14px;
  }
  #reserve .bg .tel dl {
    line-height: 55px;
  }
  #reserve .bg .tel dl dt {
    font-size: 18px;
  }
  #reserve .bg .tel dl dd {
    font-size: 50px;
  }
  #reserve .bg .tel dl dd img {
    width: 21px;
  }
  #reserve .bg .btn-web {
    margin-top: 34px;
    width: 300px;
  }
  #reserve .bg .btn-web a {
    height: 74px;
    line-height: 70px;
  }
  #reserve .bg .btn-web a:before {
    background: #1e160b;
  }
  #reserve .bg .btn-web a:hover {
    border-color: #1e160b;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #reserve .bg .wrap {
    padding-left: 80px;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding-top: 207px;
    position: relative;
  }
  footer:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 1px;
    background: #a29696;
    top: 116px;
  }
}

/*# sourceMappingURL=recommend.css.map */
