/*****************************************
	staffPage
*****************************************/
/* ================================================= *
 *        	common
 * ================================================= */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.container {
	max-width: 1030px;
	width: 100%;
	margin: auto;
}

/* ================================================= *
 *        	staff_detail
 * ================================================= */
.staff_detail {
	margin-bottom: 40px;
}

.staff_detail__ttl {
	padding-bottom: 15px;
	border-bottom: 3px solid #727171;
	color: #c71c32;
	font-size: 2.4rem;
	text-align: center;
}

.staff_detail__txt {
	margin-bottom: 30px;
	color: #231815;
	font-size: 20px;
	text-align: center;
}

.staff_detail__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.staff_detail__item {
	width: 50%;
	margin-bottom: 0;
}

.staff_detail__btn {
	position: relative;
	display: block;
	height: calc(554 / 800 * 48vw);
	overflow: hidden;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.staff_detail__btn {
		height: 326px;
	}
}

.staff_detail__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	background-color: #fff;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.staff_detail__btn:hover img.off {
	opacity: 0;
}

.h2_area {
	display: flex;
	max-width: 800px;
	justify-content: center;
	margin: 0 auto 20px;
}

.h2_area h2 {
	width: 40%;
	display: flex;
	padding-right: 20px;
}

.h2_area h2 img {
	margin: auto;
}

.h2_area p {
	width: 60%;
}

.h2_area p span {
	display: block;
	font-weight: bold;
	margin: 5px 0;
	font-size: 1.8rem;
	font-family: none;
}

.shop_button_area {
	display: flex;
	max-width: 800px;
	margin: auto;
	margin-bottom: 20px;
}

.shop_button_area .shop_button {
	width: 23%;
	margin: 0 1%;
	padding: 10px;
	background: #FFF100;
	color: #cf031e;
	font-weight: bold;
	font-size: 1.8rem;
}

.shop_button_area .shop_button:hover {
	cursor: pointer;
	text-decoration: underline;
}

.shop_button_area .shop_button:first-of-type {
	margin-left: 0;
}

.shop_button_area .shop_button:last-of-type {
	margin-right: 0;
}

.youtube_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.youtube_area p {
	margin-bottom: 10px;
}

.youtube_area p.searchLinkBtn {
	border: 2px solid #f4ae1d;
	background-color: #f4ae1d;
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 24px;
	margin-bottom: 30px;
	max-width: 100%;
	padding: 2px 6px;
}

.youtube_area .searchLinkBtn:hover {
	border: 2px solid #f4ae1d;
	background-color: #fff;
	color: #f4ae1d;
}

.youtube_area .searchLinkBtn:hover a {
	color: #f4ae1d;
}

.youtube_area .youtube_wrapper {
	margin-bottom: 30px;
}


@media (max-width: 767px) {
	.h2_area {
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.h2_area h2 {
		width: unset;
		max-width: 450px;
		margin-bottom: 10px;
	}

	.h2_area p {
		width: unset;
	}

	.shop_button_area {
		flex-wrap: wrap;
	}

	.shop_button_area .shop_button {
		width: 48%;
		margin: 10px 1%;
	}

	.shop_button_area .shop_button:first-of-type {
		margin-left: 1%;
	}

	.shop_button_area .shop_button:last-of-type {
		margin-right: 1%;
	}

	.youtube_area .youtube_wrapper {
		position: relative;
		padding-top: 56%;
		width: 100%;
	}

	.youtube_area .youtube_wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
