.lead_area {
  margin-top: 90px;
}
.lead_area_parallax {
  min-height: 510px;
  background-attachment: fixed;
  background-image: url("../images/bg_lead_area.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.lead_area_parallax .container.ht {
  position: relative;
  z-index: 0;
}
.lead_area_contents {
  width: 460px;
  position: absolute;
  top: 50px;
  right: 0;
}
.lead_area_heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #fff;
}
.lead_area_p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #fff;
}
.lead_area_p+.lead_area_p {
  margin-top: 25px;
}
.current_day_delivery {
  margin-top: 70px;
}
.current_day_delivery_link {
  display: block;
}
.current_day_delivery_pic {
  font-size: 0;
  text-align: center;
}
.current_day_delivery_pic__img {
  margin: 0 auto;
}
.current_day_delivery_caution_p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.lp_btn {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 17px 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  position: relative;
}
.lp_btn:link,
.lp_btn:visited {
  color: #fff;
}
.lp_btn::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section_pr {
  margin-top: 110px;
}
.section_pr_content {
  padding-top: 70px;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
.section_pr_content:nth-of-type(odd) {
  background-image: url("../images/bg_texture_01.png");
}
.section_pr_content:nth-of-type(even) {
  background-image: url("../images/bg_texture_02.png");
}
.section_pr_content:nth-of-type(even) .section_pr_content_left {
  margin-left: 35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section_pr_content:nth-of-type(even) .section_pr_content_right {
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.section_pr_content:nth-of-type(3),
.section_pr_content:nth-of-type(4) {
  padding-bottom: 45px;
}
.section_pr_content:last-of-type {
  padding-bottom: 60px;
}
.section_pr_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_pr_content_left {
  width: calc(100% - 650px);
}
.section_pr_content_left_pic {
  font-size: 0;
}
.section_pr_content_right {
  width: 650px;
  margin-left: 35px;
}
.section_pr_content_heading {
  padding-left: 10px;
  border-left: 8px solid #695b4c;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.06em;
}
.section_pr_content_heading_btm_p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
}
.pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.pr_list_item {
  width: calc((100% - 60px) / 3);
}
.pr_list_item+.pr_list_item {
  margin-left: 30px;
}
.pr_list_item_pic {
  font-size: 0;
}
.pr_list_item_point {
  margin-top: 5px;
  font-size: 0;
}
.pr_list_item_p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.styling_area {
  margin-top: 70px;
}
.styling_heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
}
.styling_heading_btm_p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
}
.styling_list {
  margin-top: 45px;
}
.styling_list_item_pic {
  font-size: 0;
}
.styling_list_item_pic__img.isPc {
  display: block;
}
.styling_list_item_pic__img.isSp {
  display: none;
}
.last_bnr_link {
  display: block;
}
.last_bnr_pic {
  text-align: center;
}
.last_bnr_pic__img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lead_area {
    margin-top: 50px;
  }
  .lead_area_parallax {
    min-height: 445px;
    padding: 24px 0;
    background-attachment: scroll;
    background-image: url("../images/bg_lead_area_sp.jpg");
  }
  .lead_area_contents {
    width: 100%;
    position: static;
  }
  .lead_area_heading {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 40px;
  }
  .lead_area_p {
    font-size: 14px;
    line-height: 24px;
  }
  .lead_area_p+.lead_area_p {
    margin-top: 20px;
  }
  .current_day_delivery {
    margin-top: 30px;
  }
  .current_day_delivery_caution_p {
    padding-left: 1em;
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
  }
  .lp_btn {
    width: 100%;
    font-size: 14px;
  }
  .section_pr {
    margin-top: 60px;
  }
  .section_pr_content {
    padding: 35px 0;
  }
  .section_pr_content:nth-of-type(even) .section_pr_content_left {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .section_pr_content:nth-of-type(even) .section_pr_content_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_pr_content:nth-of-type(3),
  .section_pr_content:nth-of-type(4),
  .section_pr_content:last-of-type {
    padding-bottom: 30px;
  }
  .section_pr_content_flex {
    display: block;
  }
  .section_pr_content_left {
    width: 100%;
  }
  .section_pr_content_right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .section_pr_content_heading {
    padding-left: 9px;
    border-left: 7px solid #695b4c;
    font-size: 26px;
    line-height: 36px;
  }
  .section_pr_content_heading_btm_p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .pr_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .pr_list_item {
    width: calc((100% - 20px) / 2);
  }
  .pr_list_item+.pr_list_item {
    margin-left: 0;
  }
  .pr_list_item:nth-child(even) {
    margin-left: 20px;
  }
  .pr_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .pr_list_item_point {
    text-align: center;
  }
  .pr_list_item_point__img {
    width: 40%;
  }
  .pr_list_item_p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  .styling_area {
    margin-top: 40px;
  }
  .styling_heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
  }
  .styling_heading_btm_p {
    font-size: 14px;
    line-height: 24px;
  }
  .styling_list {
    margin: 30px -15px 0;
  }
  .styling_list_item_pic__img.isPc {
    display: none;
  }
  .styling_list_item_pic__img.isSp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
