/************************************************************
 stage
*************************************************************/
#stage{
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
    z-index: -1;
}
#stage .stage-bg{
    width: 77%;
    background: url(../images/top/stage.jpg?0) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 35%;
}
#stage h2{
    position: absolute;
    top: 50%;
    right: 10%;
    margin: auto;
}
/************************************************************
 about
*************************************************************/
#top-about{
    margin: 50px auto;
    width: 90%;
    max-width: 920px;
}
#top-about .row{
    display: flex;
    justify-content: space-between;
}
#top-about .row h3{
    width: 38px;
}
#top-about .row p{
    flex: 0.9;
}
/************************************************************
 gallery
*************************************************************/
#top-gallery{
    width: 100%;
}
#top-gallery ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-gallery ul li:nth-of-type(1),#top-gallery ul li:nth-of-type(2){
    width: 29%;
}
#top-gallery ul li:nth-of-type(3){
    width: 42%;
    text-align: center;
}
#top-gallery ul li:nth-of-type(3) p{
    text-align: left;
    margin: 2em auto;
    width: 90%;
}
#top-gallery ul li img{
    width: 100%;
    height: auto;
}
#top-gallery h3, #top-works h3{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    padding-top: 45px;
    position: relative;
}
#top-gallery h3:before, #top-works h3:before{
    position: absolute;
    content: "";
    background: url(../images/common/kusi.svg) no-repeat;
    width: 38px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/************************************************************
 works
*************************************************************/
#top-works{
    position: relative;
    margin: 50px 0;
    padding-top: 70px;
}
#top-works ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;   
}
#top-works ul li{
    width: 50%;
}
#top-works ul li img{
    width: 100%;
    height: auto;
}
#top-works h2{
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0;
}
#top-works .inner{
    max-width: 655px;
    width: 90%;
    text-align: center;
    margin: 60px auto;
}
#top-works .inner h3{
    max-width: 640px;
    width: 90%;
    text-align: center;
    margin: 60px auto;
}
#top-works .inner p{
    text-align: left;
    margin-bottom: 60px;
}
/************************************************************
 profile
*************************************************************/
#top-profile{
    width: 92%;
    background: #1f202a;
    margin-left: auto;
    color: #fff;
    position: relative;
    padding-bottom: 90px;
}
#top-profile:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 13%;
    background: url(../images/top/kusi-bg.svg) repeat-x;
    height: 46px;
    width: 100%;
}
#top-profile ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top-profile li:nth-of-type(1){
    width: 13%;
    text-align: center;
}
#top-profile li:nth-of-type(1) h2{
    margin: 0;
}
#top-profile li:nth-of-type(2){
    width: 59%;
    background: url(../images/top/photo.jpg) no-repeat;
    background-size: 100% auto;
    order: 3;
    padding-top: 32%;
}
#top-profile li:nth-of-type(3){
    width: 24%;
    align-self: center;
}
#top-profile li:nth-of-type(3) h3{
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    padding-top: 45px;
    position: relative;
}
#top-profile li:nth-of-type(3) h3:before{
    position: absolute;
    content: "";
    background: url(../images/top/kusi-wh.svg) no-repeat;
    width: 38px;
    height: 20px;
    top: 0;
    left: 0;
    margin: auto;
}
#top-profile li:nth-of-type(3) p{
    font-size: 14px;
}
#top-profile a.more{
    color: #fff;
    margin-left: 50px;
}
#top-profile a.more:before{
    background: #fff;
}
#top-profile a.more:after{
    background: #fff;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 860px) {
/************************************************************
 profile
*************************************************************/
#top-profile li:nth-of-type(2){
    width: 85%;
    order: 2;
    background-size: cover;
    background-position: right center;
}
#top-profile li:nth-of-type(3){
    width: 80%;
    margin-left: 15%;
    order: 3;
    align-self: auto;
}
}
@media screen and (max-width: 768px) {
/************************************************************
 gallery
*************************************************************/
#top-gallery ul li:nth-of-type(1),#top-gallery ul li:nth-of-type(2){
    width: 48%;
}
#top-gallery ul li:nth-of-type(3){
    width: 100%;
}
}
@media screen and (max-width: 740px) {
/************************************************************
 stage
*************************************************************/
#stage .stage-bg{
    padding-top: 60%;
    width: 85%;
}
#stage h2{
    top: auto;
    bottom: -18%;
    right: 5%;
}
/************************************************************
 about
*************************************************************/
#top-about{
    margin: 90px auto 50px auto;
    width: 90%;
    max-width: 920px;
}
/************************************************************
 works
*************************************************************/
#top-works ul li{
    width: 100%;
}
#top-works ul li img{
    vertical-align: bottom;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 560px) {
/************************************************************
 stage
*************************************************************/
#stage .stage-bg{
    padding-top: 70%;
}
}
@media screen and (max-width: 400px) {
/************************************************************
 stage
*************************************************************/
#stage .stage-bg{
    padding-top: 80%;
}
#stage h2{
    bottom: -20%;
}
/************************************************************
 profile
*************************************************************/
#top-profile li:nth-of-type(1){
    width: 18%;
}
#top-profile li:nth-of-type(2){
    width: 80%;
    background-position: right -60px center;
}
#top-profile li:nth-of-type(3){
    width: 75%;
    margin-left: 20%;
}
}
@media screen and (max-width: 350px) {
/************************************************************
 stage
*************************************************************/
#stage h2{
    width: 90%;
}
#stage h2 img{
    width: 100%;
    height: auto;
}
/************************************************************
 gallery
*************************************************************/
#top-gallery ul li:nth-of-type(1),#top-gallery ul li:nth-of-type(2){
    width: 100%;
}
#top-gallery ul li img{
    vertical-align: bottom;
}
}