@media screen and (max-height:900px){
    /* .top-nav{
        line-height:0.5em;
        margin:2em 3em 0 auto;
    } */
    .top-nav{
        margin:1em auto 0 auto;
        font-size:14px;
    }
    .top-nav ul{
        display:flex;
        flex-flow:row nowrap;

    }
}
@media screen and (max-width:1000px) {
    .background {
        display: none;
    }
    .top-nav {
        display: none;
    }
    .split__maintitle{
        top:20%;
/*        top:15%;*/
        position: absolute;
    }
    .split {
        flex-flow: column nowrap;
        z-index: 0;
        height:auto;
    }
    .split > * {
        width: inherit;
    }
    .castilla01 {
        width: 300px;
        height: auto;
    }
    .castilla02 {
        width: 45px;
        height: auto;
    }
    .split__body {
/*        z-index: 1;*/
        height:100vh;
    }
    .split__body_wrapper {
        width:265px;
/*        width:70%;*/
/*        height: 500px;*/
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
/*        align-items: center;*/
    }
    .split__text{
        font-size:14px;
    }
    .split__img img {
        display: none;
    }
    .split-top{
        background-position: 10% bottom;
    }
    .split-shopinfo .split__text{
        text-align: center;
    }
    .sp-top {
        background: #C4C3C7;
    }
    .img-sp{
        display: block;
        width:100%;
        height:100vh;
/*        height:700px;*/
        object-fit: cover;
    }
    .img-sp-05{
        height:auto;
    }
    /*about view more*/
    .split-about{
        height:auto;
        min-height:100vh;
        padding:50px 0;
    }
    .img-sp-about{
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    .about-fade{
        height:auto;
    }
    .about-fade .split__subtitle{
        margin-bottom:0;
    }
    .maintitle-about{
        display: none;
    }
}
