@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Regular.eot") format("eot"), url("../fonts/NotoSansJP/NotoSansJP-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP/NotoSansJP-Black.eot") format("eot"), url("../fonts/NotoSansJP/NotoSansJP-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Regular.eot") format("eot"), url("../fonts/GothamPro/GothamPro-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
/*Обнуление*/
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "NotoSansJP", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "NotoSansJP", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*--------------------*/
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #fff;
  background-color: #000;
}

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .container {
    padding: 0 90px;
  }
}
@media (min-width: 920px) {
  .container {
    padding: 0 223px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 850px;
    padding: 0;
  }
}

.header {
  padding: 33px 0;
}
@media (min-width: 720px) {
  .header {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .header {
    padding-bottom: 80px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section:not(:first-child) {
  padding-top: 80px;
}
@media (min-width: 920px) {
  .section:not(:first-child) {
    padding-top: 100px;
  }
}
.section__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1em;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.section__text:not(:last-child) {
  margin-bottom: 30px;
}

.section-bio {
  position: relative;
}
@media (min-width: 1024px) {
  .section-bio__container {
    max-width: 1024px;
  }
}
.section-bio__img-container {
  margin-bottom: 50px;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-bio__img-container {
    margin: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.section-bio__img {
  height: 524px;
}
@media (min-width: 920px) {
  .section-bio__img {
    height: 100%;
  }
}
.section-bio__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 1024px) {
  .section-bio__content {
    padding-top: 30px;
    width: 40%;
    margin-left: auto;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .section-about__container:last-child .section__text {
    max-width: 502px;
  }
}
@media (min-width: 1024px) {
  .section-about__container {
    padding-left: 185px;
  }
}
.section-about__img-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 719px) {
  .section-about__img-container {
    padding: 0;
  }
}
@media (min-width: 920px) {
  .section-about__img {
    max-width: 358px;
  }
}

.footer {
  padding: 100px 0;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright {
  font-family: "GothamPro", sans-serif;
  font-size: 12px;
  opacity: 0.5;
  text-align: center;
}