@charset "utf-8";

/* ------------------------------

    (o,o) < Yaa！
    /)  )
     " "
------------------------------ */

@font-face {
    font-family: 'Geneva';
    src: url('../font/Geneva.woff') format('woff');
}

html {
    font-size: 16px;
}
html,body {
    min-height: 100vh;
}
body {
    font-family: 'Geneva', sams-serif;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
    background: url('../img/pertanzform_visual.jpg') no-repeat bottom right fixed;
    background-size: 50%;
    letter-spacing: 0.08rem;
    z-index: 0;

    -webkit-text-size-adjust: 100%;
}

a,
.link,
.menu-list span {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.green,
.menu-list .active span {
    color: #80a594;
}

/* for smartphone first */

#header {
    position: relative;
    padding: 19px 20px 10px;
    z-index: 2;
}
#header.header-home {
    padding-bottom: 30px;
}
    #header_logo {
        display: block;
        text-align: right;
        color: #000;
    }
        #header_logo .media-list {
            padding-bottom: 1rem;
        }

        /* #header_logo for content ( small logo ) */
        #header_logo {
            padding-bottom: 1rem;
        }
        #header_logo .media-list {
            display: none;
        }
        #header_logo .logo {
            font-size: 1.5rem;
            padding-bottom: 1rem;
            line-height: 1.26;
        }
            #header_logo .logo .info {
                display: block;
                font-size: 0.5rem;
            }
        #header_logo .copy {
            font-size: 0.6rem;
        }

        /* #header_logo for home ( big logo ) */
        .header-home #header_logo {
            padding-bottom: 4rem;
        }
        .header-home #header_logo .media-list {
            display: block;
            font-size: 1rem;
        }
        .header-home #header_logo .logo {
            font-size: 2rem;
            padding-bottom: 1rem;
            margin-top: 0;
        }
        .header-home #header_logo .logo .info {
            display: block;
            font-size: 0.8rem;
        }
        .header-home #header_logo .copy {
            font-size: 1rem;
        }

    #header_info {
        display: block;
    }
        .hosted-by {
            font-size: 1rem;
            padding-bottom: 4rem;
        }
        #place_and_time {
            color: #333;
        }
        #place_and_time .time {
            display: block;
        }
        #place_and_time .time span {
            display: block;
            font-size: 80%;
            color: #bbb;
        }
        .place-name-and-address {
            color: #bbb;
        }
        .place-name-and-address a {
            color: #333;
        }
        .place-name-and-address .place-name,
        #place_and_time .place-address span,
        #place_and_time .time {
            display: block;
        }
        .place-name-and-address .place-name i {
            padding-right: 0.3rem;
        }
        .place-name-and-address a:hover i {
            color: #D7553E;
        }
        .fb-icon:hover i {
            color: #3b5998;
        }

        /* #header_info for content */
        #header_info {
            display: none;
            padding-bottom: 1.5rem;
        }
            .hosted-by {
                display: none;
            }
            #place_and_time .time {
                font-size: 0.9rem;
                padding-bottom: 1.8rem;
            }
            #place_and_time .place-name {
                font-size: 0.8rem;
                padding-bottom: 0.4rem;
            }
            #place_and_time .place-address {
                display: none;
            }
            #place_and_time .place-address span {
            }
            #header_link {
                text-align: right;
                padding-bottom: 2rem;
            }
            #header_link i {
                font-size: 1.2rem;
            }

        /* #header_info for home */
        .header-home #header_info {
            display: block;
            position: relative;
            padding-bottom: 2rem;
        }
            .header-home .hosted-by {
                display: block;
            }
            .header-home #place_and_time .time {
                padding-bottom: 2rem;
                font-size: 1rem;
            }
            .header-home #place_and_time .place-name {
                font-size: 0.8rem;
            }
            .header-home #place_and_time .place-address {
                display: block;
                font-size: 0.6rem;
            }

            .header-home #header_link {
            }
            .header-home #header_link i {
                font-size: 1.5rem;
                float: left;
            }

        #place_and_time .time:first-child {
            padding-bottom: 0.5rem;
        }

    #header_menu {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
    }
        #header_menu i {
            display: block;
            position: relative;
            font-size: 2rem;
            z-index: 10;
        }
        #header_menu .menu-list {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(255,255,255,1);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
        }
        #header_menu .menu-list li {
            font-size: 1.1rem;
            line-height: 4rem;
            text-align: left;
        }
            #header_menu .menu-list li a .ex {
                color: #ccc;
                display: block;
                margin-top: -2.3rem;
                font-size: 1rem;
            }
        .fade-enter-active, .fade-leave-active {
            transition: opacity .5s;
        }
        .fade-enter, .fade-leave-to {
            opacity: 0;
        }

#main_content {
}
    #bg_for_content {
        background: rgba(255,255,255,0.8);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .content {
        position: relative;
        z-index: 4;
    }
    .content-wrapper {
        padding: 20px;
    }
    .content-wrapper h2 {
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }
    .content-wrapper p {
        font-size: 1rem;
        padding-bottom: 2rem;
    }
    .content-wrapper p span.quote {
        display: block;
        padding: 1rem 0.4rem;
        font-style: italic;
        font-size: 120%;
        font-family: serif;
        z-index: 101;
    }
    .content-wrapper p span.quote:before,
    .content-wrapper p span.quote:after {
        content: '"';
        font-size: 2rem;
        color: #bbb;
        position: absolute;
        margin-top: -0.5rem;
    }
    .content-wrapper p span.quote:before {
        margin-left: -0.9rem;
    }

    #artists .name-list {
        font-size: 1rem;
        line-height: 2rem;
    }

/* for pc */

@media screen and (min-width: 500px)  {
    body {
        background-size: 28%;
    }

    #header {
        position: relative;
        padding: 20px 20px 0px;
    }
        #header.header-home {
            padding-bottom: 30px;
        }

    /* #header_logo for content ( small logo ) */
    #header_logo {
        padding-bottom: 2rem;
    }
    #header_logo .logo {
        font-size: 1rem;
    }
        #header_logo .logo .info {
            font-size: 1.1rem;
        }
    #header_logo .logo {
        font-size: 2.5rem;
        padding-bottom: 1rem;
        line-height: 1.26;
    }

    /* #header_logo for home ( big logo ) */
    .header-home #header_logo .logo {
        font-size: 4rem;
        padding-bottom: 1rem;
    }
        .header-home #header_logo .logo .info {
            font-size: 1.6rem;
        }

    .hosted-by {
        padding-bottom: 2rem;
    }

    /* #header_info for content */
    #header_info {
        padding-bottom: 2rem;
        display: block;
        text-align: right;
    }
        .hosted-by {
            display: none;
        }
        #place_and_time .time {
            font-size: 0.9rem;
            padding-bottom: 1rem;
        }
        #place_and_time .place-name {
            font-size: 0.5rem;
            padding-bottom: 0.3rem;
        }
        #place_and_time .place-address {
            font-size: 0.8rem;
        }
        #place_and_time .place-address span {
        }
        #header_link {
        }
        #header_link i {
            font-size: 1.2rem;
        }

    /* #header_info for home */
    .header-home #header_info {
        padding-bottom: 2rem;
        text-align: left;
    }
        .header-home #place_and_time .time {
            padding-bottom: 1.5rem;
            font-size: 1.2rem;
        }
        #place_and_time .time:first-child {
            padding-bottom: 0;
        }
        .header-home #place_and_time .place-name {
            font-size: 1rem;
            padding-bottom: 0.3rem;
        }
        .header-home #place_and_time .place-address {
            font-size: 0.8rem;
        }
        .header-home #place_and_time .place-address span {
        }
        .header-home #header_link i {
            font-size: 1.8rem;
        }

    #header_menu i {
        font-size: 2rem;
    }
    #header_menu .menu-list li {
        font-size: 2rem;
        line-height: 5rem;
    }
    #header_menu .menu-list li a .ex {
        margin-top: -2.5rem;
        font-size: 1.5rem;
    }
    .content-wrapper h2 {
        padding-bottom: 2rem;
    }
    .content-wrapper p {
        max-width: 70%;
    }
    #artists .name-list {
        line-height: 2rem;
    }
    #main_content {
        margin-top: -10rem;
    }
}