@charset "UTF-8";

/* =========================================================
CONTENTS
========================================================= */

/* GALLERY
------------------------------ */
#galleryArea {
	/*background: #000;*/
	border-bottom: 4px solid #fff;
}

#galleryArea h2 {
	font-family: vinyl,sans-serif;
	font-size: 6rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 50px;
}

#galleryArea .headtxt {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
}

#galleryArea .headtxt p {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#galleryArea #livePhoto {
  text-align: center;
}
#galleryArea ul {
  margin: auto;
  width: 94vw;
}
#galleryArea ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#galleryArea li {
	float: left;
  margin: .2vw;
  width: calc((91.6vw / 6) - 2.4vw );
  height: calc((91.6vw / 6) - 2.4vw);
  background-size: auto 100%;
  background-position: center center;
}
#galleryArea li a {
	display: block;
  width: 100%;
  height: 100%;
}

/* PC表示は以下 */
@media screen and (max-width: 641px) {
#galleryArea li {
  width: calc((91.6vw / 3) - 1vw );
  height: calc((91.6vw / 3) - 1vw);
}
}


/* PC表示は以下 */
@media screen and (min-width: 641px) {
	#liveArea {
	}

	#liveArea h2 {
	}

	#liveArea .headtxt {
		font-size: 2rem;
	}

	#liveArea .headtxt p {
	}

	#liveArea .headtxt .img {
	}










}
/* ----- */

