@charset "UTF-8";

/*
SP ～519px
tab 520px～959px
PC 960px～
*/
/*================
top pagetitle
================*/
.top .pagetitle {
    width: 100%;
    height: 40vh;
    /* background-image: url(); */
    background-size: cover;
    background-position: bottom center;
}

.pagetitle .pagetitle_inner {
    display: flex;
    width: 100%;
    height: 40vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagetitle .pagetitle_inner img {
    width: 60vw;
    max-width: 700px;
    height: auto;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width:960px) {
    .top .pagetitle {
        height: 360px;
    }

    .pagetitle .pagetitle_inner {
        height: 360px;
    }
}

/*========min-width:960px===========*/