@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 153px;
	min-height: 181px;
	background: none;
  opacity: 1;
}

.pageTitle h2 {
	margin-left: -100px;
  opacity: 1;
}

.pageTitle h2 embed {
	width: 189px;
}

#main .content {
	width: 1100px;
}

#main .sec01 {
	margin-bottom: 92px;
}

#main .h3Ttl {
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
	font-size: 30px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1.35px;
	font-family: 'Crimson Text', serif;
}

#main .h3Ttl:before {
	margin-left: -1px;
	width: 1px;
	height: 25px;
	background-color: #D0D0D0;
	position: absolute;
	left: 50%;
	bottom: -30px;
	content: "";
}

#main .photoList li {
	margin-top: 40px;
	width: 340px;
	float: left;
  opacity: 0;
  transition: opacity .3s ease;
}

#main .photoList li:nth-child(3n-1) {
	margin: 40px 40px 0;
}

#main .photoList li a {
	display: block;
	overflow: hidden;
	transition: opacity .6s ease;
}

#main .photoList li img {
	width: 100%;
	transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#main .photoList li.show {
  opacity: 1;
}

#main .photoList li.show img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 1.6s ease 0s;
  -moz-transition: transform 1.6s ease 0s;
  -webkit-transition: transform 1.6s ease 0s;
}

#main .photoList li a:hover {
	opacity: .7;
}

#main .sec02 .h3Ttl {
	margin-bottom: 4px;
	padding: 0 1px 0 0;
	letter-spacing: 1.25px;
}

#main .sec02 .h3Ttl:before {
	bottom: -24px;
}

.showPop .pop {
  visibility: visible;
  opacity: 1;
  z-index: 101;
  transition: visibility .5s ease, opacity .5s ease, z-index 0s ease 0s;
}

.pop {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  transition: visibility .5s ease, opacity .5s ease, z-index 0s ease 0.5s;
}

.popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 884px;
  transform: translate(-50%, -50%);
}

.popBox .slider {
  position: relative;
  padding-bottom: 66.17%;
}

.popBox .slider-item {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.popBox .slider-item.on {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.popBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.popBox .prev,
.popBox .next {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.popBox .prev svg,
.popBox .next svg {
  width: 18px;
  height: 35px;
  fill: #fff;
  transform: scale(.7);
}

.popBox .prev {
  left: -40px;
}

.popBox .next {
  right: -40px;
}

.popBox .close {
  position: absolute;
  z-index: 2;
  top: -36px;
  right: 0;
}

.popBox .close svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.popBox a:hover svg {
  fill: #999;
}

.popBox a svg {
  transition: fill .5s ease;
}

.popBox .pager {
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align:center;
  color: #fff;
  opacity: .8;
}

.popBox .pager span {
  padding: 0 5px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 18px;
}

#main {
	margin-bottom: 198px;
}

.win8IE11 .pageTitle {
	margin-bottom: 156px;
}

.win8IE11 .pageTitle h2 {
	bottom: -60px;
}

.win8IE11 .pageTitle h2 embed {
	transform: scale(1.7);
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 102px;
		min-height: 150px;
	}

	.pageTitle h2 {
		margin-left: -78px;
	}

	.pageTitle h2 embed {
		width: 147px;
		height: 129px;
	}

	#main .content {
		width: auto;
	}

	#main .sec01 {
		margin-bottom: 43px;
	}

	#main .h3Ttl {
		margin-bottom: 18px;
		padding-left: 3px;
		font-size: 26px;
		letter-spacing: 1.05px;
	}

	#main .h3Ttl:before {
		width: 1px;
		height: 20px;
		background-color: #B0B0B0;
		bottom: -22px;
	}

	#main .photoList li {
		margin-top: 19px;
		width: 47.2%;
	}

	#main .photoList li:nth-child(2n) {
		float: right;
	}

	#main .photoList li:nth-child(3n-1) {
		margin: 19px 0 0;
	}

	#main .photoList li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}

	#main .photoList li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}

	#main .sec02 .h3Ttl {
		margin-bottom: 12px;
		padding-right: 3px;
		letter-spacing: 1.05px;
	}

	#main .sec02 .h3Ttl:before {
		bottom: -15px;
	}
	
	#main {
		margin-bottom: 148px;
	}
	
	.popBox {
		width: 100%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		box-sizing: border-box;
		padding: 0 15px;
	}
	
	.popBox .pager {
		bottom: -49px;
	}
	
	.popBox .close {
		top: -30px;
		right: 15px;
	}
	
	.popBox .prev,
	.popBox .next {
		padding: 15px;
		margin-left: -77px;
		width: 20px;
		height: 40px;
		top: -24px;
		left: 50%;
		right: auto;
		overflow: hidden;
		transform: translateX(-50%) scale(.5);
	}
	
	.popBox .next {
		margin-left: 77px;
	}
	
	.popBox .prev svg, 
	.popBox .next svg {
		width: 100%;
		height: auto;
		transform: none;
	}
}