/*=============
slick
=============*/

.full div {
  opacity: 0.8;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin-bottom: -30px;}
.full div.img01 {
  background-image: url("../../common/image/pc1.jpg");
}
.full div.img02 {
  background-image: url("../../common/image/pc2.jpg");
}
.full div.img03 {
  background-image: url("../../common/image/pc3.jpg");
}
.full div.img04 {
  background-image: url("../../common/image/pc4.jpg");
}
.full div.img05 {
  background-image: url("../../common/image/pc5.jpg");
}
.full div.img06 {
  background-image: url("../../common/image/top-pc2.jpg");
}
.full div.img07 {
  background-image: url("../../common/image/top-pc3.jpg");
}
.full div.img08 {
  background-image: url("../../common/image/top-pc1.jpg");
}


.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}

#black-bg {
    background-color: rgba(0,0,0,1);
	color: #fff;
}

h1 {
	position: absolute;
	z-index: 1;
	top: 180px;
	right: -20px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	filter: drop-shadow(0px 0px 3px #666);
}

@media only screen and (max-width:700px){
.full div.img01 {
  background-image: url("../../common/image/sm1.jpg");
}
.full div.img02 {
  background-image: url("../../common/image/sm2.jpg");
}
.full div.img03 {
  background-image: url("../../common/image/sm3.jpg");
}
.full div.img04 {
  background-image: url("../../common/image/sm4.jpg");
}
.full div.img05 {
  background-image: url("../../common/image/sm5.jpg");
}
.full div.img06 {
  background-image: url("../../common/image/top-sm2.jpg");
}
.full div.img07 {
  background-image: url("../../common/image/top-sm3.jpg");
}
.full div.img08 {
  background-image: url("../../common/image/top-sm1.jpg");
}
h1{
	top: 110px;
	right: -40px;
}
}
/*=============
base
==============*/

* {
  box-sizing: border-box;
}

