/* ココナラから追加したCSSで推し活ようカスタマイズ */

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.header__campaign--title {
  background-color: #fffb8e;
  border: solid 5px #000;
}

.top-campain__btn.contact a {
  background-color: #e40380;
}

.charm .charm_list02 .icon_img {
  position: absolute;
  top: -7px;
  left: 5%;
  transform: translate(-50%, -50%);
}

.charm .charm_list02 .icon_img img {
  width: 50%;
}
.charm .charm_list02 li {
  padding: 2rem 2rem;
  box-shadow: 5.37px 5.37px 0;
  border-radius: 0;
}

.charm .charm_list02 p {
  font-size: 2rem;
}

.paple {
  color: #860398;
}

.charm h4 img {
  width: 27rem;
  position: relative;
}

.charm h4::after {
  position: absolute;
  content: "";
  background: url(../img/top/Vector.svg) no-repeat;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  margin-left: 2.4rem;
}

.charm {
  position: relative;
  padding: 3rem 0 18rem 0;
  background: url("../img/top/charm_gray.png") no-repeat center / cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.solution {
  text-align: center;
}
.solution_ttl img {
  width: 27rem;
  margin: 5rem 0 3rem 0;
}

.solution .solution_list02 li {
  padding: 2.5rem 2.5rem;
  box-shadow: 5.37px 5.37px 0;
  border-radius: 0;
  background-color: #fff;
  border: 4px solid #111;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.solution .solution_list02 li:first-child:after {
  position: absolute;
  content: "";
  background: url(../img/top/oshi_girl.png) no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  right: 2%;
  top: -90%;
}

.solution .solution_text {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.solution .solution_subttl {
  font-size: 2.55rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.reson {
  text-align: center;
  background-color: #f3f3f3;
}
.reson_ttl img {
  width: 25rem;
  margin: 2rem 0 3rem 0;
}

.reson .reson_list02 li {
  padding: 5rem 0 3rem;
  box-shadow: 5.37px 5.37px 0;
  border-radius: 0;
  background-color: #fff;
  border: 4px solid #111;
  text-align: center;
  margin-bottom: 7rem;
  position: relative;
}

.reson .reson_list02 li:first-child:after {
  position: absolute;
  content: "";
  background: url(../img/top/oshi_girl2.png) no-repeat;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  right: 2%;
  top: -70%;
}

.reson .reson_text {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.reson .reson_text .fz16 {
  font-size: 1.6rem;
  margin-top: 2rem;
  display: block;
  font-weight: 600;
}

.reson .reson_subttl {
  font-size: 2.55rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.reson .reson_subttl .fz34 {
  font-size: 3.4rem;
}

.reson .icon_img {
  position: absolute;
  text-align: center;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.reson_list02 {
  padding: 5rem 0;
}

.clean {
  text-align: center;
}

.clean__ttl-area {
  padding: 50px 0;
  display: block;
  position: relative;
  background: #192a76;
}
.clean__ttl-area::after {
  position: absolute;
  content: "";
  background: #192a76;
  width: 40px;
  height: 40px;
  transform: rotate(135deg);
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.clean__img {
  margin: 30px auto;
  width: 70%;
}

.clean__ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.clean__txt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.pink {
  color: #e60061;
}

.scene {
  text-align: center;
  background: url(../img/top/scene.png) no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.scene_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 29px;
  margin-top: 5rem;
}
.scene_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 226.78px;
  height: 226.78px;
  position: relative;
  border-radius: 50%;
  background-color: #ff7c9e;
  box-shadow: 5.67px 5.67px #e35479;
}
.scene_list li:first-child::after,
.scene_list li:last-child::after {
  content: "";
  position: absolute;
  background-size: contain;
  margin: 0 auto;
  width: 15rem;
  height: 15rem;
  top: -50%;
  left: 25px;
  right: 0;
}
.scene_list li:first-child::after {
  background: url(../img/top/oshi_girl3.png) no-repeat;
  background-size: contain;
  left: 60px;
  width: 18rem;
  height: 18rem;
  top: -55%;
}
.scene_list li:last-child::after {
  background: url(../img/top/oshi_girl4.png) no-repeat;
  background-size: contain;
}

.scene_text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 32.6px;
}
.scene .icon_img img {
  position: absolute;
  top: 2.7rem;
  left: 0.4rem;
}

.other .top_ttl {
  width: 18rem;
  margin-bottom: 5rem;
}

.smart-bannar {
  max-width: 75rem;
}

.plan {
  background-color: #f0f9ff;
}

.plan h2 {
  width: 8.9rem;
}

.plan .gray {
  background-color: #f8f8f8;
}

.plan tr:nth-of-type(12) td .num-text {
  text-align: right;
}
.plan tr:nth-of-type(14) td .num-text {
  text-align: left;
}

.plan .tabel_pay {
  line-height: 1.5;
  display: block;
}

.price_attention {
  margin-top: 20px;
}

.cta__benefit {
  border: solid 4px #000;
  background-color: #fff;
  flex-flow: column;
}

.cta li:nth-child(2) a {
  background-color: #e40380;
}

.cta__daiichiarea {
  text-align: center;
  margin-bottom: 2rem;
}

.cta__daiichi {
  font-size: 3.09rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
  display: inline-block;
  margin: 0 auto;
}

.cta__title {
  font-size: 6.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 2rem;
}

.cta .b-28 {
  font-size: 5.526rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(to right, #00b8ff 0%, #00d169 50%, #ffc000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta__ditail h4 {
  font-size: 7.989rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: linear-gradient(transparent 60%, #fffab7 60%);
  display: inline;
  position: relative;
  line-height: 1;
}

.cta__subtitling {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}

.cta__ditail h4::before {
  position: absolute;
  content: "";
  background: url(../img/top/uchiwa.png) no-repeat;
  background-size: contain;
  width: 19.7rem;
  height: 18.695rem;
  bottom: -2vw;
  left: -19rem;
}
.cta__ditail h4::after {
  position: absolute;
  content: "";
  background: url(../img/top/google.svg) no-repeat;
  background-size: contain;
  width: 10.692rem;
  height: 15.134rem;
  bottom: -3rem;
  right: -19rem;
}

.cta .fz39 {
  font-size: 39px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cta__benefit {
  padding: 3rem;
}
.cta ul {
  margin-top: 0;
}

.cta .fz61 {
  font-size: 6.196rem;
}

.cta .cta_inr {
  padding: 4rem 40px 3rem 3rem;
}

.entry a {
  background-color: #e40380;
}

.cta__benefit--item {
  position: relative;
}
.cta__benefit--item:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/top/uchiwa.png) no-repeat;
  background-size: contain;
  height: 19.7rem;
  width: 19.7rem;
  bottom: -115%;
  right: -45%;
}

.choice h2 {
  width: 22.2rem;
  margin-bottom: 7rem;
}

.speed {
  background: url(../img/top/scene.png) no-repeat;
  background-size:
    100% 55%,
    100% 100%;
  background-position: top center;
}

.speed .speed_wrap {
  justify-content: space-evenly;
  align-items: end;
  margin: -94px auto 0;
}
.speed p {
  font-size: 2rem;
}
.speed .speed_img {
  width: 40%;
}

.speed dl span {
  color: #e60061;
}
.speed dl .fzi {
  font-size: inherit;
}

.speed .fz20 {
  font-size: 2rem;
  text-align: center;
}
.speed .fz20::after {
  content: "";
  background: url(../img/top/heart.svg) no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

.area .text {
  width: 67%;
}

.speed .recommend_imgarea {
  margin: 20px auto 50px;
  width: 30%;
}

.area h2 {
  position: relative;
}

.area h2::after {
  content: "";
  background: url(../img/top/uchiwa2.png) no-repeat;
  background-size: contain;
  height: 25.7rem;
  width: 25.7rem;
  position: absolute;
  bottom: -94%;
  right: -113%;
}

.flow_btn a {
  border-bottom: 3px solid #a61250;
}
.flow_item p {
  font-weight: 700;
}
.faq {
  background-color: #f4f4f4;
}

.faq h2 {
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .charm {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    padding: 3rem 0 10rem 0;
  }

  .charm h4 img {
    width: 18rem;
    margin-top: 2rem;
  }
  .charm h4::after {
    margin-top: 2rem;
  }

  .charm .charm_list02 p {
    font-size: 1.5rem;
    margin-top: 0;
  }

  .charm .charm_list02 .icon_img {
    top: -4px;
    left: 6%;
  }

  .charm .charm_list02 .icon_img img {
    width: 31px;
    height: 24px;
  }
  .solution_ttl img {
    width: 21rem;
    margin: 2rem 0 2rem 0;
  }

  .solution .solution_list02 li {
    padding: 2.5rem 1rem;
    margin-bottom: 2rem;
    border: 2px solid #111;
  }

  .solution .solution_subttl {
    font-size: 1.6rem;
  }

  .solution .solution_text {
    font-size: 1.2rem;
  }

  .solution .solution_list02 li:first-child:after {
    width: 9.4rem;
    height: 8.6rem;
    right: -18px;
    top: -50%;
  }
  .reson_ttl img {
    width: 21rem;
    margin: 2rem 0 1rem 0;
  }

  .reson .reson_subttl {
    font-size: 1.6rem;
  }

  .reson .reson_subttl .fz34 {
    font-size: 2.2rem;
  }
  .reson .reson_text {
    font-size: 1.2rem;
  }
  .reson .reson_text .fz16 {
    font-size: 0.8rem;
  }

  .reson .reson_list02 li {
    padding: 2rem 0;
    border: 2px solid #111;
    margin-bottom: 4rem;
  }

  .reson .reson_list02 li:first-child:after {
    width: 10.395rem;
    height: 10.678rem;
    right: 0;
    top: -46%;
  }

  .reson .icon_img {
    top: -23px;
  }
  .reson .icon_img img {
    width: 7.8em;
  }

  .scene_list {
    gap: 11px;
    flex-flow: wrap;
  }

  .scene_list li {
    width: 15.992rem;
    height: 15.992rem;
  }
  .scene_list li:nth-of-type(3),
  .scene_list li:nth-of-type(4) {
    margin-top: 3rem;
  }

  .scene_list li:nth-of-type(even) {
    transform: translateY(7rem);
  }

  .scene_text {
    font-size: 1.3rem;
  }

  .scene .icon_img img {
    position: absolute;
    top: 0.7rem;
    left: 1.4rem 14px;
    width: 3.1rem;
    height: 2.242rem;
  }
  .scene .mainw {
    width: 85.666vw;
  }

  .scene {
    text-align: center;
    background: url(../img/top/scene_sp.png) no-repeat;
    background-size: cover;
    padding: 5rem 0 10rem;
  }

  .scene_list li:first-child::after {
    left: 9px;
    width: 6.92rem;
    height: 13.076rem;
    top: 34rem;
    z-index: 1;
  }

  .scene_list li:last-child::after {
    width: 8rem;
    height: 11.59rem;
    top: -28rem;
    left: 60px;
    right: 0;
  }

  .other .top_ttl {
    width: 13rem;
  }

  .plan h2 {
    width: 6.9rem;
    margin-top: 0;
  }

  .price_attention {
    font-size: 1.2rem;
  }

  .cta__daiichi {
    font-size: 1.21rem;
    padding: 0 10px;
  }

  .cta__title {
    font-size: 3.91rem;
    position: relative;
  }
  .cta__title::after,
  .cta__title::before {
    content: "";
    position: absolute;
    display: inline-block;
    display: flex;
    align-items: center;
    background-size: contain;
  }
  .cta__title::after {
    background: url(../img/top/right.svg) no-repeat;
    width: 9.142rem;
    height: 9.1rem;
    bottom: 0;
    right: -5rem;
  }
  .cta__title::before {
    background: url(../img/top/left.svg) no-repeat;
    width: 9.142rem;
    height: 9.1rem;
    bottom: 0;
  }

  .cta__ditail h4::before {
    width: 8.862rem;
    height: 8.41rem;
    bottom: -14vw;
    left: -7rem;
  }

  .cta__benefit--item:last-child::after {
    height: 10.635rem;
    width: 10.092rem;
    bottom: 11rem;
    right: -2rem;
  }

  .cta .b-28 {
    font-size: 2.526em;
  }

  .cta .cta_inr {
    padding: 4rem 1rem;
  }
  .cta__amazon {
    font-size: 1.933rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .cta__ditail h4 {
    font-size: 3.769rem;
    line-height: 1;
    background: transparent;
  }
  .cta__ditail {
    background-color: #fff;
    border: solid 2px #000;
    padding: 2rem 2rem;
  }
  .cta .fz39 {
    font-size: 1.847rem;
  }

  .cta .fz61 {
    font-size: 1.933rem;
    font-weight: bold;
  }

  .cta__ditail h4::after {
    width: 5.309rem;
    height: 7.514rem;
    bottom: -4rem;
    right: -6rem;
  }

  .cta__subtitling {
    font-size: 1.5rem;
  }

  .cta__benefit {
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .choice {
    margin-top: 0;
  }

  .choice h2 {
    width: 18.2rem;
    margin-bottom: 3rem;
  }

  .clean__img {
    width: 90%;
  }

  .clean__txt {
    font-size: 1.2rem;
  }
  .clean__ttl {
    font-size: 2rem;
  }
  .speed .speed_wrap {
    justify-content: space-evenly;
    align-items: center;
    margin: -33px auto 0;
  }

  .speed .speed_img {
    width: 100%;
  }

  .speed dl {
    font-size: 2.8rem;
    text-align: center;
  }

  .speed p {
    font-size: 1.4rem;
  }
  .speed .recommend_imgarea {
    margin: 20px auto 20px;
    width: 22.7rem;
  }

  .speed figcaption {
    font-size: 1.11rem;
  }
  .area h3 {
    font-size: 1.8rem;
    line-height: 172%;
    margin: 1.8rem 0px;
  }

  .area .text {
    width: 100%;
  }

  .area .sub_txt {
    font-size: 0.7rem;
  }

  .area {
    padding: 6rem 0 1rem;
  }

  .area h2::after {
    height: 17.542rem;
    width: 16.077rem;
    position: absolute;
    bottom: -18rem;
    right: -12rem;
  }

  .flow h2 {
    width: 12rem;
  }
}

.solution .solution_text .fz16 {
  font-size: 1.6rem;
  margin-top: 2rem;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .solution .solution_text .fz16 {
    font-size: 0.8rem;
  }
}

.plan .num-text .fz16 {
  font-size: 0.8em;
  margin-top: 2rem;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .plan .snum-text .fz16 {
    font-size: 0.8em;
  }
}

.faq dt span,
.faq dd span {
  width: 3%;
}
.faq dd p,
.faq .accordionBtn p {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .faq dt span,
  .faq dd span {
    width: 10%;
  }
  .faq dd p,
  .faq dt p {
    width: 90%;
  }
  .campaign .for_pc_viz {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .solution .solution_text {
    font-size: 1.1rem;
  }
  .campaign .number::after {
    font-size: 0.34em;
    top: -3px;
  }
}
