body{
    background-color: #ffffff;

}
.bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -999;
        display: flex;
        justify-content: center;
        
        
     }
        .bg img {
             min-height: 100%;
             width: 100%;
             object-fit: fill;
            
        }
.konjac-lgoo{
    display: flex;
    justify-content: center;
    -webkit-animation: fadein 2s ease;
    animation-fill-mode: forwards;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        /* 中心位置變換 */
    top: -100px;
    width: 70%;
}
.konjac-lgoo img{
    width: 100%;
    max-width: 500px;
    min-width: 200px;
}
.center-black{
    max-width: 50%;
    max-height: 80%;
    width: 500px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 2em 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   /* 中心位置變換 */
    text-align: center;
    border: solid #ffffff 4px;
}

.h1-title{
    text-shadow: -1px -1px 0 #ff8b9f,
            1px -1px 0 #ff8b9f,
            -1px 1px 0 #ff8b9f,
            1px 1px 0 #ff8b9f;
    margin: 20px 0px 20px 0px;
    font-size: 30px;
    font-weight: 600;
    color: #1d1919;
    white-space: nowrap; 
    /* 不會換行 */
    /* text-shadow: rgb(0, 0, 0) 2px 2px 0px, rgba(255, 251, 0, 0.2) 3px 3px 0px; */
    opacity: 0;
    -webkit-animation: fadein 4s ease; 
    animation-fill-mode: forwards; 
    /* 保持動畫 */
  }
  @keyframes fadein
{
	10%{ opacity: 0;}
    100%{opacity:1;}
}

.blank{
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
  -webkit-animation: fadein 6s ease;
  animation-fill-mode: forwards;
  }

  @keyframes blink {
  50% {
    color: transparent;
  }
}

.text-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.email-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.email-text p{
    width: 90%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

@keyframes oxxo {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
.goto{
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    max-height: 60px;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(180deg,#ff6b84,#ff3b45);
    /* background-image: linear-gradient(to top, #000000, #333333); */
    text-decoration:none;
    line-height:50px;
    min-height:50px;
    animation-name: oxxo;
    animation-iteration-count: infinite;
    animation-duration: 2s;

}
.btn1{
    font-size: 1.2rem;
    font-weight: 600;
    color: #ff3b45;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    max-height: 40px;
    max-width: 350px;
    margin: 10px auto;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #ffffff, #ffffff);
    /* background-image: linear-gradient(to top, #000000, #333333); */
    text-decoration: none;
    line-height: 50px;
    min-height: 40px;
}
.btn2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    max-height: 40px;
    max-width: 350px;
    margin: 10px auto;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #23c0f9, #1e6fd2);
    /* background-image: linear-gradient(to top, #000000, #333333); */
    text-decoration: none;
    line-height: 50px;
    min-height: 40px;
}
.WebDescroption{
    position: absolute;
    bottom: 10px;
   
}
.WebDescroption p{
    max-width: 700px;
    font-size: 1.1rem;
    text-align: center;
    color: #7b385a;
}

@media only screen and (max-width: 768px) {

.WebDescroption p{
    max-width: 400px;
    font-size: .8rem;
    }

.center-black
    {
    width: 70%;
    max-width: 400px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #ffffff;
    
    }
.h1-title{
    font-size: 2rem;
    font-weight: 610;
    }

.goto{
    font-size: 1.2rem;
    min-height: 20px;
    max-height: 45px;
    margin: 5px auto;
    margin-top: 10px;
}
 .h1-title {
     font-size: 1.2rem;
     margin: 5px;
 }

 .blank {
     padding: 0;
     margin: 5px;
 }

 .btn1 {
     font-size: 1rem;
     min-height: 20px;
     max-height: 35px;
     margin: 5px auto;
     margin-top: 10px;
 }

 .btn2 {
     font-size: .8rem;
     min-height: 20px;
     max-height: 35px;
     margin: 5px auto;
     margin-top: 10px;

 }
}

@media only screen and (max-width: 400px) {

    .center-black{
        height: auto;
        width: 90%;
        padding-top: 10px;
    }
   
    .email-text p {
        font-size: .8rem;
        margin: 5px;
        
    }

    .WebDescroption p{
        max-width: 300px;
    }
    
}