*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: #ffffff;
  color: #003851;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.ft-en {
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.only-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .only-sp {
    display: none;
  }
}

.btn-cta {
  width: 100%;
}
.btn-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: auto;
  padding: 0 44px 0 40px;
  border-radius: 30px;
  background-color: #fff32c;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .btn-cta a {
    max-width: 360px;
    font-size: 17px;
  }
}
.btn-cta a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-right.svg);
  background-repeat: no-repeat;
  content: "";
}
.btn-cta a:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}

.btn-gray {
  width: 100%;
}
.btn-gray a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  margin: auto;
  padding: 0 20px 0 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  gap: 8px;
}
@media screen and (min-width: 480px) {
  .btn-gray a {
    max-width: 200px;
    font-size: 13px;
  }
}
.btn-gray a::after {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.btn-gray a:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}

.sp-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #eaf0f4;
}
.sp-nav__list {
  display: flex;
  padding-top: 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}
.sp-nav__item {
  display: flex;
  align-items: center;
  width: calc(100% / 3);
}
.sp-nav__item:not(:first-child) {
  border-left: 1px solid #003851;
}
.sp-nav__item a {
  display: block;
  width: 100%;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.sp-nav__item a.disabled {
  color: rgba(0, 56, 81, 0.5);
  pointer-events: none;
}
.sp-nav__item a.disabled img {
  width: 64px;
  height: 9px;
  margin: 2px auto 0;
}

.pc-nav {
  z-index: 9999;
  width: 100%;
  background-color: #eaf0f4;
}
.pc-nav.is-fixed {
  position: fixed;
  top: 0;
}
.pc-nav__list {
  display: flex;
  max-width: 1000px;
  max-height: 72px;
  margin: auto;
  padding: 10px 0;
}
.pc-nav__item {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% / 3);
  padding: 0 16px;
}
.pc-nav__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 28px;
  content: "";
  border-left: 1px solid #003851;
}
.pc-nav__item a {
  display: block;
  width: 100%;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
.pc-nav__item a:hover {
  border-radius: 48px;
  background-color: white;
}
.pc-nav__item a.disabled {
  color: rgba(0, 56, 81, 0.5);
  cursor: default;
  pointer-events: none;
}
.pc-nav__item a.disabled img {
  width: 88px;
  height: 13px;
  margin: 2px auto 0;
}

.marker {
  display: inline;
  padding-bottom: 1px;
  background: radial-gradient(circle at calc(100% - 5.5px) calc(100% - 5.5px), #fff4a0 5.5px, transparent 5.5px), radial-gradient(circle at 5.5px calc(100% - 5.5px), #fff4a0 5.5px, transparent 5.5px), linear-gradient(to bottom, #ffffff calc(100% - 11px), transparent calc(100% - 11px)), linear-gradient(to right, transparent 5.5px, #fff4a0 5.5px, #fff4a0 calc(100% - 5.5px), transparent calc(100% - 5.5px));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.fuwat,
.fuwat_s {
  visibility: hidden;
  opacity: 0;
}

.fuwatAnime,
.fuwatAnime_fuwat_s {
  visibility: visible !important;
  animation: fuwatAnime 0.8s both;
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.section {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 70px 0;
  }
}
.section__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 480px) {
  .section__wrapper {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section__wrapper {
    padding: 0;
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
}
.section__title h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1.9;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section__title h2 {
    font-size: 30px;
  }
  .section__title h2 br {
    display: none;
  }
}

.hero {
  padding: 12px 20px 32px;
  background-color: #00abdc;
}
@media screen and (min-width: 1024px) {
  .hero {
    padding: 16px 20px 0;
  }
}
.hero header a {
  display: block;
  width: 100px;
  height: 25px;
}
@media screen and (min-width: 1024px) {
  .hero header a {
    width: 142px;
    height: 35px;
  }
}
.hero header a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .hero__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 40px;
  }
}
.hero__title h1 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero__title h1 {
    font-size: 40px;
    text-align: left;
  }
}
.hero__title .btn-cta {
  max-width: 300px;
  margin-top: 32px;
}
.hero__img {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .hero__img {
    width: 400px;
    margin-top: 0;
    margin-left: 60px;
  }
}
.hero__img img {
  width: 100%;
  margin: auto;
}

.message {
  padding: 32px 20px 40px;
}
@media screen and (min-width: 1024px) {
  .message {
    padding: 80px 0;
  }
}
.message .btn-cta {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .message .btn-cta {
    margin-top: 32px;
  }
}
.message .btn-cta a::after {
  transform: rotate(90deg);
  transform-origin: center top;
}
@media screen and (min-width: 1024px) {
  .message__inner {
    display: flex;
    justify-content: center;
  }
}
.message__title {
  width: 282px;
  margin-right: 100px;
  padding: 10px 0;
}
.message__txt {
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .message__txt {
    font-size: 16px;
    text-align: left;
  }
}
.message__txt:not(:first-child) {
  margin-top: 20px;
}

.about {
  background-color: #eaf0f4;
}
.about .btn-gray {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .about .btn-gray {
    margin-top: 24px;
  }
}
.about .btn-cta {
  margin-top: 24px;
}
.about__box, .about__box--3 {
  width: 100%;
  margin-top: 24px;
  padding: 32px 0;
  border-radius: 32px;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .about__box, .about__box--3 {
    padding: 40px 0;
  }
}
.about__box--3 {
  border: 1px solid #003851;
}
@media screen and (min-width: 1024px) {
  .about__box--3 {
    padding: 60px 100px 80px;
  }
}
.about__wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .about__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.about__heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__heading {
    font-size: 26px;
    text-align: right;
  }
  .about__box--3 .about__heading {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .about__content {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
  }
}
.about__connect {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__connect {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .about__img {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about__img {
    margin: 0;
  }
}
.about__check-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 16px;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .about__check-list {
    padding-bottom: 0;
  }
}
.about__check-list p {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 8px;
}
.about__check-list p::before {
  display: block;
  width: 12px;
  height: 10px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.about__variation {
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about__variation {
    font-size: 20px;
  }
}
.about__variation .marker {
  padding-bottom: 3px;
}
.about__variation .ft-en {
  color: #00abdc;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .about__variation .ft-en {
    font-size: 32px;
  }
}
.about__subhead {
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .about__subhead {
    font-size: 19px;
  }
}
.about__subhead .marker {
  padding-bottom: 3px;
}
.about__txt {
  margin-bottom: 12px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .about__txt {
    margin-bottom: 22px;
    font-size: 15px;
  }
}
.about__point {
  margin-bottom: 32px;
  padding: 20px 0 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #eaf0f4;
}
@media screen and (min-width: 1024px) {
  .about__point {
    padding: 40px 0;
  }
}
.about__point p:first-child {
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .about__point .marker {
    font-size: 15px;
  }
}

.card-list {
  position: relative;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .card-list {
    width: 510px;
    border-bottom: 2px solid #003851;
  }
}
.card-list .slick-slide {
  width: 178px;
}
@media screen and (min-width: 1024px) {
  .card-list .slick-slide {
    width: 128px;
  }
}
.card-list::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 3;
  width: 180px;
  height: 255px;
  margin: 0 auto;
  border: 6px solid #003851;
  border-radius: 32px 32px 0 0;
  content: "";
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .card-list::before {
    width: 140px;
    height: 182px;
    border: 4px solid #003851;
    border-radius: 24px 24px 0 0;
    border-bottom: none;
  }
}
.card-list__item {
  padding: 16px 8px 0;
}
@media screen and (min-width: 1024px) {
  .card-list__item {
    padding: 14px 8px 0;
  }
}
.card-list__title {
  opacity: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .card-list__title {
    margin-bottom: 2px;
  }
}
.slick-center .card-list__title {
  opacity: 1;
  transition: all 0.3s;
}

.haisou-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0;
}
.haisou-list__item {
  width: calc((100% - 11px) / 2);
}
@media screen and (min-width: 1024px) {
  .haisou-list__item {
    width: calc((100% - 90px) / 5);
  }
}
.haisou-list__item a:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}
.haisou-list__item img {
  width: 100%;
}
.haisou-list__item p {
  margin-top: 4px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.egift-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0;
}
.egift-list__item {
  width: calc((100% - 22px) / 3);
}
@media screen and (min-width: 1024px) {
  .egift-list__item {
    width: calc((100% - 90px) / 5);
  }
}
.egift-list__item a:hover {
  opacity: 0.8;
}
.egift-list__item img {
  width: 100%;
  border: 1px solid #eaf0f4;
  border-radius: 10px;
}

.scene {
  background-color: #cceef8;
}
.scene .btn-cta {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.scene-list {
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .scene-list {
    margin-left: -320px;
  }
}
.scene-list .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
.scene-list .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.scene-list .slick-prev,
.scene-list .slick-next {
  display: none !important;
  z-index: 3 !important;
  width: 60px !important;
  height: 60px !important;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-arrow.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.12s ease-in 0s;
}
@media screen and (min-width: 1024px) {
  .scene-list .slick-prev,
  .scene-list .slick-next {
    display: block !important;
  }
}
.scene-list .slick-prev::before,
.scene-list .slick-next::before {
  content: none;
}
.scene-list .slick-prev {
  left: 565px;
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}
.scene-list .slick-next {
  right: 200px;
}
.scene-list__item {
  width: 255px;
  height: auto;
  margin: 0 8px;
  padding: 20px;
  border: 1px solid #003851;
  border-radius: 16px;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .scene-list__item {
    width: 320px;
    margin: 0 10px;
  }
}
.scene-list__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}
.scene-list__txt {
  margin-top: 4px;
  font-size: 14px;
}
.scene-list__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 4px;
}
.scene-list__tags span {
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #fff4a0;
  font-weight: 700;
  font-size: 12px;
}
.scene-list__img {
  display: flex;
  flex: 1;
  align-items: flex-end;
  margin-top: 20px;
}

.howto .btn-cta {
  margin-top: 24px;
}
.howto__box {
  margin-top: 24px;
  padding: 40px 20px;
  border-radius: 32px;
}
@media screen and (min-width: 1024px) {
  .howto__box {
    padding: 40px;
  }
}
.howto__box--gray {
  background-color: #eaf0f4;
}
.howto__box--blue {
  background-color: #e8f6fa;
}
.howto__heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .howto__heading {
    font-size: 25px;
  }
}
.howto__flex {
  display: flex;
  flex-direction: column;
  margin-top: 20px !important;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .howto__flex {
    flex-direction: row;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .howto__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 35px) / 3);
  }
}
.howto__subheading {
  text-align: center;
}
.howto__subheading span img {
  margin: 0 auto 4px;
}
.howto__subheading p {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
}
.howto__note {
  padding-left: 1em;
  color: rgba(0, 56, 81, 0.7);
  font-size: 12px;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .howto__note {
    font-size: 13px;
  }
}
.howto-icon {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: self-end;
  max-width: 400px;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  .howto-icon {
    width: 100%;
  }
}
.howto-icon__item {
  width: calc((100% - 5px) / 2);
}
.howto-icon__item p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.howto-icon__item img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 4px auto 0;
}
.howto__desc {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.howto__img {
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .howto__img {
    max-width: 400px;
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .howto__img {
    display: flex;
    flex: 1;
    align-items: flex-end;
  }
}
.howto__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 100px;
  background-color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .howto__label {
    width: 300px;
    margin-left: -30px;
    margin-left: -40px;
    border-radius: 0 100px 100px 0;
    font-size: 19px;
  }
}
.howto__label:nth-of-type(2) {
  margin-top: 40px !important;
}

.faq__list {
  padding-top: 24px;
}
@media screen and (min-width: 1024px) {
  .faq__list {
    max-width: 680px;
    margin: 0 auto;
  }
}
.faq__item {
  border-bottom: 1px solid #eaf0f4;
}
.faq__item:first-child {
  border-top: 1px solid #eaf0f4;
}
.faq__item a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .faq__item a {
    padding: 24px 0;
  }
}
.faq__item a::before {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 1024px) {
  .faq__item a::before {
    width: 28px;
    height: 28px;
  }
}
.faq__item a:hover {
  opacity: 0.8;
}
.faq__item a p {
  flex: 1;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .faq__item a p {
    font-size: 17px;
  }
}

.cta {
  position: relative;
  margin-top: 20px;
  padding: 50px 20px 60px;
  background-color: #eaf0f4;
}
.cta::before, .cta::after {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.cta::before {
  top: -28px;
  right: 10px;
  width: 106px;
  height: 118px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/cta-right.png);
}
@media screen and (min-width: 1024px) {
  .cta::before {
    top: -30px;
    right: 17.6vw;
    width: 120px;
    height: 134px;
  }
}
.cta::after {
  bottom: -72px;
  left: 10px;
  width: 198px;
  height: 112px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/cta-left.png);
}
@media screen and (min-width: 1024px) {
  .cta::after {
    bottom: -47px;
    left: 13.6vw;
    width: 240px;
    height: 136px;
  }
}
.cta .btn-cta {
  padding-top: 24px;
}
.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cta__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1.9px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .cta__title {
    font-size: 30px;
  }
  .cta__title br {
    display: none;
  }
}

.app {
  padding: 100px 15px 60px;
}
@media screen and (min-width: 480px) {
  .app {
    padding: 100px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .app {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 60px;
  }
}
.app__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 18px;
  border: 2px solid #cceef8;
  border-radius: 32px;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .app__box {
    flex-direction: row;
    padding: 30px 212px 30px 40px;
    border: 4px solid #cceef8;
    border-radius: 20px;
  }
  .app__box::after {
    display: block;
    position: absolute;
    right: 45px;
    bottom: -11px;
    width: 150px;
    height: 142px;
    background-image: url(/public/lp_article/socialgift_guide_influencer/img/app-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
.app__title {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .app__title {
    font-size: 19px;
  }
}
.app__title span {
  margin-top: 2px;
  font-size: 10px;
}
.app__txt {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .app__txt {
    text-align: left;
  }
  .app__txt br {
    display: none;
  }
}
.app__btn {
  width: 100%;
  margin: 0 4px;
}
.app__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #00abdc;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  gap: 12px;
}
@media screen and (min-width: 480px) {
  .app__btn a {
    max-width: 360px;
    margin: 0 auto;
  }
}
.app__btn a::after {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/public/lp_article/socialgift_guide_influencer/img/icon-window.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.app__btn a:hover {
  opacity: 0.8;
}
.app__qr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .app__qr {
    display: flex;
    align-items: center;
    margin-left: 5px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #e8f6fa;
    gap: 10px;
  }
  .app__qr p {
    font-weight: 700;
    font-size: 15px;
  }
}
.app__note {
  margin-top: 10px;
  padding-left: 1em;
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
  text-indent: -1em;
}

footer {
  padding-bottom: 80px;
}
footer p {
  color: #8f8f8f;
  font-size: 13px;
  text-align: center;
}

/* Additional styles for disclaimer text and asterisk */

/* Asterisk styles */
.about__point .asterisk {
  font-size: 9.675px;
  color: #003851;
  vertical-align: super;
  line-height: 1;
}

/* Disclaimer text styles */
.about__point .disclaimer {
  font-weight: normal !important;
  font-size: 11px;
  color: #003851;
  text-align: right;
  letter-spacing: 0.22px;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Mobile styles */
@media (max-width: 1023px) {
  .about__point .asterisk {
    font-size: 9.03px;
  }

  .about__point .disclaimer {
    text-align: left;
    margin-top: 12px;
  }
}

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