@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: 400px;
    background: url("") no-repeat center top;
    background-position: top;
	background-size: 800px;
    text-align: center
	/*background: url("") 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: 200%;
	text-align: center;
	line-height: 1.1;
}

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

body#WORKS h5 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	color: #000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 150%;
	text-align: center;
	line-height: 1.5;
	background: -webkit-linear-gradient(#693300 20%, #351900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


body#WORKS article {

}


body#WORKS hr.hr1 {
  border-top: 4px double #454545;
}

body#WORKS .eng_heading {
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-weight: normal;
    margin-left: 40px;
    color: #693300;
    text-align: left
}


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: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: center;
}

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


body#WORKS p.comment {
	color: #000000;
    margin-left: 40px;
	text-align: left;
	line-height: 1.3;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

body#WORKS p.comment2 {
	color: #693300;
	text-align: left;
    margin-left: 40px;
	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: 700px;
	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;
}

a.btn-style-link{
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  border-radius : 10%;
  background: #454545;;
  color: #fff;
  box-shadow: 0px 2px 4px #888888;
}
a.btn-style-link:hover {
  color         : #fff;     
  background    : #000; 
}

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;
}