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

friends

=================================================================*/
#friends {
	background:url(../img/body_bg.jpg) top left repeat;
	background-attachment:fixed;
}

#friends .container {
	width:94%;
	max-width:1043px;
	margin:0 auto;
	padding:2rem 0;
	text-align:center;
}

#friends .sp {
	display:none;
}

#friends h1 {
	color:#3D82B4;
	font-size:2.3rem;
	font-weight:bold;
	margin-bottom:1rem;
}

#friends p {
	font-weight:bold;
	padding:1.5rem 0;
}



@media screen and (max-width:500px){
	#friends .container {
		width:100%;
	}
	#friends .pc {
		display:none;
	}
	#friends .sp {
		display:block;
	}
	#friends h1 {
		font-size:1.8rem;
	}
	#friends p {
		padding:1.5rem 5%;
	}
}


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

profile

=================================================================*/
#profile {
	background:#3D82B4;
}

#profile .nav {
	width:calc( 100% - 100px );
	max-width:1043px;
	margin:0 auto;
	padding:5rem 0 0 0;
}

#profile .container {
	width:calc( 100% - 100px );
	max-width:1043px;
	margin:0 auto;
	padding:2rem 0 5rem 0;
	position:relative;
}

#profile h2 {
	text-align:center;
	position:relative;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	padding-bottom:5rem;
}

#profile h2:after {
	display:block;
	content:'';
	width:2em;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:2.5rem;
	left:50%;
	margin-left:-1em;
}

.swiper-container {
	background:#fff;
	border-radius:3rem;
}

.swiper-slide {
	padding:2rem;
}

.swiper-pagination {
	width:100%;
	max-width:730px;
	position:static;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	margin:0 auto;
	margin-bottom:1.5rem;
}

.swiper-pagination-bullet {
	display:block;
	text-align:center;
	width:18%;
	max-width:130px;
	height:auto;
	border-radius:0;
	padding:0;
	opacity:1;
	outline:none;
	position:relative;
	background:none !important;
	position:relative;
}

.swiper-pagination-bullet-active:after {
	display:block;
	content:'';
	width:100px;
	height:20px;
	background-image:url(../img/thumb_arw.png);
	background-size:cover;
	margin:0 auto;
	margin-top:1rem;
}

.swiper-button-prev, .swiper-button-next {
	width:27px;
	height:58px;
	outline:none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background:url(../../top/img/slide_next.png) center no-repeat;
	background-size:cover;
	right:calc( 100% + 1rem );
	left:auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background:url(../../top/img/slide_prev.png) center no-repeat;
	background-size:cover;
	left:calc( 100% + 1rem );
	right:auto;
}

.swiper-slide .chara {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

.swiper-slide .chara .text {
	-webkit-flex:1 1 0%;
	flex:1 1 0%;
	margin-left:2rem;
}

.swiper-slide .chara .text h4 {
	font-size:2.4rem;
	font-weight:bold;
	padding-bottom:1rem;
	position:relative;
}

.swiper-slide .chara .text h4:after {
	display:block;
	content:'';
	width:6em;
	height:1px;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
}

.swiper-slide .chara .text p {
	margin-top:2rem;
	font-size:1.6rem;
	color:#000;
}

@media screen and (max-width:840px){
	.swiper-pagination-bullet-active:after {
		width:68px;
		height:14px;
	}
	.swiper-slide .chara .text h4:after {
		width:4em;
	}
	.swiper-slide .chara .img {
		width:100%;
		text-align:center;
	}
	.swiper-slide .chara .text {
		-webkit-flex:auto;
		flex:auto;
		width:100%;
		margin-left:0;
		margin-top:2rem;
	}
}

@media screen and (max-width:500px){
	#profile .nav {
		width:94%;
	}
	.swiper-pagination-bullet-active:after {
		width:36px;
		height:7px;
	}
	.swiper-slide .chara .text h4 {
		font-size:1.8rem;
	}
	.swiper-slide .chara .text p {
		font-size:1.4rem;
	}
	#profile .container {
		width:calc( 100% - 60px );
	}
	.swiper-button-prev, .swiper-button-next {
		width:18px;
		height:39px;
	}
}

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

footer

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

#footer .ft_contact,
#footer .ft_strength {
	display:none;
}

#footer .ft_sitemap {
	background:#fff;
	padding:5% 0;
}