@charset "UTF-8";
/*----------------------------------
Title : workswhite.css
For   : setting shopplan layout
----------------------------------*/
/*----------------------------------
	0: reset
----------------------------------*/
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body#WORKS {
	background-color: #FFF;
    text-align: center;
}
img,
iframe {
	max-width: 100%;
}

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

/*----------------------------------
	1: header
----------------------------------*/
body#WORKS header {
	width: 100%;
	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: 200%;
	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 {
	margin: 30px 0;
	font-size: 3.4rem;
}
body#WORKS h2 span {
	display: block;
	font-size: 2.8rem;
	margin-top: 40px;
}
body#WORKS h3 {
	font-size: 2.4rem;
	margin: 40px 0 80px;
}
img {
	max-width: 100%;
}

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

body#WORKS article {

}

.mv {
	max-width: 600px;
	margin: 60px auto;
}
.youtube iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	margin: 40px 0;
	max-width: 600px;
}
.gmap iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	max-width: 600px;
}
.map {
	margin-top: 60px;
}
.sns .instagram img {
	width: 340px;
}
.sns img {
	width: 170px;
}
.sns-1 {
	margin: 70px 0;
}
.sns-1 p {
	line-height: 1 !important;
	margin: 0 0 20px !important;
}

body#WORKS .eng_heading {
	font-family: Yu Gothic;
	font-weight: bold;
}
.col2 {
	display: flex;
	gap: 20px;
	max-width: 600px;
	margin: 0 auto;
}
.col2 > div {
	width: 50%;
}
.col2 img {
	width: 170px;
}
body#WORKS p.company-name {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 0;
}
.company-name {
	height: 70px;
}
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;
    font-size: 18px;
	line-height: 2;
	text-shadow: #dddddd 0px 2px 3px
}

body#WORKS #MAIN_CONTENT {
	width: 100%;
	margin-top: 80px;
	padding: 0 10px;
}


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 #sns1 {
	width: 150px;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 60px;
	text-align: center;
	justify-content: center;
    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: 150px;
	margin: auto;
    padding-top: 20px; 
	padding-bottom: 60px;
	text-align: center;
	justify-content: center;
}
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;
}




/* カスタマイズ */
#MAIN_CONTENT {
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px;
}
hr {
	margin: 70px 0;
	border-top: 2px solid #000;
}
.text {
	margin-top: 60px;
}
.text a {
	margin: 0 0 30px;
	color: #4e4e4e;
	font-size: 18px;
	text-shadow: #dddddd 0px 2px 3px;
}
#MAIN_CONTENT p {
	line-height: 3 !important;
}
.title img {
	width: 800px;
	max-width: 100%;
}
.event-img {
	width: 800px;
	margin-top: 60px;
}
section {
	margin-top: 120px;
}
section h2 {
	font-size: 2.1rem !important;
	margin: 30px 0 0 !important;
	font-weight: 400 !important;
}
section h3 {
	font-size: 1.9rem !important;
	margin: 10px 0 0 !important;
	font-weight: 400 !important;
}
section h3 span {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem !important;
}
section h3 img {
	width: 110px;
}
section p {
	margin-top: 30px !important;
}
a.youtube {
	display: inline-block;
	padding: 8px 40px;
	background-color: #000;
	color: #fff;
	font-size: 1.3rem !important;
	border-radius: 6px;
}
.gallery {
	position: relative;
	margin: 80px 0;
}
.gallery h2 {
	margin: 0 !important;
}
.gallery img {
	width: 800px;
}
/* .gallery .masonry-item {
	position: absolute;
	padding: 5px;
}
.gallery .masonry-item:nth-child(1) {
	width: 55%;
	top: 0;
	left: 0;
}
.gallery .masonry-item:nth-child(2) {
	width: 55%;
	top: 80px;
	left: 0;
}
.gallery .masonry-item:nth-child(3) {
	width: 25%;
	top: 0;
	left: 55%;
}
.gallery .masonry-item:nth-child(4) {
	width: 20%;
	top: 0px;
	left: 80%;
}
.gallery .masonry-item:nth-child(5) {
	width: 25%;
	top: 240px;
	left: 55%;
}
.gallery .masonry-item:nth-child(6) {
	width: 25%;
	top: 478px;
	left: 0;
}
.gallery .masonry-item:nth-child(7) {
	width: 30%;
	top: 478px;
	left: 25%;
}
.gallery .masonry-item:nth-child(8) {
	width: 25%;
	top: 722px;
	left: 0;
}
.gallery .masonry-item:nth-child(9) {
	width: 45%;
	top: 658px;
	left: 55%;
	height: 484px;
}
.gallery .masonry-item:nth-child(9) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .masonry-item:nth-child(10) {
	width: 20%;
	top: 441px;
	left: 80%;
	height: 215px;
}
.gallery .masonry-item:nth-child(10) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .masonry-item:nth-child(11) {
	width: 30%;
	top: 1140px;
	left: 0;
}
.gallery .masonry-item:nth-child(12) {
	width: 19%;
	top: 1142px;
	left: 30%;
	aspect-ratio: 1/1;
}
.gallery .masonry-item:nth-child(12) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .masonry-item:nth-child(13) {
	width: 51%;
	top: 1144px;
	left: 49%;
	height: 498px;
}
.gallery .masonry-item:nth-child(13) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery .masonry-item:nth-child(14) {
	width: 19%;
	top: 1392px;
	left: 30%;
	aspect-ratio: 1/1;
}
.gallery .masonry-item:nth-child(14) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */