@charset "utf-8";

/* タイトル おしゃれ４ */
#main .title-area.stylish-4 div,
#header .title-area.stylish-4 div,
#drawer .title-area.stylish-4 div,
#sidebar .title-area.stylish-4 div,
#footer .title-area.stylish-4 div {
    position: relative;
    text-shadow: 2px 2px 2px #FFFFFF;
    border-radius: 0 10px 10px;
}

#main .title-area.stylish-4 div::before,
#header .title-area.stylish-4 div::before,
#drawer .title-area.stylish-4 div::before,
#sidebar .title-area.stylish-4 div::before,
#footer .title-area.stylish-4 div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}

#main .title-area.stylish-4 div .title-text,
#header .title-area.stylish-4 div .title-text,
#drawer .title-area.stylish-4 div .title-text,
#sidebar .title-area.stylish-4 div .title-text,
#footer .title-area.stylish-4 div .title-text {
    position: relative;
    z-index: 1;
}

#main .title-area.stylish-4 div {
    background-color: var(--main-title-background-color);
}

#main .title-area.stylish-4 div::before {
    background-color: var(--main-title-border-color);
}

#header .title-area.stylish-4 div {
    background-color: var(--header-title-background-color);
}

#header .title-area.stylish-4 div::before {
    background-color: var(--header-title-border-color);
}

#drawer .title-area.stylish-4 div {
    background-color: var(--drawer-title-background-color);
}

#drawer .title-area.stylish-4 div::before {
    background-color: var(--drawer-title-border-color);
}

#sidebar-header .title-area.stylish-4 div,
#sidebar .title-area.stylish-4 div {
    background-color: var(--sidebar-title-background-color);
}

#sidebar-header .title-area.stylish-4 div::before,
#sidebar .title-area.stylish-4 div::before {
    background-color: var(--sidebar-title-border-color);
}

#footer .title-area.stylish-4 div {
    background-color: var(--footer-title-background-color);
}

#footer .title-area.stylish-4 div::before {
    background-color: var(--footer-title-border-color);
}
