@charset "UTF-8";
.pcmode_header {
  display: none;
}

header .header_bnr,
header .header_bottom {
  display: none;
}

#frends {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  color: #333;
}
#frends .ttl {
  position: relative;
  font-size: 28px;
  font-weight: normal;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  padding: 0 40px;
}
#frends .cpn {
  border: 1px solid #d1d1d1;
  padding: 0 50px 80px;
  margin: 100px 0 0;
  text-align: center;
}
#frends .cpn h2 {
  top: -35px;
}
#frends .cpn picture {
  display: block;
}
#frends .cpn picture + picture {
  margin: 30px 0 0;
}
#frends .coupon {
  border: 1px solid #d1d1d1;
  padding: 0 50px 50px;
  margin: 100px 0 0;
  text-align: center;
}
#frends .coupon h2 {
  top: -35px;
}
#frends .coupon p {
  margin: 0 0 50px;
}
#frends .coupon .coupon-wrap {
  text-align: left;
  margin: auto;
  width: 300px;
  position: relative;
}
#frends .coupon .coupon-wrap img {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#frends .coupon #coupon {
  padding: 8px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}
#frends .coupon button.copyBtn {
  padding: 10px 0;
  margin: 20px 0 0;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  background: #0799e1;
  border: none;
  color: #fff;
  width: 100%;
}
#frends .coupon {
  /* トースト */
}
#frends .coupon #toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0799e1;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99;
}
#frends .coupon #toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}
#frends .step {
  background: #f3f8fe;
  padding: 60px 70px 50px;
  margin: 100px 0;
  text-align: center;
}
#frends .step h2 {
  background: none;
  margin: 0 0 40px;
}
#frends .step picture {
  display: block;
}
#frends .step picture img {
  border-radius: 30px;
}
#frends .step picture + picture {
  margin: 30px 0 0;
}
#frends .step div {
  text-align: center;
  border-top: 2px solid #0799e1;
  margin: 70px 0 0;
  padding: 70px 0 0;
}
#frends .step div p {
  font-size: 24px;
  margin: 0 0 40px;
}
#frends .step div span {
  color: #0799e1;
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin: 30px 0;
  line-height: 1;
}
#frends .step div span a {
  color: #0799e1;
}
#frends .step div span img {
  vertical-align: bottom;
  margin: 0 10px 0 0;
}
#frends .step div strong {
  font-weight: bold;
}
#frends .step div small {
  font-size: 14px;
}
#frends .attention {
  text-align: center;
  margin: 0 0 120px;
}
#frends .attention p {
  text-align: left;
  margin: 50px 50px 0;
}

@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  #frends .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #frends {
    font-size: 3.4666666667vw;
  }
  #frends .pc {
    display: none;
  }
  #frends .ttl {
    top: 0;
    display: flex;
    flex-flow: column;
    gap: 4vw 0;
    padding: 0;
    margin: 0 0 6.6666666667vw;
    font-size: 4.5333333333vw;
  }
  #frends .ttl img {
    width: 15%;
  }
  #frends .cpn {
    border: none;
    border-top: 1px solid #d1d1d1;
    padding: 8vw 0 0;
    margin: 13.3333333333vw 4.2666666667vw 0;
  }
  #frends .cpn h2 {
    top: 0;
  }
  #frends .cpn h2 img {
    width: 14%;
  }
  #frends .cpn picture {
    display: block;
  }
  #frends .cpn picture + picture {
    margin: 30px 0 0;
  }
  #frends .coupon {
    border: none;
    border-top: 1px solid #d1d1d1;
    padding: 8vw 0 0;
    margin: 13.3333333333vw 4.2666666667vw 0;
  }
  #frends .coupon h2 {
    top: 0;
  }
  #frends .coupon p {
    margin: 0 0 50px;
  }
  #frends .coupon .coupon-wrap {
    text-align: left;
    margin: auto;
    width: 300px;
    position: relative;
  }
  #frends .coupon .coupon-wrap img {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  #frends .coupon #coupon {
    padding: 5.3333333333vw 4vw;
    font-size: 4vw;
    width: 100%;
    border-radius: 5px;
  }
  #frends .coupon button.copyBtn {
    padding: 4vw 0;
    margin: 5.3333333333vw 0 0;
    border-radius: 5px;
    font-size: 4vw;
    cursor: pointer;
    text-align: center;
    background: #0799e1;
    border: none;
    color: #fff;
    width: 100%;
  }
  #frends .coupon {
    /* トースト */
  }
  #frends .coupon #toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0799e1;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #frends .coupon #toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
  }
  #frends .step {
    border: none;
    padding: 13.3333333333vw 4.2666666667vw 13.3333333333vw;
    margin: 13.3333333333vw 0 0;
  }
  #frends .step h2 {
    background: none;
    margin: 0 0 6.6666666667vw;
  }
  #frends .step picture {
    display: block;
  }
  #frends .step picture img {
    border-radius: 30px;
  }
  #frends .step picture + picture {
    margin: 30px 0 0;
  }
  #frends .step div {
    text-align: center;
    border-top: 1px solid #0799e1;
    margin: 10.6666666667vw 0 0;
    padding: 6.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
  #frends .step div p {
    font-size: 4.2666666667vw;
    margin: 0 0 6.6666666667vw;
  }
  #frends .step div span {
    color: #0799e1;
    font-size: 7.2vw;
    font-weight: bold;
    display: block;
    margin: 6.6666666667vw 0 2.6666666667vw;
    line-height: 1;
  }
  #frends .step div span img {
    vertical-align: bottom;
    margin: 0 10px 0 0;
    width: 6%;
  }
  #frends .step div strong {
    font-weight: bold;
  }
  #frends .step div small {
    font-size: 2.6666666667vw;
  }
  #frends .attention {
    text-align: center;
    margin: 6.6666666667vw 0 13.3333333333vw;
  }
  #frends .attention p {
    text-align: left;
    margin: 6.6666666667vw 4.2666666667vw 0;
  }
}/*# sourceMappingURL=style_frends.css.map */