#key {
  position: relative;
}

#key .bnr {
  border: 1px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

#key .bnr img {
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .sp-le-02 {
    letter-spacing: -0.2em !important;
  }
}

@media screen and (min-width: 768px) {
  #key .bnr {
    bottom: 72px;
    right: 50px;
  }

  #key .bnr img {
    width: auto;
  }
}

#sec1 {
  padding-bottom: 15vw;
  background: url("../img/shopping/sec1_bgb.png") center bottom/150% no-repeat;
}

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

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

#sec1 h2.ttl>span {
  display: inline-block;
  padding: 20vw 0 5vw;
  position: relative;
  z-index: 0;
}

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

#sec1 .set .imgbox .img {
  margin: -10vw -12vw 0;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 120px;
    background-size: 100%;
  }

  #sec1 .wrap::before {
    width: 623px;
    height: 238px;
    top: 73px;
    right: -36px;
  }

  #sec1 h2.ttl {
    margin: 0 150px 0 auto;
    font-size: 30px;
  }

  #sec1 h2.ttl>span {
    padding: 142px 17px 10px;
  }

  #sec1 .set {
    min-height: 542px;
    position: relative;
  }

  #sec1 .set .ttlbox {
    position: relative;
    z-index: 1;
  }

  #sec1 .set .imgbox {
    position: absolute;
    top: 92px;
    left: 0;
  }

  #sec1 .set .imgbox .img {
    margin: 0;
  }
}

#sec2 {
  padding: 15vw 0;
}

#sec2 h2.ttl {
  margin: 0 auto;
  line-height: 1.5;
  white-space: nowrap;
}

#sec2 h2.ttl small {
  font-size: 3.5vw;
  letter-spacing: 0.12em;
}

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

#sec2 h2.ttl>span:first-child {
  margin: 0;
  padding: 3px 0;
}

#sec2 h2.ttl>span:nth-of-type(3) {
  margin-top: 5vw;
}

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

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

#sec2 .set1 .txtbox .txt+.txt {
  margin-top: 5vw;
}

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

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

#sec2 .set2 h3.ttl {
  text-align: center;
}

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

#sec2 .set2 .imgbox1::before {
  content: "";
  width: 110vw;
  height: 70vw;
  background: url("../img/shopping/sec2_i5.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -20vw;
  left: -10vw;
  z-index: -1;
  opacity: 0.2;
}

#sec2 .set2 .txtbox {
  margin-top: 7vw;
}

#sec2 .set2 .txtbox .txt+.txt {
  margin-top: 5vw;
}

#sec2 .set2 .imgbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 7vw;
}

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

#sec2 .set2 .imgbox2 .img1::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/shopping/deco6.jpg") 0 0/contain no-repeat;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 138px 0 190px;
  }

  #sec2 h2.ttl {
    margin: 0;
    font-size: 30px;
    line-height: 50px;
  }

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

  #sec2 h2.ttl>span {
    margin: 0 7px;
    padding: 17px 0;
  }

  #sec2 h2.ttl>span:first-child {
    margin: 0;
    padding: 5px 0;
    line-height: 39px;
  }

  #sec2 h2.ttl>span:nth-of-type(3) {
    margin-top: 35px;
  }

  #sec2 .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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -250px 0 -25px;
    position: relative;
    gap: 100px;
  }

  #sec2 .set1 .ttlbox {
    position: absolute;
    top: 28px;
    right: 625px;
    z-index: 2;
  }

  #sec2 .set1 .imgbox {
    width: 750px;
    margin-top: 0;
  }

  #sec2 .set1 .txtbox {
    height: 460px;
    margin-top: 63px;
  }

  #sec2 .set1 .txtbox .txt+.txt {
    margin: 0 30px 0 0;
  }

  #sec2 .set2 {
    margin: 191px -100px 0;
    position: relative;
  }

  #sec2 .set2::before {
    width: 721px;
    height: 277px;
    top: -200px;
    left: 348px;
  }

  #sec2 .set2 h3.ttl {
    font-size: 30px;
    line-height: 50px;
  }

  #sec2 .set2 .ttlbox {
    width: 533px;
    margin-left: auto;
    margin-right: 30px;
    padding-top: 20px;
  }

  #sec2 .set2 .imgbox1 {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 56px;
  }

  #sec2 .set2 .imgbox1::before {
    width: 900px;
    height: 560px;
    bottom: -263px;
    left: -207px;
  }

  #sec2 .set2 .txtbox {
    width: 445px;
    margin: 32px 70px 0 auto;
  }

  #sec2 .set2 .txtbox .txt+.txt {
    margin-top: 20px;
  }

  #sec2 .set2 .imgbox2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    margin-top: 60px;
  }

  #sec2 .set2 .imgbox2 .img1 {
    margin-top: 135px;
  }

  #sec2 .set2 .imgbox2 .img1::before {
    width: 142px;
    height: 140px;
    bottom: -18px;
    left: -17px;
  }
}

@media screen and (min-width: 1200px) {
  #sec2 .set2 .ttlbox {
    margin-right: 0;
  }

  #sec2 .set2 .txtbox {
    margin-right: 40px;
  }
}

#sec3 {
  padding: 15vw 0;
  background: url("../img/shared/bg2.jpg");
  position: relative;
  z-index: 0;
}

#sec3::before {
  content: "";
  background: url("../img/shared/pattern2.png") left top repeat-x, url("../img/shared/pattern2.png") left bottom repeat-x;
  position: absolute;
  inset: -20px 0;
  z-index: -1;
}

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

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

#sec3 .set1 .ttlbox {
  margin-top: -10vw;
  position: relative;
  z-index: 1;
}

#sec3 .set2 {
  margin-top: 7vw;
  position: relative;
}

#sec3 .set2::before {
  content: "";
  width: 50vw;
  height: 50vw;
  background: url("../img/shopping/deco3.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -25vw;
  right: -10vw;
  z-index: -1;
}

#sec3 .set2 .gr1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sec3 .set2 .gr1 .ttl {
  width: 40vw;
  height: 40vw;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  font-size: 4vw;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec3 .set2 .gr1 .ttl>span {
  display: inline-block;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#sec3 .set2 .gr1 .ttl>span::before,
#sec3 .set2 .gr1 .ttl>span::after {
  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);
  text-align: center;
  opacity: 0.4;
  position: absolute;
  left: 0;
}

#sec3 .set2 .gr1 .ttl>span::before {
  top: 0;
}

#sec3 .set2 .gr1 .ttl>span::after {
  bottom: 0;
}

#sec3 .set2 .gr1 .ttl:first-child {
  grid-area: 1/1/2/3;
  margin-bottom: -5vw;
}

#sec3 .set2 .gr2 {
  margin-top: 7vw;
}

#sec3 .set2 .gr2 h3.ttl {
  font-size: 4vw;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec3 .set2 .gr2 .price {
  margin-top: 5vw;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec3 .set2 .gr2 .price small {
  font-size: 15px;
  letter-spacing: 0.12em;
}

#sec3 .set2 .gr2 .price>span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#sec3 .set2 .gr2 .price>span:last-child {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin-top: 20px;
}

#sec3 .set2 .gr2 .txt,
#sec3 .set2 .gr2 .btn-link {
  margin-top: 7vw;
}

#sec3 .set3 {
  margin-top: 10vw;
  padding: 10vw 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

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

#sec3 .set3 h3.ttl>span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

#sec3 .set3 h3.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: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec3 .set3 h5.ttl {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec3 .set3 hr {
  margin: 7vw 0;
  border: 0;
  border-top: 1px solid;
  opacity: 0.4;
}

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

#sec3 .set3 .gr .txtbox {
  margin-top: 7vw;
}

#sec3 .set3 .gr .txtbox .txt {
  margin-top: 5vw;
}

#sec3 .gr3 p {
  margin: 5vw 0;
}

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

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

  #sec3 h2.ttl>span {
    padding: 22px 0;
  }

  #sec3 .set1 {
    margin: 0 -17px;
  }

  #sec3 .set1 .ttlbox {
    width: 532px;
    margin: -124px 0 0 auto;
  }

  #sec3 .set2 {
    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-top: 26px;
  }

  #sec3 .set2::before {
    width: 388px;
    height: 377px;
    bottom: -600px;
    right: -108px;
  }

  #sec3 .set2 .gr1 {
    width: 454px;
    margin-top: 35px;
  }

  #sec3 .set2 .gr1 .ttl {
    width: 202px;
    height: 202px;
    font-size: 21px;
    line-height: 35px;
  }

  #sec3 .set2 .gr1 .ttl:first-child {
    margin-bottom: -30px;
  }

  #sec3 .set2 .gr2 {
    width: 500px;
    margin-top: 0;
  }

  #sec3 .set2 .gr2 h3.ttl {
    font-size: 19px;
    line-height: 35px;
  }

  #sec3 .set2 .gr2 .price {
    margin-top: 20px;
    font-size: 21px;
    line-height: 35px;
  }

  #sec3 .set2 .gr2 .price small {
    font-size: 18px;
  }

  #sec3 .set2 .gr2 .txt {
    width: 450px;
    margin: 20px auto 0;
  }

  #sec3 .set2 .gr2 .btn-link {
    margin-top: 28px;
  }

  #sec3 .gr3 {
    margin-top: 50px;
    text-align: center;

    p {
      margin-bottom: 20px;
    }
  }

  #sec3 .set3 {
    margin: 85px 19px 0;
    padding: 73px 65px 86px 83px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec3 .set3 h3.ttl {
    font-size: 25px;
  }

  #sec3 .set3 h3.ttl>span {
    padding: 0 20px 10px;
  }

  #sec3 .set3 h5.ttl {
    font-size: 20px;
  }

  #sec3 .set3 hr {
    margin: 20px 0 20px;
  }

  #sec3 .set3 .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 80px;
  }

  #sec3 .set3 .gr .txtbox {
    width: 358px;
    margin-top: 0;
  }

  #sec3 .set3 .gr .txtbox .txt {
    margin-top: 10px;
  }
}

#sec4 {
  padding-top: 25vw;
  margin-bottom: 20vw;
}

#sec4 .wrap::before {
  content: "";
  width: 60vw;
  height: 40vw;
  background: url("../img/shopping/deco5.png") center top/contain no-repeat;
  position: absolute;
  top: 0;
  right: -10vw;
  z-index: -1;
}

#sec4 h2.ttl {
  text-align: center;
  position: relative;
  z-index: 0;
}

#sec4 h2.ttl::before {
  content: "";
  width: 70%;
  height: 100vw;
  background: url("../img/shopping/deco4.png") center top/contain no-repeat;
  position: absolute;
  top: -10vw;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec4 h2.ttl>span {
  display: inline-block;
  position: relative;
}

#sec4 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.4;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

#sec4 .set-style .detail .detail__ttl {
  font-size: 21px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec4 .set-style .detail .detail__price {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec4 .set-style .detail .detail__price small {
  font-size: 15px;
}

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

#sec4 .set-style .detail__desc {
  margin-top: 7vw;
}

#sec4 .set-style .btn-link {
  margin-top: 7vw;
}

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

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

#sec4 .set1 .img {
  position: relative;
  z-index: 0;
}

#sec4 .set1 .img::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/shopping/deco6.jpg") center top/contain no-repeat;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 224px;
    margin-bottom: 160px;
  }

  #sec4 .wrap::before {
    width: 637px;
    height: 245px;
    top: -9px;
    right: -107px;
  }

  #sec4 h2.ttl {
    font-size: 30px;
    line-height: 50px;
  }

  #sec4 h2.ttl::before {
    width: 400px;
    height: 400px;
    top: -90px;
  }

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

  #sec4 .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: 62px -100px 0;
    padding: 0 80px 0 10px;
  }

  #sec4 .set-style.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 10px 0 80px;
  }

  #sec4 .set-style .detail .detail__ttl {
    font-size: 26px;
  }

  #sec4 .set-style .detail .detail__price {
    font-size: 21px;
  }

  #sec4 .set-style .detail .detail__price small {
    font-size: 18px;
  }

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

  #sec4 .set-style .detail__desc {
    margin-top: 30px;
  }

  #sec4 .set-style .btn-link {
    margin-top: 30px;
  }

  #sec4 .set-style .gr2 {
    width: 445px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
    padding: 20px 0;
  }

  #sec4 .set1 {
    margin-top: 105px;
  }

  #sec4 .set1 .img::before {
    width: 142px;
    height: 140px;
    bottom: -15px;
    right: -16px;
  }
}

@media screen and (min-width: 1200px) {
  #sec4 .set-style {
    padding: 0 25px 0 26px;
  }

  #sec4 .set-style.reverse {
    padding: 0 27px 0 55px;
  }
}

#sec5 {
  padding: 40vw 0 20vw;
  position: relative;
  z-index: 0;
}

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

#sec5 .wrap::before {
  content: "";
  width: 70vw;
  height: 30vw;
  background: url("../img/shopping/deco7.png") 0 0/contain no-repeat;
  position: absolute;
  top: -40vw;
  left: 0;
  z-index: -1;
}

#sec5 h2.ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

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

#sec5 h2.ttl>span+span {
  margin-top: 5px;
}

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

#sec5 .set1 .txtbox .txt+.txt {
  margin-top: 5vw;
}

#sec5 .set1 .txtbox .btn-link {
  margin-top: 7vw;
}

#sec5 .set-style {
  margin-top: 10vw;
}

#sec5 .set-style hr {
  margin-top: 5vw;
  border: 0;
  border-top: 1px solid;
  opacity: 0.4;
}

#sec5 .set-style .detail .detail__ttl {
  font-size: 21px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec5 .set-style .detail .detail__price {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}

#sec5 .set-style .detail .detail__price small {
  font-size: 15px;
}

#sec5 .set-style .detail__desc {
  margin-top: 5vw;
}

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

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 334px 0 175px;
  }

  #sec5::before {
    background: url("../img/shopping/sec5_bgt.png") center top/107% no-repeat;
    top: 160px;
  }

  #sec5 .wrap::before {
    width: 593px;
    height: 229px;
    top: -365px;
    left: 101px;
  }

  #sec5 h2.ttl {
    font-size: 28px;
    line-height: 50px;
  }

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

  #sec5 h2.ttl>span+span {
    margin-top: 10px;
  }

  #sec5 .set1 .txtbox {
    margin-top: 51px;
  }

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

  #sec5 .set1 .txtbox .txt+.txt {
    margin-top: 25px;
  }

  #sec5 .set1 .txtbox .btn-link {
    margin-top: 40px;
  }

  #sec5 .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: 28px -100px 0;
    padding: 0 80px 0 10px;
  }

  #sec5 .set-style hr {
    margin-top: 20px;
  }

  #sec5 .set-style .detail .detail__ttl {
    font-size: 26px;
  }

  #sec5 .set-style .detail .detail__price {
    font-size: 21px;
  }

  #sec5 .set-style .detail .detail__price small {
    font-size: 17px;
  }

  #sec5 .set-style .detail__desc {
    margin-top: 20px;
  }

  #sec5 .set-style .gr2 {
    -ms-flex-item-align: center;
    align-self: center;
    width: 450px;
    margin-top: 0;
    padding: 20px 0;
  }

  #sec5 .set2 {
    margin-top: 112px;
  }
}

@media screen and (min-width: 1200px) {
  #sec5 .set-style {
    padding: 0 36px 0 32px;
  }
}

#sec3 .line_txt {
  margin-bottom: 50px !important;
  text-align: center;
}

#sec3 .line_txt span {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 30px;
  width: 600px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #sec3 .line_txt {
    margin-bottom: 7vw !important;
  }

  #sec3 .line_txt span {
    width: auto;
  }
}