*{
    box-sizing: border-box;
}
html, body{
    padding: 0;
    margin: 0;
    font-size: 0.833vw;
    line-height: 1.25vw;
    color: #4D2426;
    background-color: #F5F5F5;
}
body.scrolled{
    padding-top: 4.729vw;
}
#ast-scroll-top{
    display: none!important;
}
.font-tilt-warp {
    font-family: "Tilt Warp", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-kaisei-decol {
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}
.font-tienne {
    font-family: "Tienne", serif;
    font-weight: 400;
    font-style: normal;
}
.font-tienne.bold {
    font-weight: 700;
}
.font-tienne.black {
    font-weight: 900;
}
.font-22{
    font-size: 1.051vw;
    line-height: 1.667vw;
}
.font-35{
    font-size: 1.823vw;
    line-height: 2.344vw;
}
a, a:hover, a:focus, a:visited{
    outline: none;
    border: none;
}
.navbar{
    background-color: #FDBFBF;
    transition: all 0.5s ease;
}
.navbar-brand{
    max-width: 14.063vw;
}
#masthead .navbar .nav-link{
    font-size: 1.302vw;
    line-height: 1.667vw;
}
#masthead .navbar .nav-link, .title-wrap h1, .title-wrap h2, .title-wrap h3, .title-wrap h4, .title-wrap h5, .title-wrap h6{
    color: #545454;
}
#masthead .navbar .nav-item:not(:last-child) {
    margin-right: 6.51vw;
}
#masthead .navbar.fixed-top{
    transform: translateY(-100%);
}
#masthead .navbar.fixed-top.show{
    transform: translateY(0);
}
.section{
    padding: 7.813vw 0;
}
.section-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#blossom-introduction{
    background-image: url(/wp-content/uploads/2024/02/bg-introduction.jpg);
}
#blossom-about-us{
    background-image: url(/wp-content/uploads/2024/02/bg-about-us.jpg);
}
.intro-header-thumbnail{
    max-width: 23.438vw;
}
.intro-bar{
    display: block;
    width: 40%;
    height: 0.938vw;
    border-radius: 0.521vw;
    background-color: #545454;
    margin: auto;
}
.intro-bttn{
    transition: transform 0.5s;
}
.intro-bttn:hover{
    transform: scale(1.1);
}
.intro-bttn a{
    background-color: #FB8296;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 13px 40px;
    text-decoration: none!important;
}
.intro-bttn a:hover{
    background-color: #f796a5;
}
.hover-img img{
    transform-origin: center;
    transition: all 0.6s ease;
}
.hover-img:hover img{
    transform: scale(1.1)
}
.title-leaf{
    width: 68px;
}
.tilt-wrapper{
    position: relative;
    width: 100%;
    height: 500px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: left top;
    transform-style: preserve-3d;
    will-change: transform;
}
.tilt-wrapper.tilt-introduction, .tilt-wrapper.tilt-about-us{
    padding-top: 100%;
    height: auto;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}
.tilt-wrapper.tilt-about-us{
    background-position: right bottom;
}
.tilt-wrapper.tilt-contact-us{
    transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}
.tilt{
    bottom: 0;
    right: 0;
    transform: translateZ(60px);
}
.tilt-wrapper.tilt-introduction .tilt, .tilt-wrapper.tilt-about-us .tilt {
    position: absolute;
    width: 50%;
    height: 25%;
    background-color: rgba(77, 36, 38, 0.5);
    transform: translateZ(-60px);
}
.tilt-wrapper.tilt-introduction .tilt{
    bottom: 0;
    right: 0;
}
.tilt-wrapper.tilt-about-us .tilt{
    top: 0;
    left: 0;
}
.social-media-item:not(:last-child){
    margin-right: 40px;
}
.social-media-link{
    width: 35px;
    height: 35px;
}
.social-media-link img{
    object-fit: contain;
    object-position: center;
}
.link{
    color: #4D2426;
    font-weight: 700;
}
.link:not(:hover){
    text-decoration: none;
}

@media only screen and (max-width:767px){
    .font-22{
        font-size: 3.333vw;
        line-height: 1.2;
    }
    .tilt-wrapper{
        height: 400px;
    }
}