#sec1 {
  position: relative;
  padding-top: 20vw;
  padding-bottom: 20vw;
  z-index: 2;
}

#sec1::after {
  content: "";
  background: #fcf9f2;
  opacity: 0.5;
  position: absolute;
  bottom: -41vw;
  left: 0;
  width: 65vw;
  z-index: -1;
  top: 140vw;
}

#sec1 h2 {
  width: 39vw;
  height: 65vw;
  font-size: 6.36vw;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0 auto;
  font-weight: 400;
}

#sec1 .photo-1 {
  position: relative;
  width: 90vw;
  height: 71vw;
  margin: 0 -6vw 10vw auto;
}

#sec1 .line {
  width: 200%;
  position: absolute;
  top: 11vw;
  left: -40vw;
  z-index: -1;
}

#sec1 .text {
  margin-bottom: 8vw;
}

#sec1 .photo-2 {
    width: 66vw;
    height: 50vw;
    position: relative;
    margin: 0px 0 0 -6vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 236px;
    padding-bottom: 136px;
  }

  #sec1::after {
    bottom: -228px;
    left: 0;
    width: calc(50% + 140px);
    height: 828px;
    top: auto;
  }

  #sec1 h2 {
    width: 199px;
    height: 337px;
    font-size: 35px;
    line-height: 69px;
    letter-spacing: 8.5px;
    margin-left: 87px;
    margin-bottom: 235px;
  }

  #sec1 .photo-1 {
    position: absolute;
    top: -120px;
    left: calc(50% - 76px);
    width: 56vw;
    height: 522px;
    margin: 0;
  }

  #sec1 .line {
    width: 1272px;
    top: 9px;
    left: -399px;
  }

  #sec1 .text {
    margin-left: auto;
    width: 771px;
    margin-bottom: 0;
  }

  #sec1 .photo-2 {
    width: 380px;
    height: 292px;
    position: absolute;
    top: 293px;
    left: -293px;
    margin: 0;
  }
}

#sec2 {
  position: relative;
  z-index: 3;
  width: 95%;
  margin-left: auto;
}

#sec2 .photo {
  width: 100%;
  height: 107vw;
}

#sec2 .photo img {
  object-position: 50% 50%;
}

#sec2 dl {
  position: absolute;
  bottom: 6vw;
  left: 5vw;
  z-index: 2;
  color: #fff;
  width: 90%;
}

#sec2 dl dt {
  font-size: 5.91vw;
  margin-bottom: 4vw;
  letter-spacing: 0.2em;
  font-weight: 400;
}

#sec2 dl dd {
  line-height: 1.8;
  font-size: 91%;
}

#sec2 .border__corner {
  width: 36vw;
  height: 44vw;
  position: absolute;
  bottom: -6vw;
  left: -4%;
  z-index: -1;
  border-bottom: 1px solid #7f7160;
  border-left: 1px solid #7f7160;
}

#sec2 .border__corner::before,
#sec2 .border__corner::after {
  content: "";
  border-top: 1px solid #7f7160;
  height: 1px;
  width: 2vw;
  position: absolute;
  left: 0;
  top: 0;
}

#sec2 .border__corner::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0px;
  border-top: none;
  border-right: 1px solid #7f7160;
  width: 1px;
  height: 5vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    width: 90%;
    margin-left: auto;
  }

  #sec2 .photo {
    width: 100%;
    height: 720px;
  }

  #sec2 .photo img {
    object-position: 50% 50%;
  }

  #sec2 dl {
    bottom: 8%;
    left: 6%;
    width: auto;
  }

  #sec2 dl dt {
    font-size: 27px;
    margin-bottom: 43px;
    letter-spacing: 6.5px;
  }

  #sec2 dl dd {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 40px;
  }

  #sec2 .border__corner {
    width: 33%;
    height: 301px;
    bottom: -120px;
    left: -5%;
  }

  #sec2 .border__corner::before,
  #sec2 .border__corner::after {
    width: 45px;
  }

  #sec2 .border__corner::after {
    width: 1px;
    height: 75px;
  }
}

#sec3 {
  position: relative;
  padding-top: 11vw;
  padding-bottom: 80px;
}

#sec3::after {
  content: "";
  width: 15%;
  height: 235vw;
  background: url("../img/shared/bg2.jpg");
  position: absolute;
  bottom: 10vw;
  right: 0;
  z-index: -1;
}

#sec3 .note {
  margin-bottom: 5vw;
}

#sec3 .set-1 {
  margin-bottom: 15vw;
}

#sec3 .set-1 h2 {
  width: 45vw;
  margin-bottom: 0;
  line-height: 1;
  margin-left: -5vw;
}

#sec3 .set-1 .row-1 .left {
  margin-left: 0vw;
  margin-bottom: 10vw;
  text-align: center;
}

#sec3 .set-1 .row-1 .left h3 {
  font-size: 4.64vw;
  line-height: 1;
  margin-bottom: 6vw;
  font-weight: 400;
}

#sec3 .set-1 .row-1 .left h3 span {
  display: inline-block;
  border-top: 1px solid #574a3e;
  border-bottom: 1px solid #574a3e;
  padding: 3vw 0;
}

#sec3 .set-1 .row-1 .left dl {
  font-weight: 400;
}

#sec3 .set-1 .row-1 .left dl dt {
  font-size: 7.36vw;
  line-height: 1;
  margin-bottom: 4vw;
  letter-spacing: 0.2em;
}

#sec3 .set-1 .row-1 .left dl .price {
  font-size: 5.55vw;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

#sec3 .set-1 .row-1 .left dl .desc {
  margin-bottom: 0;
}

#sec3 .set-1 .row-1 .left .text-1 {
  padding-top: 8vw;
  text-align: left;
}

#sec3 .set-1 .row-1 .right {
  border: 1px solid #574a3e;
  padding: 10px;
  box-sizing: border-box;
}

#sec3 .set-1 .row-1 .right .info {
  border: 1px solid #574a3e;
  padding: 8vw 5vw;
  text-align: center;
}

#sec3 .set-1 .row-1 .right .info h4 {
  margin-bottom: 3vw;
}

#sec3 .set-1 .row-1 .right .info ul li {
  line-height: 40px;
}

#sec3 .set-1 .row-1 .right .info ul li+li {
  margin-top: 0;
}

#sec3 .set2 {
  position: relative;
}

#sec3 .set2 h3 {
  font-size: 6.45vw;
  line-height: 1;
  margin-bottom: 10vw;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
}

#sec3 .set2 h4 {
  font-size: 15.73vw;
  color: #baa68c;
  opacity: 0.2;
  position: absolute;
  top: 0vw;
  right: 0;
  line-height: 1;
  z-index: -1;
  text-align: right;
  font-weight: 400;
}

#sec3 .set2 .tt__c {
  padding-bottom: 2vw;
  border-bottom: 1px solid #574a3e;
  font-weight: 400;
}

#sec3 .set2 .tt__c dt {
  font-size: 3.73vw;
  line-height: 1;
  margin-bottom: 2vw;
  letter-spacing: 0.1em;
}

#sec3 .set2 .tt__c dd {
  font-size: 4.64vw;
  letter-spacing: 0.2em;
}

#sec3 .set2 .row-1 {
  position: relative;
  margin-bottom: 10vw;
}

#sec3 .set2 .row-1 .photo-1 {
  height: 60vw;
  border-top-left-radius: 30px;
  overflow: hidden;
  margin-bottom: 8vw;
}

#sec3 .set2 .row-1 .box .tt__c {
  margin-bottom: 8vw;
}

#sec3 .set2 .row-1 .box .text {
  margin-bottom: 0;
}

#sec3 .set2 .row-2 {
  position: relative;
  z-index: 2;
  flex-direction: row-reverse;
}

#sec3 .set2 .row-2 .photo-2 {
  height: 63vw;
}

#sec3 .set2 .row-2 .box {
  padding-top: 8vw;
}

#sec3 .set2 .row-2 .box .tt__c {
  margin-bottom: 10vw;
}

#sec3 .set2 .row-2 .box .text {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 67px;
    padding-bottom: 68px;
  }

  #sec3::after {
    width: calc(50% - 499px);
    height: 763px;
    bottom: 0;
    right: 0;
  }

  #sec3 .note {
    width: 644px;
    margin-left: auto;
    margin-bottom: 52px;
    line-height: 30px;
  }

  #sec3 .set-1 {
    margin-bottom: 108px;
  }

  #sec3 .set-1 h2 {
    width: 244px;
    margin-bottom: 1px;
    margin-left: 15px;
  }

  #sec3 .set-1 .row-1 .left {
    margin-left: 118px;
    width: 376px;
    margin-bottom: 0;
    text-align: left;
  }

  #sec3 .set-1 .row-1 .left h3 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 33px;
  }

  #sec3 .set-1 .row-1 .left h3 span {
    padding: 10px 3px;
  }

  #sec3 .set-1 .row-1 .left dl dt {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
    padding-left: 4px;
    letter-spacing: 8px;
  }

  #sec3 .set-1 .row-1 .left dl .price {
    font-size: 25px;
    letter-spacing: 6px;
    margin-bottom: 4px;
    padding-left: 9px;
  }

  #sec3 .set-1 .row-1 .left dl .desc {
    padding-left: 6px;
    letter-spacing: 2px;
  }

  #sec3 .set-1 .row-1 .left .text-1 {
    margin-bottom: 0;
    padding-top: 29px;
    padding-left: 6px;
  }

  #sec3 .set-1 .row-1 .right {
    width: 370px;
    padding: 10px;
    margin-right: 47px;
    margin-top: 54px;
  }

  #sec3 .set-1 .row-1 .right .info {
    padding: 23px 40px 40px;
  }

  #sec3 .set-1 .row-1 .right .info h4 {
    margin-bottom: 16px;
  }

  #sec3 .set-1 .row-1 .right .info ul li {
    line-height: 40px;
  }

  #sec3 .set-1 .row-1 .right .info ul li+li {
    margin-top: 0;
  }

  #sec3 .set2 {
    margin-bottom: 0;
  }

  #sec3 .set2 h3 {
    font-size: 30px;
    margin-bottom: 57px;
  }

  #sec3 .set2 h4 {
    font-size: 125px;
    top: -35px;
    right: -110px;
  }

  #sec3 .set2 .tt__c {
    padding-bottom: 0;
  }

  #sec3 .set2 .tt__c dt {
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }

  #sec3 .set2 .tt__c dd {
    font-size: 20px;
    letter-spacing: 5px;
  }

  #sec3 .set2 .row-1 {
    margin-bottom: 65px;
  }

  #sec3 .set2 .row-1 .photo-1 {
    width: 520px;
    height: 330px;
    border-top-left-radius: 60px;
    margin-left: -52px;
    margin-bottom: 0;
  }

  #sec3 .set2 .row-1 .box {
    width: 491px;
    padding-right: 54px;
    padding-top: 48px;
  }

  #sec3 .set2 .row-1 .box .tt__c {
    margin-bottom: 43px;
    width: 347px;
  }

  #sec3 .set2 .row-1 .box .text {
    margin-bottom: 0;
  }

  #sec3 .set2 .row-2 {
    flex-direction: row-reverse;
  }

  #sec3 .set2 .row-2 .photo-2 {
    width: 650px;
    height: 400px;
    margin-right: -54px;
  }

  #sec3 .set2 .row-2 .box {
    width: 353px;
    padding-top: 82px;
    padding-left: 4px;
  }

  #sec3 .set2 .row-2 .box .tt__c {
    margin-bottom: 66px;
  }

  #sec3 .set2 .row-2 .box .text {
    margin-bottom: 0;
  }
}

#sec4 {
  position: relative;
}

#sec4 .set1 {
  position: relative;
  height: 150vw;
  z-index: 3;
  margin: 0px 0vw -80vw;
  overflow: hidden;
}

#sec4 .set1 .image-container {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

#sec4 .set1 .js-scale-target {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -o-object-position: center top;
  object-position: center top;
}

#sec4 .set {
  position: relative;
  background: url("../img/shared/bg3.jpg");
  padding-bottom: 20vw;
}

#sec4 .set::after {
  content: "";
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
}

#sec4 .set2 {
  position: relative;
  z-index: 2;
  padding-top: 60vw;
  padding-bottom: 20vw;
  color: #fff;
}

#sec4 .set2 .title {
  position: relative;
  margin-bottom: 20vw;
  font-weight: 400;
}

#sec4 .set2 .title h2 {
  font-size: 6.36vw;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 400;
}

#sec4 .set2 .title h2 span {
  display: block;
  text-align: right;
}

#sec4 .set2 .title p {
  font-size: 18.73vw;
  color: #e6dfcd;
  line-height: 1;
  opacity: 0.14;
  position: absolute;
  top: 12vw;
  left: -7vw;
  font-weight: 400;
}

#sec4 .set2 .mock-1,
#sec4 .set2 .mock-2 {
  position: absolute;
  width: 20vw;
  z-index: 1;
}

#sec4 .set2 .mock-1 {
  top: -12vw;
  right: 7vw;
}

#sec4 .set2 .mock-2 {
  top: 33vw;
  left: 8vw;
}

#sec4 .set2 .line {
  width: 231%;
  position: absolute;
  top: 23vw;
  left: -101vw;
}

#sec4 .scrolling {
  overflow: hidden;
  height: 60vw;
  margin-bottom: 7vw;
  position: relative;
  z-index: 2;
}

#sec4 .scrolling .sliderInfinity li .ob-img {
  width: 50vw;
  height: 60vw;
  margin: 0 6px;
}

#sec4 .bnr__popup {
  position: relative;
  max-width: 338px;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}

#sec4 .bnr__popup .style-popup {
  position: relative;
  display: block;
  background: url("../img/shared/bg5.jpg") repeat center;
  color: #fff;
  border-radius: 0 14px 0 14px;
  text-align: center;
  font-size: 18px;
  line-height: 59px;
  letter-spacing: 0.02em;
  font-family: "Shippori Mincho";
  transition: all 0.3s ease;
}

#sec4 .bnr__popup .style-popup::after {
  content: "";
  background: url("../img/lunch/i-popup.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 115px;
  }

  #sec4 .set1 {
    height: 914px;
    margin: 0 5vw -392px;
  }

  #sec4 .set1 .image-container {
    width: 592px;
    height: 398px;
  }

  #sec4 .set {
    padding-bottom: 126px;
  }

  #sec4 .set::after {
    width: calc(50% - 467px);
  }

  #sec4 .set2 {
    padding-top: 330px;
    padding-bottom: 209px;
  }

  #sec4 .set2 .title {
    width: 607px;
    margin-left: auto;
    margin-bottom: 106px;
    padding-right: 39px;
  }

  #sec4 .set2 .title h2 {
    font-size: 35px;
    line-height: 69px;
    letter-spacing: 9px;
  }

  #sec4 .set2 .title h2 span {
    text-align: right;
  }

  #sec4 .set2 .title p {
    font-size: 125px;
    top: 50px;
    right: 272px;
    width: 600px;
    left: auto;
  }

  #sec4 .set2 .text {
    width: 509px;
    height: 292px;
    margin-bottom: 0;
    padding-right: 0;
  }

  #sec4 .set2 .mock-1,
  #sec4 .set2 .mock-2 {
    width: 130px;
  }

  #sec4 .set2 .mock-1 {
    top: -32px;
    right: -32px;
  }

  #sec4 .set2 .mock-2 {
    bottom: -84px;
    left: -49px;
    top: auto;
  }

  #sec4 .set2 .line {
    width: 1800px;
    top: 127px;
    left: -375px;
  }

  #sec4 .scrolling {
    height: 540px;
    margin-bottom: 105px;
  }

  #sec4 .scrolling .sliderInfinity li .ob-img {
    width: 409px;
    height: 540px;
    margin: 0 8px;
  }

  #sec4 .bnr__popup {
    width: 338px;
  }

  #sec4 .bnr__popup .style-popup {
    font-size: 18px;
    line-height: 59px;
    padding-right: 19px;
  }

  #sec4 .bnr__popup .style-popup::after {
    right: 33px;
    width: 12px;
    height: 12px;
  }

  #sec4 .bnr__popup .style-popup:hover {
    border-radius: 0;
  }
}

#sec5 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 109px;
    padding-bottom: 110px;
  }

  #sec5 .wrap {
    padding: 116px 0 126px !important;
  }

  #sec5.reservation__form .list {
    max-width: 857px;
    margin-bottom: 60px;
    padding-left: 66px;
  }

  #sec5.reservation__form .reservation__form-button a .ttl {
    margin: 0 0 2px 0;
  }

  #sec5.reservation__form .reservation__form-button a dl dt {
    margin-bottom: 22px;
  }

  #sec5.reservation__form .reservation__form-button a dl dd {
    line-height: 33px;
  }
}

#sec6 {
  position: relative;
  padding-bottom: 30vw;
}

#sec6::after {
  content: "";
  background: url("../img/lunch/sec6_bg.png") no-repeat bottom center;
  background-size: cover;
  height: 96vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#sec6 .set1 {
  position: relative;
  padding-top: 18vw;
  margin-bottom: 20vw;
}

#sec6 .set1::before {
  content: "";
  background: url("../img/shared/bg2.jpg");
  position: absolute;
  top: 159vw;
  left: -6vw;
  width: 31vw;
  height: 32vw;
  z-index: -1;
}

#sec6 .set1 .title {
  margin: 0 auto 8vw;
  position: relative;
  z-index: 2;
  width: 60vw;
}

#sec6 .set1 .title h2 {
  width: 33vw;
  margin-bottom: 2vw;
}

#sec6 .set1 .title h3 {
  font-size: 6.36vw;
  line-height: 2;
  letter-spacing: 0.2em;
  width: 27vw;
  height: 64vw;
  margin: 0 auto;
  font-weight: 400;
}

#sec6 .set1 .photo-1 {
  width: 70vw;
  height: 77vw;
  position: relative;
  margin: 0 auto 5vw;
}

#sec6 .set1 .text {
  margin-bottom: 8vw;
}

#sec6 .set1 .photo-2 {
    width: 45vw;
    height: 55vw;
    position: relative;
    margin: 0 -6vw 0vw auto;
}

#sec6 .set2 {
  margin: 0 auto;
  border: 2px solid #baa68c;
  border-radius: 50px;
  padding: 6px;
  position: relative;
  z-index: 2;
}

#sec6 .set2 .inside {
  border: 1px solid #baa68c;
  border-radius: 50px;
  padding: 10vw 5vw;
}

#sec6 .set2 dl {
  text-align: center;
  margin-bottom: 10vw;
  font-weight: 400;
}

#sec6 .set2 dl dt {
  font-size: 5.91vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}

#sec6 .set2 dl dd {
  font-size: 4.64vw;
  letter-spacing: 0.2em;
}

#sec6 .set2 .list__group {
  margin: 0 auto;
}

#sec6 .set2 .list__group ul {}

#sec6 .set2 .list__group ul li+li {
  margin-top: 0;
}

#sec6 .set2 .list__group ul+ul {
  width: 270px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 275px;
  }

  #sec6::after {
    height: 613px;
  }

  #sec6 .set1 {
    padding-top: 141px;
    margin-bottom: 136px;
  }

  #sec6 .set1::before {
    bottom: 17px;
    left: calc(-50vw + 50%);
    right: calc(50% + 484px);
    width: auto;
    height: 364px;
    top: auto;
  }


  #sec6 .set1 .title {
    width: 400px;
    margin: 0 auto 0;
  }

  #sec6 .set1 .title h2 {
    width: 244px;
    margin-bottom: 9px;
  }

  #sec6 .set1 .title h3 {
    font-size: 35px;
    line-height: 69px;
    letter-spacing: 9.5px;
    width: 120px;
    height: 392px;
    margin-left: auto;
    margin-right: 39px;
  }

  #sec6 .set1 .photo-1 {
    width: 490px;
    height: 710px;
    position: absolute;
    top: 137px;
    left: -168px;
    margin: 0;
  }

  #sec6 .set1 .text {
    width: 817px;
    margin-left: auto;
    text-align: center;
    margin-bottom: 0;
  }

  #sec6 .set1 .photo-2 {
    width: 309px;
    height: 391px;
    position: absolute;
    top: 681px;
    right: -167px;
    margin: 0;
  }

  #sec6 .set2 {
    width: 840px;
    border: 3px solid #baa68c;
  }

  #sec6 .set2 .inside {
    border-radius: 50px;
    padding: 55px 0 49px;
  }

  #sec6 .set2 dl {
    margin-bottom: 61px;
  }

  #sec6 .set2 dl dt {
    font-size: 27px;
    letter-spacing: 6px;
    margin-bottom: 18px;
  }

  #sec6 .set2 dl dd {
    font-size: 20px;
    letter-spacing: 5px;
  }

  #sec6 .set2 .list__group {
    padding-left: 48px;
    gap: 75px;
    justify-content: center;
  }

  #sec6 .set2 .list__group ul {
    line-height: 32px;
  }

  #sec6 .set2 .list__group ul li+li {
    margin-top: 0;
  }

  #sec6 .set2 .list__group ul+ul {
    padding-left: 0;
  }
}

.popup-lunchcourse {
  background: url("../img/shared/bg1.jpg");
  padding-bottom: 100px;
}

.popup-lunchcourse .close {
  width: 100px;
  height: 100px;
  margin-left: auto;
  position: sticky;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  z-index: 2;
}

.popup-lunchcourse .close button {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/lunch/close01.jpg") no-repeat center;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

.popup-lunchcourse .close button:hover {
  opacity: 0.6;
}

.popup-lunchcourse .btn-close {
  max-width: 299px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-lunchcourse .btn-close:hover {
  opacity: 0.6;
}

.popup-lunchcourse .pp__title {
  text-align: center;
  margin-bottom: 58px;
}

.popup-lunchcourse .pp__title h2 {
  font-size: 92px;
  line-height: 1;
  margin-bottom: 2px;
}

.popup-lunchcourse .pp__title p {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 2.5px;
}

.popup-lunchcourse .pp__note {
  text-align: center;
  margin-bottom: 61px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
}

.popup-lunchcourse .pp__list {
  max-width: 927px;
  margin: 80px auto 109px;
}

.popup-lunchcourse .pp__list .col {
  width: 422px;
  border: 1px solid #574a3e;
  padding: 10px;
  position: relative;
}

.popup-lunchcourse .pp__list .col::before {
  content: "";
  border: 1px solid #574a3e;
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}

.popup-lunchcourse .pp__list .col .inside {
  padding-top: 56px;
  padding-bottom: 34px;
}

.popup-lunchcourse .pp__list .col .inside dl {
  text-align: center;
  width: 100%;
  max-width: 323px;
  margin: 0 auto;
  padding-bottom: 27px;
  margin-bottom: 24px;
  background: url("../img/lunch/line.png") repeat-x bottom left;
}

.popup-lunchcourse .pp__list .col .inside dl dt {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 17px;
  letter-spacing: 5.5px;
}

.popup-lunchcourse .pp__list .col .inside dl dd {
  margin-bottom: 0;
}

.popup-lunchcourse .pp__list .col .inside .row {
  text-align: center;
}

.popup-lunchcourse .pp__list .col .inside .row ul {
  padding-top: 0;
}

.popup-lunchcourse .pp__list .col .inside .row ul li+li {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .popup-lunchcourse .close {
    width: 70px;
    height: 70px;
  }

  .popup-lunchcourse .popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-lunchcourse .pp__title {
    margin-bottom: 58px;
  }

  .popup-lunchcourse .pp__title h2 {
    font-size: 14vw;
    margin-bottom: 2vw;
  }

  .popup-lunchcourse .pp__title p {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .popup-lunchcourse .pp__note {
    margin-bottom: 10vw;
    font-size: 13px;
    letter-spacing: 2px;
  }

  .popup-lunchcourse .pp__list {
    margin: 10vw auto 15vw;
  }

  .popup-lunchcourse .pp__list .col {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .popup-lunchcourse .pp__list .col::before {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .popup-lunchcourse .pp__list .col .inside {
    padding: 15vw 5vw;
  }

  .popup-lunchcourse .pp__list .col .inside dl {
    width: 100%;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }

  .popup-lunchcourse .pp__list .col .inside dl dt {
    font-size: 6.5vw;
    line-height: 1.8;
    margin-bottom: 2vw;
    letter-spacing: 0.2em;
  }

  .popup-lunchcourse .pp__list .col+.col {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 768px) and (max-width:1299px) {
  #sec1 .photo-2 {
    left: -240px;
  }

  #sec3 .set2 h4 {
    right: -86px;
  }

  #sec5.reservation__form .list {
    padding-left: 0;
  }

  #sec6 .set1 .photo-1 {
    width: 44%;
    left: -99px;
  }

  #sec6 .set1 .photo-2 {
    right: -123px;
  }
}