.tec-venn-diagram {
  background-color: #E5E5E5;
  margin-top: 60px;
  height: 840px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram {
    height: 690px;
  }
  .tec-venn-diagram.is-open {
    z-index: 1100;
  }
}
@media print {
  .tec-venn-diagram {
    height: auto;
  }
}
.tec-venn-diagram__print-image {
  display: none;
}
@media print {
  .tec-venn-diagram__print-image {
    display: block;
  }
  .tec-venn-diagram__print-image img {
    width: 100%;
  }
}
.tec-venn-diagram__inner {
  background: url("https://www.nikon.com/company/technology/assets/img/bg-venn-diagram-pc.png") no-repeat 50% 50%;
  background-size: 1440px auto;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: relative;
  z-index: 50;
  margin: 0 auto;
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram__inner {
    background-image: url("https://www.nikon.com/company/technology/assets/img/bg-venn-diagram-tb.png");
    background-size: min(1078px, 154%) auto;
  }
}
@media screen and (max-width: 519px) {
  .tec-venn-diagram__inner {
    background-image: url("https://www.nikon.com/company/technology/assets/img/bg-venn-diagram-sp.png");
    background-size: 555px auto;
  }
}
@media print {
  .tec-venn-diagram__inner {
    display: none;
  }
}
.tec-venn-diagram__image {
  background: url("https://www.nikon.com/company/technology/assets/img/img-product-venn-diagram-pc.png") no-repeat 50% 50%;
  background-size: 100% auto;
  width: 108vw;
  max-width: 1540px;
  min-width: 1470px;
  height: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media print {
  .tec-venn-diagram__image {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram__image {
    background-image: url("https://www.nikon.com/company/technology/assets/img/img-product-venn-diagram-tb.png");
    background-size: 100% auto;
    width: 1000px;
    height: 690px;
    max-width: auto;
    min-width: auto;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) and (max-width: 720px) {
  .tec-venn-diagram__image {
    background-image: url("https://www.nikon.com/company/technology/assets/img/img-product-venn-diagram-tb-small.png");
    background-size: auto 100%;
  }
}
@media screen and (max-width: 519px) {
  .tec-venn-diagram__image {
    background-image: url("https://www.nikon.com/company/technology/assets/img/img-product-venn-diagram-sp.png");
    width: 108%;
    height: 690px;
    min-width: auto;
  }
}
@media screen and (max-width: 519px) and (max-width: 475px) {
  .tec-venn-diagram__image {
    background-size: auto 100%;
  }
}
.tec-venn-diagram .core {
  background-color: #ffe600;
  border-radius: 50%;
  width: 188px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tec-venn-diagram .core span {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  margin-top: 9px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram .core span {
    margin-top: 9px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram .core {
    width: 27.3076923077vw;
    height: 27.3076923077vw;
    max-width: 192px;
    max-height: 192px;
    font-size: min(2.6923076923vw, 1.9rem);
  }
  .tec-venn-diagram .core span {
    font-size: min(2.3076923077vw, 1.6rem);
  }
}
@media screen and (max-width: 519px) {
  .tec-venn-diagram .core {
    width: 142px;
    height: 142px;
    font-size: 1.4rem;
  }
  .tec-venn-diagram .core span {
    font-size: 1.2rem;
  }
}
.tec-venn-diagram .category__item .category__link {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(132, 131, 125, 0.15);
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  position: absolute;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  transition-property: box-shadow, border-color, color;
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .category__item .category__link {
    width: 130px;
    height: 130px;
    padding-bottom: 2px;
    z-index: 100;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram .category__item .category__link {
    width: 20vw;
    height: 20vw;
    max-width: 140px;
    max-height: 140px;
    font-size: min(2.3076923077vw, 1.6rem);
    padding-bottom: min(1.3333333333vw, 8px);
    top: 50%;
  }
}
@media screen and (max-width: 519px) {
  .tec-venn-diagram .category__item .category__link {
    width: 104px;
    height: 104px;
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}
@media (any-hover: hover) {
  .tec-venn-diagram .category__item .category__link:hover {
    border-color: #ffe600;
    box-shadow: 0px 0px 35px 0px rgba(255, 230, 0, 0.24), 0px 0px 40px 0px rgba(132, 131, 125, 0.15);
  }
}
@media screen and (any-hover: hover) and (min-width: 1100px) {
  .tec-venn-diagram .category__item .category__link:hover .icon {
    background-color: #ffe600;
    border-color: #ffe600;
  }
}
.tec-venn-diagram .category__item .category__link .icon {
  display: block;
  width: 18px;
  height: 18px;
  border: solid 1px #dbdbdb;
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-out;
  transition-property: border-color, background-color;
}
.tec-venn-diagram .category__item .category__link .icon::before, .tec-venn-diagram .category__item .category__link .icon::after {
  content: "";
  display: block;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .category__item .category__link .icon::before, .tec-venn-diagram .category__item .category__link .icon::after {
    width: 4px;
    height: 8px;
    transition-property: opacity;
  }
  .tec-venn-diagram .category__item .category__link .icon::before {
    background-image: url(https://www.nikon.com/assets/img/icon_angle-right.svg);
    opacity: 1;
  }
  .tec-venn-diagram .category__item .category__link .icon::after {
    background-image: url(https://www.nikon.com/assets/img/icon_angle-right-gray.svg);
    opacity: 0;
  }
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram .category__item .category__link .icon {
    bottom: 8px;
  }
  .tec-venn-diagram .category__item .category__link .icon::before, .tec-venn-diagram .category__item .category__link .icon::after {
    background-color: #222;
    width: 8px;
    height: 1px;
    border-radius: 1px;
    transition-property: transform;
  }
  .tec-venn-diagram .category__item .category__link .icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram .category__item .category__link .icon {
    width: min(3.4615384615vw, 24px);
    height: min(3.4615384615vw, 24px);
    bottom: min(1.5384615385vw, 11px);
  }
  .tec-venn-diagram .category__item .category__link .icon::before, .tec-venn-diagram .category__item .category__link .icon::after {
    width: min(1.5384615385vw, 9px);
    height: min(1.5384615385vw, 1px);
  }
}
.tec-venn-diagram .category__item .category__mask {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  pointer-events: none;
}
.tec-venn-diagram .category__item .category__mask.is-active {
  pointer-events: auto;
}
.tec-venn-diagram .category__item .category__mask::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .category .category__item.is-disactive .category__link {
    transition-delay: 0;
    color: #b3b3b3;
  }
  .tec-venn-diagram .category .category__item.is-disactive .category__link .icon {
    border-color: #eee;
    transition-delay: 0;
  }
  .tec-venn-diagram .category .category__item.is-disactive .category__link .icon::before {
    opacity: 0 !important;
    transition-delay: 0;
  }
  .tec-venn-diagram .category .category__item.is-disactive .category__link .icon::after {
    opacity: 0.5 !important;
    transition-delay: 0;
  }
  .tec-venn-diagram .category--1 .category__link {
    top: 172px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tec-venn-diagram .category--1 .category__mask {
    width: 375px;
    height: 137px;
    transform: translate(-265px, -330px);
  }
  .tec-venn-diagram .category--1 .category__mask::after {
    width: 75px;
    height: 30px;
    bottom: -30px;
    left: 125px;
  }
  .tec-venn-diagram .category--2 .category__link {
    top: 264px;
    left: 50%;
    transform: translateX(94px);
  }
  .tec-venn-diagram .category--2 .category__mask {
    width: 257px;
    height: 140px;
    transform: translate(117px, -284px);
  }
  .tec-venn-diagram .category--2 .category__mask::after {
    width: 58px;
    height: 90px;
    bottom: -45px;
    left: 102px;
    transform: rotate(60deg);
  }
  .tec-venn-diagram .category--3 .category__link {
    bottom: 262px;
    left: 50%;
    transform: translateX(94px);
  }
  .tec-venn-diagram .category--3 .category__mask {
    width: 299px;
    height: 226px;
    transform: translate(145px, 40px);
  }
  .tec-venn-diagram .category--4 .category__link {
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tec-venn-diagram .category--4 .category__mask {
    width: 509px;
    height: 120px;
    transform: translate(-305px, 201px);
    z-index: 40;
  }
  .tec-venn-diagram .category--5 .category__link {
    bottom: 262px;
    right: 50%;
    transform: translateX(-94px);
  }
  .tec-venn-diagram .category--5 .category__mask {
    width: 270px;
    height: 225px;
    transform: translate(-419px, -13px);
  }
  .tec-venn-diagram .category--6 .category__link {
    top: 264px;
    right: 50%;
    transform: translateX(-94px);
  }
  .tec-venn-diagram .category--6 .category__mask {
    width: 314px;
    height: 153px;
    transform: translate(-457px, -185px);
  }
  .tec-venn-diagram .category .sub-category__item {
    line-height: 1;
    position: absolute;
    left: 50%;
    transition: 0.3s ease-out;
    transition-property: opacity;
    z-index: 200;
  }
  .tec-venn-diagram .category .sub-category__item--1 {
    top: 188px;
    transform: translateX(-289px);
  }
  .tec-venn-diagram .category .sub-category__item--2 {
    top: 143px;
    transform: translateX(-271px);
  }
  .tec-venn-diagram .category .sub-category__item--3 {
    top: 99px;
    transform: translateX(-189px);
  }
  .tec-venn-diagram .category .sub-category__item--4 {
    top: 99px;
    transform: translateX(7px);
  }
  .tec-venn-diagram .category .sub-category__item--5 {
    top: 143px;
    transform: translateX(126px);
  }
  .tec-venn-diagram .category .sub-category__item--6 {
    top: 188px;
    transform: translateX(186px);
  }
  .tec-venn-diagram .category .sub-category__item--7 {
    top: 237px;
    transform: translateX(228px);
  }
  .tec-venn-diagram .category .sub-category__item--8 {
    top: 297px;
    transform: translateX(260px);
  }
  .tec-venn-diagram .category .sub-category__item--9 {
    top: 356px;
    transform: translateX(278px);
  }
  .tec-venn-diagram .category .sub-category__item--10 {
    top: 415px;
    transform: translateX(280px);
  }
  .tec-venn-diagram .category .sub-category__item--11 {
    top: 474px;
    transform: translateX(273px);
  }
  .tec-venn-diagram .category .sub-category__item--12 {
    top: 531px;
    transform: translateX(251px);
  }
  .tec-venn-diagram .category .sub-category__item--13 {
    top: 584px;
    transform: translateX(221px);
  }
  .tec-venn-diagram .category .sub-category__item--14 {
    top: 634px;
    transform: translateX(170px);
  }
  .tec-venn-diagram .category .sub-category__item--15 {
    top: 681px;
    transform: translateX(89px);
  }
  .tec-venn-diagram .category .sub-category__item--16 {
    top: 717px;
    transform: translateX(-126px);
  }
  .tec-venn-diagram .category .sub-category__item--17 {
    top: 681px;
    transform: translateX(-357px);
  }
  .tec-venn-diagram .category .sub-category__item--18 {
    top: 634px;
    transform: translateX(-301px);
  }
  .tec-venn-diagram .category .sub-category__item--19 {
    top: 582px;
    transform: translateX(-363px);
  }
  .tec-venn-diagram .category .sub-category__item--20 {
    top: 582px;
    transform: translateX(-485px);
  }
  .tec-venn-diagram .category .sub-category__item--21 {
    top: 529px;
    transform: translateX(-453px);
  }
  .tec-venn-diagram .category .sub-category__item--22 {
    top: 472px;
    transform: translateX(-455px);
  }
  .tec-venn-diagram .category .sub-category__item--23 {
    top: 413px;
    transform: translateX(-375px);
  }
  .tec-venn-diagram .category .sub-category__item--24 {
    top: 355px;
    transform: translateX(-414px);
  }
  .tec-venn-diagram .category .sub-category__item--25 {
    top: 298px;
    transform: translateX(-386px);
  }
  .tec-venn-diagram .category .sub-category__item--26 {
    top: 243px;
    transform: translateX(-361px);
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .tec-venn-diagram .category .sub-category__item.is-disactive {
    opacity: 0.2;
  }
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .category .sub-category__item a {
    display: inline-block;
    padding: 8.5px 20px 8.5px 12px;
    gap: 5px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    color: #707070;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    order: 1;
    position: relative;
    text-decoration: none;
    transition: 0.1s ease-out;
    transition-property: color, background-color;
  }
  .tec-venn-diagram .category .sub-category__item a::before, .tec-venn-diagram .category .sub-category__item a::after {
    content: "";
    display: block;
    background: no-repeat 50% 50%;
    width: 3px;
    height: 7px;
    background-size: 100% auto;
    order: 2;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    transition: 0.1s ease-out;
    transition-property: opacity;
  }
  .tec-venn-diagram .category .sub-category__item a::before {
    background-image: url(https://www.nikon.com/assets/img/icon_angle-right.svg);
    opacity: 0;
  }
  .tec-venn-diagram .category .sub-category__item a::after {
    background-image: url(https://www.nikon.com/assets/img/icon_angle-right-gray.svg);
  }
}
@media screen and (min-width: 1100px) and (any-hover: hover) {
  .tec-venn-diagram .category .sub-category__item a:hover {
    background-color: #fff;
    color: #222;
  }
  .tec-venn-diagram .category .sub-category__item a:hover::before {
    opacity: 1;
  }
  .tec-venn-diagram .category .sub-category__item a:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram .category .category__item.is-active .category__link {
    border-color: #ffe600;
    box-shadow: 0px 0px 35px 0px rgba(255, 230, 0, 0.24), 0px 0px 40px 0px rgba(132, 131, 125, 0.15);
  }
  .tec-venn-diagram .category .category__item.is-active .category__link .icon {
    background-color: #ffe600;
    border-color: #ffe600;
  }
  .tec-venn-diagram .category .category__item.is-active .category__link .icon::after {
    transform: translate(-50%, -50%);
  }
  .tec-venn-diagram .category .category__item .sub-category {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram .category--1 .category__link {
    left: 50%;
    transform: translate(-50%, max(-35.7333333333vw, -252px));
  }
  .tec-venn-diagram .category--2 .category__link {
    left: 50%;
    transform: translate(min(12.5333333333vw, 88px), max(-22.9333333333vw, -162px));
  }
  .tec-venn-diagram .category--3 .category__link {
    left: 50%;
    transform: translate(min(12.5333333333vw, 88px), min(2.9333333333vw, 21px));
  }
  .tec-venn-diagram .category--4 .category__link {
    left: 50%;
    transform: translate(-50%, min(16.2666666667vw, 112px));
  }
  .tec-venn-diagram .category--5 .category__link {
    right: 50%;
    transform: translate(max(-12.5333333333vw, -88px), min(2.9333333333vw, 21px));
  }
  .tec-venn-diagram .category--6 .category__link {
    right: 50%;
    transform: translate(max(-12.5333333333vw, -88px), max(-22.9333333333vw, -162px));
  }
}
@media screen and (max-width: 519px) {
  .tec-venn-diagram .category--1 .category__link {
    top: 158px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tec-venn-diagram .category--2 .category__link {
    top: 225px;
    left: 50%;
    transform: translateX(65px);
  }
  .tec-venn-diagram .category--3 .category__link {
    bottom: 226px;
    left: 50%;
    transform: translateX(65px);
  }
  .tec-venn-diagram .category--4 .category__link {
    left: 50%;
    bottom: 158px;
    transform: translateX(-50%);
  }
  .tec-venn-diagram .category--5 .category__link {
    bottom: 225px;
    right: 50%;
    transform: translateX(-65px);
  }
  .tec-venn-diagram .category--6 .category__link {
    top: 226px;
    right: 50%;
    transform: translateX(-65px);
  }
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .menu-container .menu-close {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram .menu-container {
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 36px 17px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.2s ease-out;
    transition-property: transform;
  }
  .tec-venn-diagram .menu-container.is-active {
    transform: translateY(0);
  }
  .tec-venn-diagram .menu-container .menu-close {
    border: none;
    text-indent: -9999px;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url("https://www.nikon.com/assets/img/icon_close.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1100px) {
  .tec-venn-diagram .menu .category-head {
    display: none;
  }
  .tec-venn-diagram .menu .sub-category {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .tec-venn-diagram .menu__item {
    display: none;
  }
  .tec-venn-diagram .menu__item.is-active {
    display: block;
  }
  .tec-venn-diagram .menu .category-head__title {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .tec-venn-diagram .menu .category-head__title::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 0 0.2em 0.52em;
    vertical-align: middle;
    background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
    background-size: contain;
  }
  .tec-venn-diagram .menu .category-head__text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .tec-venn-diagram .menu .sub-category {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
  .tec-venn-diagram .menu .sub-category__item {
    width: calc(50% - 5px);
  }
  .tec-venn-diagram .menu .sub-category__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4px;
    padding: 12px;
    background: #f3f3f3;
    box-sizing: border-box;
  }
  .tec-venn-diagram .menu .sub-category__item a span {
    text-align: left;
  }
  .tec-venn-diagram .menu .sub-category__item a span::after {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.65em;
    margin: 0 0 0.17em 0.5em;
    vertical-align: middle;
    background: url("https://www.nikon.com/assets/img/icon_angle-right.svg") no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .tec-venn-diagram .menu .sub-category__item {
    width: calc(33% - 5px);
  }
}
