.is-spOnly {
  display: inherit;
}
@media screen and (min-width: 669px) {
  .is-spOnly {
    display: none;
  }
}

.p-sec {
  width: 100%;
  margin: 0 auto;
  color: #212121;
}
.p-sec_header {
  margin: 0 auto 20px;
  width: 100%;
  height: 50px;
  border-bottom: #f4f4f4 1px solid;
  text-align: center;
}
.p-sec_ttl {
  font-size: 20px;
  font-weight: 700;
}
.p-sec_download {
  margin-bottom: 30px;
}
.p-sec_downloadMain img {
  width: 100%;
}
.p-sec_downloadFooter {
  width: 100%;
  background-color: #856c4f;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.p-sec_downloadQr {
  position: relative;
  margin: 0 10px;
  top: calc(-150/668 * 0.25 * 100vw);
  flex: 0 0 calc(150/668 * 100vw);
}
.p-sec_downloadQr img {
  width: 100%;
}
.p-sec_download .p-sec_txt {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
}
.p-sec_download .p-sec_txtSm {
  color: #ffffff;
  font-size: 0.6rem;
  letter-spacing: 0;
}
.p-sec_downloadApp {
  margin: 14px 10px 14px 0px;
  flex: 0 0 calc(140/668 * 100vw);
}
.p-sec_downloadApp img {
  width: 100%;
}
.p-sec_downloadApp img:first-child {
  margin-bottom: 10px;
}
.p-sec_review {
  margin-bottom: 50px;
}
.p-sec_subHeader {
  background-color: #c9bc9c;
  height: 48px;
  padding: 12px;
}
.p-sec_subTtl {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.p-sec_reviewList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px 0 0;
}
.p-sec_reviewList li {
  display: block;
  flex: auto;
  max-width: 100%;
  width: auto;
  margin: 0 15px 15px 15px;
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.p-sec_reviewListTtl {
  font-size: 14px;
  font-weight: 700;
}
.p-sec_reviewListStar {
  margin-bottom: 5px;
}
.p-sec_reviewListTxt {
  font-size: 14px;
  letter-spacing: 0;
}
.p-sec_reviewSource {
  text-align: right;
}
.p-sec_reviewSource a {
  color: #cab270;
  text-decoration: underline;
}

@media screen and (min-width: 669px) {
  .p-sec, .p-sec_header {
    width: 668px;
  }
  .p-sec_downloadQr {
    width: 150px;
    margin: 0 20px;
    top: -45px;
    flex: auto;
  }
  .p-sec_download .p-sec_txt {
    font-size: 20px;
    margin-top: 15px;
  }
  .p-sec_download .p-sec_txtSm {
    font-size: 13px;
  }
  .p-sec_downloadApp {
    width: 140px;
    margin: 14px 20px;
    flex: 0 0 140px;
  }
  .p-sec_downloadFooter {
    height: 120px;
    margin-bottom: 0;
  }
  .p-sec_reviewList li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 15px 15px 0;
  }
  .p-sec_reviewList li:nth-child(2n) {
    margin-right: 0;
  }
}
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: 300ms;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.c-btn-black {
  color: #ffffff !important;
  border: 1px solid #333333;
  background: #333333;
  border-radius: 30px;
}

@media screen and (max-width: 375px) {
  .p-sec_downloadQr {
    width: 84px;
    margin: 0 10px;
    top: -17px;
  }
  .p-sec_download .p-sec_txt {
    font-size: 1rem;
    margin-top: 15px;
  }
  .p-sec_download .p-sec_txtSm {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-sec_header {
    margin-top: 30px;
  }
}
