#aff-contents section.sec-com-ttl {
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
#aff-contents section.sec-com-ttl .com-ttl {
  box-sizing: border-box;
  display: grid;
  margin-left: 0;
  max-width: 100%;
  padding: 40px 40px 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl {
    align-items: end;
    column-gap: 32px;
    grid-template-areas: "logo title actions" "logo title nav";
    grid-template-columns: auto minmax(0, 1fr) minmax(0, auto);
    row-gap: 12px;
  }
}
#aff-contents section.sec-com-ttl .com-ttl::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  grid-column: 1/-1;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl::after {
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl {
    gap: 4.2666666667vw;
    grid-template-columns: 1fr;
    padding: 5.3333333333vw 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__main {
    display: contents;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__main {
    align-items: center;
    column-gap: 4.2666666667vw;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__tools {
    display: contents;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__col {
  min-width: 0;
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__col--logo {
    grid-area: logo;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__col--title {
    grid-area: title;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__actions {
    grid-area: actions;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav {
    grid-area: nav;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav {
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl {
    margin-bottom: 6.4vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__col--logo {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__col--logo {
    justify-content: center;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__logo {
  line-height: 0;
  width: 92px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__logo {
    width: 19.2vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__logo img {
  display: block;
  height: auto;
  width: 100%;
}
#aff-contents section.sec-com-ttl .com-ttl__col--title {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__col--title {
    flex: 1 1 auto;
    text-align: left;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__issue {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__issue {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__feature {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__feature {
    font-size: 6.4vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__quote {
  font-weight: 100;
}
#aff-contents section.sec-com-ttl .com-ttl__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__actions {
    gap: 2.1333333333vw;
    justify-content: center;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__action {
  align-items: center;
  border-radius: 20px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__action {
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
    gap: 1.6vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__action--insta {
  padding: 8px 16px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__action--insta {
    padding: 2.1333333333vw 3.2vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__action--top {
  padding: 10px 16px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__action--top {
    padding: 2.1333333333vw 3.7333333333vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__action-icon {
  display: block;
  flex: 0 0 auto;
  height: auto;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__action-icon {
    width: 4.8vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__action--insta .com-ttl__action-icon {
  width: 24px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__action--insta .com-ttl__action-icon {
    width: 5.8666666667vw;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  justify-content: flex-end;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav-list {
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    padding: 1.6vw 0;
    width: 100%;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__nav-item {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav-item {
    font-size: 14px;
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav-item {
    border-right: 1px solid #000;
    box-sizing: border-box;
    flex: 0 0 auto;
    font-size: 2.6666666667vw;
    line-height: 1.25;
    padding-inline: 1.3333333333vw;
    text-align: center;
    white-space: nowrap;
  }
  #aff-contents section.sec-com-ttl .com-ttl__nav-item:first-child {
    border-left: 1px solid #000;
  }
}
#aff-contents section.sec-com-ttl .com-ttl__nav-link {
  display: block;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-com-ttl .com-ttl__nav-link {
    display: inline;
    word-break: keep-all;
  }
}

#aff-contents section.sec-ttl {
  padding: 40px 40px 30px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-ttl {
    padding-top: 0;
  }
}
#aff-contents section.sec-ttl .special .spe-main {
  margin-bottom: 0;
}
#aff-contents section.sec-ttl .special .spe-main__thumb {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-ttl .special .spe-main__thumb {
    padding-top: 5.3333333333vw;
  }
}

#aff-contents section.sec-spe-page .spe-page-nav {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}
#aff-contents section.sec-spe-page .spe-page-nav__list {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__list {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    grid-template-columns: 1fr;
  }
}
#aff-contents section.sec-spe-page .spe-page-nav__item {
  border-right: 1px solid #000;
}
#aff-contents section.sec-spe-page .spe-page-nav__item:first-child {
  border-left: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__item {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
  }
  #aff-contents section.sec-spe-page .spe-page-nav__item:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__item:last-child {
    border-bottom: none;
  }
}
#aff-contents section.sec-spe-page .spe-page-nav__link {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  padding: 8px 12px 20px;
  text-decoration: none;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__link {
    flex-direction: row;
    gap: 3.2vw;
    justify-content: space-between;
    padding: 0vw 6.4vw;
    height: 32vw;
    word-break: normal;
  }
}
#aff-contents section.sec-spe-page .spe-page-nav__link::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  transform: rotate(45deg);
  width: 20px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__link::after {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-nav__text {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-nav__text {
    flex: 1 1 auto;
    font-size: 5.8666666667vw;
    line-height: 1.5;
    min-width: 0;
    text-align: left;
  }
}
#aff-contents section.sec-spe-page .spe-page-section {
  padding-top: 96px;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section {
    padding-top: 12.8vw;
    scroll-margin-top: 16vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--sec1 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--sec1 {
    padding-top: 19.2vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--sec2 {
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--sec2 {
    padding-top: 12.8vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--sec3 {
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--sec3 {
    padding-top: 19.2vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--outro {
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--outro {
    padding-top: 12.8vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-cols {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-inline: 5.3333333333vw;
    row-gap: 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack {
    display: flex;
    flex-direction: column;
    row-gap: 6.4vw;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack > .spe-page-cols__col--sp-contents {
    display: contents;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-sec1 .spe-page-stack__item--s1b {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-sec1 .spe-page-stack__item--s1a {
    order: 1;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-sec1 .spe-page-stack__item--s1b {
    order: 2;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-sec1 .spe-page-stack__item--s1c {
    order: 3;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-sec1 .spe-page-stack__item--s1d {
    order: 4;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-media-top .spe-page-stack__item--media {
    order: 1;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-media-top .spe-page-stack__item--body {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-body-top .spe-page-stack__item--body {
    order: 1;
  }
  #aff-contents section.sec-spe-page .spe-page-cols--sp-stack-body-top .spe-page-stack__item--media {
    order: 2;
  }
}
#aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols {
  margin-top: 80px;
}
#aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols {
    margin-top: 8.5333333333vw;
  }
  #aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols:first-child {
    margin-top: 0;
  }
}
#aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols .figure-caption {
  font-size: 12px;
  margin: 10px auto;
}
#aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols.spe-page-cols--sp-stack-body-top {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section > .spe-page-cols.spe-page-cols--sp-stack-body-top {
    margin-top: 8.5333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-cols__col {
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--media-duo {
    align-items: start;
    column-gap: 3.2vw;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--media-duo--sec1-intro {
    grid-template-columns: 0.5fr 1fr;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--media-duo--sec1-charts {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--media-duo--sec2-intro {
    margin: 0 auto;
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--body-sec2 {
    margin-top: 40px;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig {
  line-height: 0;
  margin: 0;
}
#aff-contents section.sec-spe-page .spe-page-fig img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
#aff-contents section.sec-spe-page .spe-page-fig--center img {
  margin-inline: auto;
}
#aff-contents section.sec-spe-page .spe-page-fig--w50 img {
  max-width: 50%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w55 img {
  max-width: 55%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w60 img {
  max-width: 60%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w65 img {
  max-width: 65%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w70 img {
  max-width: 70%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w75 img {
  max-width: 75%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w80 img {
  max-width: 80%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w85 img {
  max-width: 85%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w90 img {
  max-width: 90%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w95 img {
  max-width: 95%;
}
#aff-contents section.sec-spe-page .spe-page-fig--w100 img {
  max-width: 100%;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-title img {
  max-width: 170px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-title img {
    max-width: 100%;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-illus {
  margin-top: -60px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-illus {
    margin-top: 0;
    padding-top: 26.6666666667vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-illus img {
  max-width: 80%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-illus img {
    max-width: 100%;
    margin: 0 auto;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-heading img {
  max-width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-heading img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-heading {
    margin: 2.1333333333vw 0;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-chart1 img {
  max-width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-chart1 img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-chart1 {
    margin-top: 13.3333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-chart2 {
  margin-top: 70px;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec1-chart2 img {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec1-chart2 {
    margin-top: 13.3333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec2-title img {
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec2-title img {
    max-width: 100%;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec2-illus img {
  max-width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec2-illus {
    padding-top: 32vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec2-illus2 img {
  max-width: 70%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec2-illus2 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec2-illus2 img {
    max-width: 60%;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec2-illus3 img {
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec2-illus3 img {
    max-width: 60%;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-title img {
  max-width: 210px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-title img {
    max-width: 80%;
    margin: 0 auto;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-illus img {
  max-width: 85%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-illus img {
    max-width: 100%;
    margin: 0 auto;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-illus {
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-illus {
    padding-top: 32vw;
    margin-left: -8vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-heading {
  margin-bottom: 40px;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-heading img {
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-heading img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-heading {
    margin-top: 40px;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-chart1 img {
  max-width: 95%;
  margin: 0 auto;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-chart2 {
  margin-top: 70px;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-chart2 img {
  max-width: 85%;
  margin: 0 auto;
}
#aff-contents section.sec-spe-page .spe-page-fig--sec3-img1 img,
#aff-contents section.sec-spe-page .spe-page-fig--sec3-img2 img {
  max-width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-img1 img,
  #aff-contents section.sec-spe-page .spe-page-fig--sec3-img2 img {
    max-width: 70%;
  }
}
#aff-contents section.sec-spe-page .spe-page-subhead:empty {
  display: none;
}
#aff-contents section.sec-spe-page .spe-page-source:empty {
  display: none;
}
#aff-contents section.sec-spe-page .spe-page-section--author {
  padding-top: 20px;
}
#aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author {
  align-items: start;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author {
    column-gap: 3.2vw;
    grid-template-columns: 100px minmax(0, 1fr);
    padding-inline: 5.3333333333vw;
    row-gap: 0;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--author .spe-page-fig--author-photo img {
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--author .spe-page-fig--author-photo img {
    max-width: 100%;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author__role {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 12px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author__role {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author__bio {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author__bio {
    font-size: 3.2vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-section--author .spe-page-author__bio p {
  line-height: inherit;
  margin: 0;
}
#aff-contents section.sec-spe-page .spe-page-cols__col--body .spe-page-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-cols__col--body .spe-page-body {
    gap: 5.3333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-text {
    font-size: 3.7333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-text:empty {
  display: none;
}
#aff-contents section.sec-spe-page .spe-page-text p {
  line-height: inherit;
  margin: 0 0 1em;
  text-align: justify;
}
#aff-contents section.sec-spe-page .spe-page-text p:last-child {
  margin-bottom: 0;
}
#aff-contents 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 section.sec-spe-page .spe-page-sep {
    font-size: 3.7333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-subhead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 24px 0 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-subhead {
    font-size: 4.8vw;
    margin-top: 4.2666666667vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-subhead + .spe-page-text {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-subhead + .spe-page-text {
    margin-top: 2.1333333333vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-fig + .spe-page-subhead {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-fig + .spe-page-subhead {
    margin-top: 4.2666666667vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-source {
  color: #000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.6;
  width: 80%;
  margin: 16px auto 0;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-source {
    font-size: 2.6666666667vw;
    margin-top: 3.2vw;
  }
}
#aff-contents 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 section.sec-spe-page .spe-page-outro {
    margin-inline: 5.3333333333vw;
    padding: 8.5333333333vw 0;
  }
}
#aff-contents section.sec-spe-page .spe-page-outro__title {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-outro__title {
    margin-bottom: 6.4vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-outro__title img {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-outro__title img {
    width: 80%;
  }
}
#aff-contents section.sec-spe-page .spe-page-outro__body {
  margin-inline: auto;
  max-width: 640px;
  text-align: left;
  width: 100%;
}
#aff-contents 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 section.sec-spe-page .spe-page-outro__body p {
    font-size: 3.7333333333vw;
  }
}
#aff-contents 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 section.sec-spe-page .spe-page-outro__credit {
    font-size: 2.6666666667vw;
    margin: 1.0666666667vw 5.3333333333vw 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 section.sec-spe-page .spe-page-actions {
  width: 70%;
  align-items: center;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-actions {
    column-gap: 0;
    grid-template-columns: 1fr;
    padding-inline: 5.3333333333vw;
    row-gap: 4.2666666667vw;
  }
}
#aff-contents section.sec-spe-page .spe-page-actions__col--print {
  text-align: left;
}
#aff-contents section.sec-spe-page .spe-page-actions__col--top {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #aff-contents section.sec-spe-page .spe-page-actions__col--top {
    text-align: left;
  }
}
#aff-contents section.sec-spe-page .spe-page-actions__link {
  display: inline-block;
  line-height: 0;
}
#aff-contents section.sec-spe-page .spe-page-actions__link img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

#aff-contents .spe-page-section--bnr {
  padding: 48px 0 80px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #aff-contents .spe-page-section--bnr {
    width: 70%;
    padding: 0vw 0 12.8vw;
  }
}
#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;
}

/* stylelint-disable block-no-empty */
#aff-contents .c-inner.aff-art-2606-02 section.sec-ttl .special .spe-main__thumb .pic img {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-ttl .special .spe-main__thumb .pic img {
    width: 100%;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-ttl .special .spe-main__thumb .text {
  flex: 0 0 200px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-ttl .special .spe-main__thumb .text {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-cols__col--media-duo--sec1-intro {
    width: 95%;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-cols.spe-page-cols-sec2-bottom {
  margin-top: 16px;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-title img {
  max-width: 140px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-title img {
    max-width: 100%;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-illus {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-illus {
    margin-left: 0%;
  }
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-illus img {
    max-width: 100%;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec1-heading img {
  max-width: 70%;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-title img {
  max-width: 210px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-title img {
    max-width: 100%;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus {
  margin-top: -270px;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus img {
  width: 60%;
  margin-left: 120px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus {
    margin-top: 0;
  }
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus img {
    width: 80%;
    max-width: 80%;
    margin-left: 0;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus2 img {
  max-width: 90%;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus3 {
  margin-top: 100px;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus3 img {
  max-width: 85%;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus3 {
    margin-top: 20px;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec2-illus3-cap {
  max-width: 85%;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-illus {
  margin-top: -250px;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-illus img {
  max-width: 65%;
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-illus {
    margin: 0;
  }
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-illus img {
    width: 90%;
    max-width: 90%;
    margin-left: 0;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img1 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img1 {
    margin-top: 20px;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img2 {
  margin-top: 70px;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img2 img {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  #aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img2 {
    margin-top: 20px;
  }
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-fig--sec3-img2-cap {
  max-width: 85%;
}
#aff-contents .c-inner.aff-art-2606-02 section.sec-spe-page .spe-page-outro__title img {
  width: 40%;
}

/* stylelint-enable block-no-empty */