@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
:root {
  --text-color: #000;
  --bg-color: #f2f2f2;
  --bg02-color: #d3d3d3;
  --bg03-color: #666666;
  --border-color: #dddddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ページローディング */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 5000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 50px);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(146, 146, 146, 0.2);
  border-right: 1.1em solid rgba(146, 146, 146, 0.2);
  border-bottom: 1.1em solid rgba(146, 146, 146, 0.2);
  border-left: 1.1em solid #929292;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.5em;
  font-weight: 400;
  color: #000;
  background-color: var(--bg-color);
}

.container {
  display: block;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .container {
    margin-top: 0px !important;
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 0px !important;
    margin-bottom: 72px !important;
  }
}

.index-h3 {
  font-size: 26px;
  font-family: "Audiowide", cursive;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1em;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}

.index--h3 {
  font-size: 26px;
  font-family: "Audiowide", cursive;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  text-indent: 1em;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}

.index-h3::before,.index--h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}

.index-h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 184px;
  background-color: var(--border-color);
}

.index--h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 184px;
  background-color: var(--border-color);
}

.inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.inner-wrapper div:first-child {
  width: calc(100% - 445px);
  padding-right: 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.inner-wrapper div:last-child {
  width: 445px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.inner--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner--wrapper div:first-child {
  width: 445px;
  padding-right: 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.inner--wrapper div:last-child {
  width: calc(100% - 445px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.txt ul {
  list-style: none;
  padding: 0;
}

.txt ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 1em;
}

.txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #888;
  border-radius: 2px;
}

/* =====================

header

===================== */
header {
  width: 100%;
  position: relative;
  padding: 0;
  height: 100vh;
}

/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  header {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

@media screen and (min-width: 768px) {
  header {
    margin-top: 0px !important;
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  header {
    margin-top: 0px !important;
    margin-bottom: 72px !important;
  }
}

header .logo {
  width: 168px;
  height: auto;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin-bottom: 0;
}

header nav ul li {
  position: relative;
}

header nav ul li:not(:last-child) {
  margin-right: 45px;
}

header nav ul li a {
  color: #000;
  font-size: 14px;
  font-family: "Audiowide", cursive;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

header nav ul li a:hover {
  text-decoration: none;
  color: #000;
}

header nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

header nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header .news-wrapper {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bg02-color);
  z-index: 2;
}

header .news-wrapper .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 30px;
  padding-right: 30px;
}

header .news-wrapper .news h3 {
  margin-bottom: 0;
  font-family: "Audiowide", cursive;
  font-weight: 400;
  margin-right: 2em;
}

header .news-wrapper .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

header .news-wrapper .news dl dt {
  margin-right: 2em;
  font-family: "Audiowide", cursive;
  font-weight: 400;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

header .news-wrapper .news dl dd {
  margin-bottom: 0;
}

.prv {
  display: flex;
  justify-content: center;
}

.prv span {
text-align: left;
}



/* =====================

footer

===================== */
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  /* font-size: 12px; */
  font-family: "Audiowide", cursive;
  font-weight: 300;
  margin-bottom: 35px;
}

footer nav ul li {
  position: relative;
}

footer nav ul li:not(:last-child) {
  margin-right: 2em;
}

footer nav ul li a {
  color: #000;
  letter-spacing: 0.2em;
}

footer nav ul li a:hover {
  text-decoration: none;
  color: #000;
}

footer nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

footer nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.copyright a img {
  width: 54px;
  height: auto;
  margin-right: 12px;
}


/* =====================

バックグラウンドシェイプ

===================== */
.bg {
  position: relative;
}
.bg::before {
content:'';
position: absolute;
z-index: -1;
width: 300px;
height: 300px;
background-color: #e5e5e5;
opacity: .8;
top:50px;
left: 0;
-webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform:rotate(45deg);
                transform:rotate(45deg);
}

.bg02 {
  position: relative;
}
.bg02::before {
content:'';
position: absolute;
z-index: -1;
width: 300px;
height: 300px;
background-color: #e5e5e5;
opacity: .8;
top:50px;
right: 0;
-webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform:rotate(45deg);
                transform:rotate(45deg);
}


/* =====================

mobile

===================== */
@media screen and (max-width: 1140px) {
  header nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav .logo {
    width: calc((168 - 100) * ((100vw - 768px) / (1140 - 768)) + 100px);
  }
  header nav ul li a {
    font-size: calc((14 - 12) * ((100vw - 768px) / (1140 - 768)) + 12px);
    letter-spacing: calc((1 - 0.1) * ((100vw - 768px) / (1140 - 768)) + 0.1em);
  }
  header nav ul li:not(:last-child) {
    margin-right: calc((45 - 30) * ((100vw - 768px) / (1140 - 768)) + 30px);
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .inner-wrapper,.inner--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .inner-wrapper div:first-child {
    width: 60%;
    padding-right: 30px;
  }
  .inner--wrapper div:first-child {
    width: 40%;
    padding-right: 30px;
  }
  .inner-wrapper div:last-child {
    width: 40%;
  }
  .inner--wrapper div:last-child {
    width: 60%;
  }
}

@media screen and (min-width: 993px) {
  .mobile-btn {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .no-scroll body {
    overflow-y: hidden;
  }
  header {
    padding-top: 78px;
  }
  header nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 78px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    overflow-y: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
  header nav .logo {
    width: 130px;
    height: auto;
    margin-bottom: 1em;
    position: fixed;
    top: 20px;
    left: calc((310 - 230) * ((100vw - 576px) / (767 - 576)) + 230px);
  }
  header nav ul {
    visibility: hidden;
    display: block;
    text-align: center;
    padding-left: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
  header nav ul li {
    margin-right: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0.3s;
    transition: opacity 0.3s ease-out 0.3s;
  }
  header nav ul li a {
    font-size: 14px;
    cursor: unset;
  }
  header nav.open {
    height: 100%;
    overflow-y: auto;
  }
  header nav.open ul {
    visibility: visible;
    opacity: 1;
  }
  header nav.open ul li {
    opacity: 1;
  }
  header nav.open ul li a {
    cursor: pointer;
  }
  header .mobile-btn {
    position: fixed;
    top: 18px;
    right: 15px;
    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;
    width: 41px;
    height: 41px;
    cursor: pointer;
    z-index: 5;
    background-color: var(--bg03-color);
  }
  header .mobile-btn .mobile-btn_burger {
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  header .mobile-btn .mobile-btn_burger::before, header .mobile-btn .mobile-btn_burger::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header .mobile-btn .mobile-btn_burger::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  header .mobile-btn .mobile-btn_burger::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  header .mobile-btn.on .mobile-btn_burger {
    background-color: transparent;
  }
  header .mobile-btn.on .mobile-btn_burger::before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  header .mobile-btn.on .mobile-btn_burger::after {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
  }
  header .kv {
    top: 78px;
  }
  header .news-wrapper {
    height: auto;
  }
  header .news-wrapper .news {
    padding-top: 1em;
    padding-bottom: 1.5em;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  header .news-wrapper .news h3 {
    margin-right: 0;
  }
  header .news-wrapper .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  header .news-wrapper .news dl dt {
    margin-right: 0;
  }
  header .news-wrapper .news dl dd {
    line-height: 1.5;
  }

  /* コンテンツ　リンク位置調整 */
  #about-me,
  #service,
  #works,
  #contact-me {
    margin-top: -88px;
    padding-top: 88px;
  }
  .footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-left: 0;
  }
  .footer nav ul li {
    text-align: center;
    margin-right: 0 !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .footer nav ul li:first-child {
    border-top: 1px solid rgba(153, 153, 153, 0.3);
  }
  .footer nav ul li a {
    display: block;
  }
  .footer nav ul li a::after {
    background-color: transparent;
  }
  .footer nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}




@media screen and (max-width: 768px)
{
  .index-h3,.index--h3 {
    font-size: calc((26 - 22) * ((100vw - 320px) / (767 - 320)) + 22px);
    font-family: "Audiowide", cursive;
    font-weight: 300;
    letter-spacing: calc(1em + ((1vw - 0.767rem) * (((1 - 0.1) / (76.7 - 32)) * 100)));
    text-indent:calc(1em + ((1vw - 0.767rem) * (((1 - 0.1) / (76.7 - 32)) * 100)));
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .index-h3::before,.index--h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
  }
  .index-h3::after,.index--h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background-color: var(--border-color);
  }
  .inner-wrapper,.inner--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .inner-wrapper div:first-child,.inner--wrapper div:first-child {
    width: 100%;
    padding-right: 0;
    line-height: 1.5;
  }
  .inner-wrapper div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .inner--wrapper div:first-child {
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
  }
  .inner-wrapper div:last-child,.inner--wrapper div:last-child {
    width: 100%;
    margin-bottom: 2em;
  }
  .inner-wrapper div:last-child {
 -webkit-box-ordinal-group:2;
     -ms-flex-order:1;
         order:1;
  }
  .inner--wrapper div:last-child {
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }

}

@media screen and (max-width: 575px) {
  header nav .logo {
    left: 30px;
  }
}
