@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
共通
-------------------------------------------*/
.wrapper {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn a {
  background-color: #FE7704;
  border-radius: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 12px;
  text-align: center;
}
.btn-or-arrow a,
.btn-wt-arrow a {
  font-size: 20px;
  padding: 17px 90px 17px 60px;
  position: relative;
}
.btn-wt-arrow a {
  background-color: #fff;
  border: solid 2px #FFA558;
  color: #000;
}
.btn-wt-arrow a:hover {
  background-color: #FFA558;
  color: #fff;
  opacity: 1;
}
.btn-or-arrow a::after,
.btn-wt-arrow a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 16px;
}
.btn-or-arrow a::after {
  background-image: url(../img/common/arrow-wt.svg);
}
.btn-wt-arrow a::after {
  background-image: url(../img/common/arrow-or.svg);
}
.btn-wt-arrow a:hover::after {
  background-image: url(../img/common/arrow-wt.svg);
}

.content-title {
  font-size: clamp(38px, 5.2vw, 58px);
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: center;
}
.content-title span {
  background: linear-gradient(transparent 72%, #FFA558 72%);
  display: inline-block;
  line-height: 1.3;
}
.content-text {
  font-size: clamp(20px, 2.8vw, 31px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.to-top {
  padding: 30px;
  text-align: right;
}
.to-top a {
  display: inline-block;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 0 30px;
}
#header .logo {
  max-width: 220px;
}
#header .logo a {
  display: block;
  line-height: 0;
}
#header .btn a {
  padding: 12px 34px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  background-color: #000;
  padding: 20px 0;
}
#footer .copyright {
  color: #fff;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

/*-------------------------------------------
トップ
-------------------------------------------*/
#top .mv {
  position: relative;
}
#top .mv .text-main {
  color: #FE7705;
  font-size: clamp(22px, 4.5vw, 62px);
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  top: 3%;
  left: 3%;
}
#top .mv .text-sub {
  font-size: clamp(22px, 2.8vw, 35px);
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 47%;
  left: 3%;
}
#top .mv .pr-list {
  display: flex;
  align-items: center;
  position: absolute;
  top: 68%;
  left: 8%;
}
#top .mv .pr-list li {
  background-color: #fff;
  border-radius: 30px;
  color: #FE7705;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
  padding: 8px 24px;
  margin: 0 5%;
  text-align: center;
}
#top .mv .btn-or-arrow {
  position: absolute;
  top: 82%;
  left: 12%;
}
@media screen and (max-width: 1000px) {
  #top .mv .btn-or-arrow {
    top: 83%;
  }
  #top .mv .btn-or-arrow a {
    font-size: 16px;
    padding: 10px 60px 10px 30px;
  }
  #top .mv .btn-or-arrow a::after {
    width: 26px;
    height: 26px;
    top: 9px;
    right: 12px;
  }
}

#top .bg {
  background-image: url("../img/top/bg1.svg"), url("../img/top/bg2.svg");
  background-repeat: no-repeat;
  background-size: 475px, 850px;
  background-position: 1vw 2%, 68vw 50%;
  padding-top: 180px;
  overflow-x: hidden;
}

#top .platform {
  margin-bottom: 90px;
}
#top .platform .content-title {
  margin-bottom: 50px;
}
#top .platform .content-text {
  margin-bottom: 100px;
}
#top .platform .category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#top .platform .category-list li {
  max-width: 220px;
  margin: 0 3%;
}
#top .platform .btn-wt-arrow {
  text-align: center;
}
#top .platform .btn-wt-arrow a {
  width: 100%;
  max-width: 470px;
}

#top .jenre {
  margin-bottom: 180px;
}
#top .jenre .jenre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
#top .jenre .jenre-list li {
  width: 30%;
  max-width: 300px;
}
#top .jenre .jenre-list li .title {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
#top .jenre .jenre-list li .btn {
  text-align: center;
}
#top .jenre .jenre-list li .btn a {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 50px 5px 20px;
}
#top .jenre .jenre-list li .btn a::after {
  width: 26px;
  height: 26px;
  top: 6px;
  right: 10px;
}

#top .step {
  margin-bottom: 180px;
}
#top .step .step-list {
  max-width: 750px;
  margin: 0 auto;
}
#top .step .step-list li {
  border: solid 5px #000;
  border-radius: 0 30px 30px 30px;
  padding: 25px 20px 20px 35px;
  margin-bottom: 120px;
  position: relative;
}
#top .step .step-list li::after {
  content: "";
  background-image: url(../img/top/arrow-bottom.svg);
  background-size: contain;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
#top .step .step-list li:last-child {
  margin-bottom: 80px;
}
#top .step .step-list li:last-child::after {
  content: none;
}
#top .step .step-list li .no {
  background-color: #000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 10px 8px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#top .step .step-list li .step-flex {
  display: flex;
  align-items: center;
}
#top .step .step-list li .step-flex .text-area {
  width: calc(100% - 190px);
}
#top .step .step-list li .step-flex .img-area {
  width: 180px;
  margin-left: 10px;
}
#top .step .step-list li .step-flex .title {
  color: #FE7704;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}
#top .step .step-list li:first-child .step-flex .title {
  margin-right: 8%;
}
#top .step .step-list li .step-flex .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}
#top .step .step-list li .step-flex .text a {
  color: #03C9F8;
}
#top .step .btn {
  text-align: center;
}

#top .voice {
  margin-bottom: 180px;
}
#top .voice .voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
#top .voice .voice-list li {
  width: 30%;
  max-width: 300px;
}
#top .voice .voice-list li .balloon {
  height: 230px;
  background-image: url(../img/top/balloon.svg);
  background-size: 100%;
  font-size: clamp(10px, 1.5vw, 17px);
  font-weight: 500;
  line-height: 1.7;
  padding: 30px 20px 20px;
  text-align: justify;
}
#top .voice .voice-list li .img {
  margin: 5px 0 10px;
  text-align: center;
}
#top .voice .voice-list li .img img {
  width: auto;
  height: 177px;
}
#top .voice .voice-list li .name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#top .voice .voice-list li .btn {
  text-align: center;
}
#top .voice .voice-list li .btn a {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 50px 5px 20px;
}
#top .voice .voice-list li .btn a::after {
  width: 26px;
  height: 26px;
  top: 6px;
  right: 10px;
}

#top .faq {
  margin-bottom: 180px;
}
#top .faq .faq-list .item {
  border-bottom: dashed 1px #000;
}
#top .faq .faq-list .item:first-child {
  border-top: solid 1px #000;
}
#top .faq .faq-list .item:last-child {
  border-bottom: solid 1px #000;
}
#top .faq .faq-list .item dt {
  display: flex;
  cursor: pointer;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  padding: 25px 50px 25px 0;
  position: relative;
  text-align: justify;
}
#top .faq .faq-list .item dt::before {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  top: 50%;
  right: 0;
}
#top .faq .faq-list .item dt::after {
  content: "";
  width: 2px;
  height: 21px;
  background-color: #1f1f1f;
  position: absolute;
  top: calc(50% - 9.5px);
  right: 9px;
  left: auto;
}
#top .faq .faq-list .item dt.active::after {
  content: none;
}
#top .faq .faq-list .item dt .question {
  color: #FE7704;
  font-size: 26px;
  margin-right: 10px;
}
#top .faq .faq-list .item dt .question span {
  color: #000;
}
#top .faq .faq-list .item dd {
  display: flex;
  font-size: 24px;
  padding-right: 50px;
  padding-bottom: 25px;
  line-height: 1.6;
  text-align: justify;
}
#top .faq .faq-list .item dd a {
  text-decoration: underline;
}
#top .faq .faq-list .item dd .answer {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
}

#top .pr {
  margin-bottom: 180px;
}
#top .pr .pr-list {
  max-width: 900px;
  display: flex;
  gap: 0 5%;
  margin: 0 auto 80px;
}
#top .pr .pr-list li {
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
}
#top .pr .btn {
  text-align: center;
}

#top .company {
  max-width: 790px;
  padding: 0 20px;
  margin: 0 auto 100px;
}
#top .company .company-list {
  border-top: solid 2px #000;
}
#top .company .company-list .item {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
#top .company .company-list .item dt {
  width: 40%;
  padding-left: 10%;
}
#top .company .company-list .item dd {
  width: 60%;
  padding-right: 5%;
}

/*-------------------------------------------
アフィリエイターの声
-------------------------------------------*/
#voice {
  padding: 100px 0 180px;
}
#voice .voice-img {
  margin: 80px 0 25px;
  text-align: center;
}
#voice .voice-img img {
  width: auto;
  height: 210px;
}
#voice .voice-name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#voice .voice-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
}
#voice .btn {
  text-align: center;
}


/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .pc {
    display: none;
  }

  .btn a {
    font-size: 15px;
  }
  .btn-or-arrow a,
  .btn-wt-arrow a {
    padding: 15px 60px 15px 30px;
  }
  .btn-or-arrow a::after,
  .btn-wt-arrow a::after {
    width: 33px;
    height: 33px;
    top: 10px;
  }

  .content-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .content-title span {
    background: linear-gradient(transparent 68%, #FFA558 68%);
  }
  .content-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .to-top {
    padding: 10px;
    text-align: right;
  }
  .to-top a {
    max-width: 50px;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    height: 70px;
    padding: 0 20px;
  }
  #header .logo {
    max-width: 120px;
  }
  #header .btn a {
    padding: 6px 18px;
  }
  
  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer {
    padding: 10px 0;
  }

  /*-------------------------------------------
  トップ
  -------------------------------------------*/
  #top .mv .text-main {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    top: 58%;
    left: 0;
    right: 0;
  }
  #top .mv .text-sub {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    top: 73%;
    left: 0;
    right: 0;
  }
  #top .mv .pr-list {
    justify-content: center;
    text-align: center;
    top: 82%;
    left: 0;
    right: 0;
  }
  #top .mv .pr-list li {
    font-size: 18px;
    margin: 0 3%;
  }
  #top .mv .btn-or-arrow {
    text-align: center;
    top: 90%;
    left: 0;
    right: 0;
  }

  #top .bg {
    background-size: 280px, 360px;
    background-position: 14vw 1%, 10px 99%;
    padding-top: 150px;
  }

  #top .platform {
    margin-bottom: 80px;
  }
  #top .platform .category-list li {
    margin: 0 2%;
  }
  #top .platform .content-title {
    margin-bottom: 30px;
  }
  #top .platform .category-list {
    margin-bottom: 30px;
  }
  #top .platform .content-text {
    margin-bottom: 30px
  }

  #top .jenre .jenre-list {
    gap: 30px 5%;
  }
  #top .jenre .jenre-list li {
    width: 47.5%;
  }
  #top .jenre .jenre-list li .title {
    font-size: 13px;
  }
  #top .jenre .jenre-list li .btn a {
    font-size: 12px;
    padding: 5px 40px 5px 15px;
  }
  #top .jenre .jenre-list li .btn a::after {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 7px;
  }

  #top .step {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  #top .step .step-list li {
    border-radius: 0 20px 20px 20px;
    padding: 35px 10px 10px 15px;
    margin-bottom: 60px;
  }
  #top .step .step-list li:last-child {
    margin-bottom: 40px;
  }
  #top .step .step-list li::after {
    width: 35px;
    height: 35px;
    bottom: -57px;
  }
  #top .step .step-list li .no {
    font-size: 18px;
    padding: 2px 10px 5px;
  }
  #top .step .step-list li .step-flex .text-area {
    width: calc(100% - 90px);
  }
  #top .step .step-list li .step-flex .img-area {
    width: 80px;
  }
  #top .step .step-list li .step-flex .title {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
  }
  #top .step .step-list li:first-child .step-flex .title {
    margin-right: 0;
  }
  #top .step .step-list li .step-flex .text {
    font-size: 12px;
  }

  #top .voice {
    margin-bottom: 80px;
  }
  #top .voice .voice-list {
    flex-direction: column;
    gap: 60px 0;
  }
  #top .voice .voice-list li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #top .voice .voice-list li .balloon {
    height: 210px;
    font-size: 16px;
    padding: 20px;
  }

  #top .faq {
    margin-bottom: 80px;
  }
  #top .faq .faq-list .item dt {
    font-size: 16px;
    padding: 20px 40px 20px 0;
  }
  #top .faq .faq-list .item dt::before {
    width: 16px;
  }
  #top .faq .faq-list .item dt::after {
    height: 16px;
    top: calc(50% - 7px);
    right: 7px;
  }
  #top .faq .faq-list .item dt .question {
    font-size: 16px;
  }
  #top .faq .faq-list .item dd {
    font-size: 16px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  #top .faq .faq-list .item dd .answer {
    font-size: 16px;
  }

  #top .pr {
    margin-bottom: 80px;
  }
  #top .pr .pr-list {
    margin: 0 auto 40px;
  }

  #top .company {
    margin-bottom: 40px;
  }
  #top .company .company-list .item {
    font-size: 16px;
  }
  #top .company .company-list .item dt {
    width: 28%;
    padding-left: 5%;
  }
  #top .company .company-list .item dd {
    width: 72%;
    padding-right: 3%;
  }

  /*-------------------------------------------
  アフィリエイターの声
  -------------------------------------------*/
  #voice {
    padding: 60px 0 80px;
  }
  #voice .content-title {
    font-size: 30px;
  }
  #voice .voice-img {
    margin: 45px 0 15px;
  }
  #voice .voice-img img {
    width: auto;
    height: 180px;
  }
  #voice .voice-name {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #voice .voice-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

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