@charset "utf-8";

.c-heading-a {
  background: #fff;
  z-index: 300;
}

.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;
  align-items: center;
  width: 100%;
  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: 5rem;
  font-weight: 600;
  line-height: 1;
  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: 699px) {
  .spb {
    display: inline-block;
  }
}

@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: #fff;
  /* text-shadow: 0 0 10px #fff; */
  text-align: center;
}

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

.museum-news {
  display: grid;
  gap: 32px 40px;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 799px) {
  .museum-news {
    display: flex;
    flex-direction: column;
    gap: 60px 40px;
  }
  .museum-news figure {
    margin: 0 auto;
    width: 80%;
  }
}

.museum-news-information .index-heading-a {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.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: 1099px) {
  .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.8rem;
  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__info {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 9px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 1099px) {
  .index-news-list__info {
    display: block;
    margin-top: 8px;
    padding: 0;
  }
}

.index-news-list--border  {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.index-news-list--border .index-news-list__item {
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 519px) {
  .index-news-list--border .index-news-list__item:not(:first-child) {
    margin-top: 16px;
  }
}

.index-news-list--border .index-news-list__date {
  width: 124px;
  padding: 16px 14px 16px 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-news-list--border .index-news-list__date {
    padding: 20px 14px 20px 0;
  }
}

@media screen and (max-width: 1099px) {
  .index-news-list--border .index-news-list__date {
    width: auto;
    padding: 20px 0 0 0;
  }
}

.index-news-list--border .index-news-list__info {
  padding: 16px 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-news-list--border .index-news-list__info {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1099px) {
  .index-news-list--border .index-news-list__info {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--medium.c-media-block {
    display: flex;
    flex-direction: column;
  }
  .c-media-block__body {
    order: -1;
  }
  .c-media-block__body .c-text {
    margin-top: 0;
  }
  .c-media-block--float .c-media-block__media {
    margin-top: 20px;
  }
}

.index-news-list__info 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;
}

.bg-main-inner__fullwidth-black .index-heading-a {
  margin: 44px 0 24px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.bg-main-inner__fullwidth-black .index-heading-a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.bg-main-inner__fullwidth-black .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) {
  .bg-main-inner__fullwidth-black .index-heading-a {
    font-size: 2.5rem;
  }
}

.bg-main-inner__fullwidth-black .lead {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #fff;
}

.bg-main-inner__fullwidth-black .c-heading-c,
.bg-main-inner__fullwidth-black .c-text {
  color: #fff;
}

.acc-inner {
  display: inline-block;
  text-align: left;
}

.main-inner::after {
  clear: both;
}

.main-inner::after {
  content: '';
  display: table;
}

.Roboto {
  font-family:  "Roboto",sans-serif !important;
}

figure {
  display: block;
}

.main-inner:before {
    content: '';
    display: table;
}

.u-sign-arrow-triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000;
}

.u-italic {
  font-style: italic;
}

.main .u-text--med-small {
  font-size: 1.6rem;
}

.main .u-text--small {
  font-size: 1.4rem;
}

.c-text--notice-center {
  font-size: 1.6rem;
  color: #666;
  font-size: 1.6rem;
  text-align: center;
}

.u-banner {
  display: block;
  width: 100%;
  height: auto;
}
.u-banner img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.u-banner:hover img {
  opacity: 0.8;
}

.u-tar__force,
.u-tar__force li {
  display: block;
  float: right;
}
.u-tar__force li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.u-tar__force li .c-list__marker {
  display: inline;
}
.u-tar__force:after {
  display: table;
  content: '';
  clear: both;
}

.u-icon-bullet {
  height: 0.6em;
  vertical-align: middle;
  padding-right: 0.2em;
}

.u-uppercase { text-transform: uppercase; }

.u-elem-block-heading {
  display: block;
}

.c-heading-b__vertical-margined {
  margin-top: 13rem;
}

.c-text + .c-media-block {
  margin-top: 2em;
}

.indication-metainfo-item__heading {
  display: block;
  margin-top: 4rem;
}
.indication-metainfo-item__heading + .c-heading-a {
  margin-top: 1rem;
}

.u-indication-category {
  display: inline-block;
  color: #666;
  font-weight: bold;
  font-size: 2rem;
}
.u-indication-category:before {
  display: inline-block;
  margin-left: -0.5em;
  content: '［';
}
.u-indication-category:after {
  display: inline-block;
  content: '］'; 
  padding-right: 0.5em;
}

.u-indication-status {
  border: 1px solid #000;
  padding: 0.1em 1em 0;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: 0.2em;
}

.c-text__spaced-line {
  line-height: 1.8;
}

.c-media-block__subtitle {
  font-weight: bold;
  font-size: 1.8rem;
}

.c-article-summary {
  margin-top: 3em;
}

div.c-link-block__item__link:hover {
  cursor: default;
}
div.c-link-block__item__link:hover .c-link-block__item__image {
  opacity: 1;
}

[class^="c-media__col"], [class*=" c-media__col"] {
  display: block;
}

.c-media__col1-3:last-child {
  margin-right: 0%;
}

.c-grid__col3-4--center {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.35000000000001%;
  margin-left: 0%;
  margin-right: 2.6%;
  transition: all 0.3s ease;
  position: relative;
  left: 12.875%;
}

.c-grid-lead-with-media .c-grid__media {
  margin-top: 0.5em;
}

.c-media__item__showcase__feature__title {
  margin-top: 1.2rem;
  font-size: 2.2rem;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
.c-media__item__showcase__feature__text {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  line-height: 1.5;
}

.museum__grid {
  display: grid;
  gap: 30px;
}

.museum__grid.col-3 {
  margin-top: 2.5em;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .museum__grid.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.museum__grid .item__showcase {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.museum__grid .item__showcase .body__showcase {
  padding: 3rem;
  height: 100%;
  background-color: #fff;
  order: 2;
}

.museum__grid .item__showcase .pic__showcase {
  order: 1;
}

.museum__grid .item__showcase .pic__showcase img {
  width: 100%;
  height: 100%;
}

.museum__grid .item__showcase .showcase__title {
  margin-top: .5em;
  font-size: 1.8rem;
  line-height: 1.4;
}

.museum__grid .item__showcase .showcase__text {
  margin-top: 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-media__item__showcase {
  margin-top: 2.5em;
}
.c-media__col1-3__item__showcase {
  background-color: #fff;
  padding-bottom: 1.2em;
}

.c-media__col1-3__item__showcase figcaption {
  color: #333;
}

.c-media__col1-3__item__showcase div.c-link-block__item__link:hover {
  cursor: default;
}
.c-media__col1-3__item__showcase div.c-link-block__item__link:hover .c-link-block__item__image {
  opacity: 1.0;
}
.c-media__col1-3__item__showcase .c-media__item__showcase__title,
.c-media__col1-3__item__showcase .c-media__item__showcase__text {
  padding: 0 3rem;
}
.c-media__col1-3__item__showcase .c-media__item__showcase__title {
  margin-top: 1.5em;
  font-size: 1.8rem;
  line-height: 1.4;
}
.c-media__col1-3__item__showcase .c-media__item__showcase__text {
  margin-top: 0.75rem;
  line-height: 1.5;
}

.c-media__col1-3__item__showcase__graybg {
  background-color: #f3f3f3;
}

.c-grid + .c-media__item__showcase {
  margin-top: 2.5em;
}

.notice-trailer {
  margin-top: 1.2em;
  color: #666;
  font-size: 1.4rem;
}

.c-heading-b__center-dash {
  margin-top: 3.4em;
}

.bg-main-inner__fullwidth-gray,
.bg-main-inner__fullwidth-gray .c-heading-b__center-dash .c-heading-b__center-dash-inner {
  background-color: #f3f3f3;
}

.bg-main-inner__fullwidth-black {
  background-color: #222;
}

.bg-main-inner__fullwidth-gray,
.bg-main-inner__fullwidth-black {
  /* margin-top: 3.5em; */
  padding-bottom: 3.5em;
}

/* .bg-main-inner__fullwidth-gray .c-heading-b {
  text-align: center;
} */

.bg-main-inner__fullwidth-gray + .main-inner .c-heading-b__center-dash {
  margin-top: 2.8em;
}

.c-figure__step {
  position: relative;
}
.c-figure__step .u-sign-arrow-triangle {
  position: absolute;
}

.cell-holiday {
  border: 1px solid #8c8c8c;
  background-color: #d0d0d0;
}

.c-text .cell-holiday {
  display: inline-block;
  width: 2em;
  height: 2em;
  padding: 8px 5px 0;
  margin-right: 0.8em;
  vertical-align: middle;
}

:lang(en) .c-text .cell-holiday {
  width: auto;
}

.c-table-calendar {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.c-table-calendar th,
.c-table-calendar td {
  border: 1px solid #8c8c8c;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  vertical-align: middle;
  empty-cells: show;
}
.c-table-calendar thead tr th {
  background-color: #595959;
  color: #fff;
  font-weight: normal;
}

.c-heading-c + .c-table-calendar { margin-top: 0.5em; }

.a11y-soundonly {
  position: absolute;
  left: -9999px;
}

.c-numbered-item {
  display: table;
}
.c-numbered-item + .c-numbered-item {
  margin-top: 0.3em;
}

.index-numbered-item {
  padding-right: 0.4em;
}

.c-numbered-item .index-numbered-item,
.c-numbered-item .cont-numbered-item {
  display: table-cell;
  width: 95%;
}
.c-numbered-item .index-numbered-item {
  width: 5%;
  padding-right: 1em;
  font-weight: bold;
  vertical-align: 0;
}

.c-subtitle--emph {
  font-weight: bold;
}
.c-subtitle--emph .index-numbered-item {
  padding-right: 1em;
  font-size: 1.05em;
}

.c-media-block--numbered .c-figure__numbered .index-numbered-item {
    font-size: 8rem;
}
.c-media-block--numbered .c-media__col1 {
  margin-top: 0;
}
.c-media-block--numbered .c-figure__numbered {
  position: relative;
}
.c-media-block--numbered .c-figure__numbered .index-numbered-item-presentaion {
  position: absolute;
  left: 0.15em;
  top: -0.4em;
  color: #ffe600;
  font-style: italic;
  line-height: 1.0;
  font-size: 8rem;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.c-media-block--numbered .c-figure__numbered .index-numbered-item-presentaion:after {
  content: attr(data-pseudo-number);
}

.c-heading-numbered + .c-text__spaced-line {
  margin-top: 0.5em;
}

.c-panel__feat {
  position: relative;
  border: 5px solid #ffe600;
  padding: 2.5em;
  margin: 5rem 10rem 0;
}
.c-icon-feat {
  display: table;
}
.c-cont-icon-feat {
  display: table-cell;
  width: 5em;
  height: 5em;
  border-radius: 5em;
  text-align: center;
  vertical-align: middle;
  background-color: #333;
  color: #fff;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-panel__feat .c-icon-feat {
  position: absolute;
  left: -1.2em;
  top: -1.2em;
  z-index: 100;
}
.c-panel__feat > .c-icon-feat + .c-media-block {
  margin-top: 0;
}

.local-navi {
  margin-top: 11rem;
}

a.c-form__button {
  display: inline-block;
  padding-top: 0.6em;
  color: #333;
}

a.c-form__button:hover {
  text-decoration: none;
}

a.consumer-banner:hover img {
  opacity: .7;
}

.main-inner .c-link-local {
  justify-content: center;
}

/* PC */
@media only screen and (min-width: 1100px) {
  .c-hero {
    aspect-ratio: 2560 / 861;
  }
  .c-hero .c-hero__content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .visible_on_widescreen {
    display: block;
  }
  .visible_on_mobile {
    display: none;
  }

  .c-heading-b .nonbreak_on_widescreen {
    position: absolute; left: -9999px;
  }

  .c-text + .c-grid .c-grid__col1-3 .c-heading-c {
    margin-top: 1.5em;
  }

  .c-heading-b + .c-link-block {
    margin-top: 3rem;
  }

  .c-heading-b + .c-grid {
    margin-top: 0;
  }
  .c-heading-b + .c-grid > .c-text{
    margin-top: 0;
  }

  .c-heading-b + .c-table {
    margin-top: 1rem;
  }

  .c-heading-b__center-dash {
    margin-top: 3.4em;
    text-align: center;
    line-height: 34px;
    line-height: 3.4rem;
  }
  .c-heading-b__center-dash:before {
    width: auto;
    height: auto;
    display: block;
    content: '';
    border: solid #000;
    border-width: 1px 0 0;
    margin-bottom: -0.5em;
  }
  .c-heading-b__center-dash-inner {
    display: inline-block;
    padding: 0 1.5em;
    background: #fff;
  }
  .c-heading-b__center-dash + .c-grid {
     margin-top: 0.5em;
  }
  .c-heading-b__center-dash + .c-grid .c-text {
    margin-top: 0;
  }

  .u-onlywidescreen {
    display: block;
  }

  .u-onlymobile {
    display: none;
  }

  .u-tal__sm {
    text-align: center;
  }

  .c-media:before, .c-media:after {
    content: '';
    display: table;
  }

  .c-media__col1-3::before, .c-media__col1-3::after {
    content: '';
    display: table;
  }

  .c-media__col1-3::after {
    clear: both;
  }

  .c-media__col1-3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.599999999999994%;
    margin-left: 0%;
    margin-right: 2.6%;
    transition: all 0.3s ease;
  }

  .c-media__col1-3__item__showcase__feature {
    margin-top: 3rem;
  }

  .c-media .c-media__col1-3__item__showcase__feature:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-media .c-media__col1-3__item__showcase__feature:nth-child(3n) {
    margin-right: 0;
  }

  .c-media__col1-3__item__showcase {
    margin-top: 3rem;
  }
  .c-media .c-media__col1-3__item__showcase:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-media .c-media__col1-3__item__showcase:nth-child(3n) {
    margin-right: 0;
  }

  .c-figure-container-img {
    position: relative;
  }

  .c-figure__step .u-sign-arrow-triangle-container {
    position: absolute;
    top: 50%;
    right: -6%;
    height: 20px;
    overflow: visible;
  }

  .c-figure__step .visible_on_widescreen .u-sign-arrow-triangle {
    position: static;
    margin-top: -10px;
    left: 0;
  }

  .c-media-block--mediafirst .c-media-block__media {
    float: right;
    left: 0;
    margin-right: 0;
  }
  .c-media-block--mediafirst .c-media-block__body {
    float: left;
    left: 0;
    margin-top: -0.25em;  
    margin-right: 2.6%;
  }
  .c-media-block--mediafirst.c-media-block--reverse .c-media-block__media {
    float: left;
  }
  .c-media-block--mediafirst.c-media-block--reverse .c-media-block__body {
    float: right;
  }

  .c-media-block.c-media-block--numbered .c-media-block__body {
    margin-top: -0.1em;
  }

  .main .c-media-block--numbered {
    margin-top: 7em;
  }
  .c-media-block--numbered .c-text {
    font-size: 1.8rem;
  }
  .c-media-block--numbered .c-text--small {
    font-size: 1.4rem;
  }
}

/* SP */
@media only screen and (max-width: 1099px) {
  .c-hero__inner .c-hero__content {
    background-color: #222;
    padding: 2em 20px;
  }

  .c-hero__inner .c-hero__content img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .c-hero__inner .c-hero__text {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .visible_on_widescreen {
    display: none;
  }
  .visible_on_mobile {
    display: block;
  }


  .c-grid__col1-3:first-child .c-heading-c {
    margin-top: 0;
  }

  .c-heading-b + .c-link-block {
    margin-top: 2rem;
  }

  .c-heading-b + .c-grid > .c-text {
    margin-top: 0;
  }

  .c-heading-b + .c-table {
    margin-top: 1.6rem;
    line-height: 1.8;
  }

  .c-heading-b__center-dash:before {
  }
  .c-heading-b__center-dash-inner {
  }

  .c-heading-b__center-dash + .c-grid {
     margin-top: 0.7em;
  }

  .u-onlywidescreen {
    display: none;
  }

  .u-onlymobile {
    display: block;
  }

  .u-tal__sm {
    left: 0;
    width: 100%;
    text-align: left !important;
  }

  .u-sign-arrow-triangle {
    display: block;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
  }


  .c-media .c-media__col1-3__item__showcase__feature {
    margin-top: 4rem;
  }


  .c-media .c-media__col1-3__item__showcase:first-child {
    margin-top: 0;
  }
  .c-media .c-media__col1-3__item__showcase {
    margin-top: 4rem;
  }

  .c-figure__step .u-sign-arrow-triangle {
    position: relative;
    bottom: -1em;
    margin: 0 auto;
  }

  .c-media-block--mediafirst .c-media-block__media {
    margin-top: 0;
  }
  .c-media-block--mediafirst .c-media-block__body {
    margin-top: 1em;
  }
  .c-media-block--mediafirst .c-media-block__body.c-media-block__body__spaced-sm {
    margin-top: 2em;
  }

  .main .c-media-block--numbered {
    margin-top: 4.4em;
  }
  .c-media-block--numbered .c-figure__numbered .index-numbered-item {
    top: -0.5em;
    font-size: 6.5rem;
 }

  .c-panel__feat {
    margin-left: 0;
    margin-right: 0;
    padding: 1.1em 1.5em;
  }
  .c-panel__feat .c-icon-feat {
    left: 0.15em;
    top: -1.3em;
  }
  .c-panel__feat .c-icon-feat .c-cont-icon-feat {
    font-size: 1.2rem;
  }  
}


/* page individual - category top  */
.headline-categorytop,
.headline-categorytop-inner {
}

.headline-categorytop-inner {
  overflow: hidden;
}

.c-media-hero__content {
  width: 100%;
}
.c-media-hero__title img {
  width: 53%;
  height: 53%;
}

.mainvisual-index {
  display: block;
  width: 100%;
  position: relative;
}

.mainvisual-index .tagline-mainvisual {
  position: absolute;
  text-indent: -9999px;
}

.container-image-mainvisual {
  position: relative;
  display: inline-block;
  width: auto;
  left: 50%;
  top: 0;
  overflow: visible;
  vertical-align: bottom;
}

.container-image-mainvisual .image-mainvisual {
  display: block;
  margin-left: -50%;
  width: 100%;
  vertical-align: bottom;
}

.headline-categorytop .c-news-list .c-link-list {
  margin-top: 2rem;
}
.headline-categorytop .c-news-list li {
  margin-top: 0.5rem;
}

.headline-categorytop + .c-heading-b__categorytop {
  margin-top: 3.5rem;
}

.c-heading-b.c-heading-b__categorytop {
  margin-top: 6rem;
}

.c-link-block--outline-category .c-link-block__item__title {
  font-size: 2.4rem;
}

.c-table .c-link-list {
  margin-top: 0;
}

.c-grid__trailer__categorytop {
  margin-top: 60px;
  padding-bottom: 95px;
}

.c-grid__trailer__categorytop .c-link-box {
  padding: 12px;
}

.c-grid__trailer__categorytop + .c-heading-b {
  margin-top: 1.3rem;
}
.c-grid-calendar__categorytop {
  padding-bottom: 35px;
}
.c-grid-calendar__categorytop + .c-list--note {
  padding-bottom: 95px;
}

.gallery {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery li a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gallery li a:hover {
  filter: brightness(120%);
  opacity: .7;
}

.gallery li img {
  display: block;
  width: 100%;
  height: auto;
}

.hero_wrap {
  position: relative;
  margin-top: 24px;
}

#hero {
  position: relative;
  width: 100%;
}

.hero_wrap .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
}

#hero .copy .hero__text {
  position: absolute;
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 400;
}

.video-area {
  width: 100%;
  height: 100%;
}

.video-area video {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#hero:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 50;
}

.highlight_slide{
  margin-inline: auto;
  max-width: 1280px;
  position: relative;
}
.highlight_slide .swiper {
  max-width: 1280px;
}
.highlight_slide .swiper1 .swiper-slide1 img {
  height: auto;
  width: 100%;
}
.highlight_slide .swiper-button-prev1 {
  left: -40px !important;
}
.highlight_slide .swiper-button-next1 {
  right: -40px !important;
}
.highlight_slide .swiper-button-next1, .highlight_slide .swiper-button-prev1{
  top:44%;
}
.highlight_slide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px !important;
}
.highlight_slide .swiper-slide1{
  position: relative;
}
.highlight_slide .swiper-slide1 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-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;
}
.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;
}
/* PC */
@media only screen and (min-width: 1001px) {
  .hero_wrap .copy .hero__title img {
    max-width: 100%;
    width: 700px;
    height: auto;
  }

  #hero .copy .hero__text img {
    max-width: 275px;
    max-height: 103px;
  }
  
  .headline-categorytop .c-news-list {
    margin-top: 3.3em;
  }

  .headline-categorytop .c-heading-b {
    margin-top: 0;
  }

  .headline-categorytop + .main-inner .c-heading-b:first-child {
    margin-top: 9rem;
  }

}
@media only screen and (max-width: 1000px) {
  .hero_wrap .copy .hero__title img {
    width: 620px;
    height: auto;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  .hero_wrap .copy .hero__title img {
    width: 365px;
    height: auto;
  }

  #hero .copy .hero__text img {
    width: 75%;
    height: 75%;
  }
  .c-grid__trailer__categorytop .c-grid__col1-2 {
    margin-top: 2.2rem;
  }

  .headline-categorytop .c-heading-b {
    margin-top: 0;
  }

  .c-grid__trailer__categorytop .c-grid__col1-2:first-child {
    margin-top: 0;
  }

  .mainvisual-index {
     padding-bottom: 94px;
  }

  .headline-categorytop {
    margin-top: 30px;
  }

  .headline-categorytop  .c-media-hero__image {
    margin-bottom: -1px;
  }

  .headline-categorytop .c-media-hero__image img {
    margin-left: -39%;
  }

  .headline-categorytop .c-media-hero__content {
    background-color: #222;
    padding: 2em 20px;
  }
  .headline-categorytop .c-media-hero__content img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .headline-categorytop .c-media-hero__text {
    color: #fff;
  }

  .headline-categorytop .c-news-list {
    margin: 2.2em auto 0;
    padding: 25px 0 25px;
    max-width: 960px;
  }

  .c-heading-b.c-heading-b__categorytop {
    margin-top: 7rem;
  }

  .headline-categorytop + .c-heading-b.c-heading-b__categorytop {
    margin-top: 3.5rem;
  }

  .headline-categorytop .fragment-sentence {
    display: inline-block;
    padding-right: 0.5em;
  }

  .container-image-mainvisual {
    min-width: 767px;
  }

  .headline-categorytop + .main-inner .c-heading-b:first-child {
    margin-top: 6rem;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .headline-categorytop .c-media-hero__image img {
    margin: 0;
  }
}
/* /page individual - category top  */


@media print {
  .visible_on_mobile {
    display: none;
  }

  .bg-main-inner__fullwidth-gray, .bg-main-inner__fullwidth-gray .c-heading-b__center-dash .c-heading-b__center-dash-inner {
    background: none;
  }

  .c-text--notice-center {
    text-align: left;
  }

  .c-hero .c-hero__content {
    width: 100%;
  }

  .c-hero__inner .c-hero__text {
    color: #fff!important;
    font-size: 1.2rem;
  }

  .c-media:before, .c-media:after {
    content: '';
    display: table;
  }

  .c-media__col1-3::before, .c-media__col1-3::after {
    content: '';
    display: table;
  }

  .c-media__col1-3::after {
    clear: both;
  }

  .c-media__col1-3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.599999999999994%;
    margin-left: 0%;
    margin-right: 2.6%;
    transition: all 0.3s ease;
  }

  .c-media__col1-3__item__showcase {
    margin-right: 1.5%;
  }

  .c-grid__col3-4--center {
    position: static;
    text-align: left !important;
  }

  .c-media-block--mediafirst .c-media-block__media {
    position: static;
    float: right;
    margin-right: 0;
    width: 48%;
  }
  .c-media-block--mediafirst .c-media-block__body {
    position: static;
    float: left;
    margin-top: -0.25em;  
    margin-right: 2.6%;
  }

  .c-media-block--mediafirst.c-media-block--reverse .c-media-block__media {
    float: left;
  }
  .c-media-block--mediafirst.c-media-block--reverse .c-media-block__body {
    float: right;
  }

  .c-media-block--numbered { margin-top: 60px; }

  .c-panel__feat {
    padding: 1em;
  }

  .c-panel__feat .c-icon-feat {
    display: block;
    position: static;
  }
  .c-cont-icon-feat {
    display: block;
    float: right;
    padding: 0 0 10px;
    border-radius: 0;
    width: auto;
    height: auto;
    background: none;
    color: #000;
    font-size: 2.4rem;
  }
  .c-panel__feat .c-icon-feat:after {
    clear: both;
    content: '';
    display: table;
  }
  .c-panel__feat .c-icon-feat + .c-media-block--mediafirst {
    clear: both;
    margin-top: 10px;
  }

  .c-figure__step .u-sign-arrow-triangle {
    top: 50px;
    right: -15px;
  }
}
/* /print */

