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

.blockSection--ogMessage {
	padding: 70px 0 90px;
	background: url(../images/bg_foot01.png) no-repeat 5% bottom / 72px auto,
		url(../images/bg_foot02.png) no-repeat 95% bottom / 72px auto,
		url(../images/bg_og_message.png) repeat fixed;
}
.sectionInnerBox--ogMessage {
	position: relative;
}
.sectionInnerBox--ogMessage::before {
	content: "";
	display: block;
	background: url(../images/img_parts01.png) no-repeat center center;
	width: 71px;
	height: 52px;
	top: -49px;
	left: 736px;
	position: absolute;
	z-index: 1;
}
.ogMessageTitle {
	position: absolute;
	width: 600px;
	height: 400px;
	background-color: #FFF;
	top: 200px;
	left: 200px;
	padding: 28px 0 0 31px;
}
.ogMessageListWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ogMessageList__item {
	width: 199px;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
	height: 199px;
}
.ogMessageList__item:nth-child(6),
.ogMessageList__item:nth-child(8) {
	margin-right: 600px;
}
.ogMessageList__item__modallink {
	text-decoration: none;
}
.ogMessageList__item__name {
	text-align: center;
	background: rgba(0,0,0,0.9) url(../images/arrow_w.png) no-repeat center 68% / 12px auto;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	padding-top: 70px;
	font-size: 2rem;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.ogMessageList__item__name__fss {
	font-size: 1.4rem;
}
.ogMessageList__item__modallink:hover .ogMessageList__item__name {
	opacity: 1;
}

/* Modal Setting */
.modalcont__wrap {
	display: none;
}
.modalcont__item {
	position: relative;
	width: 600px;
	padding-top: 77px
}
.modalcont__item__inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 600px;
	background-color: #FFF;
	padding: 24px;
}
.modalcont__item__personbase {
	width: 190px;
}
.modalcont__item__personbase__name {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 10px;
	line-height: 1.2;
}
.modalcont__item__personbase__name__fss {
	font-size: 1.4rem;
}
.modalcont__item__person {
	width: 334px;
}
.modalcont__item__person__info {
	background-color: #F471B6;
	padding: 17px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.4;
	border-radius: 5px;
}
.modalcont__item__person__info__title {
	margin-top: 10px;
	vertical-align: middle;
}
.modalcont__item__person__info__title:first-child {
	margin-top: 0;
}
.modalcont__item__person__info__title::before {
	content: "★";
	font-size: 1.2rem;
}
.modalcont__item__person__comment {
	margin-top: 20px;
}
.modalcont__item__person__comment__txt {
	font-size: 1.4rem;
	line-height: 1.6;
}
.modalcont__close {
	display: block;
	position: absolute;
	top: -0;
	right: 0;
	width: 47px;
	cursor: pointer;
}

@media only screen and (max-width:780px) {
	.blockSection--ogMessage {
		padding: 0 0 20px;
		background: url(../images/bg_foot01.png) no-repeat 5% bottom / 36px auto,
			url(../images/bg_foot02.png) no-repeat 95% bottom / 36px auto,
			url(../images/bg_og_message.png) repeat fixed;
	}
	.sectionInnerBox--ogMessage::before {
		display: none;
	}
	.ogMessageTitle {
		position: static;
		width: auto;
		height: auto;
		background-color: #FFF;
		padding: 6% 4% 0;
		border-bottom: rgba(239,1,126,0.3) solid 1px;
		margin: 0 -4%;
	}
	.ogMessageListWrap {
		padding-top: 4%;
	}
	.ogMessageList__item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
	}
	.ogMessageList__item:nth-child(2n) {
		margin-right: 0;
	}
	.ogMessageList__item__name {
		text-align: center;
		background-image: none;
		color: #FFF;
		position: relative;
		height: auto;
		padding: 4%;
		font-size: 1.6rem;
		opacity: 1;
		transition: none;
	}
	.ogMessageList__item__name::after {
		content: "";
		display: block;
		position: absolute;
		right: 2%;
		top: calc(50% - 3px);
		width: 12px;
		height: 5px;
		background: url(../images/arrow_w.png) no-repeat center center / 12px auto;	
	}
	.ogMessageList__item__name__fss {
		font-size: 1.2rem;
	}

	/* Modal Setting */
	.modalcont__item {
		width: 100%;
		padding-top: 0;
	}
	.modalcont__item__inner {
		display: block;
		width: 100%;
		padding: 0;
		background-color: transparent;
	}
	.modalcont__item__personbase {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
	}
	.modalcont__item__personbase__img {
		width: 50%;
	}
	.modalcont__item__personbase__name {
		font-size: 2rem;
		margin-top: 0;
	}
	.modalcont__item__personbase__name__fss {
		font-size: 1.2rem;
	}
	.modalcont__item__person {
		width: 100%;
		margin-top: 20px;
	}
	.modalcont__item__person__info {
		padding: 4%;
	}
}








