#key {
  height: 900px;
}
#lead {
  background: #000;
  color: #fff;
  min-height: 800px;
}
#lead:before {
  content: url("../img/index/s1_bg.jpg");
  top: 0;
  right: -250px;
  position: absolute;
}
#lead h2 {
  position: absolute;
  top: 164px;
  right: 85px;
}
#lead .txt {
  width: 480px;
  height: 430px;
  position: absolute;
  top: 229px;
  right: 268px;
  color: #faf2e3;
}
#lead .txt p {
  padding-left: 32px;
}
#reco {
  padding-bottom: 143px;
  position: relative;
}
#reco:before {
  content: '';
  position: absolute;
  background: url("../img/index/s2_bg.png");
  height: 600px;
  bottom: 0;
  right: 0;
  left: calc(50% - 250px);
  background-size: cover;
}
#reco h2 {
  padding-top: 123px;
  margin-left: -30px;
}
#reco .btn_1 {
  margin-left: -50px;
}
#reco .btn_2 {
  position: absolute;
  top: 137px;
  left: 470px;
  z-index: 2;
}
#reco .deco {
  position: absolute;
  top: 913px;
  left: 572px;
}
#reco .txt {
  width: 370px;
  padding: 28px 0 88px 0;
}
#kokoro {
  text-align: center;
  color: #FFF;
  background: url("../img/index/s2_bg.jpg") center top no-repeat;
  background-size: cover;
}
#kokoro .txt {
  padding: 48px 0 97px;
}
#sec4 {
  padding-bottom: 121px;
  position: relative;
}
#sec4:before {
  content: url("../img/index/s3_deco.png");
  position: absolute;
  top: 360px;
  left: calc(50% - 633px);
  z-index: -1;
}
#sec4 .photo {
  position: absolute;
  top: 109px;
  left: 260px;
}
#sec4 h2 {
  padding: 242px 0 106px 0;
  position: relative;
  z-index: 2;
}
#sec4 .btna {
  margin-left: -18px;
}
#sec4 .txt {
  margin-left: 586px;
  margin-top: -230px;
  padding-bottom: 91px;
}
#rss {
  position: relative;
  padding-bottom: 98px;
}
#rss:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 370px;
  background: url("../img/index/s4_bg.jpg");
  background-size: cover;
}
#rss h2 {
  position: absolute;
  top: 0;
  left: 5px;
}
#rss .btna {
  position: absolute;
  top: 236px;
  left: 14px;
	z-index: 3;
}
#feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-left: 120px;
}
#feed dl {
  width: 260px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  background: url("../img/shared/bd_bg.jpg");
}
#feed dl .image:hover {
  opacity: .9;
}
#feed dl .date {
  font-size: 14px;
  text-align: right;
  color: #942b0b;
  font-family: 'Noto Serif JP', serif;
  padding: 9px 16px 0 0;
}
#feed dl .tit {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  padding: 9px 18px 30px;
  min-height: 60px;
}