@charset "UTF-8";
body {
  overflow-x: hidden; }

.note {
  color: #0068b7; }

.note2 {
  color: #00a0e9;
  font-weight: bold; }

.note3 {
  color: #3f51b5;
  font-weight: bold; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 18px;
  line-height: 1.4; }

.fz-64 {
  font-size: 64px; }

.w-95 {
  width: 95%; }

.gradient {
  background: -webkit-linear-gradient(#7776ff, #ae2cf1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.Ciao_ui {
  border: 3px solid #3d57f7;
  border-radius: 10px; }

.title {
  border-left: 8px solid #9e9e9e;
  font-weight: bold; }

.border-ciao {
  border-color: #9facf7 !important; }
  .border-ciao::after {
    position: absolute;
    content: "";
    background-color: #78a8e1;
    top: 25px;
    left: 0;
    width: 8px;
    height: 50px; }

.text {
  line-height: 1.3;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6), 0 0 25px rgba(0, 200, 255, 0.6);
  opacity: 0;
  /* 初始透明 */
  transform: scale(2);
  /* 初始放大 */
  animation: Ciao-fadeIn 2s ease-in-out forwards; }

.text:nth-child(2) {
  animation-delay: 1.5s;
  /* 延遲1.5秒 */ }

.text:nth-child(3) {
  animation-delay: 3s;
  /* 延遲3秒 */ }

.text:nth-child(4) {
  animation-delay: 4s;
  /* 延遲4秒 */ }

@keyframes Ciao-fadeIn {
  0% {
    opacity: 0.1;
    transform: scale(2);
    /* 從大到小 */ }
  100% {
    opacity: 1;
    transform: scale(1);
    /* 最終大小 */ } }
.icon {
  animation: Ciao-bounce 1.5s ease-in-out; }

@keyframes Ciao-bounce {
  0%,
            100% {
    transform: translateY(0);
    /* 初始位置 */ }
  30% {
    transform: translateY(-20px);
    /* 向上 */ }
  50% {
    transform: translateY(-10px);
    /* 略微下降 */ }
  70% {
    transform: translateY(-15px);
    /* 再次上升 */ } }
#description_bg {
  background: linear-gradient(114.95deg, rgba(235, 0, 255, 0.5) 0%, rgba(0, 71, 255, 0) 34.35%), linear-gradient(180deg, #004B5B 0%, #FFA7A7 100%), linear-gradient(244.35deg, #FFB26A 0%, #3676B1 50.58%, #00A3FF 100%), linear-gradient(244.35deg, #FFFFFF 0%, #004A74 49.48%, #FF0000 100%), radial-gradient(100% 233.99% at 0% 100%, #B70000 0%, #AD00FF 100%), linear-gradient(307.27deg, #219D87 0.37%, #2650BA 50.19%, #2800C6 100%), radial-gradient(100% 140% at 100% 0%, #FF00C7 0%, #006C7A 49.48%, #760000 100%);
  background-blend-mode: hard-light, overlay, overlay, overlay, difference, difference, normal;
  color: white; }

#description {
  font-size: 18px;
  font-weight: bold; }
  #description::before {
    content: "「";
    position: absolute;
    display: block;
    left: -20px;
    top: -20px;
    width: 30px;
    height: 30px;
    font-size: 40px;
    color: #ffc107; }
  #description::after {
    content: "」";
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    font-size: 40px;
    color: #ffc107; }

#Ciao_UI {
  position: relative;
            /*            &::before {
                content: "";
                position: absolute;
                display: block;
                right: 0px;
                top: 0px;
                width: 500px;
                height: 600px;
                background: url(../images/products/Ciao_rt_bg.svg) no-repeat right top;
            }

            &::after {
                content: "";
                position: absolute;
                display: block;
                leftt: 0px;
                bottom: 0px;
                width: 500px;
                height: 500px;
                background: url(../images/products/Ciao_lb_bg.svg) no-repeat left bottom;
            }*/ }

#Ciao_name {
  background: #3f51b5;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  position: relative; }
  #Ciao_name #Ciao_hand {
    display: none; }

#knowledge {
  background: #bfdbf7; }
  #knowledge .card-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border-left: 7px solid #03a9f4;
    border-radius: 0;
    padding: 0;
    padding-left: 8px; }

@media (min-width: 992px) {
  .fz-20 {
    font-size: 20px;
    line-height: 1.4; }

  .min-h75 {
    min-height: 75px; }

  #description_bg {
    background: linear-gradient(114.95deg, rgba(235, 0, 255, 0.5) 0%, rgba(0, 71, 255, 0) 34.35%), linear-gradient(180deg, #004B5B 0%, #FFA7A7 100%), linear-gradient(244.35deg, #FFB26A 0%, #3676B1 50.58%, #00A3FF 100%), linear-gradient(244.35deg, #FFFFFF 0%, #004A74 49.48%, #FF0000 100%), radial-gradient(100% 233.99% at 0% 100%, #B70000 0%, #AD00FF 100%), linear-gradient(307.27deg, #219D87 0.37%, #2650BA 50.19%, #2800C6 100%), radial-gradient(100% 140% at 100% 0%, #FF00C7 0%, #006C7A 49.48%, #760000 100%);
    background-blend-mode: hard-light, overlay, overlay, overlay, difference, difference, normal;
    color: white; }

  #description {
    font-size: 23px;
    font-weight: bold; }
    #description::before {
      content: "「";
      position: absolute;
      display: block;
      left: -50px;
      top: -50px;
      width: 30px;
      height: 30px;
      font-size: 80px;
      color: #ffc107; }
    #description::after {
      content: "」";
      position: absolute;
      display: block;
      right: 0px;
      bottom: 60px;
      width: 30px;
      height: 30px;
      font-size: 80px;
      color: #ffc107; }

  #Ciao_UI {
    position: relative;
    overflow: hidden; }
    #Ciao_UI::before {
      content: "";
      position: absolute;
      display: block;
      right: -150px;
      top: 0px;
      width: 300px;
      height: 600px;
      background: url(../images/products/Ciao_rt_bg.svg) no-repeat right top; }
    #Ciao_UI::after {
      content: "";
      position: absolute;
      display: block;
      left: -100px;
      bottom: 0px;
      width: 300px;
      height: 500px;
      background: url(../images/products/Ciao_lb_bg.svg) no-repeat left bottom; }

  .Ciao_ui {
    max-width: 1000px; }

  #Ciao_name #Ciao_hand {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0; } }
@media (min-width: 1500px) {
  #Ciao_UI {
    position: relative; }
    #Ciao_UI::before {
      content: "";
      position: absolute;
      display: block;
      right: 0px;
      top: 0px;
      width: 500px;
      height: 500px;
      background: url(../images/products/Ciao_rt_bg.svg) no-repeat right top; }
    #Ciao_UI::after {
      content: "";
      position: absolute;
      display: block;
      left: 0px;
      bottom: 0px;
      width: 500px;
      height: 500px;
      background: url(../images/products/Ciao_lb_bg.svg) no-repeat left bottom; } }

/*# sourceMappingURL=custom_ciao.css.map */
