@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

gallery.css

///////////////////////////////////////////////////////*/
#sigGallery {
}
/*#sigAbout #container {
	padding-top: 0;
}*/
.contents-ttl {
	color: #0085a2;
}
.contents-ttl br {
	display: none;
}
.contents-ttl .ttl-deco {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 90%;
	line-height: 1;
	z-index: 9999;
}
#mainvisual {
	position: relative;
	margin-top: -110px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	z-index: -1;/*overflow: hidden;*/
}
@keyframes grow {
 0% {
transform:scale(1)
}
 50% {
transform:scale(1.2)
}
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
.contents-ttl br {
	display: block;
}
.contents-ttl .ttl-deco {
	bottom: -20px;
}
}

@media screen and (max-width: 414px) {
.contents-ttl .ttl-deco {
	left: 10%;
	width: 70%;
	bottom: -10px;
}
#mainvisual {
	margin-top: 0;
}
}
/*=======================================================

common

=======================================================*/
#gallery-wrap {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#gallery-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#gallery-wrap section .gallery-sec-head {
	position: relative;
}
#gallery-wrap section .gallery-sec-head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#gallery-wrap section .gallery-sec-head .keyvisual {
	width: 81%;
}
#gallery-wrap section .gallery-sec-head .tagline {
	position: absolute;
	bottom: -40px;
 font-size: calc(3.8rem + ((1vw - 12.8px) * 0.625));
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
	color: #0085a2;
	/*background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) repeat left top;*/
	background-color: #f4f4f4;
	padding: 50px 80px 0 80px;
	z-index: 999;
}
#gallery-wrap section .gallery-sec-head .tagline span {
	display: block;
}
#gallery-wrap section .gallery-list-wrap {
	margin-top: 200px;
}
#gallery-wrap section ul.gallery-list li {
	position: relative;
	float: left;
	width: 23.943662%;
	margin-right: 1.408451%;
	margin-bottom: 20px;
	overflow: hidden;
}
#gallery-wrap section ul.gallery-list li:nth-child(4n) {
	margin-right: 0;
}
#gallery-wrap section ul.gallery-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#gallery-wrap .open-btn {
	float: right;
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
#gallery-wrap section .gallery-list-wrap {
	margin-top: 150px;
}
#gallery-wrap section .gallery-sec-head .tagline {
	padding: 40px 4% 0;
}
}

@media screen and (max-width: 768px) {
#gallery-wrap section .gallery-list-wrap {
	margin-top: 120px;
}
}

@media screen and (max-width: 414px) {
#gallery-wrap section .gallery-list-wrap {
	margin-top: 70px;
}
/*#gallery-wrap section .gallery-sec-head .tagline br {
	display: none;
}*/
#gallery-wrap section .gallery-sec-head .tagline {
 font-size: calc(2.4rem + ((1vw - 12.8px) * 0.625));
	padding: 20px 4% 0;
}
#gallery-wrap .open-btn {
	margin-top: 15px;
}
}
/*=======================================================

sec-1

=======================================================*/
#gallery-wrap .sec-1 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 150px;
	background-size: 100% 52vw;
	padding-left: 80px;
}
#gallery-wrap .sec-1 .gallery-sec-head .keyvisual {
	float: right;
}
#gallery-wrap .sec-1 .gallery-sec-head .tagline {
	left: 0;
	padding-left: 0;
}
#gallery-wrap .sec-1 .open-btn {
	margin-right: 80px;
}

@media screen and (max-width: 1024px) {
#gallery-wrap .sec-1 {
	padding-left: 4%;
}
#gallery-wrap .sec-1 .gallery-sec-head .tagline {
	padding-left: 0;
}
#gallery-wrap .sec-1 .open-btn {
	margin-right: 4%;
}
}

@media screen and (max-width: 768px) {
#gallery-wrap .sec-1 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 100px;
	background-size: 100% 52vw;
}
}

@media screen and (max-width: 414px) {
#gallery-wrap .sec-1 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 50px;
	background-size: 100% 56vw;
}
}
/*=======================================================

sec-2

=======================================================*/
#gallery-wrap .sec-2 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 150px;
	background-size: 100% 52vw;
	padding-right: 80px;
	margin-top: 200px;
}
#gallery-wrap .sec-2 .gallery-sec-head .keyvisual {
	float: left;
}
#gallery-wrap .sec-2 .gallery-sec-head .tagline {
	right: 0;
	padding-right: 0;
}

@media screen and (max-width: 1024px) {
#gallery-wrap .sec-2 {
	padding-right: 4%;
	margin-top: 100px;
}
#gallery-wrap .sec-2 .gallery-sec-head .tagline {
	padding-right: 0;
}
}

@media screen and (max-width: 768px) {
#gallery-wrap .sec-2 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 100px;
	background-size: 100% 52vw;
}
}

@media screen and (max-width: 414px) {
#gallery-wrap .sec-2 {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left 50px;
	background-size: 100% 56vw;
}
}
/*=======================================================

slide

=======================================================*/
#slide_wrap {
	position: relative;
	overflow: hidden;
}
#slide_wrap .slide_item {
	opacity: 0;
	/*transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;*/
	position: relative;
	animation: grow 50s linear 10ms infinite;
}
@keyframes grow {
 0% {
transform:scale(1)
}
 50% {
transform:scale(1.2)
}
}
#slide_wrap .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
/*#slide_wrap .slide_item.show_ {
	opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
	transform: scale(1.1);
}*/
#slide_wrap .slide_item img {
	display: block;
}
