@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "futura_m";
  src: url(../font/Futura-Med.eot) format("eot"),
    url(../font/Futura-Med.woff) format("woff");
}
@font-face {
  font-family: "futura_r";
  src: url(../font/Futura-Boo.eot) format("eot"),
    url(../font/Futura-Boo.woff) format("woff");
}
@font-face {
  font-family: "futura_b";
  src: url(../font/Futura-Bol.eot) format("eot"),
    url(../font/Futura-Bol.woff) format("woff");
}
@font-face {
  font-family: "futura_de";
  src: url(../font/Futura-Dem.eot) format("eot"),
    url(../font/Futura-Dem.woff) format("woff");
}
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media screen and (max-width: 420px) {
  html {
    font-size: 3.125vw;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "futura_r", "Helvetica Neue", "Helvetica", "Arial", "Avenir",
    "Hiragino Sans";
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #828c96;
  overflow-x: hidden;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 1.2rem;
  }
}
textarea {
  font-family: "futura_r", "Helvetica Neue", "Helvetica", "Arial", "Avenir",
    "Hiragino Sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
p {
  line-height: 2;
  word-wrap: break-word;
  white-space: normal;
}
li {
  list-style-type: none;
}
table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  font: 100%;
  font-size: inherit;
  word-wrap: break-word;
  word-break: break-all;
}
a {
  color: #072142;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.title {
  color: #fff;
  position: absolute;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 200;
  margin-left: 11%;
  margin-top: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 800px) {
  .title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 420px) {
  .title {
    width: 87.5%;
    margin: 0 6.25%;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 0rem;
  }
}
@media screen and (max-width: 420px) {
  .title--top {
    margin: 0 20px;
  }
}
.title__text {
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
  font-family: "futura_m";
  font-weight: normal;
  text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5);
}
@media screen and (min-width: 1980px) {
  .title__text {
    font-size: 12rem;
  }
}
@media screen and (max-width: 800px) {
  .title__text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 420px) {
  .title__text {
    font-size: 4rem;
    margin-bottom: 0.8rem;
    text-shadow: 0 3px 10px rgba(2, 11, 22, 0.5);
  }
}
@media screen and (max-width: 420px) {
  .title__text--top {
    font-size: 4rem;
    text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5);
    margin-bottom: 0.1rem;
  }
}
.title .border {
  display: inline-block;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 420px) {
  .title .border {
    margin-bottom: 0.8rem;
  }
}
.title .border span {
  display: block;
  width: 65px;
  height: 3px;
  border-radius: 5px;
  background: #dc143c;
}
.title .border span:first-child {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 420px) {
  .title .border span:first-child {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 800px) {
  .title .border span {
    width: 70px;
  }
}
@media screen and (max-width: 420px) {
  .title .border span {
    width: 44px;
    height: 2px;
  }
}
.title .border span:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .title .border span:last-child {
    margin-left: 43px;
  }
}
@media screen and (max-width: 420px) {
  .title .border span:last-child {
    margin-left: 27px;
  }
}
.title__lead {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1980px) {
  .title__lead {
    font-size: 5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 800px) {
  .title__lead {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 420px) {
  .title__lead {
    font-size: 1.2rem;
  }
}
.title li {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 420px) {
  .title li {
    margin-bottom: 0.8rem;
    line-height: 1.1;
  }
}
.title li:last-child {
  margin-bottom: 0;
}
.title li:last-child a {
  margin-right: 3.2rem;
}
@media screen and (max-width: 420px) {
  .title li:last-child a {
    margin-right: 1.6rem;
  }
}
.title li:last-child a:last-child {
  margin-right: 0;
}
.title li a {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .title li a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 420px) {
  .title li a {
    font-size: 1.2rem;
  }
}
.title li a:hover {
  opacity: 0.5;
}
.btn {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #dc143c;
  line-height: 1;
  font-weight: bold;
  padding: 18px 32px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .btn {
    font-size: 1.8rem;
    padding: 13px 24px;
  }
}
@media screen and (max-width: 420px) {
  .btn {
    font-size: 1.2rem;
  }
}
.btn:hover {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  opacity: 1;
}
.btn-wrap {
  margin-top: 3.2rem;
}
@media screen and (max-width: 800px) {
  .btn-wrap {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .btn-wrap {
    text-align: center;
    margin-top: 0.8rem;
  }
}
.scrollDown {
  position: fixed;
  font-size: 1.4rem;
  bottom: 80px;
  left: 40px;
  line-height: 1;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 300;
  transition: 0.5s ease-out;
}
.scrollDown:after {
  content: "";
  width: 2px;
  height: 64px;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px;
  transition: inherit;
}

.scrollDown.scrolled {
  color: #072142;
}

.scrollDown.scrolled:after {
  background: #072142;
}
@media screen and (max-width: 420px) {
  .scrollDown:after {
    height: 32px;
    bottom: -40px;
  }
}
@media screen and (max-width: 420px) {
  .scrollDown {
    left: auto;
    right: 6.25%;
    font-size: 1rem;
    bottom: 40px;
  }
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.content--mlarge {
  margin-top: 14.4rem;
}
@media screen and (max-width: 800px) {
  .content--mlarge {
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 420px) {
  .content--mlarge {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1250px) {
  .content {
    padding: 0 10%;
  }
}
.heading {
  font-size: 4rem;
  color: #072142;
  letter-spacing: 0.2em;
  font-family: "futura_m";
  margin-right: 3.2rem;
  padding-top: 1.2rem;
  text-transform: uppercase;
}
.heading--top {
  padding-top: 0;
}
@media screen and (max-width: 420px) {
  .heading--left {
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  .heading {
    padding-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .heading {
    font-size: 2.4rem;
    padding-top: 0.2rem;
  }
}
.heading-num {
  font-size: 4rem;
  color: #dc143c;
  position: relative;
  padding-left: 6.2rem;
  padding-right: 3.2rem;
  font-family: "Abril Fatface";
  line-height: 1.1;
}

.heading-num:after {
  content: "";
  width: 4.8rem;
  height: 2px;
  background: #020b16;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 420px) {
  .heading-num:after {
    width: 2.4rem;
  }
}
@media screen and (max-width: 420px) {
  .heading-num {
    padding-left: 3.2rem;
    font-size: 2.4rem;
  }
}
.sub-title {
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  color: #072142;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: "futura_de";
  word-break: break-all;
}
@media screen and (max-width: 420px) {
  .sub-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.small-title {
  font-size: 2.4rem;
  color: #072142;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: "futura_de";
}
@media screen and (max-width: 420px) {
  .small-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 420px) {
  .small-title--skill {
    font-size: 1.2rem;
  }
}
.wrapper {
  margin-bottom: 20rem;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 420px) {
  .wrapper {
    margin-bottom: 12rem;
  }
}
.back-arrow {
  position: fixed;
  top: 120px;
  left: 40px;
  display: block;
  width: 64px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  color: #fff;
  z-index: 300;
}
@media screen and (max-width: 420px) {
  .back-arrow {
    width: 32px;
    top: 60px;
    left: 6.25%;
  }
}
.back-arrow:hover {
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
}
.back-arrow g {
  stroke: currentColor;
}
.back-arrow.js-color {
  color: #020b16;
}
.page-top {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  background: #020b16;
}
@media screen and (max-width: 420px) {
  .page-top {
    display: block;
  }
}
.page-top__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .page-top__inner {
    display: block;
    max-height: 761px;
    position: relative;
  }
}
.page-top .image {
  position: relative;
  width: 60.677%;
  height: 100vh;
  margin: 0 0 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 420px) {
  .page-top .image {
    width: 100%;
    height: 65.492%;
    top: auto;
  }
}
.page-top .image__reile {
  overflow: hidden;
}
.page-top .image__reile img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  transition: clip-path 600ms ease-out;
}
.page-top .image__about {
  background: url(../img/about/about.png) no-repeat center;
  background-size: cover;
}
.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 138px;
  margin-top: 14.4rem;
}
@media screen and (max-width: 800px) {
  .text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .text {
    margin-top: 7.2rem;
  }
}
.text--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.text .heading-num {
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 800px) {
  .text .heading-num {
    top: -50px;
  }
}
.text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding-right: 10%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.text__wrap span {
  font-size: 2rem;
  letter-spacing: 1px;
  color: #727272;
}
.text__wrap--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .text__wrap--top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .text__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10%;
  }
}
.text__works {
  width: 65.5%;
}

.text__works ul {
  padding-left: 20px;
}
.text__works li {
  list-style-type: disc;
  padding: 10px 0px 10px 0px;
}
@media screen and (max-width: 800px) {
  .text__works {
    width: 100%;
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 420px) {
  .text__works {
    margin-top: 4rem;
  }
}
.container {
  margin-top: 20rem;
}
@media screen and (max-width: 420px) {
  .container {
    margin-top: 12rem;
  }
}
.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #020b16;
  z-index: 99999;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #020b16;
  top: 0;
  left: 0;
}
.loader.js-hidden {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 420px) {
  header {
    padding: 20px 6.25%;
  }
}
header.js-color a {
  color: #072142;
}
header.js-color .menuIcon:after,
header.js-color .menuIcon:before {
  background: #072142;
}
header a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header a:hover {
  opacity: 0.5;
}
header .name {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 420px) {
  header .name {
    font-size: 1.6rem;
  }
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6.4rem;
}
@media screen and (max-width: 420px) {
  header .icons {
    display: none;
  }
}
header .icons a {
  display: block;
  margin-right: 3.2rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
header .icons a:last-child {
  margin-right: 0;
}
header .menuIcon {
  position: relative;
  width: 40px;
  height: 18px;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  header .menuIcon {
    width: 20px;
    height: 10px;
  }
}
header .menuIcon:after,
header .menuIcon:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
header .menuIcon:after {
  top: 0;
}
header .menuIcon:before {
  bottom: 0;
}
header .menuIcon.js-menuOpen:after {
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
  transform: rotate(45deg) translate3d(0, -50%, 0);
}
header .menuIcon.js-menuOpen:before {
  bottom: 50%;
  -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
  transform: rotate(-45deg) translate3d(0, 50%, 0);
}
header .menuIcon.blue::before,
header .menuIcon.blue::after {
  background-color: #072142;
}
header .global-nav {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(42%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 42%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 42%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 42%, #dc143c);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  z-index: -100;
  flex-direction: column;
}
header .global-nav.js-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .global-nav.js-open a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .global-nav__list {
  text-align: center;
}

header .global-nav__list:hover li {
  opacity: 0.2;
}

header .global-nav__list li {
  margin-top: 7.2rem;
  transition: 0.5s ease-out;
}

header .global-nav__list li:after {
  content: attr(data-underlay);
  position: absolute;
  inset: 0;
  text-align: center;
  color: white;
  font-size: 25rem;
  text-transform: uppercase;
  z-index: -20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  letter-spacing: 50px;
  opacity: 0;
  transition: 0.3s ease-out;
  text-shadow: 0px 15px 40px black;
}

@media screen and (max-width: 420px) {
  header .global-nav__list li:after {
    font-size: 8rem;
  }
}

header .global-nav__list li:hover:after {
  opacity: 0.3;
  letter-spacing: 0px;
}

header .global-nav__list li:hover {
  opacity: 1 !important;
}
header .global-nav__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 420px) {
  header .global-nav__list li {
    padding: 0;
    margin-top: 3.2rem;
  }
}
header .global-nav__list a {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "futura_m";
  font-weight: normal;
  text-shadow: 0 8px 20px rgba(2, 11, 22, 0.5);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}
@media screen and (max-width: 800px) {
  header .global-nav__list a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 420px) {
  header .global-nav__list a {
    font-size: 3.8rem;
    text-shadow: 0 3px 20px rgba(2, 11, 22, 0.2);
  }
}
header .global-nav__list a:after {
  content: "";
  width: 0;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-box-shadow: 0 10px 30px rgba(2, 11, 22, 0.2);
  box-shadow: 0 10px 30px rgba(2, 11, 22, 0.2);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 800px) {
  header .global-nav__list a:after {
    display: none;
  }
}
header .global-nav__list a:hover {
  opacity: 1;
}
header .global-nav__list a:hover:after {
  width: 100%;
}
header .global-nav__sns {
  display: none;
}
@media screen and (max-width: 420px) {
  header .global-nav__sns {
    display: block;
  }
}
header .global-nav__sns a {
  font-size: 1.8rem;
  margin-right: 2.4rem;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
header .global-nav__sns a:last-child {
  margin-right: 0;
}
.background {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.underlay {
  position: absolute;
  inset: 0;
  z-index: -101;
  overflow: hidden;
}

.underlay span {
  font-size: 25vw;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  font-family: "futura_m";
  position: absolute;
  z-index: -101;
  line-height: 100vh;
  padding-left: 20vh;
  opacity: 0.5;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background-image: linear-gradient(
    to bottom,
    #072142,
    #061c37,
    #07182b,
    #061220,
    #020b16
  );
  filter: drop-shadow(0px 20px 20px #000000bd);
}

@media screen and (max-width: 420px) {
  .underlay span {
    padding-left: 30px;
    padding-top: 30vh;
  }
}

.sky-color {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#072142),
    color-stop(#061c37),
    color-stop(#07182b),
    color-stop(#061220),
    to(#020b16)
  );
  background-image: -webkit-linear-gradient(
    top,
    #072142,
    #061c37,
    #07182b,
    #061220,
    #020b16
  );
  background-image: -o-linear-gradient(
    top,
    #072142,
    #061c37,
    #07182b,
    #061220,
    #020b16
  );
  background-image: linear-gradient(
    to bottom,
    #072142,
    #061c37,
    #07182b,
    #061220,
    #020b16
  );
  z-index: -200;
}
.fullpage__slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 420px) {
  .fullpage__slide {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 761px;
  }
}
@media screen and (max-width: 420px) {
  .fp-section-1 .fullpage__slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 667px;
  }
}
#fp-nav {
  margin: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 40px;
  left: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #fp-nav {
    width: auto;
    top: auto;
    left: 50%;
    bottom: 32px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 420px) {
  #fp-nav {
    bottom: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #fp-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
#fp-nav ul li {
  height: 3px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1250px) {
  #fp-nav ul li {
    height: auto;
    margin: 0 28px;
  }
}
@media screen and (max-width: 420px) {
  #fp-nav ul li {
    margin: 0 12px;
  }
}
#fp-nav ul li a {
  width: 24px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
#fp-nav ul li a span {
  display: none;
}
@media screen and (max-width: 1250px) {
  #fp-nav ul li a {
    width: 3px;
    height: 24px;
  }
}
@media screen and (max-width: 420px) {
  #fp-nav ul li a {
    width: 2px;
    height: 16px;
  }
}
#fp-nav ul li:last-child {
  margin-bottom: 0;
}
#fp-nav ul li .active {
  width: 40px;
}
@media screen and (max-width: 1250px) {
  #fp-nav ul li .active {
    width: 3px;
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  #fp-nav ul li .active {
    width: 2px;
    height: 32px;
  }
}
.moon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33%;
  transform: translateX(50%);
  margin: auto;
  height: 800px;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .moon {
    width: 1400px;
    height: 1400px;
    right: 33%;
  }
}
@media screen and (max-width: 800px) {
  .moon {
    width: 100vw;
    height: 100vw;
    right: 33%;
  }
}
@media screen and (max-width: 420px) {
  .moon {
    width: 165vw;
    height: 165vw;
    right: -112%;
    top: -10rem;
    bottom: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.moon__back {
  z-index: -100;
}
.moon__front {
  z-index: 200;
}
.moon__text {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-shadow: 0 10px 15px rgba(2, 11, 22, 0.2);
  color: #dc143c;
  font-family: "futura_b";
}
@media screen and (max-width: 800px) {
  .moon__text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 420px) {
  .moon__text {
    font-size: 2.4rem;
    text-shadow: 0 4px 6px rgba(2, 11, 22, 0.2);
  }
}
.moon__text-wrap {
  position: absolute;
  left: -15.5963%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.moon__img {
  position: relative;
  width: 39.350180505%;
  height: 39.350180505%;
}
.cloud {
  position: absolute;
}
.cloud--front1 {
  top: 20.55045%;
  right: -49.357798%;
  width: 88.44%;
}
.cloud--front2 {
  bottom: -18.53211%;
  right: -28.6238532%;
  width: 87.155%;
}
.cloud--front3 {
  bottom: -5.137614678%;
  left: -49.357798%;
  width: 87.155%;
}
.cloud--back1 {
  top: -22.38532%;
  right: -7.706422%;
  width: 69.724%;
}
.cloud--back2 {
  top: -5.504587%;
  left: -38.715596%;
  width: 87.155%;
}
.image {
  display: block;
  position: relative;
  width: 53.125%;
  height: 74.81%;
  margin: 0 8% 0 auto;
  -webkit-box-shadow: 0 80px 140px -40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 80px 140px -40px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .image {
    margin-right: 40px;
  }
}
@media screen and (max-width: 420px) {
  .image {
    width: 90vw;
    height: 55.633%;
    margin: 0 auto;
    top: 9.859%;
  }
}
.image__over {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.image__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #dc143c;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.image__cover:last-child {
  background: #072142;
}
.image--works {
  background-size: cover;
}

.image--works img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  transition: clip-path 600ms ease-out;
}

.image--works .overlay {
  position: absolute;
  inset: 0;
  background-color: #dc143c85;
  mix-blend-mode: multiply;
}

.image--about {
  background: url(../img/about/about.png) no-repeat center;
  background-size: cover;
}
.image--contact {
  background: url(../img/contact/contact.webp) no-repeat center;
  background-size: cover;
}
.image .page-num {
  position: absolute;
  overflow-y: hidden;
  right: -7.549%;
  bottom: 5%;
  font-size: 10rem;
  color: #fff;
  font-family: "Abril Fatface";
  z-index: 200;
}
@media screen and (max-width: 800px) {
  .image .page-num {
    font-size: 7.5rem;
    right: -5%;
  }
}
@media screen and (max-width: 420px) {
  .image .page-num {
    display: none;
  }
}
.image .page-num p {
  line-height: 1.1;
  padding: 30px;
  text-shadow: 0 10px 30px rgba(2, 11, 22, 0.5);
}
@media screen and (max-width: 420px) {
  .image .page-num p {
    text-shadow: 0 3px 10px rgba(2, 11, 22, 0.5);
  }
}
.moonlight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33%;
  transform: translate(50%);
  margin: auto;
  height: 750px;
  width: 750px;
  z-index: -100;
}
@media screen and (min-width: 1400px) {
  .moonlight {
    width: 1400px;
    height: 1400px;
    right: 33%;
  }
}
@media screen and (max-width: 800px) {
  .moonlight {
    width: 100vw;
    height: 100vw;
    right: 33%;
  }
}
@media screen and (max-width: 420px) {
  .moonlight {
    width: 165vw;
    height: 165vw;
    right: -112%;
    top: -10rem;
    bottom: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.moonlight__wrap {
  width: 100%;
  height: 100%;
}
.moonlight__img {
  background: url(../img/moonlight.svg) no-repeat;
  background-size: 100%;
}
.moon-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
@media screen and (max-width: 420px) {
  .moon-background {
    height: 100%;
    bottom: 0;
    margin: auto;
    max-height: 667px;
  }
}
.star {
  width: 800px;
  height: 90vh;
  position: fixed;
  top: 0;
  right: 29.427%;
  transform: translateX(45%) !important;
  z-index: -100;
}
@media screen and (min-width: 1400px) {
  .star {
    width: 1400px;
    height: 100vh;
    right: 23%;
    transform: translateX(25%) !important;
  }
}
@media screen and (max-width: 800px) {
  .star {
    width: 100vw;
    right: 23%;
  }
}
@media screen and (max-width: 420px) {
  .star {
    right: 45%;
    top: 0;
  }
}
.star__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .star__img {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .star__img img {
    -webkit-transform: translate3d(0%, 39%, 0) scale(1.5);
    transform: translate3d(0%, 39%, 0) scale(1.5);
  }
}
.layer {
  width: 100%;
  height: 100%;
}
.fp-tableCell {
  position: relative;
}
.meta {
  padding-top: 7.2rem;
  position: relative;
}
.meta__back {
  width: 100%;
  height: 70rem;
  background: #f2f4f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
@media screen and (max-width: 800px) {
  .meta__back {
    height: 54rem;
  }
}
@media screen and (max-width: 420px) {
  .meta__back {
    height: 45rem;
  }
}
.meta__text-wrap {
  padding: 0 8.58333% 0;
}
@media screen and (max-width: 420px) {
  .meta__text-wrap {
    padding: 0 7.5% 0;
  }
}
.meta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 420px) {
  .meta__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.meta__text li {
  margin-right: 6.4rem;
}
@media screen and (max-width: 420px) {
  .meta__text li {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.meta__text li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .meta__text li:last-child {
    margin-bottom: 0;
  }
}
.meta__text .small-title {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 420px) {
  .meta__text .small-title {
    margin-bottom: 0.4rem;
  }
}
.big-image {
  width: 100%;
  height: 116rem;
  background: url(../img/Perspective.jpg) no-repeat center;
  background-size: cover;
  margin-top: 14.4rem;
}
@media screen and (max-width: 420px) {
  .big-image {
    margin-top: 7.2rem;
    height: 50rem;
  }
}
.kamp {
  background: #f2f4f5;
  padding-top: 20rem;
  margin-top: 14.4rem;
}
@media screen and (max-width: 420px) {
  .kamp {
    padding-top: 7.2rem;
    margin-top: 7.2rem;
  }
}
.kamp ul {
  width: 76.666%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kamp li {
  width: 47.5543%;
}
.back-btn-wrap {
  text-align: center;
}
.back-btn {
  display: inline-block;
  font-size: 3.2rem;
  color: #020b16;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
}
@media screen and (max-width: 420px) {
  .back-btn {
    font-size: 1.6rem;
    -webkit-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0);
  }
}
.back-btn:after {
  content: "";
  width: 64px;
  height: 2px;
  background: #020b16;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -88px;
  margin: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 420px) {
  .back-btn:after {
    width: 32px;
    left: -44px;
  }
}
.back-btn:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #020b16;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -88px;
  margin: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .back-btn:before {
    width: 12px;
    left: -44px;
    -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
    transform: rotate(-45deg) translate3d(4px, -4px, 0);
    display: none;
  }
}
.back-btn:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.back-btn:hover:after {
  width: 80px;
  left: -112px;
}
.back-btn:hover:before {
  left: -112px;
  -webkit-transform: rotate(-45deg) translate3d(2px, -8px, 0);
  transform: rotate(-45deg) translate3d(2px, -8px, 0);
}
.who__wrap {
  width: 48.333%;
}
@media screen and (max-width: 800px) {
  .who__wrap {
    width: 100%;
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 420px) {
  .who__wrap {
    margin-top: 4rem;
  }
}
.who__name {
  color: #072142;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 420px) {
  .who__name {
    margin-bottom: 1.6rem;
  }
}
.who__jp {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 420px) {
  .who__jp {
    font-size: 1.3rem;
  }
}
.who__en {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: "futura_de";
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  .who__en {
    font-size: 1rem;
  }
}
.who__text {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 420px) {
  .who__text {
    margin-bottom: 3.2rem;
  }
}
.who__image {
  -webkit-box-shadow: 0px 63px 154px -20px rgba(7, 33, 66, 0.5);
  box-shadow: 0px 63px 154px -20px rgba(7, 33, 66, 0.5);
}
@media screen and (max-width: 420px) {
  .who__image {
    -webkit-box-shadow: 0px 33px 84px -20px rgba(7, 33, 66, 0.5);
    box-shadow: 0px 33px 84px -20px rgba(7, 33, 66, 0.5);
  }
}
.passion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .passion__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.passion__item {
  width: 29.75%;
}
@media screen and (max-width: 800px) {
  .passion__item {
    width: 100%;
    margin-top: 6.4rem;
  }
  .passion__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .passion__item {
    margin-top: 3.2rem;
  }
}
.passion__image {
  width: 42.016%;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 800px) {
  .passion__image {
    width: 24.429%;
  }
}
@media screen and (max-width: 420px) {
  .passion__image {
    margin-bottom: 1.6rem;
  }
}
.skill-set__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .skill-set__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.skill-set__list {
  width: 47%;
}
@media screen and (max-width: 800px) {
  .skill-set__list {
    width: 100%;
  }
  .skill-set__list:last-child {
    margin-top: 7.2rem;
  }
}
.skill-set__item {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.skill-set__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 420px) {
  .skill-set__item {
    margin-top: 3.2rem;
  }
}
.skill-set__icon {
  width: 10.6382%;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden;
  border-radius: 15px;
}
.skill-set__detail {
  width: 85.1063%;
}
.skill-set__meta {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.skill-set__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.skill-set__year {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #c0c5ca;
  margin-left: 0.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 420px) {
  .skill-set__year {
    font-size: 1rem;
  }
}
.skill-set__ratio {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #072142;
}
@media screen and (max-width: 420px) {
  .skill-set__ratio {
    font-size: 1rem;
  }
}
.skill-set__high {
  color: #dc143c;
}
.skill-set__bar {
  width: 100%;
  height: 1.4rem;
  background: #fff;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15);
  box-shadow: 0 5px 15px 0 rgba(7, 33, 66, 0.15);
}
@media screen and (max-width: 420px) {
  .skill-set__bar {
    height: 0.7rem;
  }
}
.skill-set__bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  width: 10%;
}
.skill-set__bar.p90:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(42%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 42%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 42%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 42%, #dc143c);
}
.skill-set__bar.p90.in:after {
  -webkit-animation: ratio90 1.5s forwards;
  animation: ratio90 1.5s forwards;
}
.skill-set__bar.p85:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(50%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 50%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 50%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 50%, #dc143c);
}
.skill-set__bar.p85.in:after {
  -webkit-animation: ratio85 1.5s forwards;
  animation: ratio85 1.5s forwards;
}
.skill-set__bar.p80:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(50%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 50%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 50%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 50%, #dc143c);
}
.skill-set__bar.p80.in:after {
  -webkit-animation: ratio80 1.5s forwards;
  animation: ratio80 1.5s forwards;
}
.skill-set__bar.p70:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(65%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 65%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 65%, #dc143c);
}
.skill-set__bar.p70.in:after {
  -webkit-animation: ratio70 1.5s forwards;
  animation: ratio70 1.5s forwards;
}
.skill-set__bar.p60:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(75%, #8c2b7a),
    to(#dc143c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #072142,
    #8c2b7a 75%,
    #dc143c
  );
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 75%, #dc143c);
  background-image: linear-gradient(to right, #072142, #8c2b7a 75%, #dc143c);
}
.skill-set__bar.p60.in:after {
  -webkit-animation: ratio60 1.5s forwards;
  animation: ratio60 1.5s forwards;
}
.skill-set__bar.p50:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(65%, #8c2b7a)
  );
  background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 65%);
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%);
  background-image: linear-gradient(to right, #072142, #8c2b7a 65%);
}
.skill-set__bar.p50.in:after {
  -webkit-animation: ratio50 1.5s forwards;
  animation: ratio50 1.5s forwards;
}
.skill-set__bar.p40:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#072142),
    color-stop(65%, #8c2b7a)
  );
  background-image: -webkit-linear-gradient(left, #072142, #8c2b7a 65%);
  background-image: -o-linear-gradient(left, #072142, #8c2b7a 65%);
  background-image: linear-gradient(to right, #072142, #8c2b7a 65%);
}
.skill-set__bar.p40.in:after {
  -webkit-animation: ratio40 1.5s forwards;
  animation: ratio40 1.5s forwards;
}

.team__list {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.team__list .team__item {
  width: 280px;
  max-height: 280px;
  border-radius: 50%;
  background-color: #fff;
  padding: 30px;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: 0px 21px 51px -7px rgba(7, 33, 66, 0.5);
}
.team__list .team__item .team__image {
  width: 220px;
  height: 220px;
}
.team__list .team__item .team__image img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.team__list .team__item .team__content {
  text-align: center;
}
.team__list .team__item .team__content h3 {
  transform: translateY(-30px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  word-break: normal;
  text-transform: uppercase;
}
.team__list .team__item .team__content p {
  transform: translateY(-30px);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  line-height: 1.5;
  word-break: normal;
  margin: 10px 0;
}
.team__list .team__item .team__content .socials {
  transform: translateY(-30px);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.team__list .team__item .team__content a.mail {
  background-image: linear-gradient(101deg, #072142, #8c2b7a 52%, #dc143c);
  color: white;
  padding: 12px 36px;
  border-radius: 36px;
  transform: translateY(-30px);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  display: inline-block;
  margin-top: 20px;
}

.team__list .team__item .team__content .socials a i {
  font-size: 20px;
}

.team__list .team__item:hover {
  border-radius: 0px;
  height: auto;
  max-height: 500px;
  padding-bottom: 0;
  margin-top: 30px;
}
.team__list .team__item:hover img {
  border-radius: 0px;
  transform: translateY(-80px);
  box-shadow: 0px 18px 31px -7px rgba(7, 33, 66, 0.5);
}

.team__list .team__item:hover .team__content h3 {
  transform: translateY(-50px);
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.team__list .team__item:hover .team__content p {
  transform: translateY(-50px);
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}
.team__list .team__item:hover .team__content .socials {
  transform: translateY(-50px);
  opacity: 1;
  transition-delay: 0.4s;
  transition-duration: 0.5s;
}
.team__list .team__item:hover .team__content a.mail {
  transform: translateY(-50px);
  opacity: 1;
  transition-delay: 0.6s;
  transition-duration: 0.5s;
}

.footer {
  width: 100%;
  padding: 14.4rem 0;
  text-align: center;
  background-image: -webkit-linear-gradient(
    349deg,
    #072142,
    #8c2b7a 52%,
    #dc143c
  );
  background-image: -o-linear-gradient(349deg, #072142, #8c2b7a 52%, #dc143c);
  background-image: linear-gradient(101deg, #072142, #8c2b7a 52%, #dc143c);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 420px) {
  .footer {
    padding: 7.2rem 0;
  }
}
.footer a {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 420px) {
  .footer a {
    font-size: 1.2rem;
  }
}
.footer a:first-child {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 420px) {
  .footer a:first-child {
    margin-bottom: 0.8rem;
  }
}
.footer a:hover {
  opacity: 0.5;
}
@-webkit-keyframes ratio90 {
  0% {
    width: 10%;
  }
  to {
    width: 90%;
  }
}
@keyframes ratio90 {
  0% {
    width: 10%;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes ratio85 {
  0% {
    width: 10%;
  }
  to {
    width: 85%;
  }
}
@keyframes ratio85 {
  0% {
    width: 10%;
  }
  to {
    width: 85%;
  }
}
@-webkit-keyframes ratio80 {
  0% {
    width: 10%;
  }
  to {
    width: 80%;
  }
}
@keyframes ratio80 {
  0% {
    width: 10%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes ratio70 {
  0% {
    width: 10%;
  }
  to {
    width: 70%;
  }
}
@keyframes ratio70 {
  0% {
    width: 10%;
  }
  to {
    width: 70%;
  }
}
@-webkit-keyframes ratio60 {
  0% {
    width: 10%;
  }
  to {
    width: 60%;
  }
}
@keyframes ratio60 {
  0% {
    width: 10%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes ratio50 {
  0% {
    width: 10%;
  }
  to {
    width: 50%;
  }
}
@keyframes ratio50 {
  0% {
    width: 10%;
  }
  to {
    width: 50%;
  }
}
@-webkit-keyframes ratio40 {
  0% {
    width: 10%;
  }
  to {
    width: 40%;
  }
}
@keyframes ratio40 {
  0% {
    width: 10%;
  }
  to {
    width: 40%;
  }
}

header a.btn {
  color: white !important;
}

.preview {
  position: relative;
  overflow: hidden;
}

.preview::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(135deg, black, transparent 15%);
  z-index: 2;
  pointer-events: none;
}
.preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, black, transparent 40%);
  z-index: 2;
  pointer-events: none;
}

.eye-icon {
  z-index: 3;
  position: absolute;
  filter: invert(1);
  transform-origin: left top;
}

@media screen and (max-width: 600px) {
  .eye-icon {
    transform: scale(0.5);
  }
}

#accomplishments {
  height: 100dvh;
  margin-bottom: 0px;
  overflow: hidden;
  isolation: isolate;
  position: relative;

  & > h2 {
    font-size: 4rem;
    color: white;
    letter-spacing: 0.2em;
    font-family: "futura_m";
    margin-right: 3.2rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    padding-left: 138px;
    padding-top: 56px;

    @media screen and (max-width: 800px) {
      padding-left: 24px;
      padding-top: 24px;
      font-size: 2.4rem;
    }
  }

  .accomplishments-large-wrapper {
    position: absolute;
    inset: 0;

    .accomplishment {
      position: absolute;
      inset: 0;

      &:not(:first-child) {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: brightness(70%);
      }
    }
  }

  .accomplishment-title-wrapper {
    position: absolute;
    left: 10%;
    top: 45%;
    display: grid;
    max-width: 300px;
    mix-blend-mode: hard-light;

    .accomplishment-title {
      grid-column: 1 / span 1;
      grid-row: 1 / span 1;
      color: white;

      h3 {
        font-size: 48px;
      }
      p {
        font-size: 18px;
      }

      &:not(:first-child) > * {
        opacity: 0;
        transform: translateY(100%);
      }
    }
    @media (width < 920px) {
      top: auto;
      bottom: 5%;
    }
  }

  .accomplishment-small-wrapper {
    width: clamp(280px, 20vw, 360px);
    height: clamp(400px, 70vh, 1000px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    .accomplishment {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      &:not(:first-child) {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
      }
      img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
  }

  .navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;

    button {
      background-color: transparent;
      color: white;
      cursor: pointer;
      pointer-events: all;
    }
  }

  .accomplishment-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    span.bg {
      background-color: indigo;
      border-radius: 999px;
      position: absolute;
      inset: 0;
    }
    span {
      position: relative;
      display: block;
      /* position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); */
    }
  }
}
