@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;
  }
}

.highlight_slide .swiper-slide1 a:hover+figure img {
  opacity: .5;
  border: 1px solid #222;
}

.highlight_slide [class^="swiper-button-"],
.recommen [class^="swiper-button-"] {
  color: #000;
}

.highlight_slide [class^="swiper-button-"]::after {
  font-size: 20px;
}

.highlight_slide .swiper-pagination-bullet,
.recommen .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;
}

.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
-------------------------------------------------------------------------- */


.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 0% top 1% / 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: 800px) {
  .index2 .index-section.index-section--type1.message {
    background: #fffbd6 url(https://www.nikon.com/company/sustainability/img/2023/pic_02.png) no-repeat right 5% top 2% / 18%;
  }
}

@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;
  }
}


.new h3 {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 50px 0;
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #ffe600;
}

.recommen {
  width: 100%;
  position: relative;

}

.swiper2.swiper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper2.swiper .swiper--wrapper2 {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper2.swiper .swiper-slide2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.swiper-slide2 a:hover+figure img {
  opacity: .5;
  display: block;
}

.swiper-slide2 a:hover+figure {
  border: 1px solid #222;
  border-right: 2px solid #222;
  transition: .5s;
  box-sizing: border-box;
}

.swiper-slide2 figure {
  border: 1px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

.swiper-slide2 figure img {
  transition: .5s;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.recommen .swiper-button-prev2 {
  position: absolute;
  left: 0px !important;
}

.recommen .swiper-button-next2 {
  position: absolute;
  right: 0px !important;
}

.recommen .swiper-button-next2,
.recommen .swiper-button-prev2 {
  bottom: 0px !important;
  position: absolute;
  top: unset;
  width: unset;
  height: unset;
  margin-top: unset;
}

.recommen h5.c-heading-e {
  font-size: 16px;
  text-align: left;
  margin-top: 12px;
}

.recommen .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.recommen [class^="swiper-button-"]::after {
  font-size: 20px;
}


.latest_updates {
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}

.latest_updates::after {
  content: "";
  width: 1.5cap;
  height: 1cap;
  background: url(https://www.nikon.com/company/sustainability/img/2024/arrow.jpg)no-repeat center center / contain;
  display: inline-block;
}

.news_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.news_list li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  font-size: 16px;
  border-bottom: 1px solid #b3b3b3;
  height: 100%;
  padding: 3% 0;
}

.news_list li:hover {
  opacity: .5;
}

.news_list li::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;
}

.news_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_list .date {
  width: 110px;
  font-weight: bold;
  font-size: 16px;
}

.news_list .news-label {
  width: 110px;
  font-size: 16px;
  margin-right: auto;
}

.news_list p {
  /* width: calc(100% - 240px); */
  width: 90%;
  margin-right: auto;
}

.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;
}

.sus_imgmap {
  width: 100%;
  position: relative;
}

.sus_imgmap>div {
  background: #fff;
  padding: 7px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  transition: .5s;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.sus_imgmap>div:hover {
  transform: translateY(-5px);
}

.sus_imgmap>div img {
  width: 50px;
}

.sus_imgmap a {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sus_imgmap_btn_1 {
  top: 24%;
  left: 10%;
}

.sus_imgmap_btn_2 {
  top: 13%;
  left: 31%;
}

.sus_imgmap_btn_3 {
  top: 30%;
  right: 35%;
}

.sus_imgmap_btn_4 {
  top: 13%;
  right: 10%;
}

.latest figure {
  position: relative;
}

.latest figure::after {
  content: "NEW";
  background: #ffe600;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 20px;
  z-index: 99;
  font-weight: bold;
}

.img_map {
  position: relative;
}

.img_map .map_btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: .89vw;
}

.img_map .map_btn a {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  display: block;
}

.img_map .map_btn a+a {
  margin-top: .5vw;
}

.img_map .map_btn 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;
}

.img_map .map_btn span {
  display: flex;
  align-items: center;
  transition: .5s;
}

.img_map .map_btn span a {
  color: #fff;
}

.img_map .map_btn.map_btn_business,
.img_map .map_btn.map_btn_environment,
.img_map .map_btn.map_btn_society,
.img_map .map_btn.map_btn_governance {
  font-size: 1.5vw;
  font-weight: normal;
  padding: .5vw 1.5vw .5vw 1vw;
  border-radius: 0px 100px 100px 0px;
}

.img_map .map_btn.map_btn_business a::after,
.img_map .map_btn.map_btn_environment a::after,
.img_map .map_btn.map_btn_society a::after,
.img_map .map_btn.map_btn_governance 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-white.svg) no-repeat 0 0;
  background-size: contain;
}

.c-figure.img_map .map_btn img {
  width: 1.5em;
  height: 1.5em;
}

/* .img_map .map_btn.map_btn_business   { top: 37%; left: 11.2%; background: #e3c907;}
.img_map .map_btn.map_btn_environment{ top: 72%; left: 30.5%; background: #71c418; }
.img_map .map_btn.map_btn_society    { top: 55%; left: 49.8%; background: #eb7a4d; }
.img_map .map_btn.map_btn_governance { top: 55%; left: 79%; background: #476ecc; } */
/* .map_btn_01{ top: 39%; left: 47%; }
.map_btn_02{ top: 57%; left: 12%; width: 16%;}
.map_btn_03{ top: 80%; left: 31.5%; }
.map_btn_04{ top: 63.5%; left: 51.3%; width: 25%;}
.map_btn_05{ top: 82%; left: 80%; width: 16%;} */

/* これ！！！================== */

.img_map_img {
  background: url(https://www.nikon.com/company/sustainability/img/2024/img_map_2_tab.jpg) no-repeat center center / contain;
  width: 100%;
  aspect-ratio: 1/1.074;
}

.img_map .map_btn.map_btn_business,
.img_map .map_btn.map_btn_environment,
.img_map .map_btn.map_btn_society,
.img_map .map_btn.map_btn_governance {
  font-size: 1.6vw;
  padding: .5vw 2vw .5vw 1vw;
  transition: .5s;
}

.img_map .map_btn {
  font-size: 1.3vw;
}

.img_map .map_btn a {
  line-height: 1.5em;
}

.img_map .map_btn.map_btn_business {
  top: 34%;
  left: 11.2%;
  background: #e3c907;
}

.img_map .map_btn.map_btn_environment {
  top: 65%;
  left: 32.1%;
  background: #71c418;
}

.img_map .map_btn.map_btn_society {
  top: 51%;
  left: 53.5%;
  background: #eb7a4d;
}

.img_map .map_btn.map_btn_governance {
  top: 51%;
  left: 75%;
  background: #476ecc;
  line-height: 1em;
}

.img_map .map_btn.map_btn_governance a {
  margin: 0;
  text-indent: 0;
}

.map_btn_01 {
  top: 37%;
  left: 42%;
}

.map_btn_02 {
  top: 58%;
  left: 12%;
  width: 17%;
}

.map_btn_03 {
  top: 71%;
  left: 34%;
  width: 16%;
}

.map_btn_04 {
  top: 55.5%;
  left: 55%;
  width: 18%;
}

.map_btn_05 {
  top: 78%;
  left: 77%;
  width: 17%;
}

.img_map .map_btn.map_btn_business:hover {
  background: #887903;
}

.img_map .map_btn.map_btn_environment:hover {
  background: #3b670b;
}

.img_map .map_btn.map_btn_society:hover {
  background: #783f28;
}

.img_map .map_btn.map_btn_governance:hover {
  background: #263b6c;
}

/* ==================== */

@media screen and (min-width: 1440px) {

  .img_map .map_btn.map_btn_business,
  .img_map .map_btn.map_btn_environment,
  .img_map .map_btn.map_btn_society,
  .img_map .map_btn.map_btn_governance {
    font-size: 21.5px;
    padding: 7px 20px 7px 10px;
  }

  .img_map .map_btn {
    font-size: 18.7px;
  }

}

@media screen and (max-width: 1099px) {
  .news .c-grid {
    display: block;
  }

  .new>div:first-child {
    margin-bottom: 60px;
  }

  .news_list li {
    padding: 24px 0;
  }

  .message .c-grid__col2-1 {
    grid-template-columns: repeat(1fr, 2);
  }
}

@media screen and (max-width: 800px) {
  .img_map_img {
    background: url(https://www.nikon.com/company/sustainability/img/2024/img_map_2_sp.jpg) no-repeat center center / contain;
    width: 100%;
    aspect-ratio: 1/5.46;
  }

  .img_map .map_btn.map_btn_business,
  .img_map .map_btn.map_btn_environment,
  .img_map .map_btn.map_btn_society,
  .img_map .map_btn.map_btn_governance {
    font-size: 5vw;
    padding: .5vw 4vw .5vw 1vw;
  }

  .img_map .map_btn {
    font-size: 2.2vw;
  }

  .img_map .map_btn a {
    line-height: 2em;
  }

  .img_map .map_btn.map_btn_business {
    top: 15.5%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_environment {
    top: 46%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_society {
    top: 63%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_governance {
    top: 82.5%;
    left: 23%;
    width: auto;
  }

  .map_btn_01 {
    top: 24%;
    left: 35%;
    width: 55%;
  }

  .map_btn_02 {
    top: 30.4%;
    left: 28%;
    width: 60%;
  }

  .map_btn_03 {
    top: 56%;
    left: 28%;
    width: 60%;
  }

  .map_btn_04 {
    top: 66.5%;
    left: 28%;
    width: 60%;
  }

  .map_btn_05 {
    top: 94%;
    left: 28%;
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .img_map_img {
    background: url(https://www.nikon.com/company/sustainability/img/2024/img_map_2_sp_2.jpg) no-repeat center center / contain;
    width: 100%;
    aspect-ratio: 1/6;
  }

  .img_map .map_btn.map_btn_business,
  .img_map .map_btn.map_btn_environment,
  .img_map .map_btn.map_btn_society,
  .img_map .map_btn.map_btn_governance {
    font-size: 20px;
  }

  .img_map .map_btn {
    font-size: 13px;
  }

  .img_map .map_btn a {
    line-height: 1.5em;
  }

  .img_map .map_btn.map_btn_business {
    top: 14.2%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_environment {
    top: 46%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_society {
    top: 63%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_governance {
    top: 82%;
    left: 23%;
    width: auto;
  }

  .map_btn_01 {
    top: 21%;
    left: 40%;
    width: 34%;
  }

  .map_btn_02 {
    top: 29.3%;
    left: 28%;
    width: 60%;
  }

  .map_btn_03 {
    top: 53%;
    left: 28%;
    width: 60%;
  }

  .map_btn_04 {
    top: 65.5%;
    left: 28%;
    width: 60%;
  }

  .map_btn_05 {
    top: 91.5%;
    left: 28%;
    width: 60%;
  }

  .map_btn_01 a,
  .map_btn_02 a,
  .map_btn_03,
  .map_btn_04 a,
  .map_btn_05 a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 519px) {
  .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;
  }

  .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 1% / 25%
  }

  .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;
  }

  .swiper2.swiper {
    position: relative;
  }

  .recommen .swiper-pagination {
    position: relative;
  }

  .recommen .swiper-button-next2,
  .recommen .swiper-button-prev2 {
    /* position: relative; */
    top: unset !important;
  }

  .new>div:last-child {
    margin-top: 90px;
  }

  .sus .c-grid__col4 .c-grid__item:nth-child(1),
  .sus .c-grid__col4 .c-grid__item:nth-child(2) {
    margin-bottom: 40px;
  }

  .sus_imgmap>div {
    /* padding: .5vw 2vw .5vw 1vw; */
    font-size: 4vw;
  }

  .sus_imgmap>div a+img {
    width: 3vw;
  }


  .c-media__col3-4--center {
    width: 100%;
  }

  .message img.pc-tab,
  .pc-tab {
    display: none;
  }

  .message img.sp {
    display: block;
    width: 100%;
    height: auto;
  }

  .fierd .index-section__inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .news_list li {
    display: block;
    padding: 10px 0;
    min-height: unset;
  }

  .news_list .date {
    display: block;
    margin-bottom: 10px;
  }

  .news_list p {
    width: 95%;
    margin-left: unset;
    margin-top: 10px;
  }

  .news_list li::after {
    position: absolute;
    right: 20px;
    top: 45%;
  }

  .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    overflow: scroll !important;
  }

  .sus .c-grid__col4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sus .c-grid__col4 .c-grid__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .sus_imgmap_btn_1 {
    top: 76%;
    left: 12%;
  }

  .sus_imgmap_btn_2 {
    top: 9%;
    left: 21%;
  }

  .sus_imgmap_btn_3 {
    top: 47%;
    right: 33%;
  }

  .sus_imgmap_btn_4 {
    top: 13%;
    right: 10%;
  }

  .sus_imgmap>div a+img {
    width: 6vw;
  }

  .sus_imgmap>div {
    font-size: 3vw;
  }

}


@media screen and (max-width: 370px) {
  .img_map_img {
    background: url(https://www.nikon.com/company/sustainability/img/2024/img_map_2_sp_3.jpg) no-repeat center center / contain;
    width: 100%;
    aspect-ratio: 1/6.5;
  }

  .img_map .map_btn.map_btn_business,
  .img_map .map_btn.map_btn_environment,
  .img_map .map_btn.map_btn_society,
  .img_map .map_btn.map_btn_governance {
    font-size: 16px;
  }

  .img_map .map_btn {
    font-size: 12px;
  }

  .img_map .map_btn a {
    line-height: 1.5em;
  }

  .img_map .map_btn.map_btn_business {
    top: 12.7%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_environment {
    top: 43.2%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_society {
    top: 60%;
    left: 23%;
  }

  .img_map .map_btn.map_btn_governance {
    top: 81%;
    left: 23%;
    width: auto;
  }

  .map_btn_01 {
    top: 19%;
    left: 40%;
    width: 34%;
  }

  .map_btn_02 {
    top: 27.3%;
    left: 28%;
    width: 60%;
  }

  .map_btn_03 {
    top: 50.2%;
    left: 28%;
    width: 60%;
  }

  .map_btn_04 {
    top: 62%;
    left: 28%;
    width: 60%;
  }

  .map_btn_05 {
    top: 90%;
    left: 28%;
    width: 60%;
  }

}

.recommen .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
/* button play/pause */
.swiper-pagination.swiper-pagination1.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto
}
.b2b-top-pickup-slider__toggle {
    display: flex;
    justify-content: center;
    width: 12px;
    height: 14px;
    padding: 0;
    border: none;
    font-size: 0;
    margin-left: 8px;
    margin-top: 7px;
    background: none;
}

.b2b-top-pickup-slider__toggle-play::before,
.b2b-top-pickup-slider__toggle-pause::before {
    content: "";
    display: block;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.b2b-top-pickup-slider__toggle-play::before {
    width: 0;
    height: 0;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.b2b-top-pickup-slider__toggle-pause::before {
    background-image: url("https://www.nikon.com/company/sustainability/img/icon_pause.svg");
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    position: initial;
}
.container-control {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-control.container-control2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}