#key .key_btn {
  position: absolute;
  bottom: -11%;
  left: 0;
  right: 0;
  z-index: 111;
}
#key li {
  height: 100vh;
}
#key li.slide1 {
  background: url("../img/index/key1.jpg") no-repeat center top/cover;
}
#key li.slide2 {
  background: url("../img/index/key2.jpg") no-repeat center top/cover;
}
#key li.slide3 {
  background: url("../img/index/key3.jpg") no-repeat center top/cover;
}

#sec1 h2 {
  padding-top: 18%;
  padding-bottom: 5%;
}
#sec1 .txt {
  padding: 0 5% 3%;
}

#sec2 {
  position: relative;
}
#sec2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: url("../img/index/line.jpg") repeat center top;
}
#sec2 .box {
  background: #151515;
  color: #fff;
  padding-bottom: 17%;
}
#sec2 .box .txt {
  padding: 5%;
}
#sec2 .box .deco {
  text-align: center;
  position: relative;
}
#sec2 .box .deco img {
  width: 60%;
}
#sec2 .box .button {
  margin-top: -2%;
}

#sec4 {
  position: relative;
}
#sec4 .txt {
  padding: 5%;
}

#sec5 {
  position: relative;
}
#sec5 .txt {
  padding: 5%;
}

#sec6 {
  position: relative;
  padding: 0 0 10%;
}
#sec6:before {
  content: '';
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/bg2.jpg") repeat center top;
}
#sec6 * {
  position: relative;
}
#sec6 .txt {
  padding: 0 5% 5%;
}

#sec7 {
  text-align: center;
}
#sec7 #feed {
  position: relative;
  display: inline-block;
}
#sec7 #feed .photo {
  position: absolute;
  top: 0;
  left: 10px;
  width: 122px;
}
#sec7 #feed dl {
  text-align: left;
  padding: 0 10px 20% 142px;
}
#sec7 #feed dl dd.post {
  font-weight: bold;
}


.takeout a{
	width: 94%;
	margin: 90px auto 0 auto;
	padding: 15px 0;
	display: block;
	color: #fff;
    text-shadow: 0px 0px 5px rgba(146,119,83,0.5);	
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background: rgb(168 29 10);
	border-bottom: 4px #3E1500 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	font-weight: bold;
}


.text_box {
      width: 98%;
      margin: 100px auto 20px auto;
      padding: 20px 0;
      border: solid 1px #dd471f;
   }

.text_box p.ttl {
      font-size: 24px;
      margin-bottom: 8px;
      letter-spacing: 2px;
      text-align: center;
      line-height: 40px;
      color: #000;
      font-weight: bold;
   }

.text_box p.txtt {
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      color: #000;
   }