@charset "utf-8";

/* メインイメージ */
.hero_campaign_01-wrap {
  position: relative;
  background:  #ffffff; /* fff100 */
  background-size: cover;
}
.hero_campaign_01-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff; /* fff100 */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero_campaign_01 {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero_campaign_01 .hero_campaign_01__campaign img {
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .hero_campaign_01 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px){
  .hero_campaign_01 img {
    display: block;
    max-width: 100%;
  }
}
.hero_campaign_01__campaign {
  text-align: center;
}

/*oneparetto*/
.oneparetto_app{
  margin: 60px 0 40px;
}
.oneparetto_app .content {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(121, 153, 115, 0.2);
  box-shadow: 0px 0px 19px 0px rgba(121, 153, 115, 0.2);
  padding: 48px 64px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .oneparetto_app .content {
    padding: 28px;
  }
}
.oneparetto_app_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.oneparetto_app_flex.--account {
  margin-top: 32px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_flex.--account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    row-gap: 12px;
  }
}
.oneparetto_app_flex.--account .oneparetto_app_item:first-of-type {
  font-family: 'noto-sans-bold', 'noto-sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.oneparetto_app_flex.--account .oneparetto_app_item:last-of-type {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .oneparetto_app_flex.--account .oneparetto_app_item:last-of-type {
    width: 320px;
  }
}
.oneparetto_app_item {
  background: #f3f7f2;
  border-radius: 8px;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_item {
    padding: 20px 16px;
  }
}
@media screen and (min-width: 768px) {
  .oneparetto_app_txt {
    line-height: 2;
    width: 564px;
  }
}
@media screen and (max-width: 767px) {
  .oneparetto_app_txt {
    line-height: 1.8;
  }
}
.oneparetto_app_img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_img {
    max-width: 232px;
    margin: 0 auto 20px;
  }
}
.oneparetto_app_img img {
  max-width: 100%;
}
.oneparetto_app_title {
  color: var(--color_text-base);
  font-size: 16px;
  font-family: 'noto-sans-bold', 'noto-sans', sans-serif;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .oneparetto_app_title {
    font-size: 26px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.oneparetto_app_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .oneparetto_app_store {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .oneparetto_app_store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }
}
.oneparetto_app_store > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .oneparetto_app_store > div {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.oneparetto_app_hd {
  font-size: 16px;
  font-family: 'noto-sans-bold', 'noto-sans', sans-serif;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: var(--color_pr);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_hd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.oneparetto_app_badge img {
  margin-top: 10px;
  height: 48px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .oneparetto_app_badge img:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .oneparetto_app_badge img {
    margin-top: 5px;
  }
}
.oneparetto_app_qr {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .oneparetto_app_qr {
    width: 76px;
  }
}
