@charset "utf-8";
/* トップページ */
body#index {
	transition: background 1s ease;
    background: #fff;
}
#bg0, #bg1, #bg2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#bg0 {
    background: #fed9cc;
}
#bg1 {
    background: #fbf0e1;
}
#bg2 {
    background: #fdd7b9;
}

/* 下層ページ */
body:not(#index) #wrap {
	background: linear-gradient(#fed9cc, #fbf0e1, #fdd7b9);
}
h2 .title_bg span.ttl-1 {
	border-top: solid #ffdacd 3px;
}
h2 .title_bg span.ttl-2 {
	border-top: solid #fbefe1 3px;
}
h3.title {
	background-color: #fbefe1;
	border-left: solid #ffdacd 15px;
}
h4.title:before {
	color: #ffdacd;
}
/* プロフィールヘッダー */
.menu-plofile_jp-container li a:hover{
	color: #333;
	border-bottom: 4px solid #fbefe1;
}
.subnavi .current-menu-item a {
  border-bottom: 4px solid #ffdacd;
}
/* スタッフブログh2 */
h2.blog {
	 border-left: solid #ffdacd 10px;
}
