.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 970px;
  margin: 75px auto 0;
}
.btn_area_col__link {
  display: block;
  width: 475px;
  padding: 15px 20px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.btn_area_col__link:link,
.btn_area_col__link:visited {
  color: #fff;
}
.btn_area_col__link.mens {
  background-color: #3a58a6;
}
.btn_area_col__link.ladies {
  background-color: #f65e9f;
}
.lead_area {
  margin-top: 75px;
}
.impression_area {
  margin-top: 10px;
}
@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;
  }
  .btn_area {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  .btn_area_col:first-child {
    margin-right: 2%;
  }
  .btn_area_col__link {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 3vw;
  }
  .lead_area {
    margin-top: 30px;
  }
}

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