@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
  --def-undr: #624063;
  --def-bgnd: #9d6b9e;
  --def-text: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: hsl(298deg, 21%, 82%);
  overflow-x: clip;
}

h1, h2 {
  font-family: Kanit;
}

h1 {
  font-size: 4rem;
  text-align: center;
  color: hsl(305deg, 100%, 50%);
  margin: 0 0 4rem 0;
  padding: 0;
}

p.link {
  text-align: center;
  margin: 2rem auto;
}

a {
  font-size: 3rem;
  text-align: center;
  text-decoration: none;
  color: hsl(215deg, 100%, 50%);
  border-bottom: 3px dotted;
}

p {
  font-size: 3rem;
  line-height: 4.8rem;
  margin: 2rem;
  color: hsl(301deg, 55%, 23%);
}

i {
  font-style: normal;
  color: hsl(306deg, 62%, 32%);
}

u em, u i {
  padding: 0.3rem 1rem 0.5rem 1rem;
}

ol.rose {
  list-style: none;
  counter-reset: pCount;
}

ol.rose li {
  counter-increment: pCount;
  position: relative;
  font-family: Kanit;
  font-size: 3rem;
  line-height: 4.2rem;
  margin: 2rem;
  margin-left: 6rem;
}

ol.rose li::before {
  content: counter(pCount);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  color: white;
  background-color: #6d457b;
  position: absolute;
  -webkit-transform: translate(-4rem, 1rem);
      -ms-transform: translate(-4rem, 1rem);
          transform: translate(-4rem, 1rem);
  text-align: center;
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3rem;
}

ol.rose img {
  width: 100%;
  aspect-ratio: 1024/770;
}

#fcFromUBtn {
  background-color: rgba(171, 0, 255, 0.481);
  background-blend-mode: normal;
}

@media (min-width: 1300px) {
  ol.rose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }

  ol.rose div.roseDiv {
    max-width: 47vw;
  }

  ol.rose li {
    margin: 0rem 0rem 0rem 4rem;
  }

  li::before {
    -webkit-transform: translate(-4rem, 1rem);
        -ms-transform: translate(-4rem, 1rem);
            transform: translate(-4rem, 1rem);
  }

  ol.rose p {
    margin: 0rem;
  }
}
@media (min-width: 1900px) {
  ol.rose {
    gap: 1vw;
  }

  ol.rose div.roseDiv {
    max-width: 31.66vw;
  }
}