@charset "UTF-8";
/* CSS Document */
body{
	 font-family: "Aoto Gothic Regular";
}
.content_wrap {
    border-radius: 20px;
	margin: 10px;
}

.bd_t {
    border-top: none;
}
.bd_b {
    border-bottom: 3px solid #bcd169;
}
.profile_inner, .modal_content_inner {
        border-radius: 20px;
    }

#index_nav .disabled a {
        border-top: 3px solid #bcd169;
    }
#talk_nav, .talk_nav {
     border-top: 3px solid #bcd169;
     border-bottom: 3px solid #bcd169;
}
.photo .pic img {
    border-radius: 8px;
}

#kv {
  height:100vh;
  width: 98vw;
  margin-left: calc((98vw - 100%) / 2 * -1);
}

#kv h1 {
  height: 100%;
}

#kv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
    #kv {
        margin-bottom: 200px;
    }
}
