@charset "utf-8";
/*******************************************************************************

	各ディレクトリ用 スタイル定義

*******************************************************************************/
#contents {
  padding-bottom: 0;
  border-bottom: 0;
}

/* .inner {
  width: 1080px;
} */

/*
ページ・トップ
**************/
.page-top > ul
{
	max-width: 1024px;
	margin: 0 auto 2em;
	border: 1px solid white;
  display: inline-flex;
  justify-content: space-between;
}

.page-top > ul > li {
	border-right: 1px solid white;
	text-align: center;
}
.page-top > ul > li:last-child {
	border-right: none;
}
.page-top > ul > li:hover {
	background-color: rgba(66,66,66,.75);
}
.page-top > ul > li > a {
	display: block;
	padding: 1em 3em;
	color: white;
	text-decoration: none;
}

.main-desc {
  font-size: 240%;
  font-weight: normal;
  font-family: "BIZ UDP明朝";
  text-align: center;
  white-space: nowrap;
  margin: 2em 0 0;
}

.factory {
  margin: 5em 0;
  color: white;
  position: relative;
  padding-bottom: 5rem;
  z-index: 10;
}
.factories .factory:last-child {
  margin-bottom: 0 !important;
}

.factory::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left:0;
  bottom: 0;
  content: '';
  /* background-color: rgba(128, 0, 128, 0.5); */
  background-color: rgba(0, 109, 128, 0.5);
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
  z-index: 2;
}
.factory::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
}
#head::after {
  background:url(images/bg-head.jpg) no-repeat center center;
  background-size: cover;
}
#primary::after {
  background:url(images/bg-primary.jpg) no-repeat center center;
  background-size: cover;
}
#secondary::after {
  background:url(images/bg-secondary.jpg) no-repeat center center;
  background-size: cover;
}

.factory .inner {
  z-index: 20;
}

.empty {
  min-height: 300px;
}

.factory h3 {
  font-size: 300%;
  font-family: serif;
  padding: 1em 0;
}
.factory h3 > span {
  font-size: 1rem;
}

.factory p {
  padding: 2em;
  background-color: rgba(255,255,255,.25);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-top: 32%;
  box-shadow: 0 0 16px 5px #0000003b;
}
.factory p img.deco {
  position: absolute;
  width: 100%;
  top: 0;
  right:0;
  left: 0;
}
.factory p img.pointer {
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 270px;
  -webkit-filter: drop-shadow(0 0 5px purple);
  filter: drop-shadow(0 0 2px white);
}
.factory p span {
  display: block;
  margin-right: 180px;
  line-height: 2;
  text-align: justify;
}

a#gotop {
  z-index: 100;
}