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

/*ボディ背景*/

:root {
    --all_bg_color: #eeeeee;
}

/*コンテンツ背景*/

:root {
    --container_bg_color: #ffffff;
}

/*テキストカラー*/

:root {
    --container_txt_color: #111111;
}

/*リンクカラー*/

:root {
    --link_txt_color: #2482c7;
}

/*名前テキストカラー*/

:root {
    --name_txt_color: #ffffff;
}

/*メインカラー*/

:root {
    --user_main_color: #0032a2;
}

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

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'MS PGothic''MS UI Gothic', 'Helvetica', 'Arial', sans-serif;
    font-size: 1em;
    background: var(--all_bg_color);
}

a {
    cursor: pointer;
    color: var(--link_txt_color);
    text-decoration: none;
}

a:link,
a:visited {
    color: var(--link_txt_color);
}

a:hover,
a:active {
    color: var(--link_txt_color);
    opacity: 0.7;
}

.container {
    width: 1000px;
    margin: 0 auto;
    background: var(--container_bg_color);
    color: var(--container_txt_color);
}

/* header ************************************/

header {
    overflow: hidden;
}

.name_area {
    background: url(/templates/eyecatch/2/img/bg_eyecatch.jpg) no-repeat;
    height: 400px;
    position: relative;
}

h1 {
    text-align: center;
    width: auto;
    position: absolute;
    right: 120px;
    top: 240px;
    display: inline-block;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: var(--name_txt_color);
}

h1 span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.3em;
}

.prof_area {
    padding: 45px 60px;
    text-align: center;
}

.user_pr {
    line-height: 2.4;
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    top: -90px;
    margin-bottom: -90px;
    padding: 60px 60px;
    width: 640px;
}

.user_pr span {
    margin-top: 1em;
    margin-top: 1em;
    display: block;
    text-align: right;
}

.user_overview {
    margin: 0 auto;
    width: 720px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    position: relative;
    text-align: left;
    padding: 30px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.user_overview > img {
    width: 150px;
    display: block;
    float: left;
}

.user_overview > span a {
    display: inline-block;
    padding: 0.5em 2em;
    font-size: 12px;
    color: #ffffff;
    background: var(--user_main_color);
}

.user_overview span a:hover {
    opacity: 0.7;
}

.user_overview span a img {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.user_overview span.url {
    float: right;
    text-align: center;
    width: 460px;
}

.user_ico {
    width: 150px;
    height: 150px;
    border: solid 4px #ffffff;
}

.detail_area {
    float: right;
    width: 460px;
    margin: 0.5em 0;
}

.detail_area span {
    display: block;
    margin-bottom: 0.8em;
    font-size: 14px;
}

.detail_area span:first-child {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.sns_list{
	list-style: none;
	display: flex;
	/*justify-content: center;*/
}

.sns_list .sns_list-item{
	width:20px;
	height: 20px;
	margin: 0 10px 0 0;
}

.sns_list .sns_list-item a{
	display: block;
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.sns_list .sns_list-item a.twitter{
	background-image: url("../../../../assets/img/mypage/basic/icon-twitter.png");
}
.sns_list .sns_list-item a.facebook{
	background-image: url("../../../../assets/img/mypage/basic/icon-facebook.png");
}
.sns_list .sns_list-item a.instagram{
	background-image: url("../../../../assets/img/mypage/basic/icon-instagram.png");
}
.sns_list .sns_list-item a.web{
	background-image: url("../../../../assets/img/mypage/basic/icon-web.png");
}

/* footer ************************************/

footer {
    padding: 60px 0;
    text-align: center;
    font-size: 12px;
}

footer img {
    width: 80px;
    margin-left: 0.5em;
    vertical-align: bottom;
}


@media screen and (max-width:480px) {

	header{
		padding: 0 0 30px;
	}	

	.container{
		width: 100%;
	}	

	.container header .name_area{
		width: 100%;
		height: 250px;
		padding: 0 3% ;
		box-sizing: border-box;
		background-size: cover;
		background-position: center;
	}	

	h1{
		font-size: 26px;
		line-height: 1.3em;
		top:50%;
		left:50%;
		right:initial;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}	

	h1 span {
		font-size: 12px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.prof_area{
		padding: 0 3%;
	}	
	
	.prof_area .user_pr{
		width: 95%;
		height: auto;
		margin:  0 auto;
		padding: 5%;
		top:-45px;
		box-sizing: border-box;
	}
	
	.prof_area .user_pr p{
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.prof_area .user_overview{
		width: 95%;
		height: auto;
		padding: 15px 0;
		box-sizing: border-box;
		margin: -45px auto 0;
	}
	
	.prof_area .user_overview > img{
		width: 30%;
		height: auto;
	}
	
	.prof_area .user_overview .detail_area{
		width: 65%;
		height: auto;
	}
	
	.detail_area span:first-child{
		font-size: 14px;
		margin: 0 0 10px;
	}
	
	.detail_area span{
		font-size: 12px;
		line-height: 1.3em;
	}
	
	.prof_area .user_overview span.url{
		width: 100%;
		float: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
		margin: 0 0 8px;
	}
	
	.user_overview > span a{
		padding: 4px 6px;
		box-sizing: border-box;
		font-size: 8px;
		border-radius: 10px;
	}
	

}