@charset "UTF-8";

header .logo {
  top: 77vw;
}

@media screen and (min-width: 768px) {
  header .logo {
    top: 400px;
  }

  header h1 {
    top: 870px;
  }
}

#key h2.ttl {
  margin: 0 auto;
  line-height: 1.5;
}

#key h2.ttl>span {
  display: inline-block;
  margin: 0 5px;
  padding: 3vw 0;
  background: #fff;
}

#key h2.ttl>span:first-child {
  padding-bottom: 0;
}

#key h2.ttl>span~span {
  margin-top: 18vw;
}

#key .keyvisual p.txt {
  height: auto;
}

#key .set {
  margin-top: -21vw;
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#key .set .txtbox {
  margin-top: 7vw;
}

#key .set .txtbox .txt {
  line-height: 2.037037037;
}

@media screen and (min-width: 768px) {
  #key h2.ttl {
    margin: 0 0 0 auto;
    font-size: 30px;
    line-height: 50px;
  }

  #key h2.ttl>span {
    margin: 0 12px;
    padding: 10px 0;
  }

  #key h2.ttl>span~span {
    margin-top: 104px;
  }

  #key .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: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin: -120px auto 0;
    padding: 0;
  }

  #key .set .ttlbox {
    width: 225px;
  }

  #key .set .txtbox {
    margin-top: 180px;
  }

  #key .set .txtbox .txt {
    width: 690px;
    line-height: 35px;
  }
}

#sec1 {
  margin-top: 15vw;
  padding: 15vw 0 20vw;
  position: relative;
  z-index: 0;
}

#sec1::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../img/lunchbox/sec1_bgt_sp.png") center top/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec1 .wrap::before {
  content: "";
  width: 70vw;
  height: 30vw;
  background: url("../img/lunchbox/deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -30vw;
  right: 0;
  z-index: -1;
}

#sec1 h2.ttl {
  text-align: center;
}

#sec1 h2.ttl>span {
  display: inline-block;
  padding: 0 3vw 2vw;
  position: relative;
}

#sec1 h2.ttl>span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  background: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec1 #s1SliderThumb {
  margin: 0 -5px;
}

#sec1 #s1SliderThumb .slick-slide {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec1 #s1SliderThumb .slick-slide .img {
  position: relative;
}

#sec1 #s1SliderThumb .slick-slide .img::after {
  content: "";
  background: #fff;
  opacity: 0.7;
  position: absolute;
  inset: 0;
}

#sec1 #s1SliderThumb .slick-current .img::after {
  opacity: 0;
}

#sec1 .set1 .txtbox {
  margin-top: 7vw;
}

#sec1 .set2 {
  margin-top: 10vw;
}

#sec1 .set2 .gr1 .txtnote {
  text-align: center;
}

#sec1 .set2 .gr1 .slider {
  margin-top: 10px;
}

#sec1 .set2 .gr3 {
  margin-top: 7vw;
}

#sec1 .set2 .gr3 .txtbox hr {
  margin-top: 5vw;
  border: 0;
  border-top: 1px solid #000;
  opacity: 0.5;
}

#sec1 .set2 .gr3 .txtbox .ttl,
#sec1 .set2 .gr3 .txtbox .price {
  text-align: center;
}

#sec1 .set2 .gr3 .txtbox .price {
  font-size: 15px;
  letter-spacing: 0.12em;
}

#sec1 .set2 .gr3 .txtbox .price small {
  font-size: 13px;
  letter-spacing: 0.12em;
}

#sec1 .set2 .gr3 .txtbox .txt {
  margin-top: 5vw;
}

#sec1 .set3 {
  margin-top: 5vw;
  padding: 7vw 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#sec1 .set3::before {
  content: "";
  border: 1px solid;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 0, 95% 0, 95% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 0, 95% 0, 95% 100%, 100% 100%, 100% 0%);
  opacity: 0.6;
  position: absolute;
  inset: 0;
  z-index: -1;
}

#sec1 .set3 h3.ttl {
  text-align: center;
}

#sec1 .set3 .menu-list {
  margin-top: 5vw;
}

#sec1 .set3 .menu-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

#sec1 .set3 .menu-list dl dt {
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 0.12em;
}

#sec1 .set3 .menu-list dl dd {
  font-size: 18px;
  letter-spacing: 0.12em;
}

#sec1 .set3 .menu-list dl dd small {
  font-size: 15px;
  letter-spacing: 0.12em;
}

#sec1 .set4 {
  margin-top: 10vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg3.jpg"), url("../img/lunchbox/deco3.png") left bottom/30% no-repeat;
  position: relative;
  z-index: 0;
}

#sec1 .set4::before {
  content: "";
  width: 40vw;
  height: 40vw;
  background: url("../img/lunchbox/deco2.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  right: -10vw;
  z-index: -1;
}

#sec1 .set4::after {
  content: "";
  width: 40vw;
  height: 40vw;
  background: url("../img/lunchbox/deco3.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec1 .set4 h3.ttl {
  font-weight: 400;
  font-size: 5vw;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec1 .set4 .gr2 {
  margin-top: 7vw;
}

#sec1 .set4 .gr2 .img {
  margin-top: 7vw;
  text-align: center;
}

#sec1 .set4 .gr2 .img img {
  width: 40%;
}

#sec1 .set4 .gr2 .txt {
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: 90px;
    padding: 169px 0 215px;
  }

  #sec1::before {
    background: url("../img/lunchbox/sec1_bgt.png") center top/107% no-repeat;
  }

  #sec1 .wrap::before {
    width: 612px;
    height: 239px;
    top: -300px;
    right: -82px;
  }

  #sec1 h2.ttl {
    font-size: 30px;
  }

  #sec1 h2.ttl>span {
    padding: 0 10px 20px;
  }

  #sec1 #s1SliderThumb {
    margin: 0;
  }

  #sec1 #s1SliderThumb .slick-slide {
    width: 131px !important;
  }

  #sec1 .set1 .txtbox {
    margin-top: 54px;
  }

  #sec1 .set1 .txtbox .txt {
    text-align: center;
  }

  #sec1 .set2 {
    display: grid;
    grid-template-columns: 552px 1fr;
    margin: 86px -250px 0 -50px;
  }

  #sec1 .set2 h3.ttl {
    font-size: 26px;
  }

  #sec1 .set2 .gr1 {
    width: 798px;
    grid-area: 1/2/3/3;
  }

  #sec1 .set2 .gr1 .txtnote {
    margin-bottom: 14px;
  }

  #sec1 .set2 .gr1 .slider {
    margin-top: 0;
  }

  #sec1 .set2 .gr2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec1 .set2 .gr3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 113px;
    padding: 0 70px 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec1 .set2 .gr3 .txtbox hr {
    margin-top: 30px;
  }

  #sec1 .set2 .gr3 .txtbox .price {
    margin-top: 10px;
    font-size: 21px;
  }

  #sec1 .set2 .gr3 .txtbox .price small {
    font-size: 18px;
  }

  #sec1 .set2 .gr3 .txtbox .txt {
    margin-top: 30px;
  }

  #sec1 .set3 {
    width: 767px;
    margin: 160px auto 0;
    padding: 15px 80px 35px;
  }

  #sec1 .set3::before {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 16px 100%, 16px 0, calc(100% - 16px) 0, calc(100% - 16px) 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 16px 100%, 16px 0, calc(100% - 16px) 0, calc(100% - 16px) 100%, 100% 100%, 100% 0%);
  }

  #sec1 .set3 h3.ttl {
    font-size: 26px;
    text-align: center;
  }

  #sec1 .set3 .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 50px;
  }

  #sec1 .set3 .menu-list dl {
    padding: 5px 0;
  }

  #sec1 .set3 .menu-list dl dt {
    font-size: 19px;
  }

  #sec1 .set3 .menu-list dl dd {
    font-size: 20px;
  }

  #sec1 .set3 .menu-list dl dd small {
    font-size: 18px;
  }

  #sec1 .set4 {
    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;
    margin: 142px -100px 0;
    padding: 76px 84px 81px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto;
    align-items: center;
  }

  #sec1 .set4::before {
    width: 305px;
    height: 295px;
    top: -210px;
    right: 121px;
  }

  #sec1 .set4::after {
    width: 387px;
    height: 386px;
  }

  #sec1 .set4 h3.ttl {
    font-size: 28px;
  }

  #sec1 .set4 .gr1 {
    width: 580px;
    margin-top: 0;
  }

  #sec1 .set4 .gr2 {
    -ms-flex-item-align: center;
    align-self: center;
    width: 415px;
    margin-top: 0;
    padding: 20px 0;
  }

  #sec1 .set4 .gr2 .img {
    margin-top: 30px;
  }

  #sec1 .set4 .gr2 .img img {
    width: 30%;
    padding-top: 13px;
  }

  #sec1 .set4 .gr2 .txt {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  #sec1 .set2 {
    margin-left: -100px;
  }
}

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

#sec2::before {
  content: "";
  width: 100%;
  height: 5vw;
  display: block;
  background: url("../img/shared/pattern2.png") center top repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#sec2 .img-big {
  height: 70vw;
}

#sec2 .img-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec2 h2.ttl {
  margin: 0 auto;
}

#sec2 h2.ttl>span {
  display: inline-block;
  padding: 3vw 0;
  background: #fff;
}

#sec2 .set1 {
  margin-top: -40vw;
}

#sec2 .set1 .ttlbox {
  margin-bottom: -7vw;
  position: relative;
  z-index: 1;
}

#sec2 .set1 .txtbox {
  padding: 13vw 4vw 7vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
}

#sec2 .set-style h3.ttl {
  font-size: 4.5vw;
  text-align: center;
}

#sec2 .set-style .price {
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec2 .set-style .price small {
  font-size: 13px;
  letter-spacing: 0.12em;
}

#sec2 .set-style hr {
  margin-top: 7vw;
  border: 0;
  border-top: 1px solid;
  border-radius: 0;
  opacity: 0.3;
}

#sec2 .set-style .gr2 {
  margin-top: 7vw;
}

#sec2 .set-style .gr2 .txt {
  margin-top: 7vw;
}

#sec2 .set2 {
  margin-top: 15vw;
  position: relative;
  z-index: 0;
}

#sec2 .set2::before {
  content: "";
  width: 60vw;
  height: 30vw;
  background: url("../img/lunchbox/deco4.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  left: 10vw;
  z-index: -1;
}

#sec2 .set3 {
  margin-top: 10vw;
}

#sec2 .set4 {
  margin-top: 10vw;
  position: relative;
  z-index: 0;
}

#sec2 .set4::before {
  content: "";
  width: 60vw;
  height: 30vw;
  background: url("../img/lunchbox/deco5.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  right: 0vw;
  z-index: -1;
}

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

  #sec2::before {
    height: 21px;
  }

  #sec2 .img-big {
    height: 589px;
  }

  #sec2 h2.ttl {
    font-size: 28px;
  }

  #sec2 h2.ttl>span {
    padding: 5px 0;
  }

  #sec2 .set1 {
    width: 745px;
    margin: -315px auto 0;
    text-align: center;
  }

  #sec2 .set1 .ttlbox {
    margin-bottom: -14px;
  }

  #sec2 .set1 .txtbox {
    padding: 60px 30px 0;
  }

  #sec2 .set-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 -100px;
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec2 .set-style.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 90px;
  }

  #sec2 .set-style h3.ttl {
    font-size: 26px;
    line-height: 70px;
  }

  #sec2 .set-style .price {
    font-size: 21px;
  }

  #sec2 .set-style .price small {
    font-size: 18px;
  }

  #sec2 .set-style hr {
    margin-top: 30px;
  }

  #sec2 .set-style .gr1 {
    width: 613px;
  }

  #sec2 .set-style .gr2 {
    width: calc(100% - 613px);
    max-width: 450px;
    min-width: 420px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
    padding: 20px 0;
  }

  #sec2 .set-style .gr2 .txt {
    margin-top: 30px;
  }

  #sec2 .set2 {
    margin-top: 150px;
  }

  #sec2 .set2::before {
    width: 620px;
    height: 238px;
    top: -138px;
    left: 214px;
  }

  #sec2 .set3 {
    margin-top: 62px;
    position: relative;
    z-index: 1;
  }

  #sec2 .set4 {
    margin-top: 76px;
  }

  #sec2 .set4::before {
    width: 621px;
    height: 239px;
    top: -105px;
    right: 36px;
  }
}

@media screen and (min-width: 1200px) {
  #sec2 .set-style {
    padding-right: 35px;
    padding-left: 35px;
  }

  #sec2 .set-style.reverse {}
}

#sec3 {
  padding: 20vw 0;
  background: url("../img/shared/pattern2.png") center bottom repeat-x;
  position: relative;
  z-index: 1;
}

#sec3 .wrap::before {
  content: "";
  width: 40vw;
  height: 40vw;
  background: url("../img/lunchbox/deco6.png") 0 0/contain no-repeat;
  position: absolute;
  top: -25vw;
  left: 20vw;
  z-index: -1;
}

#sec3 h2.ttl {
  text-align: center;
}

#sec3 .set {
  padding: 10vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

#sec3 .set .txtbox1 {
  margin-top: 10vw;
}

#sec3 .set .txtbox1 ul li {
  padding: 5px 0 5px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  position: relative;
}

#sec3 .set .txtbox1 ul li:first-child {
  border-top: 0;
}

#sec3 .set .txtbox1 ul li::before {
  content: "・";
  position: absolute;
  top: 5px;
  left: 0;
}

#sec3 .set .txtbox1 dl {
  margin-top: 5px;
  text-align: center;
}

#sec3 .set .txtbox2 {
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

#sec3 .set .txtbox2 .txt+.txt {
  margin-top: 5px;
}

#sec3 .set .txtbox3 {
  margin-top: 10vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg2.jpg");
  border: 5px solid rgba(255, 255, 255, 0.5);
}

#sec3 .set .txtbox3 h3.ttl {
  font-size: 4vw;
  text-align: center;
}

#sec3 .set .txtbox3 .gr {
  margin-top: 7vw;
}

#sec3 .set .txtbox3 .gr dl dt {
  padding: 5px;
  background: url("../img/shared/bg4.jpg");
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
}

#sec3 .set .txtbox3 .gr dl dd {
  margin-top: 3vw;
}

#sec3 .set .txtbox3 .gr .tel .tel-number {
  font-size: 19px;
  letter-spacing: 0.12em;
}

#sec3 .set .txtbox3 .gr .tel .tel-number small {
  font-size: 14px;
  letter-spacing: 0.12em;
}

#sec3 .set .txtbox3 .gr .reserve {
  margin-top: 5vw;
}

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

  #sec3 .wrap::before {
    width: 431px;
    height: 352px;
    top: -245px;
    left: 168px;
  }

  #sec3 h2.ttl {
    font-size: 30px;
    line-height: 70px;
  }

  #sec3 .set {
    padding: 80px 0 123px;
  }

  #sec3 .set .txtbox1 {
    margin-top: 40px;
  }

  #sec3 .set .txtbox1 ul {
    text-align: center;
  }

  #sec3 .set .txtbox1 ul li {
    padding: 10px 0;
  }

  #sec3 .set .txtbox1 ul li::before {
    position: relative;
    top: auto;
  }

  #sec3 .set .txtbox1 dl {
    margin-top: 5px;
  }

  #sec3 .set .txtbox2 {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }

  #sec3 .set .txtbox2 .txt+.txt {
    margin-top: 10px;
  }

  #sec3 .set .txtbox3 {
    width: 874px;
    margin: 85px auto 0;
    padding: 60px 69px 77px;
  }

  #sec3 .set .txtbox3 h3.ttl {
    font-size: 23px;
    line-height: 70px;
  }

  #sec3 .set .txtbox3 .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    margin: 60px auto 0;
  }

  #sec3 .set .txtbox3 .gr dl {
    width: 333px;
  }

  #sec3 .set .txtbox3 .gr dl dt {
    padding: 5px;
    font-size: 19px;
  }

  #sec3 .set .txtbox3 .gr dl dd {
    margin-top: 24px;
  }

  #sec3 .set .txtbox3 .gr .tel .tel-number {
    font-size: 26px;
  }

  #sec3 .set .txtbox3 .gr .tel .tel-number small {
    font-size: 19px;
  }

  #sec3 .set .txtbox3 .gr .reserve {
    margin-top: 0;
  }
}

#sec4 {
  padding: 20vw 0;
  background: url("../img/shared/bg2.jpg");
}

#sec4 .wrap {
  z-index: 0;
}

#sec4 .wrap::before {
  content: "";
  width: 90vw;
  height: 40vw;
  background: url("../img/lunchbox/deco7.png") 0 0/contain no-repeat;
  position: absolute;
  top: 20vw;
  left: 7vw;
  z-index: -1;
}

#sec4 h2.ttl {
  margin: 0 auto;
}

#sec4 h2.ttl>span {
  display: inline-block;
  padding: 3vw 0;
  background: #fff;
}

#sec4 .set1 .gr2 {
  margin-top: 20vw;
}

#sec4 .set1 .gr2 .imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}

#sec4 .set1 .gr2 .imgbox .img1 img,
#sec4 .set1 .gr2 .imgbox .img2 img,
#sec4 .set1 .gr2 .imgbox .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec4 .set1 .gr2 .imgbox .img1 {
  grid-area: 1/1/2/3;
}

#sec4 .set2 {
  margin-top: 10vw;
}

#sec4 .set2 .btnbox {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 107px 0 156px;
  }

  #sec4 .wrap::before {
    width: 627px;
    height: 238px;
    top: 363px;
    left: -77px;
  }

  #sec4 h2.ttl {
    margin: 0 auto;
    font-size: 28px;
  }

  #sec4 h2.ttl>span {
    padding: 5px 0;
  }

  #sec4 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #sec4 .set1 .gr1 {
    width: 100px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  #sec4 .set1 .gr2 {
    width: 865px;
    margin-top: 0;
  }

  #sec4 .set1 .gr2 .imgbox {
    grid-template-columns: 505px 349px;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 11px;
  }

  #sec4 .set1 .gr2 .imgbox .img1 {
    grid-area: 1/1/3/2;
  }

  #sec4 .set2 {
    margin-top: 60px;
    text-align: center;
  }

  #sec4 .set2 .btnbox {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .st4_price br {
    display: block !important;
  }
}