body.about #contentsInner {
    padding-top: 80px;
    max-width: 1060px;
    margin: 0 auto
 }
 
 body.about #globalNav li.about a {
    color: #fff
 }
 
 body.about #globalNav li.about:before,
 body.about #globalNav li.about:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
 }
 
 .ttl {
    font-size: 26px;
    margin-bottom: 20px
 }
 
 @media screen and (min-width: 540px) and (max-width: 900px) {
    .ttl {
       margin-bottom: 16px
    }
 }
 
 @media screen and (max-width: 540px) {
    .ttl {
       font-size: 24px;
       margin-bottom: 16px
    }
 }
 
 .mainLogo {
    margin: 20px auto 100px
 }
 
 @media screen and (max-width: 900px) {
    .mainLogo {
       margin: 20px auto 60px !important
    }
 }
 
 @media only screen and (max-width: 900px) and (orientation: landscape) {
    .mainLogo {
       margin-top: 20px !important
    }
 }
 
 .description {
    width: 100%;
    margin-bottom: 80px;
    line-height: 1.6
 }
 
 @media screen and (min-width: 540px) and (max-width: 900px) {
    .description {
       margin-bottom: 60px
    }
 }
 
 @media screen and (max-width: 540px) {
    .description {
       margin-bottom: 40px
    }
 }
 
 .skills {
    width: 100%;
    letter-spacing: -.5em;
    margin-bottom: 80px
 }
 
 .skills li {
    font-size: 16px;
    display: inline-block;
    letter-spacing: .1em;
    line-height: 2
 }
 
 .skills li:after {
    content: '/';
    display: inline-block;
    margin: 0 4px
 }
 
 .skills li:last-child:after {
    display: none
 }
 
 @media screen and (min-width: 540px) and (max-width: 900px) {
    .skills {
       margin-bottom: 60px
    }
 }
 
 @media screen and (max-width: 540px) {
    .skills {
       margin-bottom: 40px
    }
 
    .skills li {
       font-size: 14px
    }
 }
 
 .sns {
    margin-top: 120px;
    width: 100%;
    letter-spacing: -.5em;
    text-align: center
 }
 
 .sns li {
    overflow: hidden;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    position: relative
 }
 
 .sns li a {
    -webkit-transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2
 }
 
 .sns li:before,
 .sns li:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    height: 100%;
    width: 100%
 }
 
 .social li:before {
    -webkit-transform: translateX(104%);
    -ms-transform: translateX(104%);
    transform: translateX(104%)
 }
 
 .social li:after {
    -webkit-transform: translateX(-104%);
    -ms-transform: translateX(-104%);
    transform: translateX(-104%)
 }
 
 .social li:first-child {
    margin-left: 0
 }
 
 .social li:last-child {
    margin-right: 0
 }
 
 .social li a {
    display: block;
    width: 100%;
    height: 100%
 }
 
 .desktop .social li:hover a {
    color: #fff
 }
 
 .desktop .social li:hover:before,
 .desktop .social li:hover:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
 }
 
 .desktop .social li:hover img {
    fill: #fff
 }
 
 .social svg {
    -webkit-transition: fill .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: fill .6s cubic-bezier(0.19, 1, 0.22, 1);
    fill: #000;
    position: relative;
    z-index: 2
 }
 
 @media screen and (min-width: 540px) and (max-width: 900px) {
    .social {
       margin-top: 100px
    }
 }
 
 @media screen and (max-width: 540px) {
    .social {
       margin-top: 100px
    }
 
    .social li {
       width: 20px;
       height: 20px;
       margin: 0 8px
    }
 }
 
 .email {
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 30px;
    text-align: center;
    margin-top: -4px
 }
 
 .email a {
    -webkit-transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2
 }
 
 .email:before,
 .email:after {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    height: 100%;
    width: 100%
 }
 
 .email:before {
    -webkit-transform: translateX(104%);
    -ms-transform: translateX(104%);
    transform: translateX(104%)
 }
 
 .email:after {
    -webkit-transform: translateX(-104%);
    -ms-transform: translateX(-104%);
    transform: translateX(-104%)
 }
 
 .email a {
    font-size: 16px;
    line-height: 34px
 }
 
 .desktop .email:hover a {
    color: #fff
 }
 
 .desktop .email:hover:before,
 .desktop .email:hover:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
 }
 
 @media screen and (max-width: 540px) {
    .email {
       margin-bottom: 14px
    }
 }
 
 .social {
    margin-top: 120px;
    width: 100%;
    letter-spacing: -.5em;
    text-align: center
 }
 
 .social li:first-child {
    margin-left: 0
 }
 
 .social li {
    overflow: hidden;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    position: relative
 }
 
 .social li:before,
 .social li:after {
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    height: 100%;
    width: 100%
 }
 
 .social li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color .6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2
 }
 
 .social svg {
    -webkit-transition: fill .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: fill .6s cubic-bezier(0.19, 1, 0.22, 1);
    fill: #000;
    position: relative;
    z-index: 2
 }
 
 .laptop {
    box-sizing: border-box;
    width: 900px;
    max-width: 100%;
    height: 550px;
    margin: 0 auto;
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1100&h=550&fit=crop&fp-y=.12)
 }
 
 .screen-overlay {
    width: 600px;
    height: 500px;
    background-color: #191919;
    transform: matrix3d(1.11008, 0.108202, 0, 0.000394192, 0.224001, 0.803852, 0, -8.80428e-05, 0, 0, 1, 0, 40, 34, 0, 1);
    transform-origin: 0 0 0
 }
 
 .live-view {
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    transform-origin: top left
 }
 
 #globalHeader h1 a img {
    text-indent: 120%;
    white-space: nowrap;
    line-height: .1;
    font-size: 30px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3
 }
 
 @media (max-width: 855px) {
    .laptop {
       display: none
    }
 }