@charset 'utf-8';
@keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0; }
    40% {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1; }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(5deg); }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      opacity: 1; } }
  @keyframes popDown {
    0% {
      transform: translateY(-100px); } }
ul {list-style-type:none;}
a { text-decoration:none;}
.clear {clear: both;}

.page-title {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-bottom:50px;
    margin-top:100px;
    z-index: 99;
  }
  .page-title.affix {
    position: relative;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .page-title ul li i:first-child{
    margin-left:20px;
  }
  .page-title ul li{
    display:inline-block;
    padding-right:15px;
  }
.page-title ul li i{
  font-size:40px;
  display:block;
}

  .canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background:url(../img/backgroundmm.jpg);}
  
  .button {
    padding: 10px 20px;
    border: 2px solid #fff;
    box-sizing: inherit;
    display: inline-block;
    font-size: 13pt;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 50px; }
    .button:hover {
      background-color: #04C2C9;
      border-color: #04C2C9; }
    .button .mdi {
      vertical-align: middle; }
.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .flex.row {
      flex-direction: row; }
    .flex.wrap {
      flex-wrap: wrap; }
nav {
    bottom: 0;
    left: 0;
    position: absolute;
    height: 50px;
    width: 100%;
    background: rgb(77, 93, 112);
    border-bottom: 3px solid rgb(219, 32, 70);
    text-align: left;
    z-index: 99;
    overflow:hidden;
  }
    nav.fixed {
      top: 0;
      bottom: inherit;
      left: 0;
      z-index:1099;
      position: fixed; }
      nav.fixed.desk {
        animation: popDown .5s; }
    nav .link-wrap {
      max-width: 1200px;
      width: 100%;
      position: absolute;
      top: 53px;
      background: #333;
      overflow: hidden;
      height: 0;
      transition: height .3s ease-out; }
      nav .link-wrap.visible {
        height: 220px; }
      nav .link-wrap div {
        padding: 12px 20px;
        font-size: 12pt;
        cursor: pointer;
        transition: color .5s;
        text-transform: uppercase; }
        nav .link-wrap div:first-child {
          padding: 25px 20px 12px 20px; }
        nav .link-wrap div:hover {
          color: #E31B6D; }
    nav .mdi-menu {
      position: absolute;
      right: 5vw;
      margin: auto 0;
      font-size: 30pt;
      line-height: 36pt;
      top: 0; }
    nav .active {
      color: #E31B6D; }
  
      nav .link-wrap {
        position: initial;
        overflow: visible;
        height: initial;
        text-align: left; }
        nav .link-wrap .visible {
          height: initial; }
        nav .link-wrap div {
          margin: 0 20px;
          padding: initial;
          font-size: initial;
          display: inline; }
          nav .link-wrap div:first-child {
            padding: 0; }
      nav .mdi-menu {
        display: none; }
  
        #about {
          margin-top:70px;
        }
        #about p {
          margin-top:30px;
        }
        .header {
          font-size: 28pt;
          font-weight:600;
          margin-top:15px;
          margin-bottom: 5px;
          color: rgb(77, 93, 112);
          position:relative;
          animation-timing-function: ease;
        }
        @keyframes mymove {
          from {left: 0px;}
          to {left: 300px;}
        }
        
        .header-bar {
          width:70px;
          height:4px;
          margin-bottom:10px;
          border-radius:7px; 
          background:rgb(77, 93, 112);
        }
        .image {
          width:300px;
          height:400px;
        }

#skills {
  min-width: 310px; 
  height: 400px; 
  max-width: 600px;
  margin: 0 auto"
}
.pic{
  border: 2px solid #000;
  width:300px;
  height:400px;
}
.sns {
  width:100%;
  height:auto;
  overflow-x:hidden;
  background:rgb(235, 108, 150);
}

.sns ul{
    width: 100wv;
    margin:20px auto;     
}

.sns li{
    float:left;
    width:50px;
    height:50px;
    margin-right:20px;
    margin-left:15px;
    font-size: 0;
}
div.sns li.blog {
    background:url("../img/sns.png") 1px 1px no-repeat;
    background-size: 200px;
}
div.sns li.facebook {
    background:url("../img/sns.png") -50px 1px no-repeat;
    background-size: 200px;
}
div.sns li.kakao {
    background:url("../img/sns.png") -100px 1px no-repeat;
    background-size: 200px;
}
div.sns li.band {
    background:url("../img/sns.png") -150px 1px no-repeat;
    background-size: 200px;
}
.sns li a{
    display: block;
    height:100%;
}
.sns li:hover{
    filter: drop-shadow(2px 2px 4px);
}

.sns p {
  width:100%;
  text-align:center;
  font-size:16pt;
  color: #fff;
  letter-spacing: 1pt; 
}