@charset "UTF-8";
/* html5doctor.com Reset Stylesheet*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


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

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

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

/* change colours to suit your needs */
/* add text */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* inportant text yellow back*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

/* change border colour to suit your needs */
/* this is border */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:active,
a:hover,
button,
input,
select,
textarea {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体 Pr6N R" , "Yu Gothic Pr6N R";
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.top-mv-wrapper {
  width: 100%;
  height: auto;
}

.top-mv-container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 7% 0 0 0;
}

@media (max-width: 1024px) {
  .top-mv-container {
    width: 95%;
    padding: 8% 0 0 0;
  }
}

.top-copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .top-copy-wrapper {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

.top-copy-wrapper img {
  width: 60%;
  height: auto;
}

@media (max-width: 1024px) {
  .top-copy-wrapper img {
    width: 100%;
  }
}

.top-copy-caption {
  width: 32%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  list-style: 1.8;
  color: #222;
  margin-bottom: 20px;
  padding: 40px;
}

@media (max-width: 1024px) {
  .top-copy-caption {
    width: 90%;
    font-size: 1.3rem;
    padding: 40px 20px 20px 20px;
    margin-bottom: 0;
  }
}

.top-img-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  .top-img-wrapper {
    margin: 40px 0 -20px 0;
  }
}

.top-img-wrapper img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 4rem;
}

@media (max-width: 1024px) {
  .top-img-wrapper img {
    height: 55vh;
    border-radius: 32px;
  }
}

.top-img-wrapper .scroll-down {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -60px;
  right: 40px;
}

@media (max-width: 1024px) {
  .top-img-wrapper .scroll-down {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: 20px;
  }
}

.common-section {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .common-section {
    padding: 60px 0;
  }
}

.common-section-small {
  width: 80%;
}

@media (max-width: 1024px) {
  .common-section-small {
    width: 90%;
  }
}

.column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .column-layout {
    display: block;
  }
}

.column-40 {
  width: 40%;
}

@media (max-width: 1024px) {
  .column-40 {
    width: 100%;
  }
}

.column-50 {
  width: 50%;
}

@media (max-width: 1024px) {
  .column-50 {
    width: 100%;
  }
}

.column-60 {
  width: 60%;
}

@media (max-width: 1024px) {
  .column-60 {
    width: 100%;
  }
}

.common-h2 {
  font-size: 5rem;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .common-h2 {
    font-size: 3.2rem;
  }
}

.common-h2-large {
  font-size: 6rem;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .common-h2-large {
    font-size: 4rem;
  }
}

.common-h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .common-h3 {
    font-size: 2.4rem;
  }
}

.common-h4 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 300;
  font-family:'Yu Gothic Pr6N R';
  padding: 3%;
}

.common-button {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #222;
  border: 1px solid #222;
  border-radius: 50vh;
  padding: 8px 48px 10px 32px;
  position: relative;
}

.common-button::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  background-color: #222;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.magazine-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 64px;
}

@media (max-width: 1024px) {
  .magazine-list {
    row-gap: 32px;
  }
}

.magazine-thumbnail {
  width: 100%;
  height: auto;
}

.magazine-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 32px;
}

@media (max-width: 1024px) {
  .magazine-thumbnail img {
    border-radius: 16px;
  }
}

.magazine-contents {
  padding: 24px 0 24px 48px;
}

@media (max-width: 1024px) {
  .magazine-contents {
    padding: 10px 0 0 0;
  }
}

.common-tag {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  border: 1px solid #222;
  border-radius: 50vh;
  padding: 4px 16px;
  display: inline;
  background-color: #222;
}

@media (max-width: 1024px) {
  .common-tag {
    font-size: 1.1rem;
  }
}

.common-data {
  font-size: 1.3rem;
  color: #5F5F5F;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .common-data {
    font-size: 1.2rem;
  }
}

.magazine-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 16px 0 20px 0;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .magazine-title {
    font-size: 2.2rem;
    margin: 8px 0 8px 0;
  }
}

.common-caption {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  list-style: 1.8;
  color: #5F5F5F;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .common-caption {
    display: none;
  }
}

.info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 1024px) {
  .info-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.info-item {
  display: block;
}

@media (max-width: 1024px) {
  .info-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 2.5fr;
        grid-template-columns: 1.5fr 2.5fr;
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }
}

.info-contents {
  padding: 8px 2% 2% 2%;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .info-contents {
    padding: 0;
  }
}

.info-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

@media (max-width: 1024px) {
  .info-thumbnail {
    width: 100%;
  }
}

.info-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: center center;
     object-fit: center center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .info-thumbnail img {
    border-radius: 12px;
  }
}

.info-item-title {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
  margin-top: 16px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .info-item-title {
    margin-top: 8px;
  }
}

.section-cv {
  width: 100%;
  height: auto;
  padding: 80px 0 0 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-cv {
    padding: 60px 0 0 0;
  }
}

.section-cv-container {
  width: 80%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  position: relative;
}

@media (max-width: 1024px) {
  .section-cv-container {
    width: 90%;
  }
}

.section-cv-inner {
  width: 100%;
  border-radius: 40px;
  margin: 0 auto;
  height: 38vh;
  position: relative;
  background-color: #F48B32;
  padding: 20%;
}

@media (max-width: 1024px) {
  .section-cv-inner {
    height: 30vh;
  }
}

.cv-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 1024px) {
  .cv-icon {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}

.cv-inner-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.5;
}

.cv-inner-title {
  font-size: 4vw;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .cv-inner-title {
    font-size: 7vw;
  }
}

.cv-inner-sub-title {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .cv-inner-sub-title {
    font-size: 1.3rem;
  }
}

.index-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.index-item {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 2% 1%;
  text-align: left;
  border-top: 1px solid #5F5F5F;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 0.5fr;
      grid-template-columns: 8fr 0.5fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 1024px) {
  .index-item {
    padding: 6% 1%;
  }
}

.index-item:first-child {
  border-top: 1px solid #5F5F5F;
}

.index-item:nth-child(4) {
  border-bottom: 1px solid #5F5F5F;
}

.index-item:hover .index-title {
  color: #5F5F5F;
}

.index-item:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.index-item:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/common/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .index-item:after {
    width: 30px;
    height: 30px;
  }
}

.index-title {
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  padding: 1.5% 2% 0.5% 2%;
  color: #222;
  letter-spacing: -0.03em;
}

@media (max-width: 1024px) {
  .index-title {
    font-size: 7vw;
    padding: 4% 0% 2% 3%;
  }
}

@media (min-width: 1680px) {
  .index-title {
    font-size: 4.5vw;
  }
}

.text-button-wrapper {
  text-align: center;
  padding: 80px 0 0 0;
}

@media (max-width: 1024px) {
  .text-button-wrapper {
    padding: 48px 0 0 0;
  }
}

.text-button {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.01em;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 12px 60px;
  border: 1px solid #222;
  border-radius: 50vh;
}

.text-button:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/common/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .text-button:after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}

@media (max-width: 1024px) {
  .sp-block {
    display: inline;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #222;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header .header-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  z-index: 9999;
}

.header .header-logo {
  width: 180px;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 30px;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  .header .header-logo {
    width: 150px;
    margin-left: 15px;
  }
}

.header .header-logo img {
  width: 100%;
  height: auto;
}

.global-nav-wrapper {
  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;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .global-nav-wrapper {
    margin-right: 15px;
  }
}

.global-nav {
  vertical-align: middle;
}

.global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .global-nav-main {
    display: none;
  }
}

.global-nav-item {
  padding: 0 20px;
}

.global-nav-item a {
  list-style: none;
  list-style-type: none;
  padding: 3px 0;
  white-space: nowrap;
  font-size: 1.3rem;
  position: relative;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
  .global-nav-item a {
    font-size: 1.2rem;
  }
}

.global-nav-item a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.global-nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.global-nav-reserve {
  margin-right: 40px;
}

.global-nav-reserve a {
  border: 1px solid #222;
  border-radius: 50vh;
  padding: 4px 20px 4px 20px;
  white-space: nowrap;
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .global-nav-reserve a {
    font-size: 1.2rem;
  }
}

.global-nav-reserve a::after {
  display: none;
}

@media (max-width: 1024px) {
  .global-nav-reserve {
    margin-right: 0;
  }
}

body.nav-active {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body.nav-active .header-item a {
  color: #222;
}

body.nav-active .global-nav-item a {
  color: #222;
}

body.nav-active .nav-title {
  color: #222;
}

.menu-icon {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  right: 0;
}

.menu-icon__line {
  position: relative;
  top: 2px;
  height: 2px;
  width: 40px;
  display: block;
  background-color: #222;
  margin-bottom: 6px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1024px) {
  .menu-icon__line {
    width: 30px;
  }
}

body.nav-active .menu-icon__line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(30deg);
          transform: translateY(10px) rotate(30deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

body.nav-active .menu-icon__line:nth-child(2) {
  opacity: 0;
}

body.nav-active .menu-icon__line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
          transform: translateY(-5px) rotate(-30deg);
  background-color: #222;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.nav {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: auto;
}

.nav-hidden {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: hidden;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background: #fff;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}

.nav:after {
  background: #fff;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #F48B32;
}

.nav__content {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 10%;
}

@media (max-width: 1024px) {
  .nav__content {
    padding: 30% 0 0 0;
  }
}

.nav__list {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  align-items: center;
  position: relative;
}

.nav__list-item {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 3%;
  text-align: left;
  border-top: 1px solid #222;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 0.5fr;
      grid-template-columns: 8fr 0.5fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

@media (max-width: 1024px) {
  .nav__list-item {
    padding: 5% 2%;
  }
}

.nav__list-item:last-child {
  border-bottom: 1px solid #222;
}

.nav__list-item:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/common/arrow_wh.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .nav__list-item:after {
    width: 30px;
    height: 30px;
  }
}

.nav__list-item:hover .index-title {
  color: #5F5F5F;
}

.nav__list-item:hover:after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.nav__list-item .nav-title {
  font-size: 3vw;
  line-height: 1;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.01em;
  padding: 0 0 0 20px;
  padding-top: 5px;
}

@media (max-width: 1024px) {
  .nav__list-item .nav-title {
    font-size: 7vw;
  }
}

@media (min-width: 1680px) {
  .nav__list-item .nav-title {
    font-size: 3vw;
  }
}

.nav__list-item:hover .nav-title {
  color: #5F5F5F;
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.footer {
  width: 100%;
  border-top: solid 0.5px rgba(255, 255, 255, 0.2);
  background-color: #000;
}

.footer-container {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

@media (max-width: 414px) {
  .footer-container {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-container-left {
  width: 60%;
  height: auto;
}

@media (max-width: 414px) {
  .footer-container-left {
    width: 50%;
  }
}

.footer-container-right {
  width: 25px;
  height: auto;
  position: relative;
}

@media (max-width: 414px) {
  .footer-container-right {
    width: 25px;
  }
}

.footer-container-right img {
  width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  background-color: #222;
}

.footer-container {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-top: solid 0.5px #222;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 414px) {
  .footer-container {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */