@charset "UTF-8";
#sec1 .wrap {
  padding: 0;
}
#sec1 .row .desc {
  background: url(../img/shared/main_bg2.jpg) repeat;
  color: #d2d2d2;
  margin: 0 6.67%;
  padding: 10.5vw 9%;
  box-sizing: border-box;
  position: relative;
  top: -18.8vw;
}
#sec1 .row .desc h2 {
  font-size: 6.1vw;
  color: #d2d2d2;
  font-weight: 500;
  text-align: center;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 9.2vw;
}
#sec1 .row .desc .txt {
  color: #d2d2d2;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 121px;
  }
  #sec1 .row {
    margin: 0 -250px;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec1 .row .img {
    height: 632px;
    margin-top: 136px;
  }
  #sec1 .row .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .row .desc {
    flex-shrink: 0;
    margin: -27px 0 0;
    width: 570px;
    top: 0;
    box-sizing: border-box;
    padding: 142px 62px 129px;
  }
  #sec1 .row .desc h2 {
    font-size: 32px;
    line-height: 2.2em;
    margin-bottom: 50px;
  }
  #sec1 .row .desc .txt {
    line-height: 2.32em;
    text-align: center;
  }
}

#sec2 {
  padding: 12vw 0;
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
}
#sec2 .en {
  font-family: var(--calisto);
  font-size: 3.43vw;
  line-height: 1.85em;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
}
#sec2 h2 {
  font-size: 7vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 9.2vw;
}
#sec2 .row:not(:last-child) {
  margin-bottom: 12.9vw;
}
#sec2 .row .img {
  margin-bottom: 5.8vw;
}
#sec2 .row .desc h3 {
  font-size: 6.1vw;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 4.2vw;
}
#sec2 .row .desc .txt {
  margin-bottom: 5.8vw;
}
#sec2 .row .slick-dots {
  position: static;
  text-align: left;
  display: flex !important;
  justify-content: center;
  gap: 7px;
}
#sec2 .row .slick-dots li {
  margin: 0;
  width: 35px;
  height: 6px;
}
#sec2 .row .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
#sec2 .row .slick-dots li button::before {
  display: none;
}
#sec2 .row .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 135px 0 133px;
  }
  #sec2 .en {
    font-size: 18px;
  }
  #sec2 h2 {
    margin-bottom: 75px;
    font-size: 42px;
  }
  #sec2 .row {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0 -100px;
    align-items: flex-start;
  }
  #sec2 .row:not(:last-child) {
    margin-bottom: 49px;
  }
  #sec2 .row.reverse {
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 0 -100px 0 48px;
  }
  #sec2 .row.reverse .img {
    width: 600px;
    height: 403px;
    flex-shrink: 0;
  }
  #sec2 .row.reverse .desc {
    width: 392px;
    margin-top: 38px;
    margin-left: 0;
  }
  #sec2 .row.reverse .desc h3 {
    margin-bottom: 44px;
  }
  #sec2 .row.reverse .desc .txt {
    margin-bottom: 0;
  }
  #sec2 .row .img {
    margin-bottom: 0;
    width: 778px;
  }
  #sec2 .row .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec2 .row .desc {
    flex-shrink: 0;
    width: 334px;
    margin-left: 84px;
    margin-top: 82px;
    margin-right: 62px;
  }
  #sec2 .row .desc h3 {
    font-size: 32px;
    line-height: 2.2em;
    margin-bottom: 21px;
  }
  #sec2 .row .desc .txt {
    margin-bottom: 49px;
    line-height: 2.3em;
    letter-spacing: 0.05em;
  }
  #sec2 .row .slick-dots {
    position: absolute;
    bottom: 110px;
    right: -208px;
    justify-content: flex-end;
  }
  #sec2 .row .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }
}

#sec3 {
  padding: 12vw 0;
}
#sec3 h2 {
  font-size: 7vw;
  color: #252a30;
  font-weight: 500;
  text-align: center;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 3.6vw;
}
#sec3 .note {
  margin-bottom: 9.2vw;
  text-align: center;
}
#sec3 .group {
  margin-bottom: 10.9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 80px;
}
#sec3 .group dl {
  font-weight: 500;
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  color: #252a30;
  text-align: center;
  border: 1px solid #bca982;
  box-sizing: border-box;
}
#sec3 .group dl::before {
  content: "";
  position: absolute;
  bottom: -81px;
  left: 0;
  display: block;
  height: 80px;
  width: 100%;
  background: url(../img/dinner/sec3_plus.png) center/48px auto no-repeat;
}
#sec3 .group dl:last-child::before {
  content: none;
}
#sec3 .group dl dt {
  margin-bottom: 5px;
  font-size: min(6vw, 24px);
  letter-spacing: 0.32em;
}
#sec3 .group dl dd {
  font-size: min(4.8vw, 18px);
  letter-spacing: 0.32em;
}
#sec3 .group dl dd .unit {
  font-size: 81.8181818182%;
}
#sec3 .txt {
  margin-bottom: 10.9vw;
}
#sec3 .btn-all2 a {
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 144px 0 148px;
  }
  #sec3 h2 {
    font-size: 42px;
    margin-bottom: 9px;
  }
  #sec3 .note {
    margin-bottom: 58px;
  }
  #sec3 .group {
    display: flex;
    flex-direction: row;
    margin: 0 -25px 61px;
    gap: 177px;
  }
  #sec3 .group dl {
    max-width: unset;
    width: 440px;
    padding: 49px 20px 42px;
  }
  #sec3 .group dl::before {
    bottom: 49px;
    left: calc(100% + 48px);
    height: 89px;
    width: 88px;
    background-position: center;
    background-size: contain;
  }
  #sec3 .group dl dt {
    font-size: 28px;
    margin-bottom: 9px;
  }
  #sec3 .group dl dd {
    font-size: 22px;
  }
  #sec3 .txt {
    width: 540px;
    margin: 0 auto 59px;
    text-align: center;
  }
  #sec3 .btn-all2 {
    width: 260px;
    height: 61px;
  }
}

#sec4 {
  padding-bottom: 12vw;
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
}
#sec4 .row-para {
  background-image: unset !important;
  position: relative;
}
#sec4 .row-para .bg {
  box-sizing: border-box;
  min-height: 100vw;
  position: relative;
}
#sec4 .row-para .bg .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#sec4 .row-para .bg .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#sec4 .row1 {
  margin-top: calc(-22.6vw - 156px);
  margin-bottom: 14vw;
}
#sec4 .row1 .desc .en {
  font-family: var(--calisto);
  font-size: 3.43vw;
  line-height: 1.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
#sec4 .row1 .desc h2 {
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 9.2vw;
}
#sec4 .row1 .desc .txt1 {
  margin-bottom: 9.2vw;
}
#sec4 .row1 .desc .txt2 {
  margin-bottom: 9.2vw;
}
#sec4 .row2 .img {
  margin-bottom: 9.2vw;
}
#sec4 .row2 .desc h3 {
  font-size: 6.1vw;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: 0.3em;
  margin-bottom: 4.2vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 150px;
  }
  #sec4 .row-para .bg {
    min-height: 650px;
  }
  #sec4 .row1 {
    margin: -364px -150px 103px -100px;
    display: flex;
  }
  #sec4 .row1 .desc {
    width: 489px;
    flex-shrink: 0;
    margin-right: 110px;
  }
  #sec4 .row1 .desc .en {
    font-size: 21px;
    margin-bottom: -4px;
  }
  #sec4 .row1 .desc h2 {
    font-size: 42px;
    margin-bottom: 62px;
  }
  #sec4 .row1 .desc .txt1 {
    width: 100%;
    margin-bottom: 68px;
  }
  #sec4 .row1 .desc .txt2 {
    width: 100%;
    margin-bottom: 0;
  }
  #sec4 .row1 .img {
    margin-top: 189px;
    height: 361px;
  }
  #sec4 .row1 .img img {
    object-position: center right;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec4 .row2 {
    display: flex;
    margin: 0 -150px 0 -100px;
  }
  #sec4 .row2 .img {
    margin-bottom: 0;
  }
  #sec4 .row2 .desc {
    width: 465px;
    margin-left: 75px;
    margin-top: 82px;
    flex-shrink: 0;
  }
  #sec4 .row2 .desc h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #sec4 .row2 .desc .txt {
    width: 100%;
  }
}

#sec5 {
  padding: 12vw 0 12vw;
}
#sec5 h2 {
  font-size: 7vw;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  text-align: center;
  color: #252a30;
  font-weight: 500;
  margin-bottom: 4vw;
}
#sec5 .box {
  padding: 9vw 3%;
  border: 1px solid #bca982;
  text-align: center;
  margin-bottom: 20px;
}
#sec5 .box:last-child {
  margin: 0;
}
#sec5 .box dl {
  margin-bottom: 6vw;
}
#sec5 .box dl dt {
  font-size: 6vw;
  font-weight: 500;
  margin-bottom: 2vw;
  color: #252a30;
  letter-spacing: 0.32em;
}
#sec5 .box dl dd {
  font-size: 5vw;
  font-weight: 500;
  color: #252a30;
  letter-spacing: 0.32em;
}
#sec5 .box dl dd .unit {
  font-size: 81.8181818182%;
}
#sec5 .img1 {
  width: 80%;
  position: relative;
  z-index: 1;
}
#sec5 .img2 {
  width: 90%;
  margin-top: -10vw;
  margin-left: auto;
  margin-bottom: 5vw;
}
#sec5 .img3 {
  width: 50%;
  position: relative;
  z-index: 1;
}
#sec5 .img4 {
  width: 60%;
  margin-left: auto;
  margin-top: -35vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 142px 0 174px;
  }
  #sec5 h2 {
    text-align: left;
    width: 181px;
    height: 492px;
    position: absolute;
    top: 65px;
    left: -118px;
    font-size: 42px;
    line-height: 2.15em;
    letter-spacing: 0.3em;
    margin-bottom: 0;
  }
  #sec5 h2 span {
    margin-top: 55px;
  }
  #sec5 .box {
    position: absolute;
    bottom: 0;
    right: -178px;
    width: 439px;
    box-sizing: border-box;
    padding: 81px 20px 44px;
    margin-bottom: 0;
  }
  #sec5 .box dl {
    margin-bottom: 24px;
  }
  #sec5 .box dl dt {
    font-size: 28px;
    margin-bottom: 5px;
  }
  #sec5 .box dl dd {
    font-size: 22px;
  }
  #sec5 .box .list li {
    line-height: 2.32em;
  }
  #sec5 .img1 {
    margin: 0 auto;
    width: 680px;
  }
  #sec5 .img2 {
    width: 770px;
    margin-top: -75px;
    margin-left: auto;
    margin-right: -227px;
    margin-bottom: 0;
  }
  #sec5 .img3 {
    margin-left: -100px;
    margin-top: -222px;
    width: 378px;
  }
  #sec5 .img4 {
    width: 479px;
    margin-left: 199px;
    margin-top: -279px;
  }
}

#sec6 {
  position: relative;
}
#sec6 .img-full {
  height: 100vw;
}
#sec6 .img-full .simpleParallax {
  height: 100%;
}
#sec6 .img-full img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec6 .btn-all2 {
  width: 300px;
  position: absolute;
  bottom: 10vw;
  right: 5%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    position: relative;
  }
  #sec6 .img-full {
    height: 650px;
  }
  #sec6 .btn-all2 {
    width: 322px;
    position: absolute;
    bottom: 38px;
    right: 0;
    z-index: 2;
  }
  #sec6 .btn-all2 a {
    letter-spacing: 0.2em;
  }
}

#sec7 {
  padding: 12vw 0 12vw;
}
#sec7 .img1 {
  width: 80%;
  position: relative;
  z-index: 1;
}
#sec7 .img2 {
  width: 90%;
  margin-left: auto;
  margin-bottom: 5vw;
}
#sec7 .img3 {
  width: 70%;
  position: relative;
  z-index: 1;
}
#sec7 .img4 {
  width: 50%;
  margin-left: auto;
  margin-top: -15vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 0 0 106px;
  }
  #sec7 .img1 {
    margin-left: -100px;
    margin-top: -73px;
    width: 500px;
  }
  #sec7 .img2 {
    width: 780px;
    margin-top: -123px;
    margin-left: auto;
    margin-right: -179px;
    margin-bottom: -73px;
    position: relative;
    z-index: 2;
  }
  #sec7 .img3 {
    margin-left: -100px;
    width: 780px;
    position: relative;
    z-index: 1;
  }
  #sec7 .img4 {
    width: 367px;
    margin-left: auto;
    margin-top: -285px;
    position: relative;
    z-index: 2;
  }
}

#sec8 {
  color: #fff;
  background: url(../img/shared/main_bg2.jpg) repeat;
  padding: 12vw 0 12vw;
}
#sec8 h2 {
  color: #e0e0e0;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-family: var(--calisto);
  font-size: 3.8vw;
  line-height: 1.6em;
  margin-bottom: 5.5vw;
  letter-spacing: 0.16em;
}
#sec8 h2 span {
  position: relative;
  padding: 0 8%;
  --spc: -7.67%;
  --top: 1.9vw;
}
#sec8 h2 span::before, #sec8 h2 span::after {
  content: "";
  position: absolute;
  background: #e0e0e0;
  height: 1px;
  top: var(--top);
}
#sec8 h2 span::before {
  right: 100%;
  left: calc(50% - 50vw - var(--spc));
}
#sec8 h2 span::after {
  left: 100%;
  right: calc(50% - 50vw - var(--spc));
}
#sec8 .row {
  margin-bottom: 10vw;
}
#sec8 .row .box {
  padding: 9vw 3%;
  border: 1px solid #bca982;
  text-align: center;
  margin-bottom: 20px;
}
#sec8 .row .box:last-child {
  margin: 0;
}
#sec8 .row .box dl dt {
  font-size: 6vw;
  font-weight: 500;
  margin-bottom: 2vw;
  color: #e0e0e0;
  letter-spacing: 0.32em;
}
#sec8 .row .box dl dd {
  font-size: 5vw;
  font-weight: 500;
  color: #e0e0e0;
  letter-spacing: 0.32em;
}
#sec8 .row .box dl dd .unit {
  font-size: 81.8181818182%;
}
#sec8 .info {
  padding: 8vw 5%;
  border: 1px solid #817368;
}
#sec8 .info .left .tel {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 14px;
  padding-bottom: 11px;
  padding-top: 11px;
  white-space: nowrap;
}
#sec8 .info .left .tel dt {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2.1em;
  color: #e0e0e0;
}
#sec8 .info .left .tel dt .tit {
  font-size: 117.8571428571%;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
  letter-spacing: 0.1em;
}
#sec8 .info .left .tel dt .tit::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  background: url(../img/shared/icon_tel_w.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 33/36;
  width: 15px;
}
#sec8 .info .left .tel dt .tel-icon {
  font-size: 180%;
  font-family: var(--calisto);
  font-weight: bold;
  line-height: 1em;
}
#sec8 .info .left .tel dd {
  font-size: 11px;
  letter-spacing: normal;
  font-weight: 300;
}
#sec8 .info .left .time {
  color: #e0e0e0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 -4% 17px;
  line-height: 1.7em;
}
#sec8 .info .right .btn-web {
  margin: 0 auto 25px;
  width: 275px;
  height: 59px;
  position: relative;
  --clp: 25px;
  clip-path: polygon(var(--clp) 0, 100% 0, 100% 100%, 0 100%, 0 var(--clp));
  overflow: hidden;
}
#sec8 .info .right .btn-web a {
  box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  font-size: 18px;
  font-weight: 500;
  color: #012b3c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
#sec8 .info .right .btn-web a::before, #sec8 .info .right .btn-web a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s ease;
}
#sec8 .info .right .btn-web a::before {
  left: 35px;
  background: url(../img/shared/icon_web_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 45/49;
  width: 23px;
  height: auto;
}
#sec8 .info .right .btn-web a::after {
  right: 20px;
  background: url(../img/shared/icon_btn_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 12/14;
  width: 6px;
  height: auto;
}
#sec8 .info .right .box {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #20252b;
  padding: 16px 20px 18px;
  box-sizing: border-box;
  white-space: nowrap;
}
#sec8 .info .right .box .txt {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
#sec8 .info .right .box .btn-mail {
  text-align: center;
}
#sec8 .info .right .box .btn-mail a {
  font-size: 18px;
  font-family: var(--calisto);
  font-weight: bold;
  color: #20252b;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.04em;
}
#sec8 .info .right .box .btn-mail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/shared/icon_mail_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 40/30;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  #sec8 .box ul.list {
    margin-top: 6vw;
    display: none;
  }
  #sec8 .box.active ul.list {
    display: block;
  }
  #sec8 .box dl {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  #sec8 .box dl::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 12px;
  }
  #sec8 .box.active dl::after {
    content: "▲";
  }
}
@media only screen and (min-width: 768px) {
  #sec8 {
    padding: 121px 0 100px;
  }
  #sec8 h2 {
    font-size: 21px;
    margin-bottom: 63px;
  }
  #sec8 h2 span {
    padding: 0 36px;
    --spc: -40px;
    --top: 11px;
  }
  #sec8 .row {
    display: flex;
    justify-content: center;
    gap: 42px;
    margin-bottom: 48px;
  }
  #sec8 .row .box {
    width: 439px;
    box-sizing: border-box;
    padding: 81px 20px 44px;
    margin-bottom: 0;
  }
  #sec8 .row .box dl {
    margin-bottom: 24px;
  }
  #sec8 .row .box dl dt {
    font-size: 28px;
    margin-bottom: 5px;
  }
  #sec8 .row .box dl dd {
    font-size: 22px;
  }
  #sec8 .row .box .list li {
    line-height: 2.32em;
  }
  #sec8 .info {
    border-width: 2px;
    display: flex;
    justify-content: space-between;
    padding: 90px 68px 80px 68px;
  }
  #sec8 .info .left {
    width: 400px;
  }
  #sec8 .info .left .tel {
    margin-bottom: 9px;
    padding-bottom: 3px;
    padding-top: 11px;
  }
  #sec8 .info .left .tel dt {
    font-size: 14px;
    line-height: 2.2em;
    margin-bottom: -10px;
  }
  #sec8 .info .left .tel dt .tit {
    font-size: 17px;
  }
  #sec8 .info .left .tel dt .tit::before {
    width: 18px;
  }
  #sec8 .info .left .tel dt .tel-icon {
    font-size: 27px;
    position: relative;
    top: 2px;
    letter-spacing: 0.04em;
  }
  #sec8 .info .left .tel dd {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #sec8 .info .left .time {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 0 0 14px;
    line-height: 1.7em;
  }
  #sec8 .info .right {
    width: 400px;
  }
  #sec8 .info .right .btn-web {
    margin: 0 auto 22px;
    width: 280px;
    height: 60px;
    --clp: 25px;
  }
  #sec8 .info .right .btn-web:hover a {
    background-image: url(../img/shared/main_bg3.jpg);
    color: #e0e0e0;
  }
  #sec8 .info .right .btn-web:hover a::before {
    background-image: url(../img/shared/icon_web_w.png);
  }
  #sec8 .info .right .btn-web:hover a::after {
    background-image: url(../img/shared/icon_btn_w.png);
  }
  #sec8 .info .right .btn-web a {
    letter-spacing: 0.15em;
    font-size: 18px;
  }
  #sec8 .info .right .btn-web a::before {
    left: 35px;
    width: 24px;
  }
  #sec8 .info .right .btn-web a::after {
    right: 20px;
    width: 7px;
  }
  #sec8 .info .right .box {
    padding: 19px 20px 12px;
  }
  #sec8 .info .right .box .txt {
    font-size: 16px;
    margin-bottom: 1px;
    line-height: 1.8em;
  }
  #sec8 .info .right .box .btn-mail a {
    font-size: 19px;
    transition: all 0.3s ease;
  }
  #sec8 .info .right .box .btn-mail a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #sec1 .row {
    margin: 0 -86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec2 .row .img {
    width: 700px;
  }
  #sec2 .row .slick-dots {
    bottom: 70px;
  }
  #sec4 .row1 .desc {
    margin-right: 50px;
  }
  #sec4 .row1 {
    margin: -364px -50px 103px -20px;
  }
  #sec4 .row2 {
    margin: 0 -30px 0 -100px;
  }
  #sec5 h2 {
    left: -50px;
  }
  #sec5 .img2 {
    margin-right: -100px;
  }
  #sec5 .img4 {
    width: 425px;
  }
  #sec5 .box {
    right: -80px;
  }
}
