@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

body {
	background: #000;
}

.filter {
	background-image: url(../img/biography/y_bio_face.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: 1;
}

.filter span {
	position: absolute;
	background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: 2;
}

.filter2 {
	position: absolute;
	background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: 2;
}

#header {
    position: fixed;
	z-index: 999;
}

h1 {
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    margin: 0;
    text-align: left;
    letter-spacing: 8px;
    line-height: 40px;
}

h1 br {
	display: none;
}

.pagetitle {
    text-align: right;
    color: #666;
    font-size: 18px;
    font-family: 'Poiret One', cursive;
    letter-spacing: 8px;
    margin-bottom: 30px;
    line-height: 40px;
	z-index: 999;
}

.animsition {
    width: 95%;
    margin: 2.5%;
	z-index: 999;
}

#nvi-inner ul li a {
	color: #fff;
}

#nvi-inner ul li a span {
	display: block;
	margin: 5px auto 0;
	height: 1px;
	width: 0;
	background:#fff;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#nvi-inner ul li a:hover span {
	display: block;
	margin: 5px auto 0;
	height: 1px;
	width: 100%;
	background:#fff;
}

ul {
    margin: 10px 0 0;
    text-align: left;
}

#nvi-inner ul li a {
    color: #fff;
    font-family: 'Poiret One', cursive;
    display: inline-block;
    margin: 5px 0;
    letter-spacing: 6px;
    font-size: 9px;
}

ul {
    margin: 10px 0 0;
    text-align: left;
}

#wrapper {
    margin-left: 500px;
	overflow: hidden;
	z-index: 999;
}

.biography_area h2 span {
    display: block;
    color: #fff;
    font-family: 'Poiret One', cursive;
    letter-spacing: 50px;
    font-size: 140px;
    line-height: 180px;
    text-align: right;
    margin-right: -40px;
	z-index: 999;
}

.biography_area h2 {
	margin-bottom: 40px;
	z-index: 999;
}

.biography_area h3 span {
    display: block;
    color: #fff;
    font-size: 30px;
    text-align: right;
    margin-bottom: 20px;
	z-index: 999;
}

.biography_area h3 {
    color: #fff;
    font-size: 12px;
    max-width: 30%;
    margin-left: 50%;
    position: fixed;
    bottom: 5%;
    right: 50px;
    min-width: 350px;
	z-index: 999;
}

.copyright {
    color: #666;
    position: fixed;
    left: 3%;
    bottom: 5%;
    font-size: 9px;
    font-family: 'Poiret One', cursive;
    letter-spacing: 1.5px;
    font-weight: bold;
	z-index: 999;
}

.artwork {
    font-size: 10px !important;
    margin-top: 20px;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {

h1 br {
	display: block;
}

#wrapper {
    margin-left: 260px;
}

}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

#header {
    position: inherit;
}
	
#nvi-inner ul li {
    display: inline-block;
}
	
#nvi-inner ul {
    text-align: center;
}
	
#nvi-inner ul li a {
    color: #fff;
    font-family: 'Poiret One', cursive;
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 3px;
}

.animsition {
    background-size: cover;
    background-position: center;
    width: 95%;
    margin: 2.5%;
}
	
h1 {
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    margin: 20px 0 10px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 4px;
}
	
h1 br {
	display: none;
}

.pagetitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-family: 'Poiret One', cursive;
    letter-spacing: 6px;
    margin-bottom: 30px;
    line-height: 30px;
    margin-top: 30px;
}

#wrapper {
    padding-bottom: 0;
    margin-left: 0;
}

.copyright {
    color: #666;
    position: inherit;
    left: 0;
    bottom: 0;
    margin: 30px auto;
    text-align: center;
    display: block;
    font-size: 9px;
    font-family: 'Poiret One', cursive;
    letter-spacing: 1.5px;
    font-weight: bold;
}
	
.filter {
    background-image: url(../img/biography/y_bio_face.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    z-index: 1;
}
	
.biography_area h3 {
    color: #fff;
    font-size: 12px;
    max-width: inherit;
    margin: 0 auto;
    display: block;
    position: inherit;
    line-height: 25px;
    width: 90%;
    bottom: inherit;
    right: inherit;
    min-width: auto;
    z-index: 99999;
}
	
.biography_area h3 span {
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 999;
}

	
	
}

/*---------------------------------------------------------------*\
	$320px - iPhone SE, 5s, 5 and 4s
\*---------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	

h1 {
    color: #fff;
    font-family: 'Poiret One', cursive;
    font-size: 13px;
    margin: 20px 0 10px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 4px;
}
	
.biography_area h3 {
    color: #fff;
    font-size: 11px;
    max-width: inherit;
    margin: 0 auto;
    display: block;
    position: inherit;
    line-height: 22px;
    width: 90%;
    bottom: inherit;
    right: inherit;
    min-width: auto;
    z-index: 99999;
}
}
