@charset "utf-8";
.profile_slider img {
  cursor: default;
}
.profile_slider_wrap {
  display: flex;
  column-gap: 10px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.profile_slider li {
  float: left;
  width: 880px;
  height: 658px;
}
.profile_slider_img {
  width: auto;
  max-width: 880px;
  max-height: 658px;
  display: block;
  margin-inline: auto;
}
.grade {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#bx-pager li {
  width: 85px;
  height: 64px;
}
#bx-pager li img {
  display: block;
  width: 100%;
  height: 100%;
	object-fit: contain;
  transition: opacity 0.5s ease-out;
}
#bx-pager li a img {
  opacity: 0.5;
}
.active img,
#bx-pager li a img:hover {
  opacity: 1 !important;
}
img[class^="zoom_"] {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.zoom .profile_slider_img {
  width: 880px !important;
  max-height: none !important;
  position: absolute;
  top: 0;
  transition: 0.5s cubic-bezier(0.15, 0.5, 0.5, 0.85);
}

/*------------------------------------------------------------
  スライダー
-------------------------------------------------------------*/
.profile_slider_wrap .bx-controls-direction a {
  width: 50px;
  height: 99px;
  top: 50%;
  margin-top: -50px;
}
.profile_slider_wrap .bx-prev {
  background: url(../images/top/arrow_top_slider_prev.png) no-repeat center center;
}
.profile_slider_wrap .bx-next {
  background: url(../images/top/arrow_top_slider_next.png) no-repeat center center;
}
/*------------------------------------------------------------
　フロートメニュー
-------------------------------------------------------------*/
.float_profile {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  position: absolute;
  top: 114px;
  right: 0;
  height: 90px;
  background: #ddcd96 url(../images/profile/bg_float.png) no-repeat right top;
  padding: 10px 20px 10px 10px;
}
.float_profile_l {
  aspect-ratio: 4/3;
  width: 120px;
}
.float_profile_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float_profile_name span {
  font-size: 16px;
}
.float_profile_size {
  font-size: 12px;
}
.float_profile_rank {
  margin-top: 5px;
}
/* 共通 */
.profile,
.question {
  background-color: #fff;
  margin-top: 30px;
}
.profile {
  display: flex;
  padding-block: 30px;
}
.profile_main,
.profile_aside {
  padding-inline: 30px;
}
.profile_main {
  flex: 1;
}
.profile_aside {
  width: 260px;
  border-left: 1px solid #b2b2b2;
}
.profile_main > * + * {
  margin-top: 30px;
}
.profile_aside > * + * {
  margin-top: 30px;
}
.profile_slider_wrap .bx-wrapper {
  background-color: #272727;
}
/*------------------------------------------------------------
　プロフィール
-------------------------------------------------------------*/
.profile_slider_bg {
  width: 1320px;
  background-color: #41332f;
  padding-block: 30px;
  margin-inline: -60px;
}
.profile_img {
  border: 1px solid #b6b6b6;
}
.sec_diary h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.sec_diary iframe {
  display: block;
}
.diaryBox_iframe {
  margin: 0;
}
.ekichika-yoyaku {
  margin-inline: -4px;
}
.ekichika-yoyaku img {
  width: 100%;
  height: auto;
}
.pager_slider {
	display: grid;
	align-content: start;
	row-gap: 2px;
  height: 658px;
	background-image: linear-gradient(180deg, #272727 48.48%, rgba(255 255 255 / 0) 48.48%, rgba(255 255 255 / 0) 50%, #272727 50%, #272727 98.48%, rgba(255 255 255 / 0) 98.48%, rgba(255 255 255 / 0) 100%);
	background-size: 132.00px 132.00px;
}
/*------------------------------------------------------------
　プロフィールタイトル
-------------------------------------------------------------*/
.tit_profile_wrap {
  display: flex;
	align-items: start;
  column-gap: 30px;
}
.tit_profile {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 0.5em 15px;
  flex-grow: 1;
  position: relative;
  padding-block: 20px;
  padding-left: 10px;
  background: url(../images/profile/bg_tit.png) no-repeat right bottom;
  border-top: 1px solid #ddcd96;
  border-bottom: 2px solid #ddcd96;
  box-shadow: 0 -1px 0 #fff inset, 0 -2px 0 #ddcd96 inset;
}
.profile_name {
  font-size: 26px;
}
.profile_name span {
  font-size: 18px;
}
.profile_size {
  font-weight: bold;
}

.movie {
	flex-shrink: 0;
	flex-basis: 291px;
}
/*------------------------------------------------------------
　メッセージ
-------------------------------------------------------------*/
.message {
  display: grid;
  grid-template-columns: auto 1fr auto;
	column-gap: 30px;
  padding: 30px;
  border-radius: 5px;
  background-color: #f5f5ef;
  font-size: 18px;
	text-align: center;
  text-wrap: balance;
}
.message:before,
.message:after {
  width: 35px;
  height: 28px;
  background-image: url(../images/profile/message.png);
  background-repeat: no-repeat;
  content: "";
}
.message:after {
	align-self: end;
  background-position: 0 -28px;
}
/*------------------------------------------------------------
　アンケート
-------------------------------------------------------------*/
.enquete_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  padding-inline: 30px;
  border: 4px double #eee6ca;
}
.enquete_item {
  display: flex;
  padding-block: 15px;
}
.enquete_item:nth-of-type(n + 3) {
  border-top: 1px dashed #c4c4c4;
}
.enquete_item dt {
  color: #26b480;
  font-weight: bold;
}
.enquete_item dd {
  flex: 1;
}

/*------------------------------------------------------------
　コメント
-------------------------------------------------------------*/
.box_comment {
  margin-top: 20px;
}
.box_comment p {
  font-size: 18px;
  line-height: 30px;
}
.box_comment p + p {
  margin-top: 30px;
}

/*------------------------------------------------------------
　出勤予定
-------------------------------------------------------------*/
.schedule_items {
  display: flex;
  margin-top: 20px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.schedule_item {
  display: grid;
  flex: 1;
  text-align: center;
}
.schedule_item dt {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
}
.saturday dt {
  background-color: #cfe5ff;
}
.sunday dt {
  background-color: #ffdbdb;
}
.schedule_item + .schedule_item dt {
  border-left: 1px solid #fff;
}
.schedule_item dd {
  height: 60px;
  line-height: 60px;
}
.schedule_item + .schedule_item dd {
  border-left: 1px dashed #d9d9d9;
}

/*------------------------------------------------------------
　aside
-------------------------------------------------------------*/
.btn_r {
  margin-top: 15px;
}
.btn_r a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 60px;
  border: 2px solid #ddcd96;
  border-radius: 5px;
  color: #894d45;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.btn_r_em {
  font-size: 18px;
  display: block;
}
.btn_r_border {
  width: fit-content;
  margin-inline: auto;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}
.btn_r:hover .btn_r_border {
  text-decoration: none;
}
.profile_btns > * + * {
  margin-top: 15px;
}
/*------------------------------------------------------------
　質問
-------------------------------------------------------------*/
.question {
  padding: 30px;
}
.question_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  border-top: 1px solid #ddcd96;
  border-left: 1px solid #ddcd96;
}
.question_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-right: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
}
.question_item dt {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  padding: 20px;
  background-color: #f5f5ef;
  color: #26b480;
  font-weight: bold;
  text-align: left;
}
.question_item dt::before {
  aspect-ratio: 1;
  height: 54px;
  background: url(../images/profile/q.png) no-repeat;
  content: "";
}
.question_item dt::after {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 16px;
  height: 8px;
  margin-inline: auto;
  background-color: #f5f5ef;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.question_item dd {
  padding: 20px;
}
/*------------------------------------------------------------
　写メギャラリー
-------------------------------------------------------------*/
.box_photo > * {
  float: left;
  width: 148px;
  border: 1px solid #ddcd96;
  padding: 20px;
}
.box_photo > * + * {
  margin-left: 20px;
}
.photo_wrap1 {
  display: table;
  border-spacing: 0;
}
.photo_wrap2 {
  text-align: center;
  width: 150px;
  height: 150px;
  background: url("../images/top/bg_photo.png");
  display: table-cell;
  vertical-align: middle;
}
.box_photo img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}
.photo_ttl {
  color: #b60401;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
  margin-top: 10px;
}
