@charset "UTF-8";

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

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

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

body#WORKS #WRAPPER {
	background: none;
}

body#WORKS #CONTAINER {
	min-height: 800px;
	/*background: url("../img/bg_works_20210527.png") no-repeat center 440px;*/
	background-image: none;
	background-color: #000000;
}

/*----------------------------------
	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 50px;
	padding: 0;
	color: #fff;
	font-size: 300%;
	text-align: center;
	line-height: 1.1;
	background: -webkit-linear-gradient(#FFFFFF 20%, #6b8e23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body#WORKS h2 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-size: 250%;
	text-align: center;
	line-height: 1.1;
	background: -webkit-linear-gradient(#FFFFFF 20%, #6b8e23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body#WORKS h3 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 12px;
	padding: 0;
	color: #fff;
	font-size: 180%;
	text-align: center;
	line-height: 1;
	background: -webkit-linear-gradient(#FFFFFF 20%, #6b8e23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

body#WORKS article {

}

body#WORKS .eng_heading {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}


body#WORKS .introduction{
	padding: 0 0 900px;
	background: url("../img/bg_works_20210527.png") no-repeat center bottom;
	background-size: 60%;
}

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

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


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

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



body#WORKS p {
	margin: 0 0 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.7;
}

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


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

body #IMG p {
	margin: 0 0 150px;
	color: #4e4e4e;
	text-align: center;
	line-height: 1.7;
	text-shadow: #FFFFFF 0px 2px 3px
}

body#WORKS #ARTIST_NAME {
	overflow: hidden;
	width: 940px;
	margin: 20px auto;
	padding-bottom: 30px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: center;
}



body#WORKS #ARTIST {
	overflow: hidden;
    padding-bottom: 150px;
    margin-bottom: 150px;
	width: 940px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: space-between;
}

body#WORKS #ARTIST_CONTAINER .artist_content {
	width: 445px;
	color: #000;
    margin-bottom: 10em;
}

body#WORKS #ARTIST_CONTAINER p.comment {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
    margin: 0 auto 50;
}

body#WORKS #ARTIST_CONTAINER p.comment2 {
    font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
    margin: 150 0 400;
}




body#WORKS #ARTIST_CONTAINER .artist_content_main {
	min-height: 350px;
}



body#WORKS #sns {

	overflow: hidden;
	width: 800px;
	margin: auto;
    padding-top: 40px; 
	padding-bottom: 60px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: center;

}

body#WORKS #sns img {
    margin:0 20px;   
}

body#WORKS #sns p.sns_name {
    font-size: 180%;
	color: #FFFFFF;
	text-align: center;
	line-height: 2;
    margin: 150 20 150;
}

body#WORKS #access {
	width: 100%;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 40px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: center;

}

body#WORKS #access2 {
	width: 100%;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 40px;
	display: -webkit-flex;
    display: flex;
	display: -ms-flexbox;
	
	justify-content: center;

}

body#WORKS #access p {
    font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	line-height: 2;
    margin: 0 0;

}

body#WORKS #access2 p {
    font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	line-height: 2;
    margin: 0 0;

}

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

.myFont {
  font-family: "Noto Sans JP"
}