@charset "UTF-8";

body{
  background-color: #D3D3D3;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;

}

a{
  color:#000000;
  text-decoration:none;}





@media screen and (max-width:420px){

  .sukima{
    position: fixed;
    top: 0%;
    background-color: #D3D3D3;
    width: 100%;
    height: 18vh;
    z-index: 2;
  }

  .logo img{
    width: 46%;
    position: fixed;
    top: 3%;
    margin-left: 27%;
    margin-right: 27%;
    z-index: 3;
  }

  .instagram img{
    position: fixed;
    top: 3.6%;
    right: 4%;
    width: 8%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
  }

  .jpen{
    font-family: arial;
    font-size: 4vw;
    position: fixed;
    top: 4.5%;
    left: 3%;
    z-index: 3;
  }

  .profile-jp{
    color: #A9A9A9;
  }

  .menu{
    font-size: 3.2vw;
    position: fixed;
    top:10%;
    left: 6%;
    z-index: 999;
  }

  .delete{
    display: none;
  }

  .color{
    color: #A9A9A9;
  }


  .profile-photo img{
    display: block;
    margin-top: 2vh;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 80%;

  }

  .profile-photo{
    display: inline-block;
    text-align: center;
    position: absolute;
    top:20%;
    left: 17%;
  }

  .profile-text{
    position: absolute;
    top:60%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10%;
    font-size: 1.4vh;
  }
}





@media screen and (min-width: 481px){

.logo img{
  width: 20%;
  display: block;

  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}


}


@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

  .logo img{
    width: 18%;
    display: inline-block;

    margin-top: 1.5%;
    margin-left: 41%;
    margin-right: 41%;
    position: fixed;
    top: 2%;
  }

  .instagram img{
    position: fixed;
    top: 5%;
    right: 9%;
    width: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .jpen{
    font-family: arial;
    position: fixed;
    top: 6%;
    right: 1.5%;
  }

  .profile-jp{
    color: #A9A9A9;
  }

  .menu{
    position: fixed;
    top: 14%;
    right: 1.5%;
  }

  .color{
    color: #A9A9A9;
  }

  .profile{
    color: #000000;
  }

  .delete{
    color: #A9A9A9;
  }

  .profile-photo img{
    width: 36%;
    position: fixed;
    top:25%;
    left: 7%;

  }

  .profile-photo{
    display: inline-block;
    position: fixed;
    top: 16%;
    margin-top: 6%;
    margin-left: 10%;
  }

  .profile-text{
    font-size: 1.7vh;
    display: inline-block;
    width: 40%;
    position: fixed;
    top: 34%;
    left: 55%;
  }

}
