.header_visual {
  width: 100%;
  height: 340px;
  background-image: url(../img/shop_kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header_visual .inner {
  max-width: 960px;
  margin: 0 auto;
  height: 340px;
}
.header_visual .inner h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding-top: 150px;
}
.header_visual .inner h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 10px 0 0 0;
}

#shop {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
}
#shop h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #0A0A0A;
  margin: 0 auto 60px;
  padding-bottom: 15px;
  text-align: center;
}
#shop .shop_bx {
  margin: 0 auto 90px;
  border: 2px solid #492815;
  border-radius: 15px;
  max-width: 480px;
  text-align: center;
}
#shop .shop_bx h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #492815;
  padding: 20px 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
#shop .shop_bx .shop_img {
  margin: 20px auto;
}
#shop .shop_bx .shop_img img {
  max-width: 378px;
}
#shop h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #492815;
  margin: 0 auto 60px;
  text-align: center;
}
#shop .step_flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
#shop .step_flow .step {
  flex-basis: 100%;
  border: 2px solid #492815;
  border-radius: 15px;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 35px;
  position: relative;
}
#shop .step_flow .step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #0A0A0A;
  text-align: left;
  margin: 0;
}
#shop .step_flow .step p a {
  text-decoration: underline;
  color: #0A0A0A;
}
#shop .step_flow .step .num {
  position: absolute;
  top: -50px;
  left: -70px;
}
#shop .step_flow .step .num img {
  max-width: 109px;
}
#shop .shop_btn {
  background-color: #492815;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 90px;
}
#shop .shop_btn p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;
  width: 100%;
}
#shop .shop_btn p:after {
  content: "";
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media (max-width: 780px) {
  .header_visual {
    width: 100%;
    height: 70vw;
    background-image: url(../img/shop_kv-s.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 12vw;
  }
  .header_visual .inner {
    max-width: 90vw;
    margin: 0 auto;
    height: 70vw;
  }
  .header_visual .inner h1 {
    font-size: 4.8717948718vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding-top: 30vw;
  }
  .header_visual .inner h6 {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 1.5vw 0 0 0;
  }
  #shop {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 10vw 0;
    text-align: left;
  }
  #shop h6 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.9;
    color: #0A0A0A;
    margin: 0 auto 10vw;
    padding-bottom: 0;
    text-align: left;
  }
  #shop .shop_bx {
    margin: 0 auto 10vw;
    border: 2px solid #492815;
    border-radius: 15px;
    max-width: 90vw;
    text-align: center;
  }
  #shop .shop_bx h5 {
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background-color: #492815;
    padding: 4vw 0;
    text-align: center;
    border-radius: 12px 12px 0 0;
  }
  #shop .shop_bx .shop_img {
    margin: 5vw auto;
  }
  #shop .shop_bx .shop_img img {
    max-width: 80vw;
  }
  #shop h4 {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1;
    color: #492815;
    margin: 0 auto 10vw;
    text-align: center;
  }
  #shop .step_flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 90vw;
  }
  #shop .step_flow .step {
    flex-basis: 100%;
    border: 2px solid #492815;
    border-radius: 15px;
    text-align: center;
    padding: 8vw 5vw;
    margin-bottom: 8vw;
    position: relative;
  }
  #shop .step_flow .step p {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.8;
    color: #0A0A0A;
    text-align: left;
    margin: 0;
  }
  #shop .step_flow .step .num {
    position: absolute;
    top: -10vw;
    left: -5vw;
  }
  #shop .step_flow .step .num img {
    max-width: 20vw;
  }
  #shop .shop_btn {
    background-color: #492815;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 20vw;
  }
  #shop .shop_btn p {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
  }
  #shop .shop_btn p:after {
    content: "";
    background-image: url(../img/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;
  }
}/*# sourceMappingURL=shop.css.map */