@charset "UTF-8";

.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: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.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;
  }
}

.index-hero--typeTextColor02 .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

.index-hero--typeTextColor02--large .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

@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: "";
}

/* -------------------------------------------------------------------------
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;
  }
}


.sustainability-category .index-section__inner,
.sustainability-library .index-section__inner,
.sustainability-linkblock .index-section__inner,
.sustainability-effort .index-section__inner {
  padding-bottom: 0;
}

.sustainability-category-list {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .sustainability-category-list {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .sustainability-category-list {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .sustainability-category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sustainability-category-list__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.sustainability-category-list__link .sustainability-category-list__image::after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  .sustainability-category-list__link:hover .sustainability-category-list__image {
    position: relative;
    opacity: 0.7;
  }
  .sustainability-category-list__link:hover .sustainability-category-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.sustainability-category-list__image {
  order: 1;
  transition: opacity 0.2s ease-out;
}

.sustainability-category-list__image img {
  width: 100%;
  height: auto;
}

.sustainability-category-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.sustainability-category-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.sustainability-category-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.sustainability-category-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.svg") no-repeat 0 0;
  background-size: contain;
}

.sustainability-report .c-link-block {
  margin-top: 44px;
}

.sustainability-linkblock .c-link-block {
  margin-top: 0;
}

.sustainability-linkblock .index-section__inner,
.sustainability-effort .index-section__inner,
.sustainability-news .index-section__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sustainability-effort-mediaBlock {
  margin-top: 60px;
  text-align: inherit;
  display: grid;
  gap: 60px 40px;
  grid-template-columns: 3fr 2fr;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .sustainability-effort-mediaBlock {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .sustainability-effort-mediaBlock {
    gap: 60px 20px;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .sustainability-effort-mediaBlock {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 519px) {
  .sustainability-effort-mediaBlock {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.sustainability-effort-mediaBlock:first-child {
  margin-top: 0;
}

.sustainability-effort-mediaBlock .c-button-block {
  margin-top: 32px;
}

.sustainability-effort-mediaBlock__title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.sustainability-effort-mediaBlock__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.sustainability-effort-mediaBlock__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.sustainability-effort-mediaBlock__text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.sustainability-effort-mediaBlock__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.sustainability-effort-mediaBlock__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.sustainability-effort-mediaBlock__text:not(:first-of-type) {
  margin-top: 24px;
}

.sustainability-effort-mediaBlock__media img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
  .c-hero-split--type02 .c-hero-split__content {
    background-color: #fff;
  }
}


/* -------------------------------------------------------------------------
23add
-------------------------------------------------------------------------- */
.news img{
  border:1px solid #ededed;
  transition: .5s;
}
.news h2:not(.c-heading-b){
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom:.5em;
  flex-wrap: wrap;
}

.news .c-grid div:first-child, .news .c-media-block{
  position: relative;
}
.news .c-grid div:first-child a:not(.index-news__rss), .news .c-media-block a{
  display:block;
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 2;
  top:0;
  left:0;
}
.news .c-grid div:first-child a:hover + div > img, .news .c-media-block a:hover + div img{
  border:1px solid #222222 !important;
  opacity: .5;
}
.news .c-media-block__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .c-media-block + .c-media-block{
  margin-top:20px;
}
.news .c-media-block{
  gap: 60px 20px;
}



.news .c-grid__item.new .c-figure::before, .news .c-media-block.new .c-figure::before  {
  content: "NEW";
  background: #ffe600;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 20px;
  z-index: 99;
  font-weight: bold;
}
.news .c-media-block.new .c-figure::before {
font-size: 14px;
}
.news a:hover + div img{
  opacity: .5;
}
.c-heading-b{
  margin-top:0;
}
.message h2{
  width: 70%;
}
.message .c-media-block{margin-top:0;}
.message .c-media-block__body{display: flex;flex-direction : column;justify-content: center;}
.index2 .index-section.index-section--type1.message {
  background: #fffbd6 url(https://www.nikon.com/company/sustainability/img/2023/pic_02.png)no-repeat right 10% top 10% / 15%
}
.sus .index-section--type2{
  background: url(https://www.nikon.com/company/sustainability/img/2023/bg_sus.jpg)no-repeat center center / cover
}
.sus .index-section__inner{
  padding: 130px 80px;
}
.sus .c-heading-b{
  margin:0;
}
.sus .index-section--type2 + .index-section__inner{
  padding-top:40px;
}
.sus .c-link-block--col3 img{
  border: 1px solid #000;
}

.c-link-block__item__link:hover .c-link-block__item__image::after{
  border:none;
}
.highlight_slide{
  margin-inline: auto;
  max-width: 1280px;
  position: relative;
}
.swiper {
  max-width: 1280px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-prev {
  left: -40px !important;
}
.swiper-button-next {
  right: -40px !important;
}
.highlight_slide .swiper-button-next, .highlight_slide .swiper-button-prev{
  top:44%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px !important;
}
.highlight_slide .swiper-slide{
  position: relative;
}
.highlight_slide .swiper-slide a{
  display:block;
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 2;
  top:0;
  left:0;
}
.highlight_slide img{
  transition: .5s;
  border:1px solid #fff;
}
.highlight_slide .swiper-slide a:hover + figure img{
  opacity: .5;
  border:1px solid #222;
}
.highlight_slide [class^="swiper-button-"]{
  color: #000;
}
.highlight_slide [class^="swiper-button-"]::after{
  font-size: 20px;
}
.highlight_slide .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background-color:#000;
}
.highlight_slide h5.c-heading-e{
  font-size: 16px;
  margin: 10px 0 0 0 ;
}
.highlight_slide h5.c-heading-e span{position: relative;}
.highlight_slide h5.c-heading-e 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.svg) no-repeat 0 0;
    background-size: contain;
}
.highlight_slide h5.c-heading-e i.cat{
  font-style: normal;
  font-size: 12px;
 background-color: #ffe600;
  padding: 2px 3px;
  margin-left:10px;
  display: inline-block;
}
.initiatives img{
  border:1px solid #ededed;
}
.initiatives .c-link-block__item__link:hover img{
  border: 1px solid #222;
}
.initiatives .c-link-block-row{
  margin-top:0;
}
.c-link-block-row__item__imageArea img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-link-block-row__item__link:hover .c-link-block-row__item__image::after {
  border:none;
}
.fierd .c-media img{
  border-radius: 16px;
}
.fierd .c-grid .c-grid__item:nth-child(2){
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fierd .c-grid .c-grid__item img:not(h2 img){
  width: 100%;
  height: auto;
}
.fierd .business .c-grid .c-grid__item img:not(h2 img){
  width: 70%;
  height: auto;
}
.fierd .gvn .c-grid .c-grid__item img:not(h2 img){
  width: 80%;
  height: auto;
}
.fierd .c-link-box.c-link-box--left a{
  text-align: center;
}
.index-section{
  position: relative;
}
.index-section__inner{
  position: relative;
  z-index: 10;
}
.fierd .c-link-box a{transition: .5s;}
.business .c-link-box a{ display: flex; align-items: center; justify-content: center; height: 100%; }
.business .c-link-box a:hover{background: #e3c907;}
.index2 .env .c-link-box a{ display: flex; align-items: center; justify-content: center; height: 100%; }
.index2 .env .c-link-box a:hover{background: #71c418;}
.scl .c-link-box a{display: flex; align-items: center; justify-content: center; height: 100%; }
.scl .c-link-box a:hover{background: #eb7a4d;}
.index2 .gvn .c-link-box a{ display: flex; align-items: center; justify-content: center; height: 100%; }
.index2 .gvn .c-link-box a:hover{background: #9db3f5; }
.index2 .index-section.index-section--type1.env{background: #f0f6e9;}
.index2 .index-section.index-section--type1.gvn{background: #ecf1ff;}
.index-section h2.index-heading-a 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;
}

.pc{display: block;}
.fierd .business .c-grid .c-grid__item img:not(h2 img).sp, .fierd .c-grid .c-grid__item img:not(h2 img).sp{
  display: none;
}
.message img.sp{display: none;}
@media screen and (max-width: 1099px) {
  .news .c-grid{
    display: block;
  }
  .sus .index-section__inner{padding: 40px 32px 100px 32px ;}
  .index-hero__inner::after{
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom:0;
    left:0;
    background: linear-gradient(to bottom,  #fff, #333);
    mix-blend-mode: multiply;
    z-index: 2;
  }
  .index-hero__content{
    position: relative;
    z-index: 10;
  }
  .gvn .c-grid{
    margin-bottom:40px;
  }
  .sus .index-section--type2 .index-section__inner{
    padding: 100px 32px;
  }
  .pc{display: none;}
  .fierd .business .c-grid .c-grid__item img:not(h2 img){
    width: 300px;
  }
  .fierd .c-grid .c-grid__item img:not(h2 img){
    width: 350px;
  }
  .fierd .gvn .c-grid .c-grid__item img:not(h2 img){
    width: 300px;
  }
}


@media screen and (max-width: 519px){
  .index2 .index-section.index-section--type1.message {
    background: #fffbd6 url(https://www.nikon.com/company/sustainability/img/2023/pic_02.png)no-repeat right 4% top 2% / 30%;
  }
  .c-media__col3-4--center{width: 100%;}
  .news .c-grid .c-grid__item:nth-child(2) .c-media-block__media{
    display: none;
  }
  .news .c-media-block{
    margin-top:20px;
  }
  .news .c-media-block__body{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .news .c-media-block__text{
    padding-right: 30px;
    position: relative;
  }
  .news .c-media-block__text::after{
    content: "";
    position: absolute;
    top:10%;
    right:0;
    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;
  }
  .message img.pc-tab{display: none;}
  .message img.sp{display: block; width:100%;height: auto;}
  .fierd .index-section__inner{
    padding-top: 20px;
    padding-bottom: 60px;
  }
}