.fp-watermark {
  display: none;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1440px) {
  html {
    font-size: 0.694444444444vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1.30208333333vw;
  }
}

@media (max-width: 460px) {
  html {
    font-size: 2.17391304348vw;
  }
}

body {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: keep-all;
}

.inner {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .inner {
    margin: 0 1.6rem;
  }
}

.bzf {
  position: relative;
  display: inline-block;
  color: transparent;
  background: #000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 1px 3px 3px rgba(255, 255, 255, 0.3);
}

.bzf::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  height: calc(100% + 30px);
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translate(0, -50%);
}

.bzf.w::before {
  background: rgba(255, 255, 255, 0.25);
}

.bzf::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  height: calc(100% + 30px);
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translate(0, -50%);
}

.bzf.w::after {
  background: rgba(255, 255, 255, 0.25);
}


.bzf em::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: calc(100% + 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translate(-50%, 0);
}

.bzf.w em::before {
  background: rgba(255, 255, 255, 0.25);
}

.bzf em::after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  width: calc(100% + 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  transform: translate(-50%, 0);
}

.bzf.w em::after {
  background: rgba(255, 255, 255, 0.25);
}

.nmf {
  color: #fff;

  text-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
  -webkit-text-stroke: 1px rgba(212, 212, 212, 0.5);

  /* text-shadow: 1px 0 3px rgba(255, 255, 255, 0.25);
  background: linear-gradient(to right top, #0a96ba, #032777, #333333);
  color: transparent;
  -webkit-background-clip: text; */
}


.design_set {
  /* position: relative; */
}

.design_set span {
  display: inline-block;
  font-size: 0;
}

.default_section {
  position: relative;
  /* min-height: 100vh; */
  padding: 10rem 0;

  /* overflow: hidden; */
  /* background: url(../images/darm_main02.jpg) no-repeat center center/cover; */
}

.default_box {
  --size: 40rem;
  --scale: 1;
  --left: -10rem;
}

.default_box::before {
  content: "";

  position: absolute;
  bottom: -5rem;
  left: var(--left);
  /* z-index: 2; */

  width: 40rem;
  height: 40rem;

  border-radius: 50px;
  background: linear-gradient(145deg, #f1f1f1, #ffffff);
  box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;

  transform: scale(var(--scale));
}

.default_box::after {
  content: "";

  position: absolute;
  top: 8rem;
  right: -10rem;
  /* z-index: 2; */

  width: 40rem;
  height: 40rem;

  border-radius: 50px;
  background: linear-gradient(145deg, #f1f1f1, #ffffff);
  box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
}

.default_section .title {
  position: relative;
  max-width: 144rem;
  margin: 0 auto 5.6rem auto;
  width: 100%;
  z-index: 999;
}


@media (max-width:520px) {
  #content .default_section .title {
    width: auto;
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}

/* .design_set > li:nth-child(1) {
  content: "";
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 999;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: linear-gradient(to right top, #0a96ba, #032777, #333333);
} */

.default_section .title strong em {
  font-size: 6rem;
  font-weight: 45;
  padding: 0 0 0 0;
}

.default_section .title span {
  /* margin: 0 auto 4rem auto;
  font-size: 2rem;
  text-indent: 0;

  padding: 0 0 0 0; */

  /* text-shadow: 1px 0 3px rgba(255, 255, 255, 0.25);
  background: linear-gradient(to right top, #e11009, #034677, #333333);
  color: transparent;
  -webkit-background-clip: text; */

  font-size: 12rem;
  font-weight: 900;

  display: block;
  margin: -4rem 0 0 0;
}

/* .default_section.title strong em::first-letter {
  color: tomato;
  font-size: 4rem;
} */


@media (max-width: 520px) {
  .default_section .title strong em {
    font-size: 4rem;
    font-weight: 45;
    padding: 0 0 0 0;
  }

  .default_section .title span {
    /* margin: 0 auto 4rem auto;
    font-size: 2rem;
    text-indent: 0;
  
    padding: 0 0 0 0; */

    /* text-shadow: 1px 0 3px rgba(255, 255, 255, 0.25);
    background: linear-gradient(to right top, #e11009, #034677, #333333);
    color: transparent;
    -webkit-background-clip: text; */

    font-size: 8rem;
    font-weight: 900;

    display: block;
    margin: -4rem 0 4rem 0;
  }
}


.default_section .mockup {
  position: relative;
  /* position: absolute;
  top: 20rem;
  right: -10rem; */
  width: 80rem;
}

/* .default_section .inner::after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
  top: 10rem;
  left: 60rem;

  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);

  border-radius: 50%;
} */
.default_section .inner {
  display: flex;
  gap: 12rem;
}

.default_section .inner .title {
  flex: 1;
}

.default_section .title p {
  line-height: 1.4;
  word-break: keep-all;
}

/* .default_section .inner img {
  width: 70rem;
} */

.default_btn {
  display: inline-block;
  background: linear-gradient(145deg, #f1f1f1, #ffffff);
  box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 10px 36px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}

.mbile {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: 10px 10px 20px #d4d4d4;
  border: 8px solid #f7f7f7;
  outline: 2px solid #fff;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 2rem;
  margin: 40px 0;
  padding: 0 0 24px 0;
}

.mbile::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 30%;
  right: 30%;
  height: 10px;
  background: #f7f7f7;
  border-radius: 0 0 8px 8px;
}

.mbile::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 30%;
  right: 30%;
  height: 4px;
  background: #f1f1f1;
  border-radius: 2px;
}

.mbile .img_box {
  border-radius: 1.2rem;
  overflow: hidden;
}


.scroll {
  position: absolute;
  top: 8rem;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}

.scroll span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--color);
}

.scroll span::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin: 16px auto 0 auto;
  background: var(--color);

  opacity: 0.4;
}

.scroll span::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;


  width: 6px;
  height: 6px;
  background: var(--color);
  border-radius: 50%;

  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  70% {
    transform: translate(-50%, 84px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 84px) scale(8);
    opacity: 0;
  }
}


/* .arrow_right {
  position: relative;
  width: 8rem;
} */

.arrow_right span {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0;

  animation: arrow 0.5s infinite;
}

.arrow_right span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  height: 1px;

  background: var(--color);

}

.arrow_right span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 8px;
  height: 1px;

  transform: rotate(45deg);
  transform-origin: right;

  background: var(--color);

}

@keyframes arrow {
  0% {
    width: calc(100% - 16px);
  }

  100% {
    width: 100%;
  }
}