@charset "UTF-8";

/*----------------------------------
Title : workswhite.css
For   : setting shopplan layout
----------------------------------*/

/*----------------------------------
	0: reset
----------------------------------*/

body#WORKS {
	background-color: #FFF;
    
}

body#WORKS #WRAPPER {
	background: none;
    
}

body#WORKS #CONTAINER {
	min-height: 800px;
    background: url("../img/back.png") no-repeat center top;
    background-position: top;
	background-size: 1200px;
    text-align: center
	/*background: url("../img/back.png") no-repeat center 440px;*/
}

/*----------------------------------
	1: header
----------------------------------*/
body#WORKS header {
	width: 100%;
	height: 100px;
	margin: 0 0 20px;
	padding: 25px 0 0;
	text-align: center;
    
}


/*----------------------------------
	2: layout elements
----------------------------------*/
body#WORKS h1 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	font-size: 350%;
	text-align: center;
	line-height: 1.1;
	background: -webkit-linear-gradient(#e47ba1 20%, #92d2b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body#WORKS h2 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	color: #000;
	font-size: 300%;
	text-align: center;
	line-height: 1.1;
}

body#WORKS h3 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 12px;
	padding: 0;
	color: #000;
	font-size: 150%;
	text-align: center;
	line-height: 1.1;
}

body#WORKS h4 {
	display: block;
	margin-bottom: 17px;
}

body#WORKS article {

}

body#WORKS .eng_heading {
	font-family: 'Avenir Next','Arial','Hiragino Kaku Gothic ProN',sans-serif;
	font-weight: normal;
}


body#WORKS .introduction{
	padding: 0 0 0 0px;
    text-align: center
}

@media screen and ( max-width:1800px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
		background-position: center bottom;
		background-size: 60%;
    }
}

@media screen and ( max-width:1550px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
		background-position: center bottom;
		background-size: 70%;
    }
}


@media screen and ( max-width:1200px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
		background-position: center bottom;
		background-size: 80%;
    }
}

@media screen and ( max-width:1024px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
		background-position: center bottom;
		background-size: 80%;
    }
}



body#WORKS p {
	margin: 0 0 15px;
	color: #4e4e4e;
	text-align: center;
	line-height: 2;
	text-shadow: #dddddd 0px 2px 3px
}

body#WORKS #MAIN_CONTENT {
	width: 100%;
}

body#WORKS #VIDEO_CONTAINER {
	width: 880px;
	height: 495px;
	margin: 0 auto 90px;
	background-color: #eee;
}


body#WORKS #ARTIST_NAME {
	overflow: hidden;
	width: 940px;
	margin: auto;
	padding-bottom: 60px;
	text-align: center;
	
}






body#WORKS #ARTIST_CONTAINER {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 40px;
	justify-content: center;
	
}

body#WORKS #ARTIST_CONTAINER .artist_content {
	width: 700px;
	color: #000;
    align-content: center
}

body#WORKS p.comment {
	color: #000000;
	text-align: center;
	line-height: 1.3;
}

body#WORKS p.comment2 {
	color: #92d2b8;
	text-align: center;
	line-height: 0.7;
}



body#WORKS #sns {
	overflow: hidden;
	width: 100px;
	margin: auto;
	padding-bottom: 60px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: space-between;
}


body#WORKS #artworks {
	overflow: hidden;
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: space-between;
    text-align: center;
}

body#WORKS #artworks2 {
	overflow: hidden;
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: space-between;
    text-align: center;
}

body#WORKS #artworks3 {
	overflow: hidden;
	width: 600px;
	margin: auto;
	padding-bottom: 60px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: space-between;
    text-align: center;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}



body#WORKS footer {
	width: 100%;
}

body#WORKS footer .footer_main {
	width: 100%;
	padding-top: 54px;
	height: 116px;
	background-color: #023C73;
}

body#WORKS a.maplink:link,
body#WORKS a.maplink:visited,
body#WORKS a.maplink:hover,
body#WORKS a.maplink:active
{
	color: #b8886a;
}

body#WORKS footer .footer_main dl {
	width: 336px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body#WORKS footer .footer_main dt {
	padding-right: 30px;
}

body#WORKS footer .footer_bottom {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #b7b7b7;
}