: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;
}
#companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area > .screenshot.ss1 {
  background-image: url(https://www.nikon.com/company/corporate/companyprofile/img/pic_screenshot_1.jpg);
}
#companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area > .screenshot.ss2 {
  background-image: url(https://www.nikon.com/company/corporate/companyprofile/img/pic_screenshot_2.jpg);
}
#companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area > .screenshot.ss3 {
  background-image: url(https://www.nikon.com/company/corporate/companyprofile/img/pic_screenshot_3.jpg);
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec3.section {
    margin-top: 8.7rem;
  }
  #companyprofile #sec3 .section-inner {
    padding-bottom: 5.8rem;
  }
  #companyprofile #sec3 .c-grid.cp-grid__col1 {
    grid-template-columns: 27.78% 1fr;
    gap: 7.53%;
  }
  #companyprofile #sec3 .cp-grid__pic {
    width: 100%;
    margin: 0;
  }
  #companyprofile #sec3 .cp-grid__content {
    height: 100%;
    margin-top: 0;
  }
  #companyprofile #sec3 .cp-grid__content h2 {
    line-height: 1;
    margin: 0 0 2rem;
  }
  #companyprofile #sec3 .cp-grid__content .movie-area {
    margin: 2.34rem 0 0;
    flex-direction: column;
    justify-content: space-between;
  }
  #companyprofile #sec3 .cp-grid__content .movie-area .movie-screenshots-area {
    margin: 3.2rem 0 0;
    display: grid;
    grid-template-columns: 33% 33% 33%;
  }
  #companyprofile #sec3 .cp-grid__content a.c-button {
    display: inline-flex;
    cursor: pointer;
  }
}
#companyprofile #sec4.section {
  margin-top: 8rem;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
#companyprofile #sec4 .section-inner h2 {
  text-align: center;
  margin: 3rem 0 2rem;
  line-height: 1.5;
}
#companyprofile #sec4 .section-inner h2 > span {
  display: block;
  font-size: inherit;
}
#companyprofile #sec4 .section-inner h2 > span.en {
  font-size: 0.75em;
}
#companyprofile #sec4 .cp-movie-area__wrapper {
  margin-top: 8rem;
  margin-bottom: 8rem;
  width: 100%;
}
#companyprofile #sec4 .cp-movie-area__inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#companyprofile #sec4 .cp-movie-area__inner > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#companyprofile #sec4 .cp-grid__col2 {
  margin-top: 8rem;
}
#companyprofile #sec4 .cp-grid__col2 .cp-grid__content {
  font-size: 1.4rem;
}
#companyprofile #sec4 .cp-grid__col2 .cp-grid__content h3 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.36em;
  margin: 1.2rem 0;
}
#companyprofile #sec4 .cp-grid__col2 .cp-grid__content h3 .sub {
  font-size: 0.68em;
  display: inline-block;
  line-height: 1.47em;
}
#companyprofile #sec4 .cp-grid__col2 .cp-grid__content p {
  font-size: inherit;
  line-height: 1.8em;
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec4.section {
    margin-top: 0;
    padding-top: 5.8rem;
    padding-bottom: 8.7rem;
  }
  #companyprofile #sec4.section .section-inner {
    width: 78%;
    max-width: 1120px;
  }
  #companyprofile #sec4.section .section-inner h2 {
    margin-top: 0;
  }
  #companyprofile #sec4.section .section-inner p {
    text-align: center;
    font-size: 1.6rem;
  }
  #companyprofile #sec4.section .cp-movie-area__wrapper {
    margin: 5.8rem auto;
  }
  #companyprofile #sec4.section .cp-grid__col2 {
    grid-template-columns: 42.11% 1fr;
    gap: 3.29%;
    margin: 0;
    padding-top: 5.8rem;
  }
  #companyprofile #sec4.section .cp-grid__col2 .cp-grid__content {
    margin: 0;
    font-size: 1.4rem;
  }
  #companyprofile #sec4.section .cp-grid__col2 .cp-grid__content h3 {
    margin-top: 0;
    font-size: 2.86rem;
  }
  #companyprofile #sec4.section .cp-grid__col2 .cp-grid__content p {
    text-align: left;
    line-height: 1.62em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1399px) {
  #companyprofile #sec4.section p {
    font-size: 1.14vw;
  }
  #companyprofile #sec4.section .cp-grid__col2 .cp-grid__content h3 {
    font-size: 2.04vw;
  }
}
#companyprofile #sec5 .section-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
#companyprofile #sec5 .section-inner .text-wrap {
  width: 92.66%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec5 .section-inner .text-wrap {
    width: auto;
    max-width: 1280px;
    padding: 0 80px;
  }
}
#companyprofile #sec5 .section-inner .text-wrap {
  padding: calc(4rem - 0.5em) 0;
}
#companyprofile #sec5 .section-inner p {
  font-size: 1.6rem;
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 {
  grid-template-columns: 100%;
  gap: 0;
  margin: 0;
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item {
  width: 100%;
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 {
  grid-template-columns: 50% 50%;
  gap: 0;
  margin: 0;
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item {
  width: 100%;
  height: 0;
  padding-top: 56.27%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item1 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_1.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item2 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_2.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item3 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_3.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item4 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_4.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item5 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_5.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item6 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_6.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item7 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_7.jpg");
}
#companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 .cp-grid__item.item8 {
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_foot_screenshot_8.jpg");
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec5 .section-inner {
    max-width: none;
  }
  #companyprofile #sec5 .section-inner .text-wrap {
    padding: 2rem 0;
  }
  #companyprofile #sec5 .section-inner .text-wrap > p {
    font-size: 1.6rem;
    text-align: center;
  }
  #companyprofile #sec5 .section-inner > .cp-grid__col2 {
    grid-template-columns: 50% 50%;
    gap: 0;
  }
  #companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item {
    width: 100%;
  }
  #companyprofile #sec5 .section-inner > .cp-grid__col2 > .cp-grid__item > .cp-grid__col2 {
    grid-template-columns: 50% 50%;
    gap: 0;
    margin: 0;
  }
}
#companyprofile #sec6.section {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
#companyprofile #sec6 .banner-box__wrapper {
  width: 100%;
  padding-top: 39.11%;
  background-color: #272727;
  background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_nikoncreate_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
#companyprofile #sec6 .banner-box__inner {
  width: 93.07%;
  margin: 0 auto;
  color: #ffffff;
}
#companyprofile #sec6 .banner-box__inner h2 {
  font-size: 4.15vw;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
}
#companyprofile #sec6 .banner-box__inner p {
  font-size: 3vw;
  line-height: 1.57em;
}
#companyprofile #sec6 .banner-box__inner .link-wrapper {
  padding: 1em 0 2em;
  width: 71.28%;
  font-size: 3vw;
  margin: 0 auto;
}
#companyprofile #sec6 .banner-box__inner .link-wrapper a.c-button {
  font-size: 3.69vw;
  width: 100%;
  height: 2.2em;
  color: #222;
  background-color: #fff;
}
@media (any-hover: hover) {
  #companyprofile #sec6 .banner-box__inner .link-wrapper a.c-button:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}
@media only screen and (min-width: 960px) {
  #companyprofile #sec6 {
    margin-top: 8.7rem;
    padding-bottom: 8.7rem;
  }
  #companyprofile #sec6 .section-inner .banner-box__wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    padding: 0;
    background-image: url("https://www.nikon.com/company/corporate/companyprofile/img/pic_nikoncreate_pc.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
  }
  #companyprofile #sec6 .section-inner .banner-box__wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 58.33%;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 3.23%;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner h2 {
    font-size: 2.6rem;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner p {
    font-size: 1.4rem;
    line-height: 2em;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner .link-wrapper {
    max-width: 50.97%;
    padding: 1em 0 0;
    margin-left: 0;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner .link-wrapper a.c-button {
    font-size: 1.6rem;
    align-items: center;
    padding: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1399px) {
  #companyprofile #sec6 .section-inner .banner-box__inner h2 {
    font-size: 1.86vw;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner p {
    font-size: 1vw;
  }
  #companyprofile #sec6 .section-inner .banner-box__inner .link-wrapper a.c-button {
    font-size: 1.14vw;
  }
}