@charset "UTF-8";
/* bigmac build lab | MECHANICAL */

	* {
  box-sizing:border-box;
	}
	body {
  font-size:100%;
	}
	nav ul li a:hover {
    color:#fd4dba;
    transition:color 1s;
  }
/* SP **********************************************************/
@media only screen and (max-width:769px) {
/***************************************************************/
  /*==========================================
common
==========================================*/
body {
    width:100%;
  }
header,main {
    text-align:center;
  }
.bgslideshow {
  position:fixed;
  left:0;
  top:0;
  z-index: -1;
  height:100%;
  width:100%;
}
.bgslideshow img {
  position: absolute;
  left:0;
  top:0;
  min-width:100vw;
  min-height:100%;
	height:100%;
}
section {
  width:290px;
	height:200px;
  font-family: 'Audiowide', cursive;
  line-height:1.2;
  border-radius: 20px;
  background:rgba(255, 255, 255, 0.5);
  position: absolute;
  top:0;
  left:0;
	right: 0;
	bottom: 0;
	margin:auto;
	display:table;
}
.sectionInner {
	display:table-cell;
	vertical-align:middle;
	padding-left:25px;
}
section h1 {
  font-size:26px;
  font-weight:bold;
	margin-bottom:5px;
}
section h2 {
  font-size:16px;
}
/***************************************************************/
} /* end of SP media query
****************************************************************/

/* PC **********************************************************/
@media only screen and (min-width:769px) {
/***************************************************************/
/*==========================================
common
==========================================*/

.bgslideshow {
  position:fixed;
  left:0;
  top:0;
  z-index: -1;
  height:100%;
  width:100%;
}
.bgslideshow img {
	position: absolute;
	left:0;
	top:0;
	min-height:100%;
	min-width:100%;
	height: auto;
	width:100%;
	background-image: url(images/top5.jpg);
}
nav {
	width:95%;
  height:50px;
  margin:10px auto;
}
nav ul li {
  float:left;
  width:calc(100%/7);
  text-align: center;
}
nav ul li a {
  display: block;
  font-family: 'Play', sans-serif;
  color:#fff;
  font-size:21px;
  text-decoration: none;
}
section {
  width:500px;
  height:280px;
  font-family: 'Audiowide', cursive;
  line-height:1.2;
  border-radius: 20px;
  background:rgba(255, 255, 255, 0.5);
  position: absolute;
  top:35%;
  left:5%;
  padding:50px;
}
section h1 {
  font-size:61px;
  font-weight:bold;
  margin-bottom: 15px;
}
section h2 {
  font-size:21px;
}
/***************************************************************/
} /* end of PC media query
****************************************************************/
