/************************************************************
 stage
*************************************************************/
#stage{
    width: calc( 100% - 75px ) ;
    height: 100vh;
    position: relative;
}
#stage .row{
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
#stage .stage-txt{
    width: 46%;
    align-self: center;
}
#stage .stage-bg{
    width: 54%;
    background: url(../images/top/stage.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#stage span{
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
}
#stage span img{
    width: 100%;
    height: auto;
}
/************************************************************
 history
*************************************************************/
#history{
    margin: 65px 0;
}
#history h2{
    font-size: 52px;
    letter-spacing: 20px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#history ul{
    width: 75%;
    display: flex;
    margin: 1em 0;
}
#history ul li{
    width: 33.33%;
}
#history ul li img{
    width: 100%;
    height: auto;
}
#history .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#history .row{
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#history .inner .column-l{
    flex: .95;
}
/************************************************************
 works
*************************************************************/
#works{
    margin: 65px 0;
    width: 75%;
    margin-left: auto;
}
#works h2{
    font-size: 52px;
    letter-spacing: 20px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#works ul{
    width: 100%;
    display: flex;
    margin: 1em 0;
}
#works ul li{
    width: 14.285%;
}
#works ul li:nth-of-type(5){
    display: none;
}
#works ul li img{
    width: 100%;
    height: auto;
}
#works .row{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#works .row .column-l{
    flex: .95;
}
/************************************************************
 gallery
*************************************************************/
#gallery{
    margin: 65px 0;
}
#gallery .gallery-title{
    width: 100%;
    padding-top: 30%;
    background: url(../images/top/gallery-bg.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
}
#gallery .gallery-title h2{
    position: absolute;
    content: "";
    color: #fff;
    font-size: 44px;
    letter-spacing: 15px;
    top: 50%;
    right: 20%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    margin: auto;
}
#gallery .gallery-title{
    width: 100%;
}
#gallery .inner{
    margin: 100px auto;
    max-width: 760px;
    width: 90%;
    text-align: center;
}
#gallery .inner ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gallery .inner ul li{
    width: 33.33%;
}
#gallery .inner ul li img{
    width: 100%;
    height: auto;
}
#gallery .inner h3{
    font-size: 24px;
}
#gallery .inner p{
    text-align: left;
    margin-bottom: 50px;
}
/************************************************************
 profile
*************************************************************/
#profile{
    margin: 0 auto;
    max-width: 760px;
    width: 90%;
}
#profile .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#profile .row .column-l{
    width: 50%;
}
#profile .row .column-r{
    width: 45%;
    padding: 0 0 0 5%;
}
#profile .row .column-r h2{
    font-size: 50px;
    letter-spacing: 20px;
}
#profile .row .column-r h3{
    font-size: 16px;
    letter-spacing: 1px;
}
#profile li{
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}
#profile li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    border-radius: 50%;
    background: #484a51;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 860px) {
/************************************************************
 gallery
*************************************************************/
#gallery .gallery-title h2{
    right: 5%;
}
}
@media screen and (max-width: 768px) {
/************************************************************
 history
*************************************************************/
#history .row{
    align-items: auto;
    flex-wrap: wrap;
}
#history .inner .column-l{
    flex: auto;
    width: 100%;
}
/************************************************************
 works
*************************************************************/
#works .row{
    align-items: auto;
    flex-wrap: wrap;
}
#works .row .column-l{
    flex: auto;
    width: 100%;
}
/************************************************************
 profile
*************************************************************/
#profile .row .column-r h2{
    font-size: 7vw;
    letter-spacing: 12px;
}
}
@media screen and (max-width: 740px) {
}
@media screen and (max-width: 640px) {
/************************************************************
 stage
*************************************************************/
#stage{
    width: 100%;
    height: auto;
}
#stage .row{
    flex-wrap: wrap;
    height: auto;
}
#stage .stage-txt{
    width: 100%;
    align-self: auto;
    margin-bottom: 1em;
}
#stage .stage-bg{
    width: 100%;
    padding-top: 120%;
}
#stage span{
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    background:url(../images/top/ph-stage-title.svg) no-repeat;
    background-size: 100% auto;
    width: 90%;
    height:15%;
}
#stage span img{
    display: none;
}
}
@media screen and (max-width: 580px) {
/************************************************************
 history
*************************************************************/
#history ul{
    flex-wrap: wrap;
}
#history ul li:nth-of-type(1){
    width: 100%;
}
#history ul li:nth-of-type(2), #history ul li:nth-of-type(3){
    width: 50%;
}
#history ul li img{
    vertical-align: bottom;
}
/************************************************************
 works
*************************************************************/
#works ul{
    flex-wrap: wrap;
}
#works ul li{
    width: 25%;
}
#works ul li:nth-of-type(5){
    display: block;
}
#works ul li img{
    vertical-align: bottom;
}
/************************************************************
 gallery
*************************************************************/
#gallery .gallery-title{
    padding-top: 60%;
    background-position: left 40% center;
}
#gallery .gallery-title h2{
    font-size: 8vw;
    letter-spacing: 10px;
}
#gallery .inner h3{
    text-align: left;
}
#gallery .inner ul li:nth-of-type(1){
    width: 100%;
}
#gallery .inner ul li:nth-of-type(2), #gallery .inner ul li:nth-of-type(3){
    width: 50%;
}
#gallery .inner ul li img{
    vertical-align: bottom;
}
/************************************************************
 profile
*************************************************************/
#profile .row .column-l{
    width: 100%;
}
#profile .row .column-r{
    width: 100%;
    padding: 0;
}
#profile .row .column-r h2{
    font-size: 12vw;
    letter-spacing: 12px;
}
}
@media screen and (max-width: 460px) {
/************************************************************
 history
*************************************************************/
#history ul{
    width: 85%;
}
#history .row{
    width: 90%;
}
/************************************************************
 works
*************************************************************/
#works{
    width: 85%;
}
}
@media screen and (max-width: 400px) {
/************************************************************
 history
*************************************************************/
#history h2{
    font-size: 14vw;
    letter-spacing: 12px;
}
/************************************************************
 works
*************************************************************/
#works h2{
    font-size: 14vw;
    letter-spacing: 12px;
}
}
@media screen and (max-width: 350px) {
}