.vWrap{
position: relative;
margin-top: 1.2em;
margin-bottom: 1.2em;
padding-bottom: 50%;
padding-top: 69px;
overflow: hidden;
}

.vWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


    .banner {
    background: transparent url('../../img/banner_head4.png') no-repeat;
    text-align: center;
    background-size: cover;
    height: 900px;
    width: 100%;
    display: table;

    }

@media screen and (max-width: 900px) {
    .banner {
    text-align: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    display: table;

    }
}




@media screen and (max-width: 460px) {
    .banner {

    text-align: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    display: table;

    }
        
    .banner-head {

    /*text-shadow: 1px 1px #FFF, 1px 0px #FFF, 0px 1px #FFF, 1px 1px #fff;*/
    }

}




.banner-head {
display: table-cell;
vertical-align: middle;
margin-bottom: 0;
font-size: 4em;
color: #39B3D7;
font-weight:900;
/*text-shadow: 3px 3px #FFF, 3px 0px #FFF, 0px 3px #FFF, 3px 3px #fff;*/
}

/*------------ ヘッダー部分のテキストのレスポンシブ ------------*/

    #first-stage {

        color: #000;
    }

    #second-stage{

        display:block;
        color: #000;
    }

    #third-stage{

        display:block;
        color: rgb(197, 255, 15);
    }

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

    #first-stage {

        display:block;
       
    }


}

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

    #second-stage{

        display:block;
    }

    #third-stage{

        display:block;
        font-size: 70%;
    }

}






@media screen and (max-width: 710px) {
    .banner-head{

        font-size: 3em;
    }


}

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

    .banner-head{

        font-size: 2.3em;
    }

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

    .banner-head{

        font-size: 2em;
    }

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

    .banner-head{

        font-size: 1.8em;
    }

}


/*-----
------- ヘッダー部分のテキストのレスポンシブ　end ------------*/

.pure-button {
	padding: 3em 5em;
width: 300px;
}


.pure-button-hover, .pure-button:hover, .pure-button:focus {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
background-image : none;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(142, 142, 214);
}
a:hover,
a:focus {
    text-decoration: underline;
}



/* ------------SNS------------ */
.snsb {
	overflow: hidden;
	list-style-type:none;
	margin-top:5px;
	margin-left:80%;
}
.snsb li {
	float: left;
	margin-right: 4px;
}
.snsb iframe {
	margin: 0 !important;
}



@media (max-width: 655px) {
	.snsb {
		margin-left:70%;
	}

}

@media (max-width: 441px) {
	.snsb {
		margin-left:60%;
	}
}


@media (max-width: 430px) {

	.snsb {
		margin-left:28%;
	}

}
/* ------------end SNS------------ */




/* LAYOUT CSS */
#layout {
    /*padding-left: 25%;*/ /* "left col (nav + list)" width */
    /*position: relative;*/ 
}

.sidebar {
    /*position: fixed;*/
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 0px;
    /*margin-left: -25%;*/
    /*background: transparent url('../../img/banner.png') no-repeat;*/
    background-size: cover;
    color: #fff;
    display: table;
    background-color: #8AB900;
}

.header {
    margin: 50% 2em 0;
    text-align: right;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(148, 148, 155);
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.nav-item a {
    background: transparent;
    border: 3px solid rgb(255, 255, 0);
    color: #fff;
    margin-top: 1em;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 3px solid rgb(255, 200, 0);
    color: rgb(255, 200, 0);
    text-decoration: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 0em 3em 0;
}

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-design {
        background: #5aba59;
    }
    .post-category-pure {
        background: #4d85d1;
    }
    .post-category-yui {
        background: #8156a7;
    }
    .post-category-js {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.footer {
    text-align: center;
    padding: 1em 0;
}
.footer a {
    color: #fff;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

@media (max-width: 767px) {
    .sidebar {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .header {
        text-align: center;
        top: auto;
        margin: 3em auto;
        position: static;
    }

    #layout {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .content {
        padding: 2em 1em 0;
    }
}
