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

#questIndex {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
#questIndex .page-index-list > li {
	width: 31%;
}
#questIndex .page-index-list > li figure img {
	height: 420px;
}
@media only screen and (max-width:1280px) {
	#questIndex {
		width: 97.5%;
	}
	#questIndex .page-index-list > li {
		width: 31%;
	}
	#questIndex .page-index-list > li figure img {
		height: 380px;
	}
}
@media only screen and (max-width:768px) {
	#questIndex {
		width: 95%;
	}
	#questIndex .page-index-list > li {
		width: 47.5%;
		margin: 0 0 5%;
	}
	#questIndex .page-index-list > li figure img {
		height: 350px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}
@media only screen and (max-width:480px) {
	#questIndex {
		width: 92.5%;
	}
	#questIndex .page-index-list > li {
		width: 100%;
		margin: 0 0 10%;
	}
	#questIndex .page-index-list > li figure img {
		height: 300px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}


#questContents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0;
	text-align: left;
}
#questContents h2 {
	margin-top: 0;
	margin-bottom: 2.5rem;
	text-align: center;
}
#questContents h2 em {
	display: inline-block;
	padding: 0 0.25em;
	background: -moz-linear-gradient(top, transparent 50%, #f2a1bd 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #f2a1bd 50%);
	background: linear-gradient(to bottom, transparent 50%, #f2a1bd 50%);
}
#questContents h3 {
	margin-bottom: 7.5rem;
	font-weight: 600;
	text-align: center;
}
#questContents strong {
	font-weight: 700;
	background: -moz-linear-gradient(top, transparent 50%, #bfd3e8 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #bfd3e8 50%);
	background: linear-gradient(to bottom, transparent 50%, #bfd3e8 50%);
}
@media only screen and (max-width:1280px) {
	#questContents {
		width: 97.5%;
		margin: 0 auto 0;
	}
	#questContents h2 {
		margin-bottom: 2.0rem;
	}
	#questContents h3 {
		margin-bottom: 5rem;
	}
}
@media only screen and (max-width:768px) {
	#questContents {
		width: 95%;
	}
	#questContents h2 {
		margin-bottom: 1.75rem;
	}
	#questContents h3 {
		margin-bottom: 3.5rem;
	}
}
@media only screen and (max-width:480px) {
	#questContents {
		width: 92.5%;
	}
	#questContents h2 {
		margin-bottom: 1.5rem;
	}
	#questContents h3 {
		margin-bottom: 2.5rem;
	}
}

.questGirlArea {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	overflow: hidden;
	flex-direction: row-reverse;
	width: 100%;
}
.questGirlArea .flexBox {
	width: 48%;
}
.questGirlArea p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
.questGirlArea.w75 p {
	width: 75%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	line-height: 2em;
}

#questContents .video {
	position:relative;
	width:100%;
	margin-top: 50px;
	padding-top:56.25%;
}
#questContents .video iframe{
	position:absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
}

@media only screen and (max-width:1280px) {
	.questGirlArea {
		width: 100%;
	}
	.questGirlArea .flexBox {
		width: 48.5%;
	}
	.questGirlArea.w75 p {
		width: auto;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}
@media only screen and (max-width:768px) {
	.questGirlArea .flexBox {
		width: 49%;
	}
	.questGirlArea.w75 p {
		margin-top: 1.5em;
		margin-bottom: 0em;
	}
}
@media only screen and (max-width:480px) {
	.questGirlArea {
		display: block;
		width: auto;
	}
	.questGirlArea .flexBox {
		width: 100%;
	}
	.questGirlArea p {
		margin-top: 2.5rem;
	}
}

.photoColumn {
	margin-top: 5rem;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	overflow: hidden;
	flex-direction: row-reverse;
}
.photoColumn li {
	width: 30%;
}
@media only screen and (max-width:1280px) {
	.photoColumn {
		margin-top: 5rem;
	}
}
@media only screen and (max-width:768px) {
	.photoColumn {
		margin-top: 2.5rem;
	}
}
@media only screen and (max-width:480px) {
	.photoColumn {
		margin-top: 2rem;
	}
}

.profileArea {
	margin: 50px 0 0 0;
	padding: 2.5%;
	background-color: #ededed;
	overflow: hidden;
}
.profileArea p {
	line-height: 2;
	margin-bottom: 2em;
}
.profileArea ul {
	display: block;
	width: 85%;
	margin: 0 auto;
}
.profileArea .btn {
	display: block;
	margin: 0 1%;
	padding: 0;
	width: 48%;
	text-align: center;
	float: left;
}
.profileArea .btn a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:1280px) {
	.profileArea {
		margin: 35px 0 0 0;
		padding: 2% 2% 5% 2%;
	}
}
@media only screen and (max-width:768px) {
	.profileArea ul {
		width: 100%;
	}
}

.flexArea {
	width: 100%;
	height: auto;
	margin: 75px auto 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flexArea .profileArea2 {
	width: 47.5%;
	margin: 0;
	padding: 2rem;
	background-color: #ededed;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}
.flexArea .profileArea2 figure {
	margin: 0 auto;
	width: 70%;
}
.flexArea .profileArea2 figcaption {
	margin: 2.5rem auto 0 auto;
	width: auto;
	text-align: center;
}
.flexArea .profileArea2 figcaption small {
	display: block;
	margin: 1.5rem 0 2rem;
}
.flexArea .profileArea2 .btn {
	display: block;
	margin: 0 auto;
	width: 90%;
	float: none;
	text-align: center;
}
.flexArea .profileArea2 .btn a {
	display: block;
}
@media only screen and (max-width:1280px) {
	.flexArea2 {
		margin-top: 50px;
	}
	.flexArea .profileArea2 figure {
		width: 80%;
	}
	.flexArea2 .profileArea2 figcaption {
		margin: 2.0rem 0 0 0;
	}
}
@media only screen and (max-width:768px) {
	.flexArea {
		margin-top: 40px;
	}
	.flexArea .profileArea2 {
		padding: 1.5rem;
	}
	.flexArea .profileArea2 figure {
		float: none;
		width: 90%;
	}
	.flexArea .profileArea2 figcaption {
		margin: 1.5rem auto 0;
	}
}
@media only screen and (max-width:480px) {
	.flexArea {
		margin: 35px auto;
	}
	.flexArea .profileArea2 {
		padding: 1rem;
		width: 100%;
		margin-bottom: 10px;
	}
	.flexArea .profileArea2 figure {
		width: 100%;
	}
	.flexArea .profileArea2 figure img {
		display:block;
		float: left;
		margin: 0;
		width: 40%;
	}
	.flexArea .profileArea2 figcaption {
		float: right;
		margin: 1.5rem 0 0 0;
		width: 55%;
		text-align: left;
	}
	.flexArea .profileArea2 figcaption small {
		display: block;
		margin: 0.75rem 0 1.5rem;
	}
	.flexArea .profileArea2 .btn {
		display: block;
		margin: 0 0;
		width: auto;
		text-align: center;
	}
}


.profile-list {
	display: block;
	margin: 3% auto 0;
	width: auto;
	text-align: center;
	overflow: hidden;
}
.profile-list .btn {
	display: inline-block;
	width: 40%;
	max-width: 300px;
	margin: 0 1.5%;
	padding: 0;
	text-align: center;
}
.profile-list .btn a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:1280px) {
	.profile-list {
		margin: 2.5% auto 0;
	}
	.profile-list .btn {
		width: 46.5%;
	}
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
	.profile-list .btn {
		width: 45%;
	}
	.profile-list .btn a {
		/*padding: 5px 35px;*/
	}
}

.mfp-inline-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-inline-holder .mfp-close {
  top: -40px;
}
