#aff-contents section.sec-ttl {
  padding: 60px 40px 25px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-ttl {
    margin-bottom: 50px;
    padding: 30px 15px 0;
  }
}
#aff-contents section.sec-ttl .special .spe-main {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-ttl .special .spe-main {
    padding-inline: 0;
  }
}

#aff-contents section.sec-spe-page .spe-page-section--actions {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--actions {
    padding-bottom: 12.8vw;
  }
}

#aff-contents .spe-page-section--bnr {
  margin: 0 auto;
  padding: 48px 0 80px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #aff-contents .spe-page-section--bnr {
    padding: 0 0 12.8vw;
    width: 70%;
  }
}
#aff-contents .spe-page-section--bnr .spe-page-bnr {
  align-items: center;
  column-gap: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .spe-page-section--bnr .spe-page-bnr {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-inline: 5.3333333333vw;
    row-gap: 8.5333333333vw;
  }
}
#aff-contents .spe-page-section--bnr .spe-page-bnr__col--insta {
  text-align: left;
}
#aff-contents .spe-page-section--bnr .spe-page-bnr__col--feedback {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #aff-contents .spe-page-section--bnr .spe-page-bnr__col--feedback {
    text-align: left;
  }
}
#aff-contents .spe-page-section--bnr .spe-page-bnr__link {
  display: inline-block;
  line-height: 0;
}
#aff-contents .spe-page-section--bnr .spe-page-bnr__link img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

#aff-contents .c-inner section.sec-spe-page .spe-page-nav {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav {
    max-width: 100%;
    padding: 0 15px;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-nav__list {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__list {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    grid-template-columns: 1fr;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-nav__item {
  border-right: 1px solid #000;
  height: 120px;
  padding-top: 10px;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-nav__item:first-child {
  border-left: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__item {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    padding-top: 0;
  }
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__item:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__item:last-child {
    border-bottom: none;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-nav__link--image::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__link--image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-nav__link--image img {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-nav__link--image img {
    height: auto;
    width: 90%;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-section {
  margin-top: 0;
  padding-top: 0;
  scroll-margin-top: 0;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-section--outro {
  margin-top: 115px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-section--outro {
    margin-top: 100px;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-section--actions {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-section--actions {
    padding-bottom: 12.8vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-cols {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  padding-inline: 40px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-cols {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-inline: 15px;
    row-gap: 0;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-cols__col {
  min-width: 0;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-cols__col--sub-title figure img {
  display: block;
  height: 115px;
  margin: 0 auto;
  width: auto;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-cols__col--body .spe-page-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-cols__col--body .spe-page-body {
    gap: 16px;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-fig {
  line-height: 0;
  margin: 0;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-fig img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-text {
    font-size: 3.7333333333vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-text:empty {
  display: none;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-text p {
  line-height: inherit;
  margin: 0 0 1em;
  text-align: justify;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-text p:last-child {
  margin-bottom: 0;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-sep {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5em;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-sep {
    font-size: 3.7333333333vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-inline: 40px;
  padding: 56px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro {
    margin-inline: 5.3333333333vw;
    padding: 8.5333333333vw 0;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__title {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro__title {
    margin-bottom: 6.4vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__title img {
  height: 115px;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro__title img {
    height: auto;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__body {
  margin-inline: auto;
  max-width: 700px;
  text-align: justify;
  width: 100%;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__body p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro__body p {
    font-size: 3.7333333333vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__body .spe-page-cols {
  margin-top: 40px;
  align-items: start;
  column-gap: 0;
  padding-inline: 0;
  grid-template-columns: 0.55fr 0.45fr;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro__body .spe-page-cols {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-outro__credit {
  font-size: 12px;
  line-height: 1.4;
  margin: 20px 40px 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-outro__credit {
    font-size: 2.6666666667vw;
    margin: 1.0666666667vw 5.3333333333vw 0;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-actions {
  align-items: center;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding-inline: 40px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-actions {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-inline: 5.3333333333vw;
    row-gap: 4.2666666667vw;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-actions__col--print {
  text-align: left;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-actions__col--top {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .spe-page-actions__col--top {
    text-align: left;
  }
}
#aff-contents .c-inner section.sec-spe-page .spe-page-actions__link {
  display: inline-block;
  line-height: 0;
}
#aff-contents .c-inner section.sec-spe-page .spe-page-actions__link img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#aff-contents .c-inner section.sec-spe-page .mt-p0-s0 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p0-s0 {
    margin-top: 0px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .mt-p80-s80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p80-s80 {
    margin-top: 80px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .mt-p80-s40 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p80-s40 {
    margin-top: 40px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .mt-p40-s40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p40-s40 {
    margin-top: 40px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .m-p40-s40 {
  margin: 40px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .m-p40-s40 {
    margin: 40px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .mt-p115-s100 {
  margin-top: 115px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p115-s100 {
    margin-top: 100px !important;
  }
}
#aff-contents .c-inner section.sec-spe-page .mt-p75-s40 {
  margin-top: 75px !important;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-p75-s40 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .mt-s50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner section.sec-spe-page .plr-s40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}