@charset "UTF-8";
/* CSS Document */
/* profile */
.profile_in {
  width: 96%;
  margin: 0 auto;
}
#profile h2.title > span {
  width: 150px;
}
.gallery-top {
  position: relative;
}
.gallery-top .swiper-wrapper img {
  width: 100%;
  max-width: 584px;
  max-height: 779px;
}
.icon_area {
  /* z-index: 999; */
}

/* swiper */
.swiper-area {
	border: 1px solid #DCDCDC;
	padding: 7px;
	border-radius: 5px;
	max-width: 600px;
	margin: 0 auto;
}
.swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0;
  margin-top: 15px;
}
#profile .data {
  position: relative;
  /* margin-bottom: 10px; */
  width: 100%;
  /* display: table; */
}
#profile .catch {
  color: #f55586;
  padding: 0;
  text-align: left;
  margin-bottom: 5px;
}

#profile .data_r {
  /* display: table-cell; */
  font-size: 16px;
  font-weight: bold;
  /* line-height: 19px; */
  width: 61%;
  height: 46px;
  vertical-align: bottom;
}

#profile .name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
#profile .size {
  display: block;
  font-size: 14px;
  font-weight: normal;
  vertical-align: bottom;
}
@media screen and (max-width: 320px) {
	#profile .size {
	  font-size: 12px;
	}
}
#profile .diary {
  position: absolute;
  right: 0;
  bottom: 0;
}

#profile .diary img {
	max-height: 46px;
}

/* icon_area */
#profile .icon_area {
	position: relative;
	width: 100%;
	display: block;
	margin: 5px 0 10px 0;
	left: 0;
	top: 0;
}
#profile .icon_area div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
#profile .icon_area div > span {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 5px;
}
#profile .icon_area div > span span {
	text-align: center;
}
#profile .icon_area .todaycat {
	background: #ff407b;
}
#profile .icon_area .newcat {
	background: #6495ed;
}
#profile .icon_area .newcat img {
	padding-top: 3px;
	width: 10px;
}
#profile .icon_area .no1cat {
	background: #ffd040;
}
#profile .icon_area .no1cat img {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 16px;
}
#profile .comment {
  margin: 20px 0 0;
}
#profile .comment dt {
  color: #f55586;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f55586;
}
#profile .comment dd {
  font-size: 11px;
}

/* prof_movie */
.prof_movie {
  margin: 25px 0;
}
.prof_movie video {
	display: block;
  width: 100%;
}

/* prof_schedule */
.prof_schedule {
  width: 100%;
  margin: 0 0 25px;
}
.prof_schedule dl {
  border: 1px solid #DCDCDC;
  border-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.prof_schedule dl:last-child {
border-bottom: 1px solid #DCDCDC;
}

.prof_schedule dl dt {
  width: 50%;
  text-align: center;
  border-right: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #FFEBEF;
  font-size: 12px;
}
.sat {
  color: #10589a;
}
.sun {
  color: #d90000;
}
.prof_schedule dl dd {
  width: 50%;
  text-align: center;
  padding: 6px;
  font-size: 12px;
}
.prof_schedule dl dd span.cmnt {
  display: block;
  color: #f55586;
  font-size: 10px;
}