@charset "UTF-8";
/* ユーティリティ
----------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}

#wrapper {
  background: #ffffff;
}
#wrapper .c-button {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #wrapper .c-button {
    font-size: 14px;
  }
}
#wrapper .c-button.ext-cart {
  width: min(40.78125vw, 522px);
  height: min(4.6875vw, 60px);
  border-radius: min(2.34375vw, 30px);
  font-size: clamp(16px, 1.875vw, 24px);
}
@media screen and (max-width: 820px) {
  #wrapper .c-button.ext-cart {
    width: min(82.0512820513vw, 320px);
    height: min(12.3076923077vw, 48px);
    border-radius: min(6.1538461538vw, 24px);
    font-size: min(5.1282051282vw, 20px);
  }
}

.a8pgmKeyvisual {
  background: url(/images/rwd/affiliate/bg-keyvisual@2x.jpg) repeat left top;
  background-size: 94px 111px;
  font-weight: 500;
}
.a8pgmKeyvisual__inner {
  max-width: min(85.9375vw, 1100px);
  height: min(40.625vw, 520px);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__inner {
    max-width: 100%;
    flex-direction: column;
    height: auto;
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
}
.a8pgmKeyvisual__inner > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__inner > div {
    margin-top: 6.1538461538vw;
  }
}
.a8pgmKeyvisual__image {
  width: min(33.94921875vw, 434.55px);
  height: auto;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__image {
    width: min(100%, 300px);
  }
}
.a8pgmKeyvisual__lead {
  font-size: clamp(16px,3.90625vw, 50px);
  line-height: 1;
  white-space: nowrap;
}
.a8pgmKeyvisual__lead span {
  background: #222;
  color: #ffffff;
}
.a8pgmKeyvisual__lead span img {
  width: min(4.609375vw, 59px);
  height: auto;
}
html[lang=fr] .a8pgmKeyvisual__lead {
  font-size: clamp(16px,3.125vw, 40px);
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__lead {
    font-size: clamp(14px,7.1794871795vw, 28px);
    line-height: 1;
  }
  .a8pgmKeyvisual__lead span img {
    width: auto;
    height: min(7.1794871795vw, 28px);
    transform: scale(-1, 1) rotate(45deg);
    margin-left: -0.3em;
  }
  html[lang=fr] .a8pgmKeyvisual__lead {
    font-size: clamp(14px,5.641025641vw, 22px);
    line-height: 1;
  }
  html[lang=fr] .a8pgmKeyvisual__lead span img {
    height: min(5.641025641vw, 22px);
  }
}
.a8pgmKeyvisual__todo {
  margin-top: min(1.484375vw, 19px);
  display: flex;
  align-items: center;
  font-size: clamp(13px, 1.171875vw, 15px);
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  width: 100%;
}
.a8pgmKeyvisual__todo:after {
  content: "";
  width: 100%;
  height: 1px;
  flex-grow: 1;
  display: block;
  background: #222;
  margin-left: 0.5em;
}
html[lang=fr] .a8pgmKeyvisual__todo {
  font-size: clamp(11px, 1.171875vw, 15px);
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__todo {
    margin-top: min(4.8717948718vw, 19px);
    font-size: clamp(13px, 3.8461538462vw, 15px);
  }
  .a8pgmKeyvisual__todo::after {
    max-width: 25%;
    margin-left: 2.5641025641vw;
  }
  html[lang=fr] .a8pgmKeyvisual__todo {
    white-space: wrap;
  }
}
.a8pgmKeyvisual__get {
  position: relative;
  margin-top: min(1.484375vw, 19px);
  font-weight: bold;
  font-size: clamp(16px,2.8125vw, 36px);
  line-height: 1;
  text-shadow: 3px 3px 0 #ffffff;
  width: 100%;
  text-align: justify;
}
.a8pgmKeyvisual__get strong {
  font-size: clamp(16px,6.40625vw, 82px);
  line-height: 1;
  font-family: "Roboto";
  font-weight: bold;
  margin-right: 0.12em;
}
.a8pgmKeyvisual__get span {
  font-size: clamp(16px,1.015625vw, 13px);
  line-height: 1;
  font-size: clamp(12px, 1.015625vw, 13px);
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: 2px 1px 0 #ffffff;
}
html[lang=zh] .a8pgmKeyvisual__get {
  font-size: clamp(16px,2.265625vw, 29px);
  line-height: 1;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual__get {
    margin-top: min(4.8717948718vw, 19px);
  }
  .a8pgmKeyvisual__get strong {
    font-size: clamp(14px,15.3846153846vw, 60px);
    line-height: 1;
  }
  .a8pgmKeyvisual__get span {
    font-size: clamp(9px, 1.015625vw, 13px);
  }
  html[lang=zh] .a8pgmKeyvisual__get strong {
    font-size: clamp(14px,10.2564102564vw, 40px);
    line-height: 1;
  }
}
.a8pgmKeyvisual .c-button {
  margin: min(2.890625vw, 37px) auto;
}
@media screen and (max-width: 820px) {
  .a8pgmKeyvisual .c-button {
    margin: min(9.4871794872vw, 37px) auto;
  }
}
.a8pgmIntro {
  background: #F8F8F8 url(/images/rwd/affiliate/bg-intro.svg) no-repeat center center;
  background-size: 1209px 1209px;
  padding: 40px 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro {
    background-size: 375px 375px;
  }
}
.a8pgmIntro__title {
  display: inline-block;
  font-size: clamp(16px,2.5vw, 32px);
  line-height: 2.625;
  background: #222;
  color: #ffffff;
  text-shadow: 2px 2px 0 #7E7E7E;
  height: min(6.5625vw, 84px);
  position: relative;
  padding: 0 min(0.78125vw, 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__title {
    font-weight: bold;
    font-size: clamp(14px,4.6153846154vw, 18px);
    line-height: 1.7777777778;
    height: min(8.2051282051vw, 32px);
    padding: 0 min(1.2820512821vw, 5px);
    letter-spacing: -0.05em;
    text-shadow: 2px 2px 0 #7E7E7E;
  }
}
.a8pgmIntro__title span {
  position: relative;
  z-index: 2;
}
.a8pgmIntro__title:before, .a8pgmIntro__title:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  z-index: 1;
  border: min(3.28125vw, 42px) solid #222;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__title:before, .a8pgmIntro__title:after {
    border: min(4.1025641026vw, 16px) solid #222;
  }
}
.a8pgmIntro__title:before {
  left: min(-1.5625vw, -20px);
  border-left: min(1.5625vw, 20px) solid transparent;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__title:before {
    left: min(-0.625vw, -8px);
    border-left: min(2.0512820513vw, 8px) solid transparent;
  }
}
.a8pgmIntro__title:after {
  right: min(-1.5625vw, -20px);
  border-right: min(1.5625vw, 20px) solid transparent;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__title:after {
    right: min(-0.625vw, -8px);
    border-right: min(2.0512820513vw, 8px) solid transparent;
  }
}
.a8pgmIntro__subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
  text-shadow: 2px 2px 0 #ffffff;
  margin: 21px auto 0;
  max-width: 536px;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.a8pgmIntro__subtitle:after {
  content: "";
  display: block;
  max-width: 516px;
  height: 0;
  padding-top: 7.7519379845%;
  background: url(/images/rwd/affiliate/icn-arrow_v.svg) no-repeat center center;
  background-size: contain;
  margin: 19px auto 0;
}
.a8pgmIntro__text {
  max-width: 516px;
  margin: 19px auto 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 820px) {
  .a8pgmIntro__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.a8pgmIntro__note {
  max-width: 516px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.3333333333;
}
.a8pgmIntro__note a {
  text-decoration: underline;
}
.a8pgmStep {
  padding: min(3.125vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .a8pgmStep {
    padding: min(10.2564102564vw, 40px) 15px;
  }
}
.a8pgmStep__list {
  max-width: 640px;
  margin-top: 64px;
}
@media screen and (max-width: 820px) {
  .a8pgmStep__list {
    margin-top: 48px;
  }
}
.a8pgmStep__list + .c-button {
  margin-top: 64px;
}
.a8pgmStep__list > li {
  position: relative;
  background: #F6E66E;
  padding: 28px 20px 20px;
}
.a8pgmStep__list > li + li {
  margin-top: 54px;
}
@media screen and (max-width: 820px) {
  .a8pgmStep__list > li {
    padding: 28px 20px 20px;
  }
}
.a8pgmStep__list > li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 0;
  border-top: 26px solid #F6E66E;
}
.a8pgmStep__list > li:last-child::after {
  display: none;
}
.a8pgmStep__title {
  margin-top: -42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  font-size: clamp(16px,1.875vw, 24px);
  line-height: 1;
  margin-bottom: 10px;
}
.a8pgmStep__title span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: #ffffff;
  min-width: 120px;
  height: 28px;
  border-radius: 14px;
  padding: 0 36px;
  line-height: 28px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 820px) {
  .a8pgmStep__title span {
    padding: 0 18px;
  }
}
.a8pgmStep__subtitle {
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.a8pgmStep__text.ext-note {
  font-size: 13px;
  line-height: 1.5384615385;
}
.a8pgmStep__text:not(.ext-note) {
  font-size: 16px;
  line-height: 1.5;
}
.a8pgmStep__text a {
  text-decoration: underline;
}
.a8pgmStep__column {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .a8pgmStep__column {
    flex-direction: column;
    margin-top: 1em;
  }
}
.a8pgmStep__column > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  box-sizing: border-box;
  width: calc(50% - 10px);
}
@media screen and (max-width: 820px) {
  .a8pgmStep__column > div {
    width: 100%;
  }
}
.a8pgmStep__column > div + div {
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .a8pgmStep__column > div + div {
    margin-left: 0;
    margin-top: 1em;
  }
}
.a8pgmStep__column > div .c-button {
  margin-top: 1em;
  align-self: center;
  min-width: 220px;
}
.a8pgmStep__column > div .c-button + .a8pgmStep__text {
  margin-top: 1em;
}
.a8pgmPao {
  max-width: 640px;
  margin: 120px auto 0;
  padding: 96px 20px 20px;
  background: #F8F8F8;
  box-sizing: border-box;
}
.a8pgmPao a {
  text-decoration: underline;
}
.a8pgmPao a.ext-url {
  word-break: break-all;
}
.a8pgmPao__title {
  background: #3C3C3C;
  color: #ffffff;
  width: 240px;
  margin: -130px auto 0;
  font-size: clamp(18px, 1.875vw, 24px);
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 52px;
}
@media screen and (max-width: 820px) {
  .a8pgmPao__title {
    min-height: 64px;
  }
}
.a8pgmPao__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  border: 120px solid transparent;
  border-top: 24px solid #3C3C3C;
  border-bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .a8pgmPao__title:after {
    bottom: 1px;
  }
}
.a8pgmPao__text {
  font-size: 16px;
  line-height: 1.5;
}
.a8pgmPao__text.ext-note {
  font-size: 13px;
  line-height: 1.5384615385;
  margin-top: 1em;
}
.a8pgmPao__list {
  margin-top: 32px;
}
.a8pgmPao__list dt {
  font-weight: bold;
  font-size: clamp(16px,1.5625vw, 20px);
  line-height: 1;
}
.a8pgmPao__list dd {
  margin-top: 20px;
}
.a8pgmPao__list dd strong {
  font-weight: bold;
}
.a8pgmPao__list dd + dt {
  margin-top: 30px;
}