@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #ffffff url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(0, 0, 0, 0.8); }

/* ******************** フッタ ******************** */
footer { background-color:rgba(0, 0, 0, 0.8); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* 愛の周波数528Hz とは（about.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#about {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#about h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#about h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#about h2::after {
	content: "－ 愛の周波数528Hz とは －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#about > div.format {
	clear: both;
	position: relative;
	padding: 3.5em 100px 2em 100px;
	
	background: rgba(255, 255, 255, 0.85);
}

#about div.info {
	margin: 0 75px;
}

#about div.info p {
	font-size: 1.4rem;
	text-indent: 1em;
	line-height: 2.0;
}

#about div.info p.signature {
	text-align: right;
	text-indent: 0;
}