@charset "UTF-8";

.spb{ display: none; }
.pcb{ display: block; }

@media (max-width:800px) {
	.pcb{ display: none; }
	.spb{ display: block; }
  .spi{ display: inline-block; }
}

.index-hero {
  position: relative;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

.index-hero::before {
  content: "";
  display: block;
  padding-top: calc(100% * (658 / 1920));
}

@media screen and (max-width: 1099px) {
  .index-hero::before {
    padding-top: calc(100% * (572 / 1099));
  }
}

@media screen and (max-width: 519px) {
  .index-hero::before {
    padding-top: calc(100% * (720 / 519));
  }
}

.index-hero__inner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: absolute;
  bottom: 0;
}

@media print, (min-width: 960px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__inner {
    height: calc(100% - 80px);
    padding-top: 80px;
  }
}

@media print, (min-width: 960px) {
  .index-hero--typeCompany .index-hero__inner {
    height: calc(100% - 157px);
    padding-top: 157px;
  }
}

.index-hero--typeLayer02 .index-hero__inner {
  height: 100%;
  padding-top: 0;
}

.index-hero--typeLayer02 {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  .index-hero--typeLayer02 {
    margin-top: 0;
  }
}

.index-hero__content {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1099px) {
  .index-hero__content {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-hero__contentInner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  z-index: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .index-hero__contentInner {
    justify-content: flex-end;
    width: 100%;
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__contentInner {
    padding: 24px 16px;
  }
}

.index-hero__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__title span {
  display: block;
  font-size: 2.2rem;
}

.c-heading__subtitle {
  margin-bottom: 24px;
    background: #ffe600;
    padding: 10px;
    width: 492px;
}

.c-heading__subtitle .spb__subttl {
  display: none;
}

@media (max-width:560px) {
  .c-heading__subtitle {
      width: 286px;
  }
  .c-heading__subtitle .spb__subttl {
    display: block;
  }
}

.index-hero__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-hero__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1099px) {
  .index-hero__title span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__title span {
    font-size: 1.7rem;
  }
}

.index-hero--typeTextColor02 .index-hero__title {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero--typeTextColor02--large .index-hero__title {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__title {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-hero__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__text {
    font-size: 1.6rem;
  }
}

.index-hero--typeTextColor02 .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

.index-hero--typeTextColor02--large .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__text {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__image {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 260px;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .index-hero__image {
    min-height: 418px;
  }
}

.index-hero__image img {
  width: 100%;
  height: auto;
}

.index-hero__button {
  display: inline-block;
  min-width: 184px;
  margin-top: 32px;
}

.index-section-head {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-section-head {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-section-head {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.index-section.index-section--type1 {
  background-color: #f3f3f3;
}

.index-section__inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-section__inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-section__inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .index-section__inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.index-heading-a {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.index-heading-a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-heading-a::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 520px) {
  .index-heading-a {
    font-size: 2.5rem;
  }
}

.index-heading-b {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
}

.index-heading-b::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-heading-b::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 520px) {
  .index-heading-b {
    font-size: 2.2rem;
  }
}

.index-button-block {
  display: block;
  width: calc((100% - (40px * 2)) / 3);
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1099px) {
  .index-button-block {
    width: 100%;
    gap: 24px 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-button-block {
    gap: 24px 20px;
  }
}

.c-heading-b + .index-button-block {
  margin-top: 60px;
}

.index-button-block.index-button-block--inlineBlock {
  display: inline-block;
  width: auto;
}

.index-productNotice .index-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.index-productNotice-list {
  text-align: left;
}

.index-productNotice-list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.index-productNotice-list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-productNotice-list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-productNotice-list li:not(:first-child) {
  margin-top: 24px;
}

.index-productNotice-list li::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
  margin: 0;
  background: url("https://www.nikon.com/assets/img/icon_caution.svg") no-repeat 0 0;
  background-size: contain;
}

.index-productNotice-list li.index-productNotice-list__notice::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1.25em;
  top: 0.1em;
  background: url("https://www.nikon.com/assets/img/icon_notice.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news__heading {
  display: flex;
  justify-content: space-between;
  gap: 0;
  position: relative;
  padding-left: 48px;
  text-align: center;
}

.index-news__heading .index-heading-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
  position: relative;
  text-align: center;
}

.index-news__heading .index-news__rss {
  display: flex;
  align-items: flex-start;
  margin-left: 24px;
  padding-top: 7px;
}

.index-news-list {
  margin-top: 27px;
  display: table;
}

@media screen and (max-width: 520px) {
  .index-news-list {
    display: block;
  }
}

.index-news-list__item {
  display: table-row;
}

@media screen and (max-width: 520px) {
  .index-news-list__item {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .index-news-list__item:not(:first-child) {
    margin-top: 14px;
  }
}

.index-news-list__date {
  display: table-cell;
  vertical-align: top;
  padding: 9px 14px 9px 0;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 520px) {
  .index-news-list__date {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px 2px 0;
  }
}

.index-news-list__link {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 9px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 520px) {
  .index-news-list__link {
    display: block;
    margin-top: 8px;
    padding: 0;
  }
}

.index-news-list__link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news-list__link a.c-link-icon::after {
  display: none;
}

.index-news-list__link a[target="_blank"]::after {
  display: none;
}

.index-news-more {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.index-news-more::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-news-more::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-news-more a {
  position: relative;
}

.index-news-more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news-more a.c-link-icon::after {
  display: none;
}

.index-news-more a[target="_blank"]::after {
  display: none;
}

.index-news-notice {
  margin-top: 100px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .index-news-notice {
    margin-top: 84px;
    text-align: left;
  }
}

.index-news .index-news-notice {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #b3b3b3;
}

.index-news-notice li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.index-news-notice li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-news-notice li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-news-notice li:not(:first-child) {
  margin-top: 20px;
}

.index-news-notice li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news-notice li a.c-link-icon::after {
  display: none;
}

.index-news-notice li a[target="_blank"]::after {
  display: none;
}

.index-news-notice .index-section__inner {
  padding-top: 28px;
  padding-bottom: 28px;
}

.index-productList {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-productList {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-productList {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 520px) {
  .index-productList {
    margin-top: 84px;
  }
}

.index-productList-text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #222;
  font-weight: 500;
}

.index-productList-text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-productList-text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-productList__section {
  box-sizing: border-box;
}

.index-productList__item {
  margin-top: 60px;
  padding-top: 60px;
}

.index-productList__item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
}

.index-productList__item:not(:nth-of-type(1)) {
  border-top: 1px solid #b3b3b3;
}

.index-productList-text + .index-productList__item {
  margin-top: 0;
  padding-top: 84px;
}

[class*=" index-productList__item--col"] {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  [class*=" index-productList__item--col"] {
    gap: 0 32px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 519px) {
  [class*=" index-productList__item--col"] {
    gap: 32px 20px;
    grid-template-columns: none;
  }
}

@media screen and (max-width: 520px) {
  .index-productList__item--col1 {
    display: grid;
    grid-template-columns: none;
  }
}

.index-productList__item--col1 .index-productList__section:nth-of-type(1) {
  grid-column: 1 / 3;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(1) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(2) {
  grid-column: 3 / 5;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(2) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(3) {
  grid-column: 5 / 7;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(3) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(4) {
  grid-column: 7 / 9;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(4) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(5) {
  grid-column: 9 / 11;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(5) .index-productList-list {
  grid-template-columns: none;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 {
    grid-template-columns: none;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) {
  grid-column: 1 / 5;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) .index-productList-list {
  grid-template-columns: repeat(2, 1fr);
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) {
  grid-column: 5 / 9;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) .index-productList-list {
  grid-template-columns: repeat(2, 1fr);
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) {
  grid-column: 1 / 7;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) .index-productList-list {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) .index-productList-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.index-productList-heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.index-productList-heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-productList-heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .index-productList-heading {
    font-size: 2.2rem;
  }
}

.index-productList-heading + .index-productList-list {
  margin-top: 24px;
}

.index-productList-list {
  display: grid;
  gap: 32px 40px;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 520px) {
  .index-productList-list {
    gap: 32px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-productList-list {
    gap: 32px 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.index-productList-list.index-productList-list--col {
  display: flex;
}

.index-productList-list li {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.index-productList-list__image {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-out;
  box-sizing: border-box;
}

.index-productList-list__image img {
  width: 100%;
  height: auto;
}

.index-productList-list__image::after {
  transition: border 0.2s ease-out;
}

.index-productList-list__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media (any-hover: hover) {
  .index-productList-list__link:hover .index-productList-list__image {
    position: relative;
    opacity: 0.7;
  }
  .index-productList-list__link:hover .index-productList-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.index-productList-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.index-productList-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-productList-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-productList-list__text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.index-productList-list__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-productList-list__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.index-pickup {
  background-color: #222;
}

.index-pickup .index-heading-a {
  color: #fff;
}

.index-pickup-list {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-pickup-list {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-pickup-list {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .index-pickup-list {
    display: flex;
    flex-direction: column;
  }
}

.index-pickup-list__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
}

.index-pickup-list__link.js-modal::before, .index-pickup-list__link.js-modal::after, .index-pickup-list__link.js-v-modal::before, .index-pickup-list__link.js-v-modal::after {
  display: none;
}

.index-pickup-list__link .index-pickup-list__image::after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  .index-pickup-list__link:hover .index-pickup-list__image {
    position: relative;
    opacity: 0.7;
  }
  .index-pickup-list__link:hover .index-pickup-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
}

.index-pickup-list__image {
  order: 1;
  transition: opacity 0.2s ease-out;
}

.index-pickup-list__image img {
  width: 100%;
  height: auto;
}

.index-pickup-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.index-pickup-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-pickup-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.js-modal .index-pickup-list__title span::after,
.js-v-modal .index-pickup-list__title span::after,
[target="_blank"] .index-pickup-list__title span::after,
.c-link-icon .index-pickup-list__title span::after {
  display: none;
}

.index-pickup-list__title span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("https://www.nikon.com/assets/img/icon_angle-right-white.svg") no-repeat 0 0;
  background-size: contain;
}

.index-pickup-list__title span.c-link-icon::after {
  display: none;
}

.index-pickup-list__title span[target="_blank"]::after {
  display: none;
}

.index-pickup-list__text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #fff;
}

.index-pickup-list__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-pickup-list__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-text--lead--semi {
  margin-top: 50px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 519px) {
  .c-text--lead--semi {
    font-size: 2.8rem;
  }
}

.c-text--lead--semi+.c-text--lead--semi {
  margin-top: 30px;
}

.list--semi li {
  font-size: 1.8rem;
}

@media screen and (max-width: 519px) {
  .c-heading-b.fig--ttl {
    margin-top: 0;
  }
}

.c-heading-semi {
  margin: 44px 0 0;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background: #ffe600;
  border-radius: 10px;
  text-align: center;
}

.narrow-w {
  max-width: 780px;
  margin: 0 auto;
}

.caption-txt {
  position: relative;
  margin-top: 44px;
  margin-left: 1em;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}

.caption-txt::before {
  position: absolute;
  content: '●';
  color: #ffe600;
  left: -1em;
}

.caption-txt+.caption-txt {
  margin-top: 22px;
}

@media screen and (max-width: 519px) {
  .caption-txt {
      font-size: 2.2rem;
  }
}

/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
  .index-hero__content {
    padding: 0;
  }
  .index-hero__title {
    color: #000 !important;
    text-shadow: 0 0 10px #fff !important;
  }
  .index-section.index-section--type1 {
    background-color: #fff;
  }
  .index-pickup {
    background: #fff;
  }
}