@charset "UTF-8";
/* ======================================================================
 * LINEお友だち募集中！！
====================================================================== */
@keyframes pekopeko {
  0% {
    box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.3);
    top: 0;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 0.5rem;
  }
  20% {
    box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.3);
    top: 0;
  }
  30% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 0.5rem;
  }
  40% {
    box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.3);
    top: 0;
  }
}
.peko {
  position: relative;
  animation: pekopeko 2s infinite;
  transition: all 0.5s;
}

/* ページ内コンテンツ*/
.main-content_inner * {
  box-sizing: border-box;
}

.main-content_inner img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}

.special {
  background: url("../../../../assets/img/line_otomodachi-regist/bg_sp.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  max-width: inherit;
  margin: 0 auto;
  padding: 18% 4rem 10%;
}

@media (max-width: 480px) {
  .special {
    padding: 16% 4rem 10%;
  }
}
.special .inner {
  max-width: 84.4rem;
  margin: 0 auto;
}

.special .sp {
  display: block !important;
}

.special .pc {
  display: none !important;
}

.special h2 {
  width: 100%;
  margin: 0 0 18%;
}

.special .get_info_wrap {
  display: block;
  margin: 0 0 10%;
  padding: 0;
}

.special .get_info_wrap li {
  width: 100%;
  padding: 0 0 1.2rem;
}
.special .get_info_wrap li::marker {
  content: "";
}

.special .get_info_wrap li .bg_color {
  background-color: #fff;
  display: block;
  padding: 5% 4%;
}

.special .flow_area {
  margin: 0 -3rem 5rem;
}

.special .flow_area h3 {
  width: auto;
  margin: 0 auto 2.2rem;
}

.special .flow_area h3 img {
  display: block;
  width: auto;
  height: 3rem;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .special .flow_area h3 img {
    height: 2.8rem;
  }
}
@media (max-width: 400px) {
  .special .flow_area h3 img {
    height: 2.4rem;
  }
}
.special .flow_set {
  background-color: #fff;
  padding: 3rem 4%;
}

.special .flow_set + .flow_set {
  margin-top: 1.6rem;
}

.special .flow_area .flow_set h4 {
  width: auto;
  margin: 0 auto 2rem;
}

.special .flow_area h4 img {
  display: block;
  width: auto;
  height: 4.8rem;
  margin: 0 auto;
}

@media (max-width: 400px) {
  .special .flow_area h4 img {
    height: 4rem;
  }
}
@media (max-width: 350px) {
  .special .flow_area h4 img {
    height: 3.8rem;
  }
}
.special .flow_area .flow_set h4 + .line_id,
.special .flow_area .flow_set h4 + .line_account {
  margin-top: 0;
}

.line_id,
.line_account {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f84675;
  text-align: center;
  margin-bottom: 2rem;
}

.special .flow_set .sp_scroll {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 12% 1.2rem 8%;
  margin-right: 0;
}

.special .flow_set .in_wrap {
  width: 79.6rem;
  display: flex;
  -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
  overflow-scrolling: touch; /* スマホ対応のため必須 */
  padding-top: 3rem;
  padding-right: 5%;
  margin: 0 -0.8rem;
}

.special .flow_set .in_wrap .flow_box {
  width: 33.333333%;
  position: relative;
  padding: 0 0.8rem;
}

.special .flow_set .in_wrap .flow_box .number {
  background-color: #01ce07;
  border: 0.3rem #fff solid;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Roboto", sans-serif;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  left: 1.7rem;
  top: -2.5rem;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 10;
}

.special .friend_btn_wrap h3 {
  width: auto;
  margin: 0 auto 2rem;
}

.special .friend_btn_wrap h3 img {
  display: block;
  width: auto;
  height: 6rem;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .special .friend_btn_wrap h3 img {
    height: 5.2rem;
  }
}
@media (max-width: 400px) {
  .special .friend_btn_wrap h3 img {
    height: 4.4rem;
  }
}
@media (max-width: 350px) {
  .special .friend_btn_wrap h3 img {
    height: 4rem;
  }
}
.special .friend_btn_wrap .btn {
  margin-bottom: 3rem;
}

.special .friend_btn_wrap a {
  background-color: #00cf06;
  border-radius: 5rem;
  box-shadow: 0 0.4rem 0 0 rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  max-width: 32rem;
  width: 100%;
  padding: 2rem 6rem;
  margin: 0 auto;
}

.special .friend_btn_wrap a img {
  max-width: 25.9rem;
}

@media (min-width: 1024px) {
  .special .friend_btn_wrap a:hover {
    transform: translateY(0.4rem);
    box-shadow: none;
  }
}
@media (max-width: 400px) {
  .special .friend_btn_wrap a {
    padding: 2rem 4.4rem;
  }
}
.special .qr {
  width: 21.2rem;
  margin: 0 auto;
}