@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

a {
  color: #040305;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: #fff;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #040305;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-btn {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  width: auto;
  padding: 25px 20px;
  border: solid 1px #fff;
  background-clip: padding-box;
  color: #fff !important;
  font-size: 19px;
  line-height: 111%;
  padding-right: 60px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: 0.5s;
  overflow: hidden;
}

.c-btn:after {
  content: "";
  background-color: rgba(255,255,255,0.3);
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.c-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  background-image: url(../images/ico_arrow_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-btn--text {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.c-btn--cv {
  background: linear-gradient(90deg, rgba(48,62,103,0.9) 0%, rgba(71,97,172,0.9) 46%, rgba(109,124,191,0.9) 100%);
  padding: 18px 54px 18px 32px;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0px;
  border: solid 1px #525054;
}

.c-btn--cv:before {
  display: none;
}

.c-btn--cv:after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #6778bc;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  transition: 0.5s;
}

.c-btn--cv:hover {
  opacity: 1;
}

.c-btn--cv:hover:after {
  opacity: 1;
}

.c-btn--cv .c-btn--text {
  font-weight: normal;
  z-index: 5;
}

.c-btn--cv .c-btn--text:after {
  content: "";
  width: 23px;
  height: 24px;
  position: absolute;
  display: block;
  left: calc(100% + 17px);
  top: -2px;
  background-image: url(../images/ico_arrow_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 84px;
  height: 84px;
}

.fade_in {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1.5s;
}

.fade_in-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-layout__item:not(:first-child) {
  margin-top: 40px;
}

.c-layout__item--col-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-layout__img {
  width: 100%;
  max-width: none;
}

.c-layout__img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-layout__body {
  margin-top: 48px;
}

.c-layout__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.c-layout__text {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: -0.035em;
  line-height: 2.07692;
}

.c-title {
  font-size: 64px;
  letter-spacing: 0px;
  line-height: 110%;
}

.c-title__border {
  width: 100%;
  overflow: hidden;
}

.c-title__border--txt {
  font-size: 48px;
  position: relative;
}

.c-title__border--txt::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 25px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title--s {
  font-size: 28px;
}

.c-toggle {
  position: relative;
  z-index: 30;
}

.c-toggle--active {
  z-index: 50;
}

.c-toggle__btn {
  border: solid 1px #fff;
  color: #fff;
  background-color: black;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.c-toggle__btn:before,
.c-toggle__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
}

.c-toggle__btn:before {
  width: 15px;
  height: 1px;
  right: 17px;
}

.c-toggle__btn:after {
  width: 1px;
  height: 15px;
  right: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 0.5s;
}

.c-toggle__btn--closetxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--opentxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--closetxt {
  display: inline-block;
}

.c-toggle__btn--close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 14px;
}

.c-toggle__contents {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 1px #fff;
  color: #fff;
  background-color: black;
  border-radius: 30px;
  width: 200px;
  z-index: 10;
  padding: 30px 19px;
  opacity: 0;
  box-shadow: 0px 0px 20px rgba(255,255,255,0.3);
  pointer-events: none;
  transition: 0.5s;
}

.c-toggle__contents--open {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 4px);
}

.c-toggle__item {
  padding: 15px 0px;
}

.c-toggle__item:first-child {
  padding-top: 0px;
}

.c-toggle__item:last-child {
  padding-bottom: 0px;
}

.c-toggle__item:not(:last-child) {
  border-bottom: solid 1px #525054;
}

.c-toggle__item--txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  letter-spacing: 0px;
}

.c-toggle__item--attention {
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #8c95b0 !important;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.c-toggle__item--style-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0px;
}

.c-toggle__item--style-02 .c-toggle__item--img {
  margin-top: 15px;
}

.c-toggle__item--style-03 .c-toggle__item--txt {
  width: 100%;
  text-align: center;
}

.c-toggle__item--style-03 .c-toggle__item--img {
  margin-top: 15px;
}

.c-txt {
  color: #8c95b0 !important;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  letter-spacing: 0px;
}

.c-txt__b-w {
  font-size: 18px;
  line-height: 160%;
  color: #fff !important;
  letter-spacing: 0px;
}

.l-footer {
  border-top: solid 1px #525054;
  background-color: #040305;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 75px;
}

.l-footer__contact {
  height: 385px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
}

.l-footer__contact:hover {
  background-color: #5c5a5e;
  opacity: 1 !important;
}

.l-footer__bottom {
  border-top: solid 1px #525054;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #131016;
}

.l-footer__copy {
  font-size: 12px;
  margin-top: 65px;
}

.g-nav {
  position: relative;
  top: -3px;
  transition: all 0.2s;
  width: 100%;
  margin: auto;
  z-index: 0;
  opacity: 1;
  padding: 0;
  height: 50px;
  pointer-events: auto;
  border: solid 1px #525054;
  max-width: 795px;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.g-nav.is-menu {
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__menu {
  height: 50px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  padding: 0 20px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 43px;
}

.g-nav__item {
  font-weight: bold;
  display: inline-block;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  display: block;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 0px;
}

.g-nav--bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  border-radius: 0px;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: 0.5s;
}

.is-menu-open .g-nav--bg {
  opacity: 1;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 40px 25px 40px;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.l-header--active {
  opacity: 1;
}

.l-header__logo-area {
  position: relative;
  top: -7px;
}

.l-header__logo--img {
  height: 45px;
}

.is-menu-open .l-header {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background-color: unset;
}

.l-wrapper {
  min-width: 1040px;
  margin: 0 auto;
}

.sec-contents {
  position: relative;
  padding: 80px 0px;
}

.main-block {
  padding-top: 80px;
}

.l-container {
  padding: 0 20px;
  max-width: 1160px;
  margin: auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: none;
  border: solid 1px #525054;
  max-width: 795px;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.nav-btn--inner {
  position: relative;
  top: -5px;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.tel-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 62px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #fafafa;
  display: none;
}

.tel-btn__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: #14b144;
  font-size: 24px;
}

.tel-btn__link:hover,
.tel-btn__link:active {
  color: #14b144;
}

.top {
  background-color: #040305;
}

.top p,
.top h2,
.top h3,
.top h4 {
  color: #fff;
  font-weight: bold;
}

.top-sec-header-txt-b-w {
  margin-top: 7px;
}

.top-sec-header-txt {
  margin-top: 7px;
}

.top-sec-fv {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1.5s;
}

.top-sec-fv--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.top-sec-fv__img {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.top-sec-fv__scroll {
  width: 104px;
  height: 104px;
  border: solid 1px #525054;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec-overview__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  margin-top: 60px;
}

.top-sec-overview__contents:after {
  content: "";
  width: 136px;
  height: 111px;
  background-image: url(../images/arrow_fig@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: calc(100% + -50px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.top-sec-overview__col {
  border: solid 1px #525054;
  border-radius: 8px;
  padding: 37px 20px 37px 20px;
  box-shadow: inset 0px 0px 32px rgba(255,255,255,0.3);
  text-align: center;
  position: relative;
}

.top-sec-overview__col .c-circle {
  width: 130px;
  height: 130px;
  left: calc(100% - 55px);
}

.top-sec-overview__col--1 .top-sec-overview__col--img {
  margin-top: 25px;
}

.top-sec-overview__col--2 .top-sec-overview__col--img {
  margin-top: 23px;
}

.top-sec-overview__col--3 .top-sec-overview__col--img {
  margin-top: 25px;
}

.top-sec-overview__col--4 .top-sec-overview__col--img {
  margin-top: 33px;
}

.top-sec-overview__col--4 .c-circle {
  display: none;
}

.top-sec-overview__col--title {
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: center;
}

.top-sec-overview__col--txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #8c95b0 !important;
}

.top-sec-overview__cv--txt {
  font-size: 44px;
  text-align: center;
  line-height: 110%;
  margin-top: 75px;
  letter-spacing: 0px;
}

.top-sec-overview__cv--img {
  margin: auto;
  margin-top: 40px;
}

.top-sec-overview--first-txt {
  margin-top: 24px;
}

.top-sec-overview__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-overview__link__col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 23px 55px 55px 55px;
}

.top-sec-overview__link__col--1 {
  background-image: url(../images/overview_link_bg_1@2x.png);
}

.top-sec-overview__link__col--1 .top-sec-overview__link--img {
  max-height: 155px;
  margin-top: 60px;
  margin-bottom: 44px;
}

.top-sec-overview__link__col--2 {
  background-image: url(../images/overview_link_bg_2@2x.png);
}

.top-sec-overview__link__col--2 .top-sec-overview__link--img {
  max-height: 210px;
  margin-top: -7px;
}

.top-sec-overview__link__col--2 .top-sec-overview__link--btn {
  margin-top: 273px;
}

.top-sec-overview__link--btn {
  width: 100%;
  margin-top: 30px;
}

.top-sec-overview__link--btn .c-btn {
  display: block;
  max-width: 355px;
  margin: auto;
}

.top-sec-overview__link--btn .c-btn:last-child {
  margin-top: 16px;
}

.top-sec-overview__link--title {
  font-size: 40px;
  width: 100%;
  margin-top: 25px;
  letter-spacing: 0px;
}

.top-sec-overview__select {
  margin-top: 160px;
}

.top-sec-options {
  margin-top: 0px;
}

.top-sec-options .c-title {
  padding-left: 20px;
  padding-right: 20px;
}

.top-sec-options__first--txt {
  margin-top: 25px;
}

.top-sec-options__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 100px;
}

.top-sec-options__col {
  width: 33.33%;
  border: solid 1px #525054;
  text-align: center;
  border-radius: 8px;
  padding: 0px 24px 65px 24px;
  position: relative;
  display: block;
  transition: 0.5s;
}

.top-sec-options__col:before {
  content: "";
  background-image: url(../images/ico_cicle__arrow@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 11px;
}

.top-sec-options__col--img {
  margin-top: -60px;
}

.top-sec-options__col--title {
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0px;
}

.top-sec-options__col--txt {
  font-size: 14px;
  line-height: 160%;
  color: #8c95b0 !important;
  margin-top: 12px;
  letter-spacing: 0px;
  font-weight: bold;
}

.top-sec-camerahead {
  padding-top: 25px;
}

.top-sec-camerahead__table--title {
  font-size: 18px;
  margin-top: 50px;
}

.top-sec-camerahead__table--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 25px;
}

.top-sec-camerahead__table--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-camerahead__table--wrapper--1 {
  width: 58.574%;
}

.top-sec-camerahead__table--wrapper--1 .top-sec-camerahead__table__inner {
  width: calc(100% - 104px);
}

.top-sec-camerahead__table--wrapper--1 .top-sec-camerahead__table__series--cols {
  width: 16.67%;
}

.top-sec-camerahead__table--wrapper--2 {
  width: 41.074%;
}

.top-sec-camerahead__table--wrapper--2 .top-sec-camerahead__table__side--box {
  display: none;
}

.top-sec-camerahead__table--wrapper--2 .top-sec-camerahead__table__series--cols {
  width: 20%;
}

.top-sec-camerahead__table__side {
  width: 104px;
}

.top-sec-camerahead__table__side--box {
  padding-top: 218px;
}

.top-sec-camerahead__table__col {
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #525054;
  height: 66px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec-camerahead__table__col--side {
  background-color: rgba(255,255,255,0.2);
  width: 104px;
  border-right: solid 1px #525054;
  border-left: solid 1px #525054;
}

.top-sec-camerahead__table__col--side:first-child {
  border-top: solid 1px #525054;
}

.top-sec-camerahead__table__col--side:first-child {
  border-radius: 8px 0px 0px 0px;
}

.top-sec-camerahead__table__col--side:last-child {
  border-radius: 0px 0px 0px 8px;
}

.top-sec-camerahead__table__col--header {
  background-color: rgba(255,255,255,0.2);
  letter-spacing: 0.2px;
}

.top-sec-camerahead__table__col--none {
  width: 16px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
}

.top-sec-camerahead__table__header__top {
  background-color: rgba(255,255,255,0.2);
  border: solid 1px #525054;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  padding: 16px 20px 20px 20px;
}

.top-sec-camerahead__table__header__top--title {
  font-size: 15px;
  letter-spacing: 0px;
}

.top-sec-camerahead__table__header__top--txt {
  color: #8c95b0 !important;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: bold;
}

.top-sec-camerahead__table__header__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-camerahead__table__series--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.top-sec-camerahead__table__series--cols {
  border-right: solid 1px #525054;
}

.top-sec-camerahead__table__series--cols:last-child {
  border-radius: 0px 0px 8px 0px;
}

.top-sec-camerahead__table__series--cols:last-child .top-sec-camerahead__table__col:last-child {
  border-radius: 0px 0px 8px 0px;
}

.top-sec-camerahead__table__series--cols--1 .top-sec-camerahead__table__col--header {
  border-left: solid 1px #525054;
}

.top-sec-camerahead__table__series--cols--7 {
  border-left: solid 1px #525054;
  border-radius: 0px 0px 0px 8px;
}

.top-sec-camerahead__table__series--cols--7 .top-sec-camerahead__table__col:last-child {
  border-radius: 0px 0px 0px 8px;
}

.top-sec-camerahead__table__series--cols--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-sec-camerahead__table__cols__header--img-box {
  background-color: rgba(255,255,255,0.2);
  text-align: center;
}

.top-sec-camerahead__table__cols__header--img-box--1 {
  width: 16.67%;
  border-right: solid 1px #525054;
  border-left: solid 1px #525054;
  padding-bottom: 10px;
}

.top-sec-camerahead__table__cols__header--img-box--2 {
  width: calc(16.67% * 4);
}

.top-sec-camerahead__table__cols__header--img-box--3 {
  width: 16.67%;
  border-right: solid 1px #525054;
  border-left: solid 1px #525054;
}

.top-sec-camerahead__table__cols__header--img-box--4 {
  width: 20%;
  border-right: solid 1px #525054;
  border-left: solid 1px #525054;
  padding-bottom: 22px;
}

.top-sec-camerahead__table__cols__header--img-box--5 {
  width: 60%;
}

.top-sec-camerahead__table__cols__header--img-box--6 {
  width: 20%;
  border-right: solid 1px #525054;
  border-left: solid 1px #525054;
}

.top-sec-camerahead--attention {
  font-size: 12px;
  color: #8c95b0 !important;
  margin-top: 6px;
  letter-spacing: 0px;
}

.top-sec-camerahead__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 50px;
}

.top-sec-camerahead__footer__col {
  background-color: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 16px;
  padding: 30px 18px;
}

.top-sec-camerahead__footer__col--1 {
  width: 45%;
}

.top-sec-camerahead__footer__col--2 {
  width: 26%;
}

.top-sec-camerahead__footer__col--3 {
  width: 26%;
}

.top-sec-camerahead__footer__col__info {
  letter-spacing: 0px;
}

.top-sec-camerahead__footer__col--title {
  font-size: 16px;
  line-height: 110%;
}

.top-sec-camerahead__footer__col--txt {
  font-size: 12px;
  color: #8c95b0 !important;
  line-height: 110%;
  margin-top: 8px;
}

.top-sec-cameracontrolunit {
  padding-top: 27px;
}

.top-sec-cameracontrolunit--fv {
  margin: auto;
  margin-top: 44px;
  display: block;
}

.top-sec-cameracontrolunit__boxs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 47px;
}

.top-sec-cameracontrolunit__boxs__col {
  width: 50%;
  border-radius: 8px;
  border: solid 1px #525054;
  padding: 40px;
}

.top-sec-cameracontrolunit__boxs__col--1 .top-sec-cameracontrolunit__boxs__col__header {
  padding-right: 180px;
  margin-top: 7px;
}

.top-sec-cameracontrolunit__boxs__col--1 .c-txt {
  margin-top: 24px;
}

.top-sec-cameracontrolunit__boxs__col--2 .c-txt {
  margin-top: 14px;
}

.top-sec-cameracontrolunit__boxs__col__header {
  position: relative;
}

.top-sec-cameracontrolunit__boxs__col__header--img {
  position: absolute;
  top: 0px;
  right: 0px;
}

.top-sec-cameracontrolunit__boxs__col--title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 145%;
}

.top-sec-cameracontrolunit__boxs__col .c-txt {
  line-height: 150%;
}

.top-sec-cameracontrolunit__info {
  border-radius: 8px;
  background-color: rgba(255,255,255,0.2);
  padding: 24px 19px 24px 19px;
  margin-top: 24px;
}

.top-sec-cameracontrolunit__info--txt {
  font-size: 16px;
  letter-spacing: 0px;
}

.top-sec-cameracontrolunit__info--lists {
  margin-bottom: 0px;
  margin-top: 15px;
}

.top-sec-cameracontrolunit__info--lists li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  position: relative;
  padding-left: 13px;
}

.top-sec-cameracontrolunit__info--lists li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  border-radius: 100px;
  top: 8px;
  left: 0px;
}

.top-sec-cameracontrolunit__info--lists li:not(:last-child) {
  margin-bottom: 5px;
}

.top-sec-cameracontrolunit__info--attention {
  margin-top: 10px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
}

.top-sec-cameracontrolunit__table-img {
  margin-top: 32px;
}

.top-sec-combination {
  padding-top: 25px;
}

.top-sec-combination--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 55px;
  position: relative;
  z-index: 10;
}

.top-sec-combination__circle--1 {
  left: calc(100% + -44px);
  width: 120px;
}

.top-sec-combination__circle--2 {
  left: calc(100% + -38px);
  width: 79px;
  height: 79px;
}

.top-sec-combination__circle--3 {
  left: calc(100% + -38px);
  width: 79px;
  height: 79px;
}

.top-sec-combination__circle--4 {
  left: calc(100% + -38px);
  width: 79px;
  height: 79px;
}

.top-sec-combination__box {
  border: solid 1px #525054;
  border-radius: 8px;
  position: relative;
  padding: 17px 20px;
}

.top-sec-combination__box--1 {
  width: 41%;
}

.top-sec-combination__box--1 .top-sec-combination__item--1 {
  width: 48%;
}

.top-sec-combination__box--1 .top-sec-combination__item--2 {
  width: 56%;
}

.top-sec-combination__box--2 {
  width: 56%;
}

.top-sec-combination__box--2 .top-sec-combination__item {
  width: 33.33%;
}

.top-sec-combination--title {
  font-size: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.top-sec-combination__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 20px;
  position: relative;
}

.top-sec-combination__items:after {
  content: "";
  width: 57px;
  height: 47px;
  background-image: url(../images/arrow_fig@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.top-sec-combination__item {
  background-color: rgba(255,255,255,0.2);
  height: 317px;
  border-radius: 8px;
  padding: 30px 18px;
  position: relative;
  text-align: center;
}

.top-sec-combination__item .c-toggle {
  position: absolute;
  left: 50%;
  bottom: 37px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 36px);
}

.top-sec-combination__item .c-toggle .c-toggle__btn {
  margin: auto;
}

.top-sec-combination__item--1 .top-sec-combination__item--img {
  margin-top: 24px;
}

.top-sec-combination__item--2 .top-sec-combination__item--img {
  margin-top: 25px;
}

.top-sec-combination__item--3 .top-sec-combination__item--img {
  margin-top: 32px;
}

.top-sec-combination__item--4 .top-sec-combination__item--img {
  margin-top: 34px;
}

.top-sec-combination__item--5 .top-sec-combination__item--img {
  margin-top: 24px;
}

.top-sec-combination__item--title {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
}

.top-sec-combination__product {
  text-align: center;
  margin-top: 80px;
}

.top-sec-howtochoice {
  padding-top: 30px;
}

.top-sec-howtochoice--contents--1 {
  margin-top: 50px;
}

.top-sec-howtochoice--contents--2 {
  margin-top: 80px;
}

.top-sec-howtochoice--contents--header-txt {
  margin-top: 7px;
}

.top-sec-howtochoice__item {
  background-color: #131016;
  border: solid 1px #525054;
  border-radius: 8px;
  padding: 30px 25px;
  margin-top: 24px;
  position: relative;
}

.top-sec-howtochoice__item:not(:last-child):after {
  content: "";
  height: 25px;
  width: 1.5px;
  background-color: #525054;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.top-sec-howtochoice__item__title {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;
  position: relative;
  padding-left: 30px;
}

.top-sec-howtochoice__item__title--num {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #8c95b0 !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.top-sec-howtochoice__item .c-txt {
  margin-top: 5px;
}

.top-sec-howtochoice__item__tag {
  border-radius: 100px;
  text-align: center;
  background-color: #525054;
  font-size: 15px;
  padding: 3px 20px;
  width: 25%;
}

.top-sec-howtochoice__item__info {
  border-radius: 4px;
  background-color: rgba(255,255,255,0.2);
  padding: 25px 20px;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-sec-howtochoice__item__info--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.top-sec-howtochoice__item__info--txt {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
}

.top-sec-howtochoice__item--01 {
  margin-top: 31px;
}

.top-sec-howtochoice__item--01 .top-sec-howtochoice__item__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.top-sec-howtochoice__item--03 .top-sec-howtochoice__item__contents {
  margin-top: 24px;
}

.top-sec-howtochoice__item--04 {
  margin-top: 32px;
}

.top-sec-howtochoice__item--04 .top-sec-howtochoice__item__contents {
  margin-top: 32px;
}

.top-sec-howtochoice__item--04 .top-sec-howtochoice__item__contents .top-sec-howtochoice__item--img {
  margin: auto;
}

.top-sec-howtochoice__item--06 .top-sec-howtochoice__item__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  margin-top: 24px;
}

body {
  font-family: "Noto Sans JP",sans-serif;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bg-main {
  background-color: #14b144 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #525054 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-yellow {
  color: #fff100 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .c-anchor {
    top: -120px;
  }

  .c-layout__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .c-layout__item--reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
  }

  .c-layout__item--reverse .c-layout__body {
    padding: 0 5% 0 0;
  }

  .c-layout__item--col-1 .c-layout__img-wrap {
    width: 100%;
  }

  .c-layout__item--col-1 .c-layout__body {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .c-layout__item--col-3 .c-layout__img-wrap {
    width: 30%;
  }

  .c-layout__item--col-3 .c-layout__body {
    width: 70%;
  }

  .c-layout__item--col-4 .c-layout__img-wrap {
    width: 25%;
  }

  .c-layout__item--col-4 .c-layout__body {
    width: 75%;
  }

  .c-layout__img-wrap {
    margin: 0;
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-layout__img-wrap--m {
    height: 300px;
    overflow: hidden;
  }

  .c-layout__body {
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
  }

  .c-layout__title {
    font-size: 25px;
    letter-spacing: 1.36;
  }

  .c-layout__text {
    font-size: 15px;
  }

  .top-sec-overview--first-txt {
    text-align: center;
  }

  .top-sec-overview__select .c-title {
    text-align: center;
  }

  .top-sec-options .c-title {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-sec-options__first--txt {
    text-align: center;
  }

  .top-sec-options__col--3 .top-sec-options__col--img {
    margin-top: -33px;
  }

  .top-sec-options__col--3 .top-sec-options__col--title {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1190px) {
  .g-nav {
    max-width: inherit;
    width: auto;
  }

  .g-nav__menu {
    gap: 20px;
    padding: 0px 30px;
  }

  .g-nav__link {
    font-size: 14px;
  }

  .l-header {
    padding: 10px 20px 5px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .c-btn {
    font-size: 16px;
    padding: 15px 25px 15px 0px;
  }

  .c-btn:after {
    width: 35px;
    height: 35px;
    right: 8px;
  }

  .c-btn:before {
    right: 15px;
  }

  .c-btn--cv {
    padding: 13px 49px 13px 23px;
  }

  .c-title {
    font-size: 36px;
  }

  .c-title__border--txt {
    font-size: 33px;
  }

  .c-title__border--txt::after {
    left: calc(100% + 15px);
    margin-top: 5px;
  }

  .c-title--s {
    font-size: 24px;
  }

  .c-toggle__btn {
    max-width: 350px;
  }

  .c-toggle__contents {
    width: 82%;
    max-width: 300px;
  }

  .c-toggle__item--img {
    width: auto;
  }

  .c-txt {
    font-size: 14px;
  }

  .c-txt__b-w {
    font-size: 16px;
  }

  .l-footer {
    padding-bottom: 30px;
    font-size: 14px;
  }

  .l-footer__contact {
    height: 300px;
  }

  .l-footer__contact--img {
    width: 80%;
    max-width: 500px;
  }

  .l-footer__logo {
    width: auto;
  }

  .l-footer__copy {
    margin-top: 45px;
  }

  .g-nav {
    position: fixed;
    height: 100vh;
    width: 100vw;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    border: none;
  }

  .g-nav__menu {
    display: block;
    height: auto;
    padding: 0px;
  }

  .g-nav__item {
    display: block;
    width: 100%;
    border-right: none;
    margin: 20px 0px;
  }

  .g-nav__link {
    font-size: 16px;
  }

  .l-header {
    height: 65px;
    padding: 0px 20px;
  }

  .l-header__logo-area {
    top: -4px;
    left: -4px;
    z-index: 20;
  }

  .l-header__logo--img {
    height: 33px;
  }

  .l-header__btn {
    position: relative;
    top: 2px;
    right: 55px;
    z-index: 20;
  }

  .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .sec-contents {
    padding: 40px 0px;
  }

  .main-block {
    padding-top: 100px;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .nav-btn {
    display: block;
  }

  .tel-btn {
    display: block;
  }

  .top-sec-header-txt-b-w {
    margin-top: 20px;
  }

  .top-sec-fv {
    padding: 0px 20px;
  }

  .top-sec-fv__scroll {
    display: none;
  }

  .top-sec-overview {
    padding-top: 0px;
  }

  .top-sec-overview__contents {
    display: block;
    margin-top: 40px;
  }

  .top-sec-overview__contents:after {
    width: 96px;
    height: 81px;
    top: calc(100% + -22px);
  }

  .top-sec-overview__col {
    width: 100%;
    padding: 30px 20px;
  }

  .top-sec-overview__col:not(:first-child) {
    margin-top: 30px;
  }

  .top-sec-overview__col .c-circle {
    width: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + -35px);
  }

  .top-sec-overview__col--title {
    font-size: 28px;
  }

  .top-sec-overview__col--img {
    width: auto;
  }

  .top-sec-overview__cv--txt {
    font-size: 31px;
    line-height: 120%;
    margin-top: 80px;
    text-align: left;
  }

  .top-sec-overview__cv--img {
    margin-top: 45px;
  }

  .top-sec-overview__link {
    display: block;
  }

  .top-sec-overview__link__col {
    width: 100%;
    padding: 23px 20px 55px 20px;
  }

  .top-sec-overview__link__col--1 .top-sec-overview__link--img {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .top-sec-overview__link--btn {
    margin-top: 10px;
  }

  .top-sec-overview__link--btn .c-btn {
    max-width: 315px;
  }

  .top-sec-overview__link--title {
    font-size: 32px;
    margin-top: 10px;
  }

  .top-sec-overview__link--img {
    height: auto !important;
  }

  .top-sec-overview__select {
    margin-top: 50px;
  }

  .top-sec-options {
    margin-top: -10px;
  }

  .top-sec-options__contents {
    display: block;
  }

  .top-sec-options__col {
    width: 100%;
  }

  .top-sec-options__col:not(:first-child) {
    margin-top: 60px;
  }

  .top-sec-options__col:before {
    bottom: 8px;
  }

  .top-sec-options__col--img {
    width: auto;
    margin-top: -50px;
  }

  .top-sec-options__col--title {
    margin-top: 10px;
  }

  .top-sec-camerahead__table--title {
    font-size: 16px;
  }

  .top-sec-camerahead__footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-sec-camerahead__footer__col--1 {
    width: 100%;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .top-sec-camerahead__footer__col--2 {
    width: 100%;
  }

  .top-sec-camerahead__footer__col--3 {
    width: 100%;
  }

  .top-sec-camerahead__footer__col--txt {
    width: 100%;
  }

  .top-sec-camerahead__footer__col--img {
    width: auto;
  }

  .top-sec-cameracontrolunit {
    padding-top: 0px;
  }

  .top-sec-cameracontrolunit__boxs {
    display: block;
  }

  .top-sec-cameracontrolunit__boxs__col {
    width: 100%;
    padding: 20px;
  }

  .top-sec-cameracontrolunit__boxs__col--1 .top-sec-cameracontrolunit__boxs__col__header {
    padding-right: 0px;
  }

  .top-sec-cameracontrolunit__boxs__col--2 {
    margin-top: 24px;
  }

  .top-sec-cameracontrolunit__boxs__col__header--img {
    position: static;
    margin: auto;
    width: 100%;
    max-width: 250px;
    display: block;
  }

  .top-sec-combination--contents {
    display: block;
    margin-top: 40px;
  }

  .top-sec-combination__circle--1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 53px);
  }

  .top-sec-combination__circle--2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 30px);
  }

  .top-sec-combination__circle--3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 30px);
  }

  .top-sec-combination__circle--4 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 30px);
  }

  .top-sec-combination__box {
    padding: 40px 16px;
  }

  .top-sec-combination__box--1 {
    width: 100%;
    margin-bottom: 24px;
  }

  .top-sec-combination__box--1 .top-sec-combination__item {
    width: 100%;
  }

  .top-sec-combination__box--2 {
    width: 100%;
  }

  .top-sec-combination__box--2 .top-sec-combination__item {
    width: 100%;
  }

  .top-sec-combination__items {
    display: block;
  }

  .top-sec-combination__item {
    height: auto;
    padding: 30px 20px 100px 20px;
  }

  .top-sec-combination__item--2 {
    margin-top: 24px;
    padding-bottom: 30px;
  }

  .top-sec-combination__item--4 {
    margin-top: 24px;
  }

  .top-sec-combination__item--5 {
    margin-top: 24px;
  }

  .top-sec-combination__item--title {
    font-size: 17px;
  }

  .top-sec-combination__item--img {
    width: auto;
  }

  .top-sec-combination__product--img {
    width: auto;
  }

  .top-sec-howtochoice__item {
    padding: 24px;
  }

  .top-sec-howtochoice__item__title {
    font-size: 18px;
  }

  .top-sec-howtochoice__item__tag {
    width: 48%;
    padding: 3px 5px;
    font-size: 14px;
  }

  .top-sec-howtochoice__item__info {
    width: 100%;
    padding: 16px;
  }

  .top-sec-howtochoice__item__info:last-child {
    margin-top: 8px;
  }

  .top-sec-howtochoice__item__info--wrapper {
    display: block;
  }

  .top-sec-howtochoice__item__info--txt {
    font-size: 14px;
  }

  .top-sec-howtochoice__item--01 .top-sec-howtochoice__item__contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-sec-howtochoice__item--06 .top-sec-howtochoice__item__contents {
    display: block;
    text-align: center;
  }

  .top-sec-howtochoice__item--06 .top-sec-howtochoice__item__contents .top-sec-howtochoice__item--img {
    display: block;
    margin: auto;
  }

  .top-sec-howtochoice__item--06 .top-sec-howtochoice__item__contents .c-txt {
    margin-top: 24px;
    text-align: left;
    display: inline-block;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 845px) {
  .top-sec-camerahead__table--contents {
    display: block;
  }

  .top-sec-camerahead__table--wrapper--1 {
    width: 100%;
  }

  .top-sec-camerahead__table--wrapper--2 {
    width: 100%;
    margin-top: 32px;
  }

  .top-sec-camerahead__table--wrapper--2 .top-sec-camerahead__table__inner {
    width: calc(100% - 104px);
  }

  .top-sec-camerahead__table--wrapper--2 .top-sec-camerahead__table__side--box {
    display: block;
  }

  .top-sec-camerahead__table__cols__header--img {
    width: auto;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .top-sec-camerahead__table--contents {
    width: calc(100vw - 20px);
  }

  .top-sec-camerahead__table__inner {
    overflow: scroll;
  }

  .top-sec-camerahead__table__contents {
    width: 572px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 395px) {
  .top-sec-cameracontrolunit .c-title__border--txt {
    display: inline-block;
    width: 255px;
  }
}