header {
  position: relative;
}

header:after {
  content: '';
  position: absolute;
  bottom: -15vw;
  left: 50%;
  right: 0;
  height: 45.86667vw;
  background: url("../img/recipe/key_deco.png") center no-repeat;
  background-size: 100%;
  z-index: 2;
}

#key .key_txt {
  position: absolute;
  top: 25%;
  right: 0;
  left: 7%;
  text-align: center;
  z-index: 1;
  width: 86%;
}

.btn {
  padding: 0 !important;
}

.btn a {
  display: block;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
}

.btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  border-left: 6px solid currentColor;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#top {
  padding-top: 12vw;
  background: url("../img/recipe/top_bg.jpg") center bottom no-repeat;
  background-size: 112%;
}

#top p {
  width: 90%;
  margin: auto;
}

#sec3 .block {
  width: 90%;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7vw 15vw;
  position: relative;
  z-index: 1;
}

#sec3 .block dt {
  width: 60%;
  margin: 0 auto 20px;
}

#sec3 .block.block1:before {
  content: '';
  position: absolute;
  top: 10vw;
  right: -5vw;
  bottom: 0;
  left: -5vw;
  z-index: -1;
  background: url("../img/recipe/sec3_bg1.png");
  background-size: 100% 100%;
}

#sec3 .block.block2:before {
  content: '';
  position: absolute;
  top: 10vw;
  right: -5vw;
  bottom: 0;
  left: -5vw;
  z-index: -1;
  background: url("../img/recipe/sec3_bg2.png");
  background-size: 100% 100%;
}

#sec3 .block.block3:before {
  content: '';
  position: absolute;
  top: 10vw;
  right: -5vw;
  bottom: 0;
  left: -5vw;
  z-index: -1;
  background: url("../img/recipe/sec3_bg3.png");
  background-size: 100% 100%;
}

#sec4 .block {
  background: url("../img/recipe/bg1.jpg");
  border-radius: 20px;
  padding: 0 0 30px;
  position: relative;
  margin-bottom: 15vw;
}

#sec4 .block h3 {
  display: inline-block;
  margin-top: -7vw;
  margin-bottom: 20px;
}

#sec4 .block a {
  position: absolute;
  top: 58vw;
  right: 0;
  width: 30%;
}

#sec4 .block .txt, #sec4 .block .memo {
  width: 92%;
  margin: 0 auto 30px;
}

#sec4 .block .memo {
  padding: 20px 4% 30px;
  border: 2px solid #784318;
  color: #784318;
  border-radius: 20px;
  background: #fffcf6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec4 .block .memo h4 {
  margin-bottom: 20px;
}

#sec4 .block .memo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec4 .block .memo dl dt {
  width: 40%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
}

#sec4 .block .memo dl dd {
  width: 60%;
}

#sec4 .block .list-social {
  padding: 0 3%;
}

#sec4 .block .list-social dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#sec4 .block .list-social dl dt {
  width: 20vw;
  height: 20vw;
}

#sec4 .block .list-social dl dd {
  width: calc(100% - 20vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px 20px 5vw;
  background: url("../img/recipe/sec4_bubble_left.png");
  background-size: 100% 100%;
}

#sec4 .block .list-social dl.right dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#sec4 .block .list-social dl.right dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 5vw 20px 10px;
  background: url("../img/recipe/sec4_bubble_right.png");
  background-size: 100% 100%;
}

#sec4 .block .list-social dl.style1 dt {
  background: url("../img/recipe/sec4_avt1.png") center no-repeat;
  background-size: 100%;
}

#sec4 .block .list-social dl.style2 dt {
  background: url("../img/recipe/sec4_avt2.png") center no-repeat;
  background-size: 100%;
}

#sec4 .block .list-social dl.style3 dt {
  background: url("../img/recipe/sec4_avt3.png") center no-repeat;
  background-size: 100%;
}

#sec5 {
  padding: 40px 0 0;
  background: url("../img/recipe/sec5_bg.jpg") center no-repeat;
  background-size: cover;
}

#sec5 .inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding-bottom: 30px;
}

#sec5 .inner h2 {
  margin-top: -10vw;
  display: inline-block;
}

#sec5 .inner .txt {
  width: 90%;
  margin: auto;
}
/*# sourceMappingURL=recipe.css.map */