@charset "UTF-8";
main {
  overflow: hidden;
}

section {
  position: relative;
}

.banner {
  position: relative;
}
@media all and (max-width: 767px) {
  .banner {
    z-index: 2;
    margin-top: -16vw;
  }
}
.banner .circle {
  position: absolute;
  top: 15%;
  left: 8.2%;
  width: 8.3%;
  height: 17%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
  background-size: 500% 500%;
  -webkit-animation: gradient 2s infinite 3s;
          animation: gradient 2s infinite 3s;
}
@media all and (max-width: 767px) {
  .banner .circle {
    top: 39.4%;
    left: 5.81389%;
    width: 19.13%;
    height: 11.994%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: -20% 50%;
  }
  100% {
    background-position: 120% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: -20% 50%;
  }
  100% {
    background-position: 120% 50%;
  }
}
.banner_txt {
  position: absolute;
  top: 43.4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 43.8%;
  width: 58%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .banner_txt {
    width: 100%;
    top: 19.7%;
    left: 0;
  }
}
.banner .txt_1 {
  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;
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 1.4%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_1 {
    font-size: 1.944vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_1 {
    margin-bottom: 1.8%;
    font-size: 3.9113428944vw;
  }
}
.banner .txt_1 span {
  position: relative;
}
.banner .txt_1 span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to left, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_1 span::before {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_1 span::before {
    width: 6.77vw;
  }
}
.banner .txt_1 span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to right, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_1 span::after {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_1 span::after {
    width: 6.77vw;
  }
}
.banner .txt_2 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 1.1%;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_2 {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_2 {
    margin-bottom: 2.1%;
    font-size: 7.8226857888vw;
  }
}
.banner .txt_2 b {
  display: inline-block;
  width: 4%;
}
.banner .txt_2 i {
  position: relative;
  display: inline-block;
  width: 2%;
  height: 1em;
}
@media all and (max-width: 767px) {
  .banner .txt_2 i {
    width: 1.5%;
  }
}
.banner .txt_2 i::after {
  content: "△";
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DDAC5E;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_2 i::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_2 i::after {
    font-size: 1.5645371578vw;
    left: -1%;
  }
}
.banner .txt_3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .banner .txt_3 {
    font-size: 2.085vw;
  }
}
@media all and (max-width: 767px) {
  .banner .txt_3 {
    font-size: 4.6936114733vw;
  }
}

.section-1 {
  position: relative;
}
@media all and (max-width: 767px) {
  .section-1 {
    margin-top: -3px;
  }
}
.section-1 picture {
  display: block;
}
.section-1 .title {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1.75px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .title {
    font-size: 7.8226857888vw;
  }
}
.section-1 .box_1 .title {
  top: 2.1%;
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .title {
    top: 1.7%;
    line-height: 1.23;
  }
}
.section-1 .box_1 .title u {
  display: inline-block;
  width: 4%;
}
.section-1 .box_1 .subtitle {
  position: absolute;
  top: 7.45%;
  left: -0.3%;
  text-align: center;
  width: 100%;
  font-size: 43px;
  letter-spacing: 1.5px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .subtitle {
    font-size: 2.988vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .subtitle {
    font-size: 5.6062581486vw;
    top: 7.9%;
  }
}
.section-1 .box_1 .subtitle span {
  position: relative;
}
.section-1 .box_1 .subtitle span::after {
  content: "V";
  position: absolute;
  top: 10%;
  right: -2.5%;
  font-size: 14px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .subtitle span::after {
    font-size: 0.973vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .subtitle span::after {
    font-size: 2.6075619296vw;
    top: 4%;
    right: -3.5%;
  }
}
.section-1 .box_1 .img {
  height: 100px;
  margin-right: 12px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .img {
    margin-right: 0.834vw;
    height: 6.95vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .img {
    max-width: 9.86vw;
    height: 13.02vw;
    margin-right: 2.34vw;
  }
}
.section-1 .box_1 .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section-1 .box_1 .txt p {
  color: #1e1e1e;
  letter-spacing: 0.5px;
}
.section-1 .box_1 .txt p:first-child {
  font-size: 34px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt p:first-child {
    font-size: 2.36vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt p:first-child {
    font-size: 4.4328552803vw;
    letter-spacing: 0px;
  }
}
.section-1 .box_1 .txt p:last-child {
  font-size: 24px;
  font-weight: 300;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt p:last-child {
    font-size: 1.668vw;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt p:last-child {
    font-size: 3.1290743155vw;
    letter-spacing: -0.5px;
    line-height: 1.25;
  }
}
.section-1 .box_1 .txt_1 {
  position: absolute;
  top: 14.1%;
  left: 3.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_1 {
    top: 15.9%;
    left: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-1 .box_1 .txt_1::after {
  content: "";
  position: absolute;
  bottom: -37%;
  left: 0;
  width: 110%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(#A97E48), color-stop(#D19A4D), color-stop(#DDAC5E), to(transparent));
  background: linear-gradient(to right, #825125, #A97E48, #D19A4D, #DDAC5E, transparent);
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_1::after {
    bottom: -32%;
  }
}
.section-1 .box_1 .txt_1 .txt img {
  display: inline-block;
  height: 25px;
  margin-right: 7px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt_1 .txt img {
    height: 1.74vw;
    margin-right: 0.468vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_1 .txt img {
    height: 3.255vw;
    display: block;
    margin-bottom: 2%;
  }
}
.section-1 .box_1 .txt_2 {
  position: absolute;
  top: 21.4%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_2 {
    top: 21.75%;
    left: 4%;
  }
}
.section-1 .box_1 .txt_2::after {
  content: "";
  position: absolute;
  bottom: -37%;
  left: 0;
  width: 110%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(#A97E48), color-stop(#D19A4D), color-stop(#DDAC5E), to(transparent));
  background: linear-gradient(to right, #825125, #A97E48, #D19A4D, #DDAC5E, transparent);
}
.section-1 .box_1 .txt_2 .txt span {
  position: relative;
}
.section-1 .box_1 .txt_2 .txt span::after {
  content: "~";
  position: absolute;
  top: 0;
  right: -12px;
  font-size: 18px;
  font-weight: 500;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt_2 .txt span::after {
    font-size: 1.25vw;
    right: 0.384vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_2 .txt span::after {
    font-size: 2.8683181226vw;
    top: -16%;
    right: -6%;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_2 .img {
    margin-right: 2.34vw;
  }
}
.section-1 .box_1 .txt_3 {
  position: absolute;
  top: 31.9%;
  left: 62.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_3 {
    top: 43.4%;
    left: 47.9%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-1 .box_1 .txt_3::after {
  content: "";
  position: absolute;
  bottom: -37%;
  right: 0;
  width: 110%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#825125), color-stop(#A97E48), color-stop(#D19A4D), color-stop(#DDAC5E), to(transparent));
  background: linear-gradient(to left, #825125, #A97E48, #D19A4D, #DDAC5E, transparent);
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_3::after {
    bottom: -20%;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_3 .txt p:last-child i {
    display: block;
  }
}
.section-1 .box_1 .txt_4 {
  position: absolute;
  top: 38.9%;
  left: 56.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_4 {
    top: 49.9%;
    left: 40.7%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-1 .box_1 .txt_4::after {
  content: "";
  position: absolute;
  bottom: -37%;
  right: 0;
  width: 110%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#825125), color-stop(#A97E48), color-stop(#D19A4D), color-stop(#DDAC5E), to(transparent));
  background: linear-gradient(to left, #825125, #A97E48, #D19A4D, #DDAC5E, transparent);
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_4::after {
    bottom: -16%;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_4 .img {
    margin-right: 1.04vw;
  }
}
.section-1 .box_1 .txt_4 .txt span {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt_4 .txt span {
    margin-right: 0.468vw;
  }
}
.section-1 .box_1 .txt_4 .txt span::after {
  content: "#";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 18px;
  font-weight: 500;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_1 .txt_4 .txt span::after {
    font-size: 1.25vw;
    right: -0.69vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_1 .txt_4 .txt span::after {
    font-size: 2.8683181226vw;
    right: -6%;
  }
}
.section-1 .box_2 .title {
  top: 52.75%;
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .title {
    top: 63.75%;
  }
}
.section-1 .box_2 .title b {
  display: inline-block;
  width: 4%;
}
.section-1 .box_2 .title i {
  position: relative;
  display: inline-block;
  width: 2%;
  height: 1em;
}
.section-1 .box_2 .title i::after {
  content: "△";
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DDAC5E;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .title i::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .title i::after {
    font-size: 1.5645371578vw;
    left: -1%;
  }
}
.section-1 .box_2 .subtitle {
  position: absolute;
  top: 50.9%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 28px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .subtitle {
    font-size: 1.946vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .subtitle {
    font-size: 3.9113428944vw;
    top: 62.2%;
  }
}
.section-1 .box_2 .subtitle span {
  position: relative;
}
.section-1 .box_2 .subtitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to left, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .subtitle span::before {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .subtitle span::before {
    width: 6.77vw;
  }
}
.section-1 .box_2 .subtitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to right, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .subtitle span::after {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .subtitle span::after {
    width: 6.77vw;
  }
}
.section-1 .box_2 .txt_1 {
  position: absolute;
  top: 57.2%;
  left: 33.2%;
  font-size: 34px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .txt_1 {
    font-size: 2.36vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .txt_1 {
    font-size: 3.9113428944vw;
    top: 67.4%;
    left: 21.4%;
  }
}
.section-1 .box_2 .txt_2 {
  position: absolute;
  top: 57.2%;
  left: 59.8%;
  font-size: 34px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .txt_2 {
    font-size: 2.36vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .txt_2 {
    font-size: 3.9113428944vw;
    top: 67.4%;
    left: 66.4%;
  }
}
.section-1 .box_2 .txt_3 {
  position: absolute;
  top: 70%;
  left: 32.1%;
  font-size: 30px;
  letter-spacing: 4px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .txt_3 {
    font-size: 2.085vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .txt_3 {
    font-size: 3.6505867014vw;
    top: 76.4%;
    left: 18.1%;
  }
}
.section-1 .box_2 .txt_4 {
  position: absolute;
  top: 70%;
  left: 58.7%;
  font-size: 30px;
  letter-spacing: 4px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_2 .txt_4 {
    font-size: 2.085vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_2 .txt_4 {
    font-size: 3.6505867014vw;
    top: 76.4%;
    left: 62%;
  }
}
.section-1 .box_3 .title {
  top: 74.3%;
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .title {
    top: 80.6%;
  }
}
.section-1 .box_3 .txt_1 {
  position: absolute;
  top: 91.5%;
  left: 32.1%;
  font-size: 28px;
  letter-spacing: 0.4px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_1 {
    font-size: 1.95vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_1 {
    font-size: 3.259452412vw;
    top: 92.9%;
    left: 21.1%;
  }
}
.section-1 .box_3 .txt_2 {
  position: absolute;
  top: 93.2%;
  left: 34.2%;
  font-size: 22px;
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_2 {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_2 {
    font-size: 2.6075619296vw;
    top: 93.9%;
    left: 24.8%;
  }
}
.section-1 .box_3 .txt_2::after {
  content: "##";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 12px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_2::after {
    font-size: 0.834vw;
    right: -1.11vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_2::after {
    font-size: 1.5645371578vw;
    right: -2vw;
  }
}
.section-1 .box_3 .txt_3 {
  position: absolute;
  top: 91.5%;
  left: 59.4%;
  font-size: 28px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_3 {
    font-size: 1.95vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_3 {
    font-size: 3.259452412vw;
    top: 92.9%;
    left: 64.7%;
  }
}
.section-1 .box_3 .txt_3 span {
  position: relative;
  display: inline-block;
  padding-right: 4%;
}
.section-1 .box_3 .txt_3 span::after {
  content: "△";
  position: absolute;
  top: 10%;
  right: -2.5%;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_3 span::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_3 span::after {
    font-size: 1.5645371578vw;
    left: -1%;
  }
}
.section-1 .box_3 .txt_4 {
  position: absolute;
  top: 93.2%;
  left: 59.3%;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_4 {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_4 {
    font-size: 2.6075619296vw;
    top: 93.9%;
    left: 64.7%;
  }
}
.section-1 .box_3 .txt_4 img {
  display: inline-block;
  margin-right: 4px;
  width: 113px;
  height: 18px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .box_3 .txt_4 img {
    margin-right: 0.278vw;
    width: 7.85vw;
    height: 1.25vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .box_3 .txt_4 img {
    width: 10.156vw;
    height: 2.08vw;
    margin-right: 1vw;
  }
}
.section-1 .intro {
  position: absolute;
  bottom: 1.65%;
  right: 34px;
  font-size: 15px;
  font-weight: 300;
  color: #1e1e1e;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-1 .intro {
    right: 2.36vw;
    font-size: 1.0424vw;
  }
}
@media all and (max-width: 767px) {
  .section-1 .intro {
    font-size: 2.6075619296vw;
    bottom: 2.25%;
    right: 6.25vw;
  }
}

.section-2 {
  position: relative;
}
.section-2 picture {
  display: block;
}
.section-2 .title {
  position: absolute;
  top: 27%;
  left: 16%;
  width: 70%;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 .title {
    font-size: 7.8226857888vw;
    top: 8.2%;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.section-2 .title b {
  display: inline-block;
  width: 3%;
}
.section-2 .title i {
  position: relative;
  display: inline-block;
  width: 2%;
  height: 1em;
}
@media all and (max-width: 767px) {
  .section-2 .title i {
    width: 1.5%;
  }
}
.section-2 .title i::after {
  content: "△";
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DDAC5E;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 .title i::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 .title i::after {
    font-size: 1.5645371578vw;
    left: -1%;
  }
}
.section-2 .subtitleT {
  position: absolute;
  top: 38.45%;
  left: 23.6%;
  width: 70%;
  font-size: 30px;
  letter-spacing: 1px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 .subtitleT {
    font-size: 2.085vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 .subtitleT {
    font-size: 3.9113428944vw;
    top: 15.1%;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.section-2 .subtitleT span {
  position: relative;
}
.section-2 .subtitleT span::after {
  content: "V";
  position: absolute;
  top: 10%;
  right: -2.5%;
  font-size: 14px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 .subtitleT span::after {
    font-size: 0.973vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 .subtitleT span::after {
    font-size: 2.8683181226vw;
  }
}
.section-2 ul {
  position: absolute;
  top: 52%;
  left: 14.7%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .section-2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    top: 53.4%;
    left: 4.2%;
  }
}
.section-2 ul li {
  text-align: center;
  width: 33.3333333333%;
}
@media all and (max-width: 767px) {
  .section-2 ul li {
    width: 100%;
    margin-bottom: 14.5%;
  }
}
.section-2 ul li:nth-child(3) .b_txt .subtitle::after {
  content: "^^";
  right: -14%;
}
@media all and (max-width: 767px) {
  .section-2 ul li:nth-child(3) sup {
    font-size: 4.6936114733vw;
    margin-top: 10%;
  }
}
.section-2 ul .t_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.7%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 767px) {
  .section-2 ul .t_txt {
    margin-bottom: 5%;
    color: #f2dba6;
    text-shadow: 0 0 3px #4a2e00, -1px -1px 3px #4a2e00, 0 2px 2px #4a2e00;
  }
}
.section-2 ul .t_txt sub {
  font-size: 42px;
  margin: 1.5% -1% 0 0;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 ul .t_txt sub {
    font-size: 2.9167vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 ul .t_txt sub {
    font-size: 5.7366362451vw;
    margin: -3.5% 0% 0 0;
  }
}
.section-2 ul .t_txt sup {
  font-size: 30px;
  font-weight: 500;
  margin: 21% 0 0 2.5%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 ul .t_txt sup {
    font-size: 2.083vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 ul .t_txt sup {
    font-weight: 300;
    font-size: 3.9113428944vw;
    margin-top: 13%;
  }
}
.section-2 ul .t_txt .timer {
  font-size: 70px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 ul .t_txt .timer {
    font-size: 4.861vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 ul .t_txt .timer {
    line-height: 1;
    font-size: 11.4732724902vw;
  }
}
.section-2 ul .b_txt {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 8%;
}
@media all and (max-width: 767px) {
  .section-2 ul .b_txt {
    color: #f2dba6;
    text-shadow: 0 0 4px 4px #4a2e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-2 ul .b_txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 168px;
  height: 20px;
  background: url("../../marilyn/oil/dist/images/oil/C_img_01.png") center/contain no-repeat;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 ul .b_txt::after {
    width: 11.67vw;
    height: 1.39vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 ul .b_txt::after {
    content: none;
    background: none;
  }
}
.section-2 ul .b_txt .subtitle {
  position: relative;
}
@media all and (max-width: 767px) {
  .section-2 ul .b_txt .subtitle {
    margin-top: -2%;
  }
}
.section-2 ul .b_txt .subtitle::after {
  content: "^";
  position: absolute;
  top: 0;
  right: -10%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 1%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-2 ul .b_txt .subtitle::after {
    font-size: 1.25vw;
  }
}
@media all and (max-width: 767px) {
  .section-2 ul .b_txt .subtitle::after {
    top: 10%;
    margin-top: 0;
    font-size: 2.6075619296vw;
  }
}

.section-3 {
  position: relative;
}
.section-3 picture {
  display: block;
}
.section-3 .box_1 .title {
  position: absolute;
  top: 6.7%;
  left: 15.8%;
  width: 70%;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .title {
    font-size: 7.8226857888vw;
    top: 4.8%;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.section-3 .box_1 .title i {
  position: relative;
  display: inline-block;
  width: 2.5%;
  height: 1em;
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .title i {
    width: 4%;
  }
}
.section-3 .box_1 .title i::after {
  content: "^^";
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DDAC5E;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .title i::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .title i::after {
    font-size: 1.5645371578vw;
    left: -1%;
  }
}
.section-3 .box_1 .subtitle {
  position: absolute;
  top: 11%;
  left: 26.5%;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  font-size: 36px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .subtitle {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .subtitle {
    font-size: 5.2151238592vw;
    top: 7.15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.section-3 .box_1 .s_subtitle {
  position: absolute;
  font-size: 28px;
  top: 13.5%;
  left: 26.6%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .s_subtitle {
    font-size: 1.946vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .s_subtitle {
    font-size: 3.9113428944vw;
    top: 8.75%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.section-3 .box_1 .s_subtitle span {
  position: relative;
}
.section-3 .box_1 .s_subtitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to left, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .s_subtitle span::before {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .s_subtitle span::before {
    width: 6.77vw;
  }
}
.section-3 .box_1 .s_subtitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to right, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 .s_subtitle span::after {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 .s_subtitle span::after {
    width: 6.77vw;
  }
}
.section-3 .box_1 ul {
  position: absolute;
  top: 16.8%;
  left: 1.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
}
@media all and (max-width: 767px) {
  .section-3 .box_1 ul {
    width: 26%;
    top: 10%;
    left: 8.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-3 .box_1 ul li {
  width: 33.3333333333%;
  text-align: center;
}
@media all and (min-width: 768px) {
  .section-3 .box_1 ul li {
    border-right: 4px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #b37231, #dcab5d 47%, #b47432);
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 ul li {
    padding: 18% 0;
    width: 100%;
    border-bottom: 2px solid;
    border-width: 1px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #b37231, #dcab5d 47%, #b47432);
  }
}
.section-3 .box_1 ul li:last-child {
  border: none;
}
.section-3 .box_1 ul .b_title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 6px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 ul .b_title {
    font-size: 1.946vw;
    margin-bottom: 0.417vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 ul .b_title {
    font-size: 4.6936114733vw;
    margin-bottom: 0.78vw;
  }
}
.section-3 .box_1 ul .m_info {
  font-weight: 300;
  font-size: 28px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_1 ul .m_info {
    font-size: 1.946vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_1 ul .m_info {
    font-size: 4.6936114733vw;
  }
}
.section-3 .box_2 .title {
  position: absolute;
  top: 27.7%;
  width: 100%;
  left: 0;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_2 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_2 .title {
    font-size: 7.8226857888vw;
    top: 34.55%;
    width: 100%;
    left: 0;
  }
}
.section-3 .box_2 .txt {
  font-size: 30px;
  text-align: center;
  color: #1e1e1e;
  line-height: 1.65;
  top: 51.75%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_2 .txt {
    font-size: 2.08vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_2 .txt {
    font-size: 3.9113428944vw;
    text-align: left;
    line-height: 1.65;
    letter-spacing: 0.15px;
  }
}
.section-3 .box_2 .txt_1 {
  position: absolute;
  left: 12.6%;
}
@media all and (max-width: 767px) {
  .section-3 .box_2 .txt_1 {
    top: 42.52%;
    left: 10.7%;
  }
}
.section-3 .box_2 .txt_2 {
  position: absolute;
  left: 41.65%;
}
@media all and (max-width: 767px) {
  .section-3 .box_2 .txt_2 {
    top: 49.9%;
    left: 10.7%;
  }
}
.section-3 .box_2 .txt_3 {
  position: absolute;
  left: 68.5%;
}
@media all and (max-width: 767px) {
  .section-3 .box_2 .txt_3 {
    top: 59.15%;
    left: 47%;
  }
}
.section-3 .box_3 .title {
  position: absolute;
  top: 63.7%;
  width: 100%;
  left: 0;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_3 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .title {
    font-size: 7.8226857888vw;
    top: 66.5%;
    width: 100%;
    left: 0;
  }
}
.section-3 .box_3 .img {
  margin-bottom: 22px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_3 .img {
    margin-bottom: 1.53vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .img {
    margin-bottom: 3.2%;
  }
}
.section-3 .box_3 .img img {
  width: 69px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_3 .img img {
    width: 4.795vw;
    height: 6.12vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .img img {
    width: 8.98vw;
    height: 11.46vw;
  }
}
.section-3 .box_3 .img span {
  font-size: 35px;
  color: #1e1e1e;
  font-style: italic;
  margin-left: -1%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_3 .img span {
    font-size: 2.432vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .img span {
    font-size: 4.5632333768vw;
    margin-left: -3%;
  }
}
.section-3 .box_3 .txt {
  font-size: 30px;
  color: #1e1e1e;
  padding-left: 1.7%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-3 .box_3 .txt {
    font-size: 2.085vw;
  }
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .txt {
    font-size: 3.9113428944vw;
    padding-left: 3.5%;
  }
}
.section-3 .box_3 .txt_1 {
  position: absolute;
  top: 85.43%;
  left: 6.6%;
  width: 90%;
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .txt_1 {
    top: 71.83%;
    left: 8%;
    width: 90%;
  }
}
.section-3 .box_3 .txt_1 img {
  display: inline;
}
.section-3 .box_3 .txt_2 {
  position: absolute;
  top: 85.43%;
  left: 36.7%;
  width: 90%;
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .txt_2 {
    top: 81.1%;
    left: 8%;
    width: 90%;
  }
}
.section-3 .box_3 .txt_2 img {
  display: inline;
}
.section-3 .box_3 .txt_3 {
  position: absolute;
  top: 85.43%;
  left: 66.6%;
  width: 90%;
}
@media all and (max-width: 767px) {
  .section-3 .box_3 .txt_3 {
    top: 90.4%;
    left: auto;
    right: 8%;
    width: 90%;
    text-align: right;
  }
}
.section-3 .box_3 .txt_3 img {
  display: inline;
}

.section-4 {
  position: relative;
}
.section-4 picture {
  display: block;
}
.section-4 .title {
  position: absolute;
  top: 6.7%;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .title {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .title {
    font-size: 7.8226857888vw;
    top: 5.4%;
  }
}
.section-4 .m_title {
  font-size: 28px;
  color: #1e1e1e;
  font-weight: 500;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .m_title {
    font-size: 1.95vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .m_title {
    font-size: 4.6936114733vw;
  }
}
.section-4 .m_info {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 0.5px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .m_info {
    font-size: 1.67vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .m_info {
    font-size: 3.9113428944vw;
    letter-spacing: 0.2px;
    line-height: 1.68;
  }
}
.section-4 .box_1 .m_title {
  position: absolute;
  top: 33.2%;
  left: 14.5%;
}
@media all and (max-width: 767px) {
  .section-4 .box_1 .m_title {
    top: 19.7%;
    left: 27.5%;
  }
}
.section-4 .box_1 .m_info {
  position: absolute;
  top: 49.4%;
  left: 4.6%;
}
@media all and (max-width: 767px) {
  .section-4 .box_1 .m_info {
    top: 27.4%;
    left: 6%;
  }
}
.section-4 .box_2 .m_title {
  position: absolute;
  top: 41.7%;
  left: 60%;
}
@media all and (max-width: 767px) {
  .section-4 .box_2 .m_title {
    top: 51.7%;
    left: 27.5%;
  }
}
.section-4 .box_2 .m_info {
  position: absolute;
  top: 55%;
  left: 50.8%;
}
@media all and (max-width: 767px) {
  .section-4 .box_2 .m_info {
    top: 59.3%;
    left: 6%;
    padding-right: 6%;
  }
}
.section-4 .box_2 ul {
  margin-top: 20px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .box_2 ul {
    margin-top: 1.39vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .box_2 ul {
    margin-top: 2.67vw;
  }
}
.section-4 .box_2 ul li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .box_2 ul li {
    margin-bottom: 0.625vw;
    padding-left: 2.08vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .box_2 ul li {
    margin-bottom: 1.33vw;
    padding-left: 5.33vw;
  }
}
.section-4 .box_2 ul li::after {
  position: absolute;
  top: 0;
  left: 5px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-4 .box_2 ul li::after {
    left: 0.35vw;
  }
}
@media all and (max-width: 767px) {
  .section-4 .box_2 ul li::after {
    left: 5px;
  }
}
.section-4 .box_2 ul li:nth-child(1)::after {
  content: "1";
}
.section-4 .box_2 ul li:nth-child(2)::after {
  content: "2";
}
.section-4 .box_2 ul li:nth-child(3)::after {
  content: "3";
}

.section-5 {
  position: relative;
}
.section-5 picture {
  display: block;
}
.section-5 .title {
  position: absolute;
  top: 6%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 28px;
  letter-spacing: 0.5px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .title {
    font-size: 1.944vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .title {
    top: 4%;
    font-size: 3.9113428944vw;
  }
}
.section-5 .title i {
  position: relative;
  display: inline-block;
  width: 1%;
  height: 1em;
}
@media all and (max-width: 767px) {
  .section-5 .title i {
    width: 2%;
  }
}
.section-5 .title i::after {
  content: "*";
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 12px;
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .title i::after {
    font-size: 0.834vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .title i::after {
    font-size: 1.8252933507vw;
    top: 5%;
    left: -1%;
  }
}
.section-5 .title span {
  position: relative;
}
.section-5 .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to left, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .title span::before {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .title span::before {
    width: 6.77vw;
  }
}
.section-5 .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5%;
  width: 57px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#897028), color-stop(30%, #c8ab5c), color-stop(51%, #efd279), color-stop(72%, #e5d4a9), to(#f5efdd));
  background: linear-gradient(to right, #897028, #c8ab5c 30%, #efd279 51%, #e5d4a9 72%, #f5efdd);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .title span::after {
    width: 3.96vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .title span::after {
    width: 6.77vw;
  }
}
.section-5 .subtitle {
  position: absolute;
  top: 9.8%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#825125), color-stop(15%, #A97E48), color-stop(36%, #D19A4D), color-stop(58%, #DDAC5E), color-stop(82%, #BA8139), to(#B06C2D));
  background: linear-gradient(to right, #825125, #A97E48 15%, #D19A4D 36%, #DDAC5E 58%, #BA8139 82%, #B06C2D);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .subtitle {
    font-size: 4.1696vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .subtitle {
    top: 7.8%;
    font-size: 7.8226857888vw;
  }
}
.section-5 .subtitle i {
  position: relative;
  display: inline-block;
  width: 2%;
  height: 1em;
}
@media all and (max-width: 767px) {
  .section-5 .subtitle i {
    width: 3%;
  }
}
.section-5 .subtitle i::after {
  content: "**";
  position: absolute;
  top: 10%;
  left: 20%;
  font-size: 14px;
  font-weight: 700;
  color: #DDAC5E;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .subtitle i::after {
    font-size: 0.972vw;
    left: 0.2vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .subtitle i::after {
    font-size: 3.1290743155vw;
    left: -0.15vw;
    letter-spacing: -0.1vw;
  }
}
.section-5 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section-5 .txt {
  font-size: 24px;
  color: #1e1e1e;
  letter-spacing: 1px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .txt {
    font-size: 1.668vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .txt {
    font-size: 3.3898305085vw;
    letter-spacing: 0.2vw;
  }
}
.section-5 .box_1 {
  position: absolute;
  top: 69%;
  left: 16.1%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .section-5 .box_1 {
    top: 68.8%;
    left: -4.8%;
  }
}
.section-5 .box_1 .img {
  width: 321px;
  height: 51px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_1 .img {
    width: 22.307vw;
    height: 3.54vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_1 .img {
    width: 46.8vw;
    height: 7.9vw;
  }
}
.section-5 .box_1 .txt {
  padding-right: 8px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_1 .txt {
    padding-right: 0.556vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_1 .txt {
    padding-right: 1vw;
  }
}
.section-5 .box_2 {
  position: absolute;
  top: 68.7%;
  left: 67.2%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .section-5 .box_2 {
    top: 71.2%;
    left: 53.9%;
  }
}
.section-5 .box_2 .img {
  width: 330px;
  height: 53px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_2 .img {
    width: 22.93vw;
    height: 3.68vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_2 .img {
    width: 44.85vw;
    height: 7.1vw;
  }
}
.section-5 .box_2 .txt {
  padding-left: 50px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_2 .txt {
    padding-left: 3.475vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_2 .txt {
    padding-left: 7vw;
  }
}
.section-5 .box_2 .txt i {
  position: relative;
  display: inline-block;
  width: 2.5%;
  height: 1em;
}
.section-5 .box_2 .txt i::after {
  content: "▲";
  position: absolute;
  top: -24%;
  right: -81%;
  font-size: 20px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_2 .txt i::after {
    font-size: 1.39vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_2 .txt i::after {
    font-size: 2.6075619296vw;
    right: -90%;
  }
}
.section-5 .box_3 {
  position: absolute;
  top: 81.6%;
  left: 58.7%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .section-5 .box_3 {
    left: 48.7%;
    top: 85%;
  }
}
.section-5 .box_3 .img {
  width: 278px;
  height: 53px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_3 .img {
    width: 19.32vw;
    height: 3.68vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_3 .img {
    width: 39.85vw;
    height: 7.8vw;
  }
}
.section-5 .box_3 .txt {
  padding-left: 8px;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_3 .txt {
    padding-right: 0.556vw;
  }
}
.section-5 .box_3 .txt i {
  position: relative;
  display: inline-block;
  width: 2%;
  height: 1em;
}
.section-5 .box_3 .txt i::after {
  content: "△";
  position: absolute;
  top: -24%;
  right: -127%;
  font-size: 20px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-5 .box_3 .txt i::after {
    font-size: 1.39vw;
  }
}
@media all and (max-width: 767px) {
  .section-5 .box_3 .txt i::after {
    font-size: 2.6075619296vw;
    right: -135%;
  }
}

.section-6 {
  position: relative;
  overflow: hidden;
  padding-bottom: 42.708%;
  margin-bottom: 1.7em;
  background: url("../../marilyn/oil/dist/images/waterbomb/G.png") top left/100% no-repeat;
}
@media all and (max-width: 767px) {
  .section-6 {
    padding-bottom: 0;
    margin-top: -1px;
    background: url("../../marilyn/oil/dist/images/video/BRAND.gif") top left/100% no-repeat;
    margin-bottom: 8.8%;
  }
}
.section-6 .gif {
  position: absolute;
  top: 36%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45.5%;
}
.section-6 .gif picture {
  display: inline-block;
  position: absolute;
  top: 57.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39.084%;
}
.section-6 .gif > img {
  width: 100%;
}
.section-6_txt {
  position: absolute;
  top: 61.2%;
  left: 12.6%;
}
.section-6_txt p {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#d1b560), color-stop(32%, #ae8333), color-stop(64%, #bb9040), color-stop(70%, #ae8333), to(#c19848));
  background: linear-gradient(to right, #d1b560 0%, #ae8333 32%, #bb9040 64%, #ae8333 70%, #c19848);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}
.section-6_txt p:first-child {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 0.1em;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-6_txt p:first-child {
    font-size: 2.5vw;
  }
}
.section-6_txt p:last-child {
  font-size: 26px;
  font-weight: 300;
  position: relative;
  padding: 2.5% 0 3.2%;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-6_txt p:last-child {
    font-size: 1.8056vw;
  }
}
.section-6_txt p:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../../marilyn/oil/dist/images/waterbomb/line_2.png") center/contain no-repeat;
}
.section-6 picture.mo {
  width: 81.7%;
  margin: 10.5% auto 18.4%;
}

.section-8 {
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .section-8 {
    padding: 0 20px;
  }
}
.section-8 .intro_txt {
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -o-border-image: linear-gradient(to right, #897b36, #c3b57c, #dcce97, #c3b57c, #bdad71) 100% 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#897b36), color-stop(#c3b57c), color-stop(#dcce97), color-stop(#c3b57c), to(#bdad71)) 100% 1;
     border-image: linear-gradient(to right, #897b36, #c3b57c, #dcce97, #c3b57c, #bdad71) 100% 1;
  line-height: 1.75;
  padding-bottom: 2.4em;
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .section-8 .intro_txt {
    font-size: 1.042vw;
  }
}
@media all and (max-width: 767px) {
  .section-8 .intro_txt {
    padding-bottom: 10%;
    line-height: 1.62;
    font-size: 3.1290743155vw;
  }
}
.section-8 .intro_txt i {
  display: none;
}
@media all and (max-width: 767px) {
  .section-8 .intro_txt i {
    display: inline-block;
  }
}

.fix_btn {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 96px;
  max-width: 1440px;
  background: #fff;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .fix_btn {
    padding: 0 20px;
    height: 68px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fix_btn a {
  display: block;
}
.fix_btn .buy.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .fix_btn .buy.pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fix_btn .buy.pc li {
  position: relative;
  width: 33.3%;
}
@media all and (max-width: 767px) {
  .fix_btn .buy.pc li {
    border: none;
  }
}
.fix_btn .buy.pc li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.75em;
  background: #000;
}
@media all and (max-width: 767px) {
  .fix_btn .buy.pc li::after {
    content: none;
  }
}
.fix_btn .buy.pc li:last-child::after {
  content: none;
}
.fix_btn .buy.pc li a {
  padding: 0 25%;
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .fix_btn .buy.pc li a {
    padding: 0 20%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .fix_btn .buy.pc li a {
    padding: 0 15%;
  }
}
@media all and (max-width: 767px) {
  .fix_btn .buy.pc li a {
    padding: 0;
  }
}
.fix_btn .buy.pc li.poya a {
  padding: 0 30%;
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .fix_btn .buy.pc li.poya a {
    padding: 0 25%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .fix_btn .buy.pc li.poya a {
    padding: 0 20%;
  }
}
.fix_btn .buy.mo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  max-width: 550px;
}
.fix_btn .buy.mo li a {
  max-width: 52px;
}
.fix_btn .intro {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15px;
}