@charset "utf-8";

html{
  min-height: 100vh;
  margin: 0%;
}

a {
  text-decoration: none;
  color: #1F1D1E;
}

body{
  display: block;
  min-height: 100vh;
  margin: 0%;
  background-color: #1F1D1E;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 60px;
  
}

.back{
  background-image: url("about.svg");
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 767px;
  height: 238px;
  flex-shrink: 0;
}


.logo{
  background-image: url("logo.svg");
  display: block;
  position: absolute;
  top: 30px;
  left: 60px;
  width: 74.412px;
  height: 63px;
  flex-shrink: 0;
}

.sub-menu{
  position: absolute;
  top: 30px;
  right: 0px;
  
}

#ul {
  list-style:none;
  padding:0;
  margin:0;
}

.gnavi{
  margin: 0px;
}

li{
  overflow: hidden;
  color: #1F1D1E;
  border-radius: 0;
  background: #ffffff;
  mix-blend-mode: difference;
  display: block;
  position: relative;
  right: 0px;
  padding: 1px 60px 1px 1px;
  margin-bottom: 36px;
  font-family: "Poppins";
  font-size: 16px;
  width: 200px;
  text-align: right;
  z-index: 11;
}

.b{
  position: relative;
  display: block;
}



li:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%);
  background: #FF6D6D;
}

li:hover:before{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*  contact form*/
.btn-flat{
  overflow: hidden;
  color: #1F1D1E;
  border-radius: 0;
  background: #ffffff;
  mix-blend-mode: difference;
  display: block;
  position: absolute;
  right: 0pt;
  bottom: 30px;
  font-family: "Poppins";
  font-size: 16px;
  width: 400px;
  text-align: right;
  z-index: 9;
}
  
.btn-flat span {
  position: relative;
  padding: 1px 60px 1px 1px;
  }
  
.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%);
  background: #FF6D6D;
}
  
  .btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .box-background{
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100vh;
    margin: 0px;
  }

  .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60vh;
    width: 100%;

  }

  .my-picture{
    width: 15%;
    height: 60vh;
    background-image: url("http://haruki-kito.lolitapunk.jp/haruki-kito.com/img/me.jpg");
    background-size: cover;
    background-position: center;
  }

  .box1 {
    position: relative;
    width: 35%;
    height: 60vh;
    padding:0.25em 1em;
}
.box1:before,.box1:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box1:before{
    border-left: solid 2px #FF6D6D;
    border-top: solid 2px #FF6D6D;
    top:0;
    left: 0;
}
.box1:after{
    border-right: solid 2px #FF6D6D;
    border-bottom: solid 2px #FF6D6D;
    bottom:0;
    right: 0;
}

.box2 {
  position: relative;
  width: 35%;
  height: 60vh;
  padding:0.25em 1em;
}
.box2:before,.box2:after{ 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.box2:before{
  border-left: solid 2px #FF6D6D;
  border-top: solid 2px #FF6D6D;
  top:0;
  left: 0;
}
.box2:after{
  border-right: solid 2px #FF6D6D;
  border-bottom: solid 2px #FF6D6D;
  bottom:0;
  right: 0;
}

h1{
    margin: 10px 0px 0px 0px; 
    padding: 0;
    font-family: "fot-matisse-pron";
    font-size: 20px;
    font-weight: 600;
    color: #FF6D6D;
}

h2{
    margin: 4px 0px 0px 0px; 
    padding: 0;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

h3{
  margin: 4px 0px 0px 0px;
  padding: 0;
  font-family: "fot-matisse-pron";
  font-size: 16px;
  color: #ffffff;
}

.en{
    margin: 0px; 
    padding: 0;
    font-family: "Poppins";
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}

.jp{
    margin: 0px; 
    padding: 0;
    font-family: "fot-matisse-pron";
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    font-weight: lighter;


}

 /*タブレット版変更箇所*/

 @media screen and (max-width: 979px){
  li{
    overflow: hidden;
    color: #1F1D1E;
    border-radius: 0;
    background: #ffffff;
    mix-blend-mode: difference;
    display: block;
    position: relative;
    right: 0px;
    padding: 1px 60px 1px 1px;
    margin-bottom: 36px;
    font-family: "Poppins";
    font-size: 16px;
    width: 150px;
    text-align: right;
    z-index: 11;
  }
  
    .back{
      background-image: url("about-s.svg");
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0%;
        width: 96px;
        height: 375px;
        flex-shrink: 0;
    }

    .btn-flat{
      overflow: hidden;
      color: #1F1D1E;
      border-radius: 0;
      background: #ffffff;
      mix-blend-mode: difference;
      display: block;
      position: absolute;
      right: 0pt;
      bottom: 30px;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      width: 300px;
      text-align: right;
      z-index: 9;
    }
    
    .box2 {
      display:none
    }

    .my-picture{
      width: 30%;
      height: 60vh;
      background-image: url("	http://haruki-kito.lolitapunk.jp/haruki-kito.com/img/me.jpg");
      background-size: cover;
      background-position: center;
    }
  
    .box1 {
      position: relative;
      width: 50%;
      height: 60vh;
      padding:0.25em 1em;
  }
  }

    /*スマホ版*/

    @media screen and (max-width: 600px){
      body{
        display: block;
        min-height: 100vh;
        margin: 0%;
        background-color: #1F1D1E;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px 30px;
        
      }

      .logo{
        background-image: url("logo.svg");
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        width: 74.412px;
        height: 63px;
        flex-shrink: 0;
      }

      li{
        overflow: hidden;
        color: #1F1D1E;
        border-radius: 0;
        background: #ffffff;
        mix-blend-mode: difference;
        display: block;
        position: relative;
        right: 0px;
        padding: 1px 30px 1px 1px;
        margin-bottom: 36px;
        font-family: "Poppins";
        font-size: 16px;
        width: 100px;
        text-align: right;
        z-index: 11;
      }

      .btn-flat span {
        position: relative;
        padding: 1px 30px 1px 1px;
      }

      .btn-flat{
        overflow: hidden;
        color: #1F1D1E;
        border-radius: 0;
        background: #ffffff;
        mix-blend-mode: difference;
        display: block;
        position: absolute;
        right: 0pt;
        bottom: 30px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        width: 200px;
        text-align: right;
        z-index: 9;
      }

      }
