@-webkit-keyframes fadeInUp-pc {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUp-pc {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown-pc {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInDown-pc {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .txt {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .fadeInUp-pc {
    -webkit-animation-name: fadeInUp-pc;
    animation-name: fadeInUp-pc;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .fadeInDown-pc {
    -webkit-animation-name: fadeInDown-pc;
    animation-name: fadeInDown-pc;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
#lead {
  padding: 20vw 0;
  position: relative;
  overflow: hidden;
}
#lead::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/takeout/lead_bg.png") right top/120% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#lead h2.ttl {
  font-weight: 300;
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
#lead h2.ttl .en {
  display: block;
  color: #91866d;
  font-weight: 400;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
#lead h2.ttl .jp {
  display: block;
  margin-top: 10vw;
}
#lead .set1 .gr2 {
  margin-top: 15vw;
}
#lead .set1 .gr2 .img {
  height: 80vw;
}
#lead .set2 {
  margin-top: 10vw;
}
#lead .set2 .txt + .txt {
  margin-top: 7vw;
}
#lead .set2 .gr2 {
  margin-top: 10vw;
}
#lead .set2 .gr2 .img {
  height: 70vw;
  margin-left: -8vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    margin-top: 9px;
    padding: 140px 0 200px;
  }
  #lead::before {
    min-width: 1500px;
    background-size: 100%;
  }
  #lead .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lead h2.ttl {
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 0.4em;
  }
  #lead h2.ttl .en {
    font-size: 72px;
  }
  #lead h2.ttl .jp {
    margin-top: 55px;
  }
  #lead .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead .set1 .gr1 {
    width: 830px;
    margin-top: 44px;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lead .set1 .gr2 {
    margin-top: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lead .set1 .gr2 .img {
    height: 352px;
  }
  #lead .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 70px;
  }
  #lead .set2 .txt + .txt {
    margin-top: 40px;
  }
  #lead .set2 .gr1 {
    width: 480px;
    margin-top: 80px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lead .set2 .gr2 {
    width: calc(100% - 510px);
    max-width: 624px;
    margin-top: 0;
  }
  #lead .set2 .gr2 .img {
    height: 602px;
    margin-left: -150px;
  }
}
#reco{
  position: relative;
  z-index: 0;
}
#reco h2.ttl {
  font-weight: 300;
  font-size: 5vw;
  letter-spacing: 0.3em;
  text-align: center;
}
#reco .blk1 {
  padding-top: 100vh;
  position: relative;
  overflow: hidden;
}
#reco .blk1 .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#reco .blk1 .js-bg {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#reco .blk1 .js-bg .img {
  width: 100%;
  height: 50%;
}
#reco .blk1 .js-bg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reco .blk1 .js-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#reco .blk1 .js-content .txt {
  margin-top: 10vw;
}
#reco .blk2 .img-big {
  margin: 5vw 5vw 0;
  text-align: center;
}
#reco .blk2 .img-big img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#reco .blk2 .set {
  margin-top: 15vw;
}
#reco .blk2 .set h3.ttl .en {
  display: block;
}
#reco .blk2 .set h3.ttl .jp {
  display: block;
  margin-top: 15vw;
}
#reco .blk2 .set .gr1 .txt {
  margin-top: 15vw;
}
#reco .blk2 .set .gr2 {
  margin-top: 15vw;
}
#reco .blk2 .set .gr2 .img1 {
  height: 50vw;
  margin: 0 10vw 0 -8vw;
}
#reco .blk2 .set .gr2 .img2 {
  height: 60vw;
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #reco h2.ttl {
    font-size: 26px;
    line-height: 60px;
  }
  #reco .blk1 .js-bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #reco .blk1 .js-bg .img {
    width: 50%;
    height: 100%;
  }
  #reco .blk1 .js-content {
    padding: 100px 0;
  }
  #reco .blk1 .js-content .txt {
    margin-top: 80px;
    text-align: center;
  }
  #reco .blk2 .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #reco .blk2 .img-big {
    margin: 93px 0 0;
  }
  #reco .blk2 .img-big img {
    width: auto;
    height: auto;
  }
  #reco .blk2 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 107px;
  }
  #reco .blk2 .set h3.ttl .en {
    font-size: 24px;
  }
  #reco .blk2 .set h3.ttl .en::after {
    width: 40px;
    bottom: -27px;
  }
  #reco .blk2 .set h3.ttl .jp {
    margin-top: 69px;
    letter-spacing: 0.4em;
  }
  #reco .blk2 .set .gr1 {
    width: 520px;
    margin-top: 39px;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #reco .blk2 .set .gr1 .txt {
    margin-top: 58px;
  }
  #reco .blk2 .set .gr2 {
    width: calc(100% - 550px);
    margin-top: 0;
  }
  #reco .blk2 .set .gr2 .img1 {
    height: 240px;
    margin: 0;
  }
  #reco .blk2 .set .gr2 .img2 {
    height: 330px;
    margin: 66px 0 0 86px;
  }
}

#odo {
  padding: 15vw 0 20vw;
}
#odo .img-big {
  height: 50vw;
}
#odo h2.ttl {
  margin-top: 15vw;
  font-weight: 300;
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
#odo h2.ttl .en {
  display: block;
}
#odo h2.ttl .en::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#odo h2.ttl .jp {
  display: block;
  margin-top: 10vw;
}
#odo .txt {
  margin-top: 10vw;
}
#odo dl {
  margin-top: 15vw;
}
#odo dl dt {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
#odo dl dd {
  margin-top: 7vw;
  padding-top: 7vw;
  position: relative;
}
#odo dl dd::before {
  content: "";
  width: 100%;
  border-top: 1px solid #91866d;
  position: absolute;
  top: 0;
  left: 0;
}
#odo .contactbox {
  margin-top: 15vw;
  padding: 10vw 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}
#odo .contactbox .ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
#odo .contactbox .tel {
  padding-bottom: 7vw;
  position: relative;
}

#odo .contactbox .btn-reserve {
  margin-top: 10vw;
}
#odo .contactbox .btn-reserve a {
  margin: 0 auto;
}
#odo .contactbox .gr {
  margin-top: 7vw;
}
#odo .btn-shared{
  margin-top: 10vw;
}
#odo .btn-shared a{
  font-size: 5.5vw;
}
@media only screen and (min-width: 768px) {
  #odo {
    padding: 186px 0 228px;
  }
  #odo .img-big {
    height: 500px;
    text-align: center;
  }
  #odo h2.ttl {
    margin-top: 99px;
    font-size: 26px;
    line-height: 60px;
  }
  #odo h2.ttl .en {
    font-size: 24px;
  }
  #odo h2.ttl .en::after {
    width: 40px;
    bottom: -27px;
  }
  #odo h2.ttl .jp {
    margin-top: 78px;
    letter-spacing: 0.4em;
  }
  #odo .txt {
    margin-top: 45px;
    text-align: center;
  }
  #odo dl {
    width: 886px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 105px auto 0;
  }
  #odo dl dt {
    width: 225px;
    font-size: 20px;
    letter-spacing: 0.3em;
    text-align: left;
  }
  #odo dl dd {
    width: 661px;
    margin-top: 0;
    padding: 0 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 30px;
  }
  #odo dl dd::before {
    width: auto;
    border-top: 0px;
    border-left: 1px solid #91866d;
    top: 10px;
    bottom: 10px;
  }
  #odo .contactbox {
    width: 886px;
    margin: 61px auto 0;
    padding: 30px 30px 35px;
  }
  #odo .contactbox .ttl {
    font-size: 20px;
  }
  #odo .contactbox .tel {
    padding: 0 30px 0 60px;
  }

  #odo .contactbox .btn-reserve {
    margin-top: 0;
    padding: 0 55px;
  }
  #odo .contactbox .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 19px;
  }

  #odo .btn-shared{
    margin: 70px auto 0;
    width: 430px;
  }
  #odo .btn-shared a{
    font-size: 26px;
  }
  #odo .btn-shared a .line{
    width: calc(100% - 344px);
  }
}

.remodal-menu .menu-price {
  font-size: 4.5vw;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;  
  margin-bottom: 5vw;
  text-align: center !important;
}
.remodal-menu .menu-price span{
  font-size: 80%;
}
.remodal-menu .row-item{
  margin-bottom: 10vw;
}
.remodal-menu .menu-img p{
  margin-bottom: 10px;
} 
.remodal-menu .row-item .col{
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px) {
  .remodal-menu .menu-price {
    font-size: 18px;    
    margin-bottom: 44px;    
  }
  .remodal-menu .menu-price span{
    font-size: 14px;
  }
  .remodal-menu .row-item{
    margin-bottom: 83px;
  }
  .remodal-menu .menu-img p{
    margin-bottom: 0;
    width: 31%;
  } 
  .remodal-menu .row-item .col{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
    .remodal .col {
        width: 47.2%;
    }
}
#wine {
  position: relative;
  z-index: 0;
}
#wine::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/takeout/wine_deco.png") 0 0/200% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#wine .bg-parallax {
  min-height: 100vw;
}
#wine h2.ttl {
  font-weight: 300;
  font-size: 5.5vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
#wine h2.ttl .en {
  display: block;
}
#wine h2.ttl .jp {
  display: block;
  margin-top: 15vw;
}
#wine .set {
  margin-top: 15vw;
}
#wine .set .gr1 .txt {
  margin-top: 10vw;
}
#wine .set .gr2 {
  margin-top: 10vw;
}
#wine .set .gr2 .img {
  height: 100vw;
}
@media only screen and (min-width: 768px) {
  #wine::before {
    width: 1500px;
    height: 1373px;
    background-size: 100%;
  }
  #wine .bg-parallax {
    min-height: 687px;
  }
  #wine h2.ttl {
    font-size: 26px;
    line-height: 60px;
  }
  #wine h2.ttl .en {
    font-size: 24px;
  }
  #wine h2.ttl .jp {
    margin-top: 68px;
    letter-spacing: 0.4em;
  }
  #wine .set {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 130px auto 0;
  }
  #wine .set .gr1 {
    width: 450px;
    margin-top: 61px;
  }
  #wine .set .gr1 .txt {
    width: 420px;
    margin-top: 70px;
    text-align: justify;
  }
  #wine .set .gr2 {
    width: calc(100% - 480px);
    max-width: 464px;
    margin-top: 0;
  }
  #wine .set .gr2 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 722px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #wine .set .gr1{
    margin-left: 30px;
  }
}

#other {
  padding: 20vw 0;
}
#other h2.ttl {
  text-align: center;
}
#other h2.ttl .en {
  display: block;
}
#other h2.ttl .en::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#other h2.ttl .jp {
  display: block;
  margin-top: 15vw;
}
#other .slider-scroll {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-right: 10px;
}
#other .slider-scroll .img {
  width: 60vw;
}
#other .blk .set1 {
  padding: 0 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#other .blk .set1 .txt {
  margin-top: 10vw;
  text-align: center;
}
#other .blk .set2 {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #other {
    padding: 193px 0 120px;
  }
  #other h2.ttl .en {
    font-size: 24px;
  }
  #other h2.ttl .en::after {
    width: 50px;
    bottom: -27px;
  }
  #other h2.ttl .jp {
    margin-top: 79px;
    line-height: 50px;
    letter-spacing: 0.4em;
  }
  #other .slider-scroll {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    padding-right: 17px;
  }
  #other .slider-scroll .img {
    width: 349px;
  }
  #other .blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #other .blk .set1 {
    width: 465px;
    padding: 0 105px 0 30px;
  }
  #other .blk .set1 .txt {
    margin-top: 28px;
    line-height: 36px;
  }
  #other .blk .set2 {
    width: calc(100% - 465px);
    margin-top: 0;
  }
}