@charset "utf-8";

/*
 * File    : rwd-etc.css
 * Author  : STUDIO-JT (JSH)
 *
 * SUMMARY :
 * 1480px
 * 1200px
 * 860px
 * 540px
 */



/* **************************************** *
 * 1480px
 * **************************************** */
@media (max-width: 1480px){

}



/* **************************************** *
 * 1200px
 * **************************************** */
@media (max-width: 1200px){
    
    /* SEARCH */
    .results-entries__search sup { top: -8rem; }

}



/* **************************************** *
 * 860px
 * **************************************** */
@media (max-width: 860px){

    /* SEARCH */
    .global-search-modal__close { width: 48rem; height: 48rem; }
    .global-search-modal__inner { padding: 60rem 0; }

    .results-entries__search sup { margin-left: 6rem; top: -6rem; }
    
}



/* **************************************** *
 * 540px
 * **************************************** */
@media (max-width: 540px){

    /* SEARCH */
    .global-search-modal__inner { padding: 50rem 0 40rem; }

    .global-search-form__input { padding: 0 120rem 0 38rem; }
    .global-search-form__label { left: 38rem; }
    .global-search-form__reset { right: 80rem; }
    .global-search-form__submit { padding: 5rem 11rem; }
    html.ios .global-search-form__submit { padding-top: 4rem; padding-bottom: 6rem; }

    .results-entries__title { margin-bottom: 40rem; }
    .results-entries__filter { margin-bottom: 30rem; }
    .results-entries__search sup { margin-left: 4rem; top: -4rem; }

    /* PRIVACY */
    .privacy__revison { display: flex; width: 100%; justify-content: center; }

}