@charset "UTF-8";

/*//////////----- PROFILE -----//////////*/

#profile{
	background-color:#f8f8f8;
	color:#000;
}

#profile div.content{	
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:5px;
}

#profile h5{
	font-weight:bold;
	
	font-size:1.5rem;
	line-height:30px;
	color:#000;
	
	box-sizing: border-box;
	padding-bottom:5px;
	border-bottom:solid 5px #980270;
	margin-bottom:15px;
}

/*//////////----- PROFILE-SUMMARY -----//////////*/

#profile div.summary{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

#profile div.summary h4{
	font-size:1.5rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
}

#profile div.summary h4 span.age{
	display:inline-block;
	
	font-size:1.25rem;
	line-height:30px;
	font-weight:bold;
}

#profile div.summary h4 span.age:before{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 5px;
}

#profile div.summary h4 span.age:after{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 5px;
}

@media only screen and (min-width: 720px){
	
	#profile div.summary h4{
		font-size:2.0rem;
		line-height:40px;
	}
	
	#profile div.summary h4 span.age{
		font-size:1.5rem;
		line-height:40px;
	}
	
}

#profile div.summary ul.size{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	
	width:100%;
}

#profile div.summary ul.size li{
	display:inline-block;
	
	font-size:1.25rem;
	line-height:30px;
}

@media only screen and (min-width: 375px){
	
	#profile div.summary ul.size li{
		font-size:1.5rem;
		line-height:40px;
	}
	
}

#profile div.summary ul.size li:before{
	display:inline-block;
	
	box-sizing: border-box;
	padding-right:2.5px;
	
	font-size:1.0rem;
	line-height:25px;
}

#profile div.summary ul.size li:nth-child(1):before{
	content:"T";
}

#profile div.summary ul.size li:nth-child(2):before{
	content:"B";
}

#profile div.summary ul.size li:nth-child(2) span.note{
	font-size:1.0rem;
	line-height:30px;
	font-weight:normal;
}

#profile div.summary ul.size li:nth-child(2) span.note:before{
	display: inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#profile div.summary ul.size li:nth-child(3):before{
	content:"W";
}

#profile div.summary ul.size li:nth-child(4):before{
	content:"H";
}

#profile div.summary ul.size li:after{
	display:inline-block;
	content:"/";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#profile div.summary ul.size li:last-child:after{
	display:none;
}

#profile div.summary p.copy{
	font-size:1.0rem;
	line-height:1.75em;
	
	text-align: center;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*//////////----- PROFILE-DETAIL -----//////////*/

#profile div.detail{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#profile div.detail div.detail-child{
	width:100%;
}

#profile div.detail div.detail-child:nth-child(1){
	margin-bottom:20px;
}

#slider-profile ul.thumb-item-nav{
	box-sizing: border-box;
	padding:2.5px;
	
	background-color:#f0f0f0;
	color:#000;
	
	line-height: 0;
}

#slider-profile ul.thumb-item-nav li{
	box-sizing: border-box;
	padding:2.5px;
}

#slider-profile ul.thumb-item-nav li img{
	width:100%;
	vertical-align: bottom;
}

#slider-profile ul.thumb-item-nav div.slick-slide{
	opacity: 0.5;
}

#slider-profile ul.thumb-item-nav div.slick-current{
	opacity: 1;
}

@media only screen and (min-width: 720px){
	
	#profile div.detail{
		padding:15px;
	}
	
	#profile div.detail div.detail-child{
		width:50%;
	}
	
	#profile div.detail div.detail-child:nth-child(1){
		margin-bottom:0;
	}
	
	#profile div.detail div.detail-child:nth-child(odd){
		box-sizing: border-box;
		padding-right:15px;
	}
	
	#profile div.detail div.detail-child:nth-child(even){
		box-sizing: border-box;
		padding-left:15px;
	}
	
}

#profile div.detail ul.feature{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	
	width:100%;
	
	margin-bottom:20px;
}

@media only screen and (min-width: 720px){
	
	#profile div.detail ul.feature{
		justify-content: flex-start;
	}
	
}

#profile div.detail ul.feature li{
	width:25%;
	max-width: 80px;
	
	box-sizing: border-box;
	padding:2.5px;
}

#profile div.detail ul.feature li img{
	width:100%;
	vertical-align: bottom;
}

#profile div.detail ul.feature li span.note{
	display:block;
	position: relative;
	
	font-size:0.6rem;
	line-height:15px;
	
	text-align: center;
}

#profile div.detail ul.feature li span.note:before{
	display:block;
	content:"";
	
	box-sizing: border-box;
	padding-top:100%;
	
	background-color:#980270;
	color:#fff;
}

#profile div.detail ul.feature li span.note b{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	position: absolute;
	top:0;
	left:0;
	
	width:100%;
	height:100%;
	
	text-align: center;
	font-weight:normal;
	color:#fff;
	
	box-sizing: border-box;
	padding:2.5px;
	
	overflow: hidden;
}

#profile div.detail p.standby{
	width:100%;
	margin-bottom:20px;
	
	box-sizing: border-box;
	border:solid 2px #980270;
	
	background-color:#fff;
	color:#000;
	
	font-size:1.25rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
}

@media only screen and (min-width: 375px){
	
	#profile div.detail p.standby{
		font-size:1.5rem;
		line-height:40px;
	}
	
}

@media only screen and (min-width: 720px){
	
	#profile div.detail p.standby{
		text-align: left;
	}
	
}

#profile div.detail p.standby span{
	display:inline-block;
	position: relative;
	
	box-sizing: border-box;
	padding-left:85px;
}

#profile div.detail p.standby span.today:before{
	display:block;
	content:"本日出勤";
	
	width:80px;
	
	font-size:1.0rem;
	line-height:30px;
	
	text-align: center;
	
	position: absolute;
	top:5px;
	left:0;
	
	background-color:#980270;
	color:#fff;
	
	border-radius:2.5px;
}

#profile div.detail p.standby span.next:before{
	display:block;
	content:"次回出勤";
	
	width:80px;
	
	font-size:1.0rem;
	line-height:30px;
	
	text-align: center;
	
	position: absolute;
	top:5px;
	left:0;
	
	background-color:#980270;
	color:#fff;
	
	border-radius:2.5px;
}

@media only screen and (min-width: 720px){
	
	#profile div.detail p.standby span{
		padding-left:95px;
	}
	
	#profile div.detail p.standby span.today:before{
		left:7.5px;
	}
	
	#profile div.detail p.standby span.next:before{
		left:7.5px;
	}
	
}

#profile div.detail p.comment{
	margin-bottom:20px;
}

#profile div.detail div.qa{
	margin-bottom:20px;
}

#profile div.detail div.qa div.qa-inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#profile div.detail div.qa div.qa-inner div.row{
	width:100%;
	
	box-sizing: border-box;
	padding-bottom:15px;
	border-bottom:dashed 1px #444;
	margin-bottom:15px;
}

#profile div.detail div.qa div.qa-inner div.row:last-child{
	margin-bottom:0;
}

#profile div.detail div.qa div.qa-inner div.row p.que{
	font-weight:bold;
	margin-bottom:10px;
	
	position: relative;
	box-sizing: border-box;
	padding-left:30px;
}

#profile div.detail div.qa div.qa-inner div.row p.que:before{
	display:block;
	content:"Q";
	
	width:25px;
	font-size:0.8rem;
	line-height:25px;
	
	font-weight:bold;
	
	text-align: center;
	
	background-color:#980270;
	color:#fff;
	
	border-radius:50px;
	
	position: absolute;
	top:1.5px;
	left:0;
}

#profile div.detail div.qa div.qa-inner div.row p.ans{
	position: relative;
	box-sizing: border-box;
	padding-left:30px;
}

#profile div.detail div.qa div.qa-inner div.row p.ans:before{
	display:block;
	content:"A";
	
	width:25px;
	font-size:0.8rem;
	line-height:25px;
	
	font-weight:bold;
	
	text-align: center;
	
	background-color:#f44;
	color:#fff;
	
	border-radius:50px;
	
	position: absolute;
	top:1.5px;
	left:0;
}

#profile div.detail div.btn{
	margin-bottom:20px;
}

#profile div.detail div.btn ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#profile div.detail div.btn ul li{
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
}

@media only screen and (min-width: 720px){
	
	#profile div.detail div.btn ul li{
		width:50%;
	}
	
}

#profile div.detail div.btn ul li a{
	display:block;
	
	transition: 0.25s;
	color:#980270;
}

#profile div.detail div.btn ul li a:hover{
	/*opacity: 0.6;*/
	text-decoration: none;
	
	background-color:#980270;
	color:#fff;
}

#profile div.detail div.btn ul li span.note{
	display:block;
	
	box-sizing: border-box;
	padding:5px;
	padding-left:45px;
	
	position: relative;
	
	border:solid 1px #980270;
	
	font-size:1.0rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: left;
}

#profile div.detail div.btn ul li span.note:before{
	display:block;
	content:"";
	
	width:25px;
	height:25px;
	line-height:25px;
	
	background-color:#980270;
	color:#fff;
	
	border-radius:50px;
	
	background-image: url("../images/icon-arrow-right-white.webp");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	
	position: absolute;
	top:0;
	bottom:0;
	left:10px;
	
	margin:auto 0;
}

/*//////////----- PROFILE-DIARY -----//////////*/

#profile div.diary{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

/*//////////----- PROFILE-WEEKLY -----//////////*/

#profile div.weekly{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

#profile div.weekly div.weekly-inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	border:solid 2.5px #980270;
}

#profile div.weekly div.weekly-inner div.row{
	width:100%;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	box-sizing: border-box;
	border-bottom:solid 2.5px #980270;
}

#profile div.weekly div.weekly-inner div.row:last-child{
	border-bottom:none;
}

#profile div.weekly div.weekly-inner div.row div.date{
	width:120px;
	
	box-sizing: border-box;
	padding:5px;
	border:solid 2.5px #fff;
	
	background-color:#980270;
	color:#fff;
	
	text-align: center;
	
}

#profile div.weekly div.weekly-inner div.row div.date.sat{
	background-color:#4444ff;
}

#profile div.weekly div.weekly-inner div.row div.date.sun{
	background-color:#ff4444;
}

#profile div.weekly div.weekly-inner div.row div.date p span.note{
	display:block;
}

#profile div.weekly div.weekly-inner div.row div.date p span.note:before{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#profile div.weekly div.weekly-inner div.row div.date p span.note:after{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#profile div.weekly div.weekly-inner div.row div.time{
	width:calc(100% - 120px);
	
	box-sizing: border-box;
	padding:5px;
	border:solid 2.5px #fff;
	
	background-color:#f8f8f8;
	color:#000;
	
	text-align: center;
}

#profile div.weekly div.weekly-inner div.row div.time p.btn{
	font-size:0.8rem;
	line-height:25px;
	
	width:80px;
	margin:0 auto;
	text-align: center;
	
	background-color:#f44;
	color:#fff;
	
	border-radius:50px;
}

#profile div.weekly div.weekly-inner div.row div.time p.btn a{
	display:block;
	color:#fff;
	
	transition:0.25s;
}

#profile div.weekly div.weekly-inner div.row div.time p.btn a:hover{
	opacity: 0.6;
	text-decoration: none;
}

@media only screen and (min-width: 720px){
	
	#profile div.weekly{
		padding:15px;
	}
	
	#profile div.weekly div.weekly-inner{
		box-sizing: border-box;
		padding:2.5px;
	}
	
	#profile div.weekly div.weekly-inner div.row{
		width:calc(100%/7);
		border-bottom:none;
	}
	
	#profile div.weekly div.weekly-inner div.row div.date{
		width:100%;
	}
	
	#profile div.weekly div.weekly-inner div.row div.time{
		width:100%;
	}
	
}

/*//////////----- PROFILE-OPTION -----//////////*/

#profile div.option{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

#profile div.option ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#profile div.option ul li{
	width:100%;
	
	font-size:1.0rem;
	line-height:30px;
	font-weight:bold;
	color:#980270;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:5px;
}

#profile div.option ul li span{
	display:block;
	
	box-sizing: border-box;
	padding:5px;
	border:solid 2.5px #980270;
}

@media only screen and (min-width: 720px){
	
	#profile div.option ul li{
		width:50%;
	}
	
}

@media only screen and (min-width: 720px){
	
	#profile div.option ul li{
		width:25%;
	}
	
}

/*//////////----- PROFILE-MOVIE -----//////////*/

#profile div.movie{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

#profile div.movie div.movie-inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:5px;
}

#profile div.movie div.movie-inner article{
	width:100%;
	
	margin-bottom:10px;
}

@media only screen and (min-width: 720px){
	
	#profile div.movie div.movie-inner article{
		width:50%;
		
		box-sizing: border-box;
		padding:10px;
		
		margin-bottom:0;
	}
}

/*//////////----- PROFILE-REVIEW -----//////////*/

#profile div.review{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
}

#profile div.review div.review-inner{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	
	box-sizing: border-box;
	padding:5px;
}

#profile div.review div.review-inner article{
	width:100%;
	
	box-sizing: border-box;
	padding-bottom:15px;
	border-bottom:dashed 1px #444;
	margin-bottom:15px;
}

#profile div.review div.review-inner article:last-child{
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}

#profile div.review p.btn-detail-inner{
	width:180px;
	margin:10px auto;
}

#profile div.review p.btn-detail-inner a{
	display:block;
	
	background-color:#980270;
	color:#fff;
	
	text-align: center;
	
	font-size:0.8rem;
	line-height:35px;
	
	border-radius:5px;
	
	transition:0.25s;
}

#profile div.review p.btn-detail-inner a:hover{
	background-color:#f0f0f0;
	color:#980270;
	
	text-decoration: none;
}

@media only screen and (min-width: 720px){
	
	#profile div.review div.review-inner article{
		margin-bottom:15px;
	}
	
}
