/******sec1*******/
#sec1 {
  padding: 10vw 0 0;
  background: url(../img/food/sec1_bg1.jpg) no-repeat left top/80%;
  position: relative;
}

#sec1::before {
  content: "";
  position: absolute;
  background: #000;
  height: calc(100% - 20px);
  width: 80%;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec1 h2 {
  font-size: 40px;
  color: #7e5d39;
  line-height: 1.3em;
  letter-spacing: 3px;
}

#sec1 h2>span {
  display: block;
}

#sec1 h2 .large {
  font-size: 60px;
}

#sec1 .txt {
  margin: 20px 0;
}

#sec1 .photo-1 {
  margin: 0 -14% 35px -5%;
}

#sec1 .row .photo-2 {
  width: 100%;
  margin-left: -5.5%;
}

#sec1 .row h3 {
  text-align: right;
}

#sec1 .row h3>span {
  display: block;
  line-height: 1em;
}

#sec1 .row h3>span:first-child {
  color: #d84d0a;
  font-size: 100px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 0 0;
    background: url(../img/food/sec1_bg1.jpg) no-repeat left top/70%;
    background-size: 70% 80%;
  }

  #sec1::before {
    height: calc(100% - 120px);
    width: 70%;
  }

  #sec1 h2 {
    font-size: 85px;
    line-height: 1.32em;
    letter-spacing: 12px;
    position: relative;
    z-index: 1;
  }

  #sec1 h2>span {
    display: block;
  }

  #sec1 h2 .large {
    font-size: 140px;
  }

  #sec1 .txt {
    margin: 20px 0;
    letter-spacing: 1.7px;
    position: relative;
    z-index: 1;
  }

  #sec1 .photo-1 {
    margin: 0;
    position: absolute;
    right: -455px;
    top: 155px;
  }

  #sec1 .photo-1 img {
    width: auto;
  }

  #sec1 .row .photo-2 {
    width: 100%;
    margin: 120px 0 0 -245px;
  }

  #sec1 .row .photo-2 img {
    width: auto;
  }

  #sec1 .row h3 {
    text-align: left;
    width: 450px;
    position: absolute;
    right: -10px;
    bottom: 80px;
  }

  #sec1 .row h3>span {
    line-height: 1em;
  }

  #sec1 .row h3>span:first-child {
    letter-spacing: 1.5px;
    font-size: 161px;
    letter-spacing: 10px;
  }
}

/**********sec2**********/
#sec2 {
  padding: 20vw 0 10vw;
  position: relative;
  margin-top: -20px;
}

#sec2::after {
  position: absolute;
  content: "";
  background: #46271a;
  height: 100%;
  width: 70%;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec2 .left {
  margin: 0 -5.5%;
}

#sec2 .right {
  margin-top: 25px;
  border: 1px solid #8c7062;
  padding: 40px 20px;
}

#sec2 .right .desc {
  display: inline-block;
  background: #fde2d4;
  color: #46271a;
  padding: 2px 8px;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 10px;
}

#sec2 .right h2 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

#sec2 .right .price {
  font-size: 25px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 210px 0 50px;
    margin-top: -120px;
  }

  #sec2::after {
    height: 100%;
    width: 70%;
  }

  #sec2 .wrap {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
  }

  #sec2 .left {
    margin: 0;
    position: relative;
    z-index: 2;
  }

  #sec2 .right {
    width: 450px;
    margin-top: 25px;
    padding: 65px 15px 65px 45px;
    position: relative;
    right: 200px;
    box-sizing: border-box;
    z-index: 1;
  }

  #sec2 .right .desc {
    padding: 2px 8px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sec2 .right h2 {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 3px;
  }

  #sec2 .right .price {
    font-size: 30px;
    margin-bottom: 45px;
    letter-spacing: 3px;
  }

  #sec2 .right .txt {
    letter-spacing: 1.7px;
  }
}

/**********sec3**********/
#sec3 {
  padding: 10vw 0;
  position: relative;
}

#sec3::after {
  position: absolute;
  content: "";
  background: #46271a;
  height: 100%;
  width: 70%;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec3 .right {
  margin: 0 -5.5%;
}

#sec3 .left {
  margin-top: 25px;
  border: 1px solid #8c7062;
  padding: 40px 20px;
}

#sec3 .left h2 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

#sec3 .left h2 .large {
  font-size: 35px;
}

#sec3 .left .price {
  font-size: 25px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 25px 0;
  }

  #sec3::after {
    height: 100%;
    width: 70%;
  }

  #sec3 .wrap {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
  }

  #sec3 .right {
    margin: 0;
    order: 2;
  }

  #sec3 .left {
    order: 1;
    margin-top: 0;
    padding: 55px 30px 60px 90px;
    width: 450px;
    box-sizing: border-box;
    margin-left: 200px;
  }

  #sec3 .left h2 {
    font-size: 30px;
    line-height: 1.7em;
    margin-bottom: 20px;
    letter-spacing: 6px;
  }

  #sec3 .left h2 .large {
    font-size: 50px;
  }

  #sec3 .left .price {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }

  #sec3 .left .content {
    letter-spacing: 1.7px;
  }

  #sec3 .left .content .txt-1 {
    margin-bottom: 20px;
  }
}

/**********sec4**********/
#sec4 {
  padding: 10vw 0 70vw;
  position: relative;
}

#sec4::after {
  position: absolute;
  content: "";
  background: #46271a;
  height: 100%;
  width: 70%;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec4 .left {
  margin: 0 -5.5%;
}

#sec4 .right {
  margin-top: 25px;
  border: 1px solid #8c7062;
  padding: 40px 20px;
}

#sec4 .right h2 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

#sec4 .right .price {
  font-size: 25px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 55px 0 40vw;
  }

  #sec4::after {
    height: 100%;
    width: 70%;
  }

  #sec4 .wrap {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
  }

  #sec4 .left {
    margin: 0;
    position: relative;
    z-index: 2;
  }

  #sec4 .right {
    width: 450px;
    margin-top: 0;
    padding: 65px 15px 65px 45px;
    position: relative;
    right: 200px;
    box-sizing: border-box;
    z-index: 1;
  }

  #sec4 .right h2 {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 3px;
  }

  #sec4 .right .price {
    font-size: 30px;
    margin-bottom: 45px;
    letter-spacing: 3px;
  }

  #sec4 .right .txt {
    letter-spacing: 1.7px;
  }
}

/**********sec5**********/
#sec5 {
  padding: 10vw 0;
  background: url(../img/food/sec5_bg1.jpg) no-repeat bottom center/100%;
  margin-top: -40vw;
  position: relative;
}

#sec5::before {
  content: "";
  background: url(../img/food/sec5_before.png) no-repeat top center/100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: -19vw;
  position: absolute;
}

#sec5::after {
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

#sec5 h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20vw;
}

#sec5 h2>span {
  display: block;
  line-height: 1.4em;
  letter-spacing: 3px;
}

#sec5 h2>span:first-child {
  font-size: 20px;
}

#sec5 h2>span:nth-child(2) {
  font-size: 60px;
}

#sec5 h2>span:last-child {
  font-size: 40px;
}

#sec5 .card {
  margin-bottom: 30px;
}

#sec5 .card .content {
  padding: 25px 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-left: 1px solid #685850;
  border-bottom: 1px solid #685850;
}

#sec5 .card .content .info {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

#sec5 .card .content .info .price {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 65px 0 130px;
    background: url(../img/food/sec5_bg1.jpg) no-repeat bottom center/100%;
    margin-top: -20vw;
    position: relative;
  }

  #sec5::before {
    content: "";
    background: url(../img/food/sec5_before.png) no-repeat top center/100%;
    width: 100%;
    height: 20vw;
    left: 0;
    top: -1.8vw;
    position: absolute;
  }

  #sec5::after {
    content: "";
    background: #000;
    height: calc(100% - 17vw);
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
  }

  #sec5 h2 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
    width: 475px;
    position: relative;
    z-index: 1;
  }

  #sec5 h2>span {
    display: block;
    line-height: 1.3em;
    letter-spacing: 3px;
  }

  #sec5 h2>span:first-child {
    font-size: 36px;
    letter-spacing: 5px;
  }

  #sec5 h2>span:nth-child(2) {
    font-size: 140px;
    letter-spacing: 18px;
  }

  #sec5 h2>span:last-child {
    font-size: 85px;
    text-align: center;
  }

  #sec5 .card-1 {
    position: absolute;
    top: -310px;
    right: -250px;
  }

  #sec5 .card {
    margin-bottom: 30px;
  }

  #sec5 .card .content {
    padding: 18px 20px;
    width: 400px;
    margin: auto;
  }

  #sec5 .card .content .info {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }

  #sec5 .card .content .info .price {
    margin-left: 30px;
  }

  #sec5 .card .content .txt {
    line-height: 32px;
    letter-spacing: 2px;
  }

  #sec5 .row {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
  }

  #sec5 .row .col-left {
    margin: 0 0 0 -45px;
  }

  #sec5 .row .col-right {
    margin-top: 175px;
  }
}

/*******popup**********/
#popup {
  padding: 10vw 0;
}

#popup .btn-g1 a {
  margin: auto;
  padding: 15px 40px;
  width: 200px;
}

#popup .btn-g1 a::after {
  background: url(../img/shared/icon_popup1.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 30px;
}

.remodal {
  background: #312219;
  color: #fff;
}

.s-popup h2 {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: bold;
}

.s-popup .desc {
  margin-bottom: 30px;
  line-height: 35px;
}

.s-popup .s-menu .item {
  margin-bottom: 20px;
}

.s-popup .s-menu .item h3 {
  font-size: 18px;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.s-popup .s-menu .item dl {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  padding: 10px 0;
  min-height: 25px;
  border-bottom: 1px solid;
  align-items: flex-end;
}

.s-popup .s-menu .item dl dt {
  text-align: left;
}

.s-popup .s-menu .item dl dt span.mrb15 {
  display: inline-block;
  margin-bottom: 15px;
}

.s-popup .s-menu .item dl dd {
  width: 35%;
  text-align: right;
}

.s-popup .remodal-close-bot {
  font-size: 20px;
  cursor: pointer;
  letter-spacing: 1px;
}

.s-popup .remodal-close-bot span {
  padding: 5px 40px;
  border-bottom: 1px solid #fff;
}

.s-popup .remodal-close-bot:hover {
  opacity: 0.7;
}

.mrb15 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #popup {
    padding: 125px 0;
  }

  #popup .btn-g1 a {
    padding: 40px;
    font-size: 32px;
    width: 695px;
    letter-spacing: 3px;
  }

  #popup .btn-g1 a::after {
    right: 205px;
  }

  .s-popup {
    max-width: 1000px;
    margin: auto;
  }

  .s-popup h2 {
    font-size: 34px;
    letter-spacing: 5px;
  }

  .s-popup .desc {
    margin-bottom: 30px;
    line-height: 35px;
    font-size: 15px;
  }

  .s-popup .s-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .s-popup .s-menu>div {
    width: 49%;
    padding: 0 15px;
  }

  .s-popup .s-menu .item {
    margin-bottom: 20px;
  }

  .s-popup .s-menu .item h3 {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 20px;
  }

  .s-popup .s-menu .item dl {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 25px;
  }

  .s-popup .s-menu .item dl dt {
    letter-spacing: 0.1px;
  }

  .s-popup .s-menu .item dl dd {
    width: 26%;
  }

  .s-popup .s-menu .item-3 {
    font-size: 15px;
    line-height: 24px;
  }

  .s-popup .s-menu .item-3 .txt {
    margin-bottom: 20px;
  }
}

/******sec6*******/
#sec6 {
  padding: 10vw 0;
  position: relative;
}

#sec6::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec6 h2 {
  writing-mode: vertical-rl;
  color: #6f5232;
  position: absolute;
  top: -10px;
  right: 4vw;
  font-size: 14vw;
  letter-spacing: 3px;
}

#sec6 .photo {
  width: 88%;
}

#sec6 .row .txt {
  margin: 20px 0 30px;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 20px 0 185px;
  }

  #sec6::after {
    width: calc(50% + 550px);
    height: 630px;
    bottom: 125px;
  }

  #sec6 .wrap {
    max-width: 1200px;
  }

  #sec6 h2 {
    top: -40px;
    right: 125px;
    font-size: 140px;
    letter-spacing: 15px;
  }

  #sec6 .photo {
    width: 100%;
  }

  #sec6 .photo img {
    width: auto;
  }

  #sec6 .row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  #sec6 .row .txt {
    margin: 50px 0 0 120px;
    width: 495px;
    letter-spacing: 1.6px;
  }

  #sec6 .row .btn-g1 {
    margin: 0 95px 5px 0;
  }

  #sec6 .row .btn-g1 a {
    width: 310px;
    padding: 16px 45px;
    font-size: 20px;
    letter-spacing: 4px;
  }
}

/*****sec7*******/
#sec7 {
  padding: 10vw 0 20vw;
}

#sec7 .row .card {
  position: relative;
}

#sec7 .row .card::before {
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #8c7062;
  position: absolute;
  z-index: 1;
}

#sec7 .row .card h2 {
  font-size: 14vw;
  color: #c5a697;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#sec7 .row .card .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

#sec7 .row .card .arrow img {
  width: auto;
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 5px 0 125px;
  }

  #sec7 .row {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #sec7 .row .card {
    width: 50%;
    overflow: hidden;
  }

  #sec7 .row .card .photo img {
    transition: 0.5s;
  }

  #sec7 .row .card:hover .photo img {
    transform: scale(1.4);
    filter: blur(5px);
    transition: 0.5s;
  }

  #sec7 .row .card::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }

  #sec7 .row .card h2 {
    font-size: 92px;
    line-height: 1.2em;
  }

  #sec7 .row .card .arrow {
    bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  #sec2 .right {
    right: 45px;
    padding: 30px 15px 25px 45px;
  }

  #sec3 .left {
    padding: 25px 30px 25px 25px;
    margin-left: 50px;
  }

  #sec4 .right {
    right: 45px;
    padding: 25px 15px 25px 45px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .photo-1 {
    right: -200px;
    width: 750px;
  }

  #sec1 .row .photo-2 {
    margin: 120px 0 0 -100px;
  }

  #sec4 {
    padding: 55px 0 45vw;
  }

  #sec6 .row .btn-g1 {
    margin: 0 75px 5px 40px;
  }

  #sec7 .row .card h2 {
    font-size: 65px;
    line-height: 1.1em;
  }
}

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