@charset "UTF-8";


#body_wrap {
    position: relative;
    z-index: 1;
}

.en {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}




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

#page_headline

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

#page_headline .bg_img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#page_headline .filter {
    padding: 180px 0 100px;
    background: rgba(0,0,0,0.5);
}

#page_headline .page_h1_ttl span {
    display: block;
    text-align: center;
    font-size: 10vw;
    line-height: 1;
    color: #ffffff;
}

#page_headline .page_h1_ttl h1 {
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    color: #ffffff;
}

#page_headline .single_h1_ttl {
    padding: 0 5%;
}

#page_headline .single_h1_ttl time.date {
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 2;
    color: #ffffff;
}

#page_headline .single_h1_ttl h1 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
}


@media (min-width: 768px) {

    #page_headline .filter {
        padding: 240px 0 100px;
    }

    #page_headline .page_h1_ttl span {
        font-size: 8vw;
    }

    #page_headline .page_h1_ttl h1 {
        font-size: 4vw;
    }

    #page_headline .single_h1_ttl time.date {
        font-size: 1.5em;
    }

    #page_headline .single_h1_ttl h1 {
        font-size: 1.5em;
    }

}


@media (min-width: 1024px) {

    #page_headline .page_h1_ttl span {
        font-size: 6vw;
    }

    #page_headline .page_h1_ttl h1 {
        font-size: 3vw;
    }

    #page_headline .single_h1_ttl time.date {
        font-size: 2em;
    }

    #page_headline .single_h1_ttl h1 {
        font-size: 2em;
    }

}




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

#breadcrumbs

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

#breadcrumbs .con {
    padding: 20px 5%;
}

#breadcrumbs span.home {
    display: inline-block;
}

#breadcrumbs span.home a {
    display: block;
    font-size: 0.8em;
    color: #EE7A7F;
    transition: all 0.3s;
}

#breadcrumbs span.home a:hover {
    color: #e43138;
}

#breadcrumbs span.hierarchy {
    display: inline-block;
    padding: 0 5px;
    color: #EE7A7F;
}

#breadcrumbs span.page {
    display: inline-block;
}

#breadcrumbs span.page a {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    color: #EE7A7F;
    transition: all 0.3s;
}

#breadcrumbs span.page a:hover {
    color: #e43138;
}

#breadcrumbs span.current {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500;
    color: #EE7A7F;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

}




/*========================================

sponsor_fixed.php

========================================*/

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

#sponsor_fixed

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

#sponsor_fixed .con {
    padding: 80px 5%;
    background: #EE7A7F;
}

#sponsor_fixed .h2_ttl {
    margin: 0 0 40px;
}

#sponsor_fixed .h2_ttl span {
    display: block;
    text-align: center;
    font-size: 6vw;
    color: #ffffff;
}

#sponsor_fixed .h2_ttl h2 {
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    color: #ffffff;
}



#sponsor_fixed .sponsor_list ul li {
    margin: 0 0 5%;
    background: #ffffff;
}

#sponsor_fixed .sponsor_list ul li a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    transition: all 0.3s;
}

#sponsor_fixed .sponsor_list ul li a:hover {
    color: #e43138;
}

#sponsor_fixed .sponsor_list ul li img {
    display: block;
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {

    #sponsor_fixed .h2_ttl span {
        font-size: 4vw;
    }

    #sponsor_fixed .h2_ttl h2 {
        font-size: 2vw;
    }

    #sponsor_fixed .sponsor_list ul {
        display: flex;
        justify-content: space-between;
    }

    #sponsor_fixed .sponsor_list ul li {
        flex-basis: 32%;
        margin: 0 0 2%;
    }

}


@media (min-width: 1024px) {

}