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

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

voice.css

///////////////////////////////////////////////////////*/
#sigVoice {
}
/*#sigAbout #container {
	padding-top: 0;
}*/
.contents-ttl {
	color: #cfaf01;
}
.contents-ttl br {
	display: none;
}
.contents-ttl .ttl-deco {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 25%;
	width: 75%;
	line-height: 1;
	z-index: 9999;
}
#mainvisual {
	position: relative;
	padding: 0 80px;
	background-image: url(/pasha/dampasha02/assets/common/img/bg-gray.png);
	background-repeat: no-repeat;
	background-position: bottom 0 left 60%;
	background-size: 30% 80%;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	z-index: -1;
}
#mainvisual:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainvisual .first-view-1 {
	position: relative;
	margin-top: -110px;
	float: left;
	width: 61%;
}
#mainvisual .first-view-1 .pic-1 {
	margin-right: 20%;
}
#mainvisual .first-view-1 .pic-2 {
	position: absolute;
	right: 0;
	bottom: -185px;
	width: 46%;
}
#mainvisual .first-view-2 {
	float: right;
	width: 31%;
}
#mainvisual .first-view-2 ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#mainvisual .first-view-2 ul li:nth-child(2n) {
	margin-right: 0;
}
#mainvisual .first-view-2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width: 1024px) {
#mainvisual {
	padding: 0 4%;
	background-size: 30% 60%;
}
#mainvisual .first-view-1 {
	margin-top: 0;
}
#mainvisual .first-view-2 {
	margin-top: 10vw;
}
}

@media screen and (max-width: 768px) {
#mainvisual .first-view-1 .pic-2 {
	bottom: -15vw;
}
}

@media screen and (max-width: 414px) {
#mainvisual .first-view-1 {
	margin-top: 0;
}
}
.tagline {
 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: #cfaf01;
}
#voice-wrap {
	padding: 0 80px;
	margin-top: 150px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#voice-wrap .voice-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#voice-wrap .voice-list > li {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-top: 70px;
}
#voice-wrap .voice-list > li .icon-video {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	text-align: center;
}
#voice-wrap .voice-list > li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
#voice-wrap {
	padding: 0 4%;
}
}

@media screen and (max-width: 768px) {
#voice-wrap {
	margin-top: 100px;
}
#voice-wrap .voice-list li {
	margin-top: 5vw;
}
}

@media screen and (max-width: 414px) {
.tagline {
 font-size: calc(2.4rem + ((1vw - 12.8px) * 0.625));
}
#voice-wrap {
	margin-top: 50px;
}
#voice-wrap .voice-list li {
	float: none;
	width: 100%;
	margin-right: 0;
}
}

/*=======================================================

Popup

=======================================================*/
.mfp-content {
	width:80% !important;
	max-width:960px;
	padding-top:45px;
}
.mfp-close {
	/*color: #242424;*/
	right: -15px;
	/*top:-48px;
	text-align: right;
	padding-right: 6px;
	width: 100%;*/
}
.mfp-arrow {
	top:53%;
}