@charset "UTF-8";
body {
	background-image: none;
	font-size: 15px;
}
.container {
	margin: 0;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	min-height: 700px;
	text-align: left;
}
.container .name {
	font-size: 50px;
	letter-spacing: 0.15em;
	margin: 10px 0 20px;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}
.container .name span {
	font-size: 0.4em;
	letter-spacing: 0.1em;
}
.container p {
	margin: 0 20px 0 0;
}
.wrapp {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3000;
}
.photo {
	height: 100%;
	position: relative;
}
.photo img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.scroll_area {
	height: 540px;
	overflow: auto;
	outline: none;
}
.close {
	font-size:20px;
	line-height: 1em;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 5px 0;
	color: #333;
	text-decoration: none;
}
.tab {
    overflow: hidden;
	font-family: 'ZCOOL QingKe HuangYou', cursive;
}
.tab li {
    background: #444;
    display: inline-block;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    border: 1px solid #888;
	margin-right: 1%;
}
.tab li.select {
    background: #000;
    color: #fff;
	border-bottom: 1px solid #000;
}
.content .selectbox {
    padding: 20px 0 40px;
    border-top: 1px solid #888;
    margin-top: -1px;
}
.content .selectbox.hide {
    display: none;
}
@media screen and (max-width : 767px) {
.container {
	padding: 20px 5% 5%; 
	width: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.wrapp {
	width: 100%;
	height:auto;
	margin: 0 auto;
	z-index: 3000;
	overflow: visible;
	padding-bottom: 20px;
}
.container h1 {
	font-size: 38px;
}
.container p {
	margin: 0 16px 40px 0;
}
.scroll_area {
	height: auto;
	overflow: visible;
}
.container .name {
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 40px;
	text-align: center;
}
.container .name, 
.container p {
	margin-right: 0;
}
}
@media screen and (min-width : 768px) {
.profile {
	height: 100%;
	position: relative;
}
.scroll_area {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	max-width: 540px;
	width: 100%;
}
.scroll_area.wide {
	max-width: 700px;
}
.container .name span {
    font-size: 1.3vw;
}
}
/* 全体 */
.jspContainer {
	overflow: hidden;
	position: relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position: absolute;
	width: 100%;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
/* 背景 */
.jspTrack {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #000000 0px, #000000 1px, #555555 1px, #555555 2px, #000000 2px, #000000 2px) repeat scroll 0 0;
	position: relative;
}
/* ノブ */
.jspDrag {
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-left: 2px solid #fd370;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {display: none;}
.grid_5 {width: 48%;}
.L { float:left; }
.R { float:right; }

@media screen and (max-width : 767px) {
.pc {display: none;}
.sp {display: block;}
.pc {visibility: hidden; display:none;}
.grid_5 {
	width:100%;
}
.L, .R { float:none; }
.L { height:400px; overflow: hidden; }
.L.kantoku { height:200px; overflow: hidden; }
}
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}