@charset "utf-8";

/* common */
#rakutenPgm * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: none;
}
#rakutenPgm img {
  vertical-align: bottom;
}
#rakutenPgm .disP {
  display: inline-block;
}
#rakutenPgm .disS {
  display: none;
}
#rakutenPgm a img:hover,
#rakutenPgm a.cta:hover {
  opacity: 0.6;
}
#rakutenPgm .inner {
  width: 1200px;
  margin: 0 auto;
}
#rakutenPgm .note {
  font-size: 0.9rem;
}
#rakutenPgm sup {
  font-size: 0.7rem;
}
#rakutenPgm a.cta {
  width: 32rem;
  display: block;
  margin: 0 auto 5%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background: #ec407a;
  border-radius: 8px;
  border: 1px #ec407a solid;
  padding: 1.5rem 2rem 1.7rem 0.2rem;
  position: relative;
}
#rakutenPgm a.cta::after {
  content: "";
  position: absolute;
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/btn.png") center center no-repeat;
  background-size: 100%;
  right: 5%;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(-50%);
}
#rakutenPgm h2 {
  font-size: 2rem;
  display: inline-block;
  margin: 0 auto 2%;
  padding-bottom: 0.8rem;
  position: relative;
}
#rakutenPgm h2.c-pink {
  color: #ec407a;
}
#rakutenPgm h2.c-blue {
  color: #137dff;
}
#rakutenPgm h2.c-pink::after,
#rakutenPgm h2.c-blue::after {
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
}
#rakutenPgm h2.c-pink::after {
  color: #ec407a;
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/line_01.png") center bottom no-repeat;
  background-size: auto 50%;
}
#rakutenPgm h2.c-blue::after {
  color: #137dff;
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/line_02.png") center bottom no-repeat;
  background-size: auto 50%;
}

@media screen and (max-width: 480px) {
  #rakutenPgm .disP {
    display: none;
  }
  #rakutenPgm .disS {
    display: inline-block;
  }
  #rakutenPgm .inner {
    width: 96%;
    margin: 0 auto;
  }
  #rakutenPgm .note {
    font-size: 0.6rem;
  }
  #rakutenPgm sup {
    font-size: 0.5rem;
  }
  #rakutenPgm a.cta {
    width: 85%;
    margin: 0 auto 8%;
    font-size: 1.2rem;
    padding: 1.2rem 1.6rem 1.4rem 0.2rem;
  }
  #rakutenPgm a.cta::after {
    right: 4%;
    width: 1.3rem;
    height: 1.3rem;
  }
  #rakutenPgm h2 {
    font-size: 1.3rem;
    margin: 0 auto 4%;
  }
  #rakutenPgm h2.c-pink,
  #rakutenPgm h2.c-blue {
    background-size: auto 100%;
  }
}

/* mv */
#rakutenPgm #mv {
  background: #ffd7e5;
  margin-bottom: 4%;
}
#rakutenPgm #mv span {
  background: #ec407a;
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1% 0;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #mv {
    margin-bottom: 5%;
  }
  #rakutenPgm #mv span {
    font-size: 0.9rem;
    padding: 2% 0;
  }
}

/* about */
#rakutenPgm #about h2 {
  margin: 0 auto 1.5% !important;
}
#rakutenPgm #about .txt01 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 3%;
}
#rakutenPgm #about .txt02 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 3% auto;
  text-align: left;
}
#rakutenPgm #about .txt02 a {
  color: #ec407a;
}
#rakutenPgm #about .midBox {
  width: 926px;
  margin: 0 auto 1.2%;
  display: flex;
  justify-content: space-between;
}
#rakutenPgm #about .midLs,
#rakutenPgm #about .midTg {
  font-size: 1.4rem;
  font-weight: bold;
  width: 400px;
  min-height: 258px;
  padding-top: 8%;
}
#rakutenPgm #about .midLs {
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/about_bg_01.png") center top no-repeat;
  background-size: 100%;
}
#rakutenPgm #about .midTg {
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/about_bg_02.png") center top no-repeat;
  background-size: 100%;
}
#rakutenPgm #about .midLs span,
#rakutenPgm #about .midTg span {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.1rem 1rem;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  margin: 3% auto;
}
#rakutenPgm #about .midLs span {
  color: #ec407a;
}
#rakutenPgm #about .midTg span {
  color: #137dff;
}
#rakutenPgm #about .midLs a,
#rakutenPgm #about .midTg a {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}
#rakutenPgm #about a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #about h2 {
    font-size: 1.1rem !important;
    margin: 0 auto 1.5% !important;
  }
  #rakutenPgm #about .txt01 {
    font-size: 0.8rem;
    margin: 0 auto 5%;
  }
  #rakutenPgm #about .txt02 {
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 5% auto 8%;
  }
  #rakutenPgm #about .midBox {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #rakutenPgm #about .midLs,
  #rakutenPgm #about .midTg {
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
    min-height: 25% !important;
    padding-top: 14%;
    padding-bottom: 14%;
    margin-bottom: 0;
  }
  #rakutenPgm #about .midLs span,
  #rakutenPgm #about .midTg span {
    font-size: 1.5rem;
    margin: 4% auto 2%;
  }
  #rakutenPgm #about .midLs a,
  #rakutenPgm #about .midTg a {
    font-size: 0.8rem;
  }
}

/* merit */
#rakutenPgm #merit {
  background: #ffd7e5;
  padding: 2% 0;
}
#rakutenPgm #merit .meritBox {
  background: #fff;
  border-radius: 4px;
  padding: 2% 3%;
  margin: 0 auto 3%;
}
#rakutenPgm #merit .meritBox img {
  width: 84px;
}
#rakutenPgm #merit .meritBox h3 {
  color: #137dff;
  font-size: 1.5rem;
  line-height: 1;
  margin: 1% auto 2%;
}
#rakutenPgm #merit .meritBox .txt03 {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
}
#rakutenPgm #merit .meritBox .txt03 span {
  color: #ec407a;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #merit {
    padding: 5% 0 8%;
  }
  #rakutenPgm #merit .meritBox {
    padding: 4% 4% 6%;
    margin: 0 auto 5%;
    width: 90%;
  }
  #rakutenPgm #merit .meritBox:last-child {
    margin: 0 auto;
  }
  #rakutenPgm #merit .meritBox img {
    width: 20%;
  }
  #rakutenPgm #merit .meritBox h3 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 3% auto;
  }
  #rakutenPgm #merit .meritBox .txt03 {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}

/* table */
#rakutenPgm #table .tableWrap {
  overflow-x: scroll;
}
#rakutenPgm #table table {
  border: 1px #ec407a solid;
  padding: 0;
  margin: 5% 0 5%;
  border-collapse: collapse;
}
#rakutenPgm #table table th {
  border-top: 1px #ec407a solid;
  border-left: 1px #ec407a solid;
  border-bottom: 1px #ec407a solid;
  border-right: 1px #fff solid;
  white-space: nowrap;
  padding: 1%;
  margin: 0;
  background: #ec407a;
  color: #fff;
  font-size: 1.2rem;
}
#rakutenPgm #table table th:last-child {
  border-right: 1px #ec407a solid !important;
}
#rakutenPgm #table table td {
  border: 1px #ec407a solid;
  padding: 1%;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
  width: 26%;
}
#rakutenPgm #table table td:first-child {
  background: #fff0f5;
  font-weight: bold;
  font-size: 1rem;
  width: 22%;
}
#rakutenPgm #table table td.feature {
  background: #ffd7e5;
}
#rakutenPgm #table table td span {
  font-size: 0.8rem;
}
#rakutenPgm #table table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #table .tableWrap {
    overflow-x: scroll;
  }
  #rakutenPgm #table table {
    margin: 10% auto;
  }
  #rakutenPgm #table table th {
    white-space: inherit;
    padding: 1%;
    margin: 0;
    font-size: 0.8rem;
  }
  #rakutenPgm #table table td {
    padding: 2%;
    font-size: 0.8rem;
    line-height: 1.2;
    width: 26%;
  }
  #rakutenPgm #table table td:first-child {
    font-size: 0.8rem;
    width: 22%;
  }
  #rakutenPgm #table table td span {
    font-size: 0.6rem;
  }
}

/* flow */
#rakutenPgm #flow {
  background: #ffd7e5;
  padding: 2% 0 4%;
}
#rakutenPgm #flow ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10%;
  margin: 0;
}
#rakutenPgm #flow li {
  list-style: none;
  background: #fff;
  border-radius: 4px;
  padding: 2%;
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 1 calc((100% - 20%) / 3);
}
#rakutenPgm #flow .step {
  font-size: 0.8rem;
  line-height: 1;
  color: #ec407a;
  font-weight: bold;
}
#rakutenPgm #flow .stepNum {
  font-size: 2rem;
  line-height: 1;
  color: #ec407a;
  font-weight: bold;
}
#rakutenPgm #flow h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #137dff;
  margin: 3% 0 5%;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  display: flex;
}
#rakutenPgm #flow .txt04 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 3%;
  text-align: left;
  flex-grow: 1;
}
#rakutenPgm #flow li:nth-child(1) img {
  margin: 0 auto;
  width: 75%;
}
#rakutenPgm #flow li:nth-child(2) img {
  margin: 0 auto;
  width: 50%;
}
#rakutenPgm #flow li:nth-child(3) img {
  margin: 0 auto;
  width: 55%;
}
#rakutenPgm #flow li::after {
  content: "";
  background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/flow_icon.png") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: -24%;
  width: 10%;
  height: 13%;
  transform: translateY(-50%);
}
#rakutenPgm #flow li:last-child:after {
  display: none !important;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #flow {
    padding: 5% 0 8%;
  }
  #rakutenPgm #flow ul {
    display: block;
  }
  #rakutenPgm #flow ul {
    width: 90%;
    margin: 0 auto;
  }
  #rakutenPgm #flow li {
    padding: 5% 5% 8%;
    display: block;
    margin: 0 0 6vh;
  }
  #rakutenPgm #flow li:last-child {
    margin: 0;
  }
  #rakutenPgm #flow .step {
    font-size: 0.8rem;
    line-height: 1;
    color: #ec407a;
    font-weight: bold;
  }
  #rakutenPgm #flow .stepNum {
    font-size: 2rem;
    line-height: 1;
    color: #ec407a;
    font-weight: bold;
  }
  #rakutenPgm #flow h3 {
    font-size: 1.1rem;
    line-height: 1.2;
    color: #137dff;
    margin: 3% 0 5%;
    display: block;
  }
  #rakutenPgm #flow .txt04 {
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0 0 3%;
  }
  #rakutenPgm #flow li:nth-child(1) img {
    margin: 0 auto;
    width: 75%;
  }
  #rakutenPgm #flow li:nth-child(2) img {
    margin: 0 auto;
    width: 50%;
  }
  #rakutenPgm #flow li:nth-child(3) img {
    margin: 0 auto;
    width: 55%;
  }
  #rakutenPgm #flow li::after {
    content: "";
    background: url("https://www.linkshare.ne.jp/wp-content/uploads/2026/02/flow_icon.png") center center no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    top: inherit;
    bottom: -5.5vh;
    right: inherit;
    left: 50%;
    width: 10vh;
    height: 5vh;
    transform: translate(-50%, 0) rotate(90deg);
  }
  #rakutenPgm #flow li:last-child:after {
    display: none !important;
  }
}

/* qa */
#rakutenPgm #qa {
  padding: 3% 0 3%;
}
#rakutenPgm #qa .txtQ {
  color: #137dff;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin: 0 0 1%;
}
#rakutenPgm #qa .txtA {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 3%;
}
#rakutenPgm #qa a {
  color: #137dff;
}
#rakutenPgm #qa a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #rakutenPgm #qa {
    padding: 5% 0;
  }
  #rakutenPgm #qa .txtQ {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 2%;
  }
  #rakutenPgm #qa .txtA {
    font-size: 0.8rem;
    margin: 0 0 5%;
  }
}
