@charset "utf-8";


/*基本設定-----------------------------------------*/
/* 隙間なく表示させるおまじない */
html, body { 
  margin: 0px;
  padding: 0px;
 }

/* ページ内全体の文字の設定と背景の設定 */
body {
    font-family: "Noto Selif JP"; 
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #000000;
    background-image: url(img/back_dot.png);
    }

/* ページ内全体のリンクの文字色 */
a{text-decoration: none;}
a:link {color: #333333;} 

/* あとは自分で書いてみよう！ */
#container{
  background-color: rgb(209, 209, 209);
  margin: 0 auto;
  width: 100%;
  max-width :430px;
  background-image: url(img/Back.png);
  background-size: contain;
  text-align: left;
}

#header{
  position: relative;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 5);
  width: 100%;
  height: 115px;
}

#logo{
  position: absolute;
  left: 31px;
  bottom: 10px;
  margin: 0;
}

#keyvisual{
  width: 520px;
  height: 250px;
  object-fit: cover;
  display: flexbox;
  align-items: flex-end;
  margin: 0;
}

#keyvisual02{
  width: 30%;
  display: flex;
  align-items: flex-end;
  margin: 0;
}

#Follw_btm{
  display: flex;
  margin: 0;
}

.Follow_BTM{
  position: relative;
  display:inline;
  height: 34;
  background-color: rgb(79, 145, 244);
  /*padding: 6px 24px 6px 24px;*/
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all 1s;
}



.Follow_BTM:hover {
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}




.Megane_box{
  width: 100%;
  left: 0%;
  position: relative;
}

.レンズ{
  position: absolute;
  left: 46px;
  bottom: 10px;
  margin: 0;
  z-index: 1;
}

.Follow{
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.moji{
  position: absolute; 
  left: 20px;
  bottom: 5px;
  margin: 0;
  text-align: center;
}

.follow{
  font-weight: 150;
  font-size: 12px;
  margin: 0;
  display: flex;
}

.Follower{
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.follower{
  font-weight: 150;
  font-size: 12px;
  margin: 0;
  display: flex;
}

#toptitle{
  width: 100%;
  margin: 20 10 20 40;
  padding-bottom: 30%;
  margin: 0;
}






#MODEL{
  display: flex;
  margin: 0px;
}

.model{
  font-size: 14px;
  font-weight: 5px;
  margin: 0px;
}

.com{
  font-size: 14px;
  font-weight: 16px;
  margin: 0px;
}

.com:hover {
  background-color: none;
  color: #f46d6d;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all 1s;
}




.yajirusi{
  font-size: 14px;
  font-weight: 5px;
  margin: 0px;
}



#Photo{
  width: 100%;
  left: 0%;
  position: relative;
}

.レンズ02{
  position: absolute;
  left: 182px;
  bottom: 10px;
  margin: 0;
  z-index: 1;
}






#Photo02{
  width: 100%;
  left: 0%;
  position: relative;
}

.レンズ03{
  position: absolute;
  left: 46px;
  bottom: 10px;
  margin: 0;
  z-index: 1;
}





#comment{
  font-size: 14px;
  font-weight: 16px;
  width: 90%;
  margin: 0 auto;
}


#icon{
  position: fixed;
  bottom: 0;
  z-index: 1000;
}