#key li.slide1 {
	background-image: url(../img/concept/img_key.jpg);
}


#lead {
  background: url(../img/shared/line_ft.jpg) repeat-x top center;
  position: relative;
  min-height: 930px;
}

#lead::before {
  background: url(../img/concept/bg_lead.png) no-repeat bottom center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1129px;
}

#lead .wrap::before {
  background: url(../img/concept/deco_lead.png) no-repeat bottom center;
  content: "";
  position: absolute;
  position: absolute;
  bottom: -125px;
  left: 440px;
  width: 122px;
  height: 205px;
}

#lead .wrap {  
  display: flex;
  justify-content: space-between;
  padding: 172px 0 180px;
}

#lead .box {  
  width: 557px;
}

#lead h2 {  
  padding: 24px 0 30px;
  color: #392817;
}

#lead .txt {
  letter-spacing: 0.05em;
}

#lead .txt span {
  display: block; 
  padding-top: 40px;
  text-align: right;
}

#concept-deliver {
  padding: 20px 0 82px;
  position: relative;
}

#concept-deliver h2 {
  letter-spacing: 0.15em;
  position: relative;
  padding: 193px 0 150px 25px;
  float: left;
  color: #392817;
}

#concept-deliver dl {
  float: right;
  width: 700px;
  margin-right: -230px;
  padding-top: 190px;
}

#concept-deliver dl dd {
  padding: 76px 0 50px;
  width: 480px;
  letter-spacing: 0.05em;
  position: relative;
}

#concept-deliver dl dd::before {
  background: url(../img/concept/bg_sec_01.png) no-repeat;
  content: "";
  position: absolute;
  top: 71px;
  left: 240px;
  width: 632px;
  height: 416px;
}

#concept-deliver h2::before {
  background: url(../img/concept/icon_title.png) no-repeat bottom center;
  content: "";
  position: absolute;
  top: 0;
  left: -97px;
  width: 565px;
  height: 544px;
}
p.pic-common {
  margin-left: -230px;
  float: left;
  padding-bottom: 108px;
}

.pic-common {
  position: relative;
}

dt.pic-common .ttl-common {
  top: -32px;
  left: -51px;
}

p.pic-common .ttl-common {
  top: -32px;
  right: -31px;
}

#concept-deliver p.photo {
  margin-left: -230px;
  position: relative;
  clear: both;  
}

p.photo .ttl-common {
  top: -42px;
  left: 410px;
  font-size: 50px;
  padding: 26px 50px 30px;
  width: 550px;
  text-align: center;
}

.ttl-common {
  position: absolute;
  z-index: 10;
  font-size: 40px;
  color: #392817;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 18px 27px 18px 35px;
  background: url(../img/concept/bg_ttl.jpg) repeat bottom center;
}

#section-deliver {
  background: url(../img/concept/bg_sec_02.png) no-repeat top right, url(../img/shared/bg_ft.jpg) repeat;
}

#section-deliver h2 {
  padding: 80px 40px 65px 0px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.125em;
}

.banner-list {
  padding: 0 20px 100px;
  display: flex;
  justify-content: space-between;
}

.banner-list li {
  width: calc(50% - 10px);
}

.banner-list li img {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-list li span.photo {
  position: relative;
  display: block;
}

.banner-list li span.photo::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #FFF;
  outline: 2px solid #FFF;
  outline-offset: 3px;
  z-index: 1;
}

.banner-list li a {
  background: url(../img/concept/bg_ttl.jpg) repeat bottom center;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease;
  padding-bottom: 20px;
}

.banner-list li a:hover {
  opacity: 0.8;
}

.banner-list li a span.text {
  width: 355px;
  border-bottom: 1px solid #000;
  position: relative;
  display: inline-block;
  font-size: 40px;
  padding: 30px 0 32px;
}

.banner-list li a span.text::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  bottom: 4px;
  right: -2px;
  transform: rotate(35deg);
  background: #000;
}