:root {
  --accordion-content-height: 0px;
}

@media screen and (min-width: 960px) {
  .container {
    width: 100%;
    max-width: 1280px;
  }
}
#companyprofile br.u-pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  #companyprofile br.u-pc {
    display: inline;
  }
}
#companyprofile br.u-sp {
  display: inline;
}
@media only screen and (min-width: 960px) {
  #companyprofile br.u-sp {
    display: none;
  }
}
#companyprofile .c-grid {
  margin: 0;
}
#companyprofile .c-grid.mt2 {
  margin-top: 20px;
}
#companyprofile button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
#companyprofile picture {
  display: block;
  max-width: 100%;
}
#companyprofile picture > img {
  max-width: 100%;
  height: auto;
}
#companyprofile.main {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}
#companyprofile.main > * {
  box-sizing: border-box;
}
#companyprofile .section {
  display: block;
  width: 100%;
}
#companyprofile .section.black {
  background-color: #272727;
  color: #ffffff;
}
#companyprofile .section.gray {
  background-color: #474747;
  color: #ffffff;
}
#companyprofile .section .section-inner {
  width: 92.66%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  #companyprofile .section .section-inner {
    width: auto;
    max-width: 1280px;
    padding: 0 80px;
  }
}
#companyprofile .section .section-inner h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.45em;
  margin-top: 0;
  margin-bottom: 3rem;
}
#companyprofile .section .section-inner p {
  font-size: 1.6rem;
  line-height: 2em;
}
#companyprofile .section .section-inner p a {
  color: currentColor;
}
#companyprofile .section .section-inner p a[target=_blank] {
  text-decoration: underline;
}
#companyprofile .section .section-inner p a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: transparent;
  background-image: url("https://www.nikon.com/assets/img/icon_link-ext-white.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
@media (any-hover: hover) {
  #companyprofile .section .section-inner p a[target=_blank] {
    opacity: 1;
    transform: opacity 0.2s ease-out;
  }
  #companyprofile .section .section-inner p a[target=_blank]:hover {
    opacity: 0.6;
  }
}
#companyprofile .section-inner ul.u-line {
  margin-bottom: 0;
}
#companyprofile .section-inner .accordion-content {
  overflow: hidden;
  max-height: var(--accordion-content-height, none);
  transition: max-height 0.2s ease-in-out;
}
#companyprofile .section-inner #download-area-pc {
  padding-bottom: 20px;
}
#companyprofile .section-inner .button-area {
  display: block;
  overflow: hidden;
  padding: 4rem 0;
}
@media only screen and (min-width: 960px) {
  #companyprofile .section-inner .button-area {
    display: grid;
    grid-template-columns: 27.78% 1fr 27.78%;
    margin: calc(5.8rem - 20px) 0 0;
    padding: 0;
    gap: 7.53%;
  }
  #companyprofile .section-inner .button-area::before, #companyprofile .section-inner .button-area::after {
    display: block;
    content: "";
  }
}
#companyprofile .section-inner .button-area button {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  color: #000000;
  background-color: transparent;
  border: 1px solid currentColor;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 960px) {
  #companyprofile .section-inner .button-area button {
    cursor: pointer;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1399px) {
  #companyprofile .section-inner .button-area button {
    font-size: 1.14vw;
  }
}
#companyprofile .section-inner .button-area button[aria-expanded=false]:before {
  color: currentColor;
  content: "Click here to download by content";
}
@media only screen and (min-width: 960px) {
  #companyprofile .section-inner .button-area button[aria-expanded=true] {
    max-width: 15rem;
    margin: 0 auto;
  }
}
#companyprofile .section-inner .button-area button[aria-expanded=true]:before {
  content: "Close";
}
#companyprofile .section-inner .button-area button[aria-expanded=true] > .icon > span {
  transform: rotate(45deg);
}
#companyprofile .section-inner .button-area button > .icon {
  display: block;
  position: absolute;
  z-index: 1;
  width: 1.6em;
  height: 1.6em;
  margin: 0;
  right: 5%;
  top: calc(50% - 0.8em);
}
#companyprofile .section-inner .button-area button > .icon > span {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#companyprofile .section-inner .button-area button > .icon > span::before, #companyprofile .section-inner .button-area button > .icon > span::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  background-color: currentColor;
  width: 0.8em;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 0.4em);
}
#companyprofile .section-inner .button-area button > .icon > span::after {
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  #companyprofile .section-inner .button-area button {
    transition: border 0.2s ease-out, color 0.2s ease-out, opacity 0.2s ease-in-out;
  }
  #companyprofile .section-inner .button-area button:hover {
    color: #797979;
  }
}
#companyprofile #sec2.section {
  margin-top: 8rem;
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec2.section {
    margin-top: 8.7rem;
  }
  #companyprofile #sec2.section p.c-text {
    margin-bottom: 32px;
  }
}
#companyprofile #sec3.section {
  margin-top: 8rem;
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec3.section {
    margin-top: 5.8rem;
  }
}
#companyprofile #sec3 .c-grid {
  margin: 0;
}
#companyprofile #sec3 .cp-grid__pic {
  margin: 0 auto;
  width: 62.38%;
}
#companyprofile #sec3 .cp-grid__content {
  margin: 3rem 0 0;
}
#companyprofile #sec3 .cp-grid__content .movie-area {
  margin: 2rem 0 0;
}
#companyprofile #sec3 .cp-grid__content .movie-area .c-button span::after {
  margin: 0 0 0 1em;
  transform: rotate(90deg);
}
#companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area {
  display: grid;
  grid-template-columns: 0% 50% 50%;
  margin: 4rem 0 0;
}
#companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area > .screenshot {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 63.37%;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec3.section {
    margin-top: 8.7rem;
  }
  #companyprofile #sec3 .section-inner {
    padding-bottom: 5.8rem;
  }
}
