/*サイトロゴ*/
.youme-logo {
    position: relative;
    z-index: 2;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    font-weight: bold;
    float: left;
    }
    
.youme-logo a {
    color: #333;
    font-family: 'Bangers', cursive;
}

/*サイトネーム*/
.site-name {
    font-size: 6em;
    font-family: 'Bangers', cursive;
    color: #000000;
    text-shadow: 2px 5px 6px #808080;
}

@media screen and (max-width: 768px) {
    .site-name {
        font-size: 4em;
        text-shadow: 2px 5px 6px #fcf8e3;
    }
    .youme-logo a {
        color: #333;
        font-family: 'Bangers', cursive;
    }

    #heading_ym .title-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.youme {
font-family: 'Bangers', cursive;
letter-spacing: 0.1em;
font-size: 1.2em;
text-shadow: 1px 2px 3px #808080;
}


.p_shadow {
    filter: drop-shadow(2px 4px 6px black);
}

h3.line_h {
    line-height: 1.5em;
}

#heading_ym .block-title {
    color: #f5f5f5;
}

#heading_ym .title-box {
    margin-bottom: 0px;
}

.prod-title{
    top: 40%;
}

p.whatis {
    text-align: center;
    font-size: 1.6em !important;
    font-weight: 700;
}