body{
    width: 100%;
    height: auto;
    background-image: url("../img/AdobeStock_379853763.webp");
    background-size: cover;   
    align-content: center; 
}

main{
    position: relative;
    width: 100%;
    height: 100vh;
}
#design1{
    width: 35vw;
    aspect-ratio: 974/680.5;
    background-image: url("../img/s2.webp");
    background-size: cover;
    background-position: right;
    left: 0;
    top: 0;
}
#design2{
    position: absolute;
    width: 35vw;
    aspect-ratio: 974/680.5;
    background-image: url("../img/s2.webp");
    background-size: cover;
    background-position: right;
    transform: rotateZ(180deg);
    right: 0;
    bottom: 0;
}
#main_d1{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform:translateY(-50%);
    align-self: center;
}
#design3{
    /* position: absolute; */
    width: 10vw;
    aspect-ratio: 1/1;
    background-image: url("../img/logos_gold.webp");
    background-size: contain;
    /* left:50% ;
    transform: translateX(-50%); */
    margin: 0 auto;
    /* margin-top: 1.56vw; */
}
#main_d1_d1{
    position: relative;
    width: 44.84vw;
    aspect-ratio: 861/124;
    margin: 0 auto;
}
#design4{
    position: absolute;
    width: 25%;
    aspect-ratio: 279.74/164.69;
    background-image: url("../img/gold1.webp");
    background-size: contain;
    top: 40%;
    right: 0%;
}
#design5{
    position: absolute;
    width: 25%;
    aspect-ratio: 279.74/164.69;
    background-image: url("../img/gold1.webp");
    background-size: contain;
    transform: rotateZ(180deg);
    bottom: 40%;
    left: 0%;
}
#design6{
    position: absolute;
    width: 16%;
    aspect-ratio: 186/121;
    background-image: url("../img/gold2.webp");
    background-size: contain;
    top: 50%;
    right: 23.5%;
}
#design7{
    position: absolute;
    width: 16%;
    aspect-ratio: 186/121;
    background-image: url("../img/gold2.webp");
    background-size: contain;
    transform: rotateZ(180deg);
    bottom: 50%;
    left: 23.5%
}
#design8{
    position: absolute;
    display: flex;
    background-color: #FF00D8;
    width: 81%;
    aspect-ratio: 907/124;
    border: 0.26vw solid #AF832F;
    border-radius: 4.01vw;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    column-gap: 3.23vw;
}
#design8::before{
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
    );
    transition: left 0.6s ease;
}
#design8:hover{
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}
#enter{
    font-family: BIZ UDPMincho;
    font-size: 2.53vw;
    font-weight: bold;  
    align-self: center;
    color: #FFFFFF;  
}
#year{
    font-family: BIZ UDPMincho;
    font-size: 1.42vw;
    font-weight: bold;
    align-self: center;
    color: #FFFFFF;
}
#design9{
    /* position: absolute; */
    /* top: 18.5vw; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    white-space: nowrap;
    margin: 0 auto;
}
#design9>p{
    font-family: BIZ UDPMincho;
    font-size: 1vw;    
    color: #FFFFFF;
    text-align: center;
    line-height: 2;
}
#main_d1_d2{
    width:fit-content;
    display: flex;
    margin: 0 auto;
    transform: translateY(0.5vw);
}
#design10{
    /* position: absolute; */
    /* top: 37vw; */
    /* left: 39.11vw; */
    width: 10vw;
    aspect-ratio: 280/158;
    /* margin: 0 auto; */
}
#design10>img{
    object-fit: contain;
}
#design11{
    /* position: absolute; */
    /* top: 36vw; */
    /* left: 51vw; */
    width: 10vw;
    aspect-ratio: 294/185;
    /* margin: 0 auto; */
}
#design11>img{
    object-fit: cover;
}
footer{
    margin-top: 3vw;
}
#banner{
    /* position: absolute;
    bottom: 0; */
    width: 40vw;
    margin: 0 auto;
}
/* #banner>center{
    margin-top: 1.5vw;
} */
.phone{
    display: none;
}

@media screen and (max-width: 768px) {
    #design1{
        width: 85vw;
    }
    #design2{
        width: 85vw;
    }
    #design3{
        width: 32.79vw;
    }
    .phone{
        display:block;
    }
    #design9{
        margin-top: 3vw;
    }
    #design9>p{
        font-size: 2vw;    
    }
    #main_d1_d1{
        margin-top: 3vw;
        width: 95vw;
    }
    #design8{
        border-radius: 30vw;
        border: 1vw solid #AF832F;
    }

    #main_d1_d2{
        margin-top: 5vw;
    }
    #design10{
        width: 30vw;
    }
    #design11{
        width: 30vw;
    }
    #enter{
        font-family: BIZ UDPMincho;
        font-size: 5.11vw;
        font-weight: bold;  
        align-self: center;
        color: #FFFFFF;  
    }
    #year{
        font-family: BIZ UDPMincho;
        font-size: 2.82vw;
        font-weight: bold;
        align-self: center;
        color: #FFFFFF;
    }
    #banner{
        width: 80vw;
    }
    #banner>center{
        margin-top: 3vw;
    }
}