@charset "utf-8";

/*-----------------------------------------------------------
見出し
-----------------------------------------------------------*/

.shaving-title-decoration01 {
    display: flex;
    justify-content: center;
}

.shaving-title-decoration01:before, .shaving-title-decoration01:after {
    content: "";
    display: inline-block;
    height: 1.5em;
    border-left: solid 2px;
    margin: 0 1em;
    position: relative;
}

.shaving-title-decoration01:before {
   transform: rotate(-35deg);
}

.shaving-title-decoration01:after {
   transform: rotate(35deg);
}

.in-bg-illust-box02 {
	top: 0  !important;
}

.in-bg-illust-box03 {
	top: 0 !important;
}