@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin:0;
	width:100%;
	height:100%;
	background-color:#E9DAC6;
}

#main {
	margin-top:40px;
	margin-left:40px;
	width:710px;
	text-align:left;
}

h1 {
	margin:0;
}

p {
	margin-top:7px;
	margin-bottom:60px;
	line-height: 1em;
	font-size: 44px;
	font-weight:500;
	color: #231815;
	letter-spacing:0.6px;
	text-align:left;
}

p a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #231815;
  text-decoration: none;
}
a::after {
  margin-bottom:12px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 13px;
  background-color: #deb231;
  transition: .3s;
}
a:hover::after {
  width: 100%;
}