@charset "UTF-8";

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

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

body#WORKS {
	background-color: #FFF;
    text-align: center;
}

body#WORKS #WRAPPER {
	background: none;
    text-align: center;
}

body#WORKS #CONTAINER {
	min-height: 800px;
	background-image: none;
	background-color: #FFF;
    text-align: center;
}

/*----------------------------------
	1: header
----------------------------------*/
body#WORKS header {
	width: 100%;
	height: 550px;
	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 12px;
	padding: 0;
	color: #fff;
	font-size: 160%;
	text-align: center;
	line-height: 1.2;
	background: -webkit-linear-gradient(#000000 20%, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body#WORKS h2 {
	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(#000000 20%, #000000);
  -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: 150%;
	text-align: center;
	line-height: 1.2;
	background: -webkit-linear-gradient(#000000 20%, #000000);
  -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: Yu Gothic;
	font-weight: bold;
}


body#WORKS .introduction{
	padding: 0 0 20px;
	background-size: 60%;
    text-align: center;
}

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

#imgsize {
    background-color: #FFF;
    width: 880px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

@media screen and ( max-width:1800px) {
	 body#WORKS .introduction{
		padding-bottom: 50px;
        text-align: center;
    }
    #imgsize {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and ( max-width:1550px) {
	 body#WORKS .introduction{
		padding-bottom: 50px;
        text-align: center;
    }
     #imgsize {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}


@media screen and ( max-width:1200px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
        text-align: center;
    }
     #imgsize {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and ( max-width:1024px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
        text-align: center;
    }
     #imgsize {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and ( max-width:640px) {
	body#WORKS .introduction{
		padding-bottom: 50px;
        text-align: center;
    }
     #imgsize {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}



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

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


body#WORKS #IMG {
	width: 880px;
	height: auto;
	margin: auto;
    padding: 0 0 50 0;
}

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


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


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



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


body#WORKS #ARTIST_CONTAINER .artist_content {
	width: 445px;
	color: #000;
}

body#WORKS #ARTIST_CONTAINER p.comment {
	color: #000000;
	line-height: 1.5;
    margin: 50 auto 50;
    padding: 50 0 50 0;
}

body#WORKS #ARTIST_CONTAINER p.comment2 {
    font-size: 90%;
	color: #000000;
	line-height: 1.5;
    margin: 100 0 300;
}



body#WORKS #ARTIST_CONTAINER1 .artist_content_main {
	min-height: 300px;
}

body#WORKS #sns {
	width: 500px;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 60px;
	text-align: center;
	justify-content: space-around;
    color: #4e4e4e;
}

body#WORKS a.sns:link,
body#WORKS a.sns:visited,
body#WORKS a.sns:hover,
body#WORKS a.sns:active
{
	color: #4e4e4e;
}


a{text-decoration: none;
  color: #4e4e4e;
}

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

a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
text-decoration: none;
color: #4e4e4e;
}

body#WORKS #ARTIST_CONTAINER2 .artist_content_main {
	min-height: 300px;
}


body#WORKS #sns1 {
	width: 300px;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 60px;
	text-align: center;
	justify-content: space-around;
    color: #4e4e4e;
}

body#WORKS a.sns1:link,
body#WORKS a.sns1:visited,
body#WORKS a.sns1:hover,
body#WORKS a.sns1:active
{
	color: #4e4e4e;
}


a{text-decoration: none;
  color: #4e4e4e;
}

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

a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
text-decoration: none;
color: #4e4e4e;
}

body#WORKS #ARTIST_CONTAINER2 .artist_content_main {
	min-height: 300px;
}


body#WORKS #sns2 {
	width: 300px;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 60px;
	text-align: center;
	justify-content: space-around;
}
body#WORKS a.sns2:link,
body#WORKS a.sns2:visited,
body#WORKS a.sns2:hover,
body#WORKS a.sns2:active
{
	color: #4e4e4e;
}

a{text-decoration: none;
  color: #4e4e4e;
}

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

a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
text-decoration: none;
color: #4e4e4e;
}



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: #4e4e4e;
}

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

.cp_link {
    padding: 0.1em 0.3em;
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #4e4e4e;
    text-decoration: none;
}
.cp_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #4e4e4e;
	transition: .3s;
}
.cp_link:hover::after {
	width: 100%;
}