@charset "UTF-8";


/* 共通 -------------- */


.is-helloroom .c-breadcrumbs {
  border-bottom: #E6E6E6 solid 1px;
}


.p-index-helloroom__staffstart {
  position: relative;
  white-space: nowrap;
}


.helloroom__staffstart__item .hide {
  display: none;
}

@media (max-width: 768px) {
  .helloroom__staffstart__item {
    -ms-flex-preferred-size:33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.helloroom__staffstart__item a {
  position: relative;
  display: block;
}
.helloroom__staffstart__item img {
  max-width: 100% !important;
}

.helloroom__staffstart__item figure.code_img {
  position: relative;
  margin: 0;
  text-align: center;
}
.helloroom__staffstart__item figure.code_video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/staffstart/video.png") no-repeat center / contain;
}
@media (max-width: 768px) {
  .helloroom__staffstart__item figure.code_video:before {
    width: 40px;
    height: 40px;
  }
}

.helloroom__staffstart__item .helloroom__staffstart__profile {
  position: relative;
  padding: 10px;
  text-align: center;
  z-index: 2;
  line-height: 1.4;
}
.helloroom__staffstart__item.styling .helloroom__staffstart__profile {
  margin-top: -25px;
  padding-top: 0;
}

.helloroom__staffstart__item .stafficon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.helloroom__staffstart__item .stafficon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helloroom__staffstart__item .staffdata {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}
.helloroom__staffstart__item .staffdata hr {
  width: 100%;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.helloroom__staffstart__item .staffdata .stafflabel {
  font-weight: bold;
  opacity: .5;
  display: none;
}
.helloroom__staffstart__item .staffdata .staffshop {
  font-weight: bold;
  white-space: normal!important;
}

@media (max-width: 768px) {
  .helloroom__staffstart__item.styling .helloroom__staffstart__profile {
    margin-top: -20px;
  }
  .helloroom__staffstart__item .staffdata {
    margin-top: 10px;
  }
}

.helloroom__staffstart__item.staff .staffimage {
  margin: 0;
  padding: 0;
  background: #111;
  text-align: center;
}
.helloroom__staffstart__item.staff .staffimage img {
  opacity: .5;
}
.helloroom__staffstart__item.staff .staffimageicon {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  padding: 0;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.helloroom__staffstart__item.staff .staffimageicon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helloroom__staffstart__item.staff .helloroom__staffstart__profile {
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.helloroom__staffstart__item.staff .helloroom__staffstart__profile .staffname {
  font-weight: bold;
  font-size: 13px;
  white-space: normal!important;
}
.helloroom__staffstart__item.staff .helloroom__staffstart__profile .staffshop {
  font-weight: 600;
  white-space: normal!important;

}
.helloroom__staffstart__item.staff .helloroom__staffstart__profile .staffdata .staffheight {
 
}
.staffname{
  line-height: 1.2;
}


.style-staffheight {
  color: #878787!important;
}

/* TOP -------------- */

#helloroom {
}
#helloroom .c-button {
  position: relative;
  z-index: 10;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*row-gap: 20px;*/
}
.tab-wrap:not(.nobdr):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  opacity: .2;
  position: absolute;
  bottom: 35px;
  left: 0;
}
@media (max-width: 768px) {
  .tab-wrap:not(.nobdr):after {
    bottom: 35px;
  }
}
.tab-label {
  position: relative;
  order: -1;
  margin: 20px 0;
  color: #b7b7b7;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.tab-label:first-of-type {
  border-radius: 30px 0 0 30px;
}
.tab-label:last-of-type {
  border-radius: 0 30px 30px 0;
}
.tab-label i {
  display: block;
  padding: 10px 35px;
  font-style: normal;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .tab-wrap {
    justify-content: center;
  }
  .tab-label i {
    padding: 7px 20px;
    justify-content: flex-end;
  }
  .tab-label {
    margin: 0px 0 0;
    font-size: 1.1rem;
  }
}
.tab-content {
  order: 99;
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0s ease-in-out;
  z-index: -1;
}
.tab-content .tab-label {
  order: -1;
  margin: 20px 0;
  color: #b7b7b7;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  cursor: pointer;
}
.tab-content .tab-label i {
  display: block;
  padding: 0px 20px;
  font-style: normal;
  border-radius: 30px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  opacity: 1;
}
.tab-switch:checked+.tab-label i {
  color: #fff;
  background: #111;
}
.tab-switch:checked+.tab-label+.tab-content {
  order: 1;
  display: block;
  margin-top: 15px;
  height: auto;
  opacity: 1;
  transition-duration: .5s;
  z-index: 3;
}
.p-index-helloroom__staffbody .p-index-helloroom__staffstart{
  margin-top: 50px;
}

.p-index-helloroom__staffbody .p-index-helloroom__staffstart__wrap{
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.p-index-helloroom__staffbody 
.tab-switch:checked+.tab-label+.tab-content {
  margin-top: -50px;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



@media (min-width: 768px) {
  .c-icon-tag + .tab-wrap {
    margin-top: -55px;
    justify-content: flex-end;
  }
}


#helloroom_list {
  padding: 3% 7%;
}
.p-index-helloroom__staffbody  {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #helloroom_list {
    padding: 10px 20px;
  }
  .p-index-helloroom__staffbody  {
    margin-top: 40px;
  }
  .p-index-helloroom__staffbody 
  .tab-switch:checked+.tab-label+.tab-content {
    margin-top: 0px;
  }
  .tab-content .tab-label {
    margin: 15px 0;
  font-size: 1.1rem;
  }
  .tab-content .tab-label i {
    padding: 0px 15px;
  }
  .p-index-helloroom__staffbody .p-index-helloroom__staffstart{
    margin-top: 0px;
    z-index: 11;
    position: relative;
  }
}


.p-index-helloroom__staffbody .tab-wrap .tab-wrap {
  row-gap: 15px;
}
.p-index-helloroom__staffbody .tab-wrap .tab-wrap .tab-label {
  opacity: .5;
  background: none;
}
.p-index-helloroom__staffbody .tab-wrap .tab-wrap .tab-label:not(:last-of-type) {
  border-right: 1px solid #111;
}
.p-index-helloroom__staffbody .tab-wrap .tab-wrap .tab-switch:checked+.tab-label {
  opacity: 1;
}
.p-index-helloroom__staffbody .tab-wrap .tab-wrap .tab-label i {
  background: none;
}
.p-index-helloroom__staffbody .tab-wrap .tab-wrap .tab-switch:checked+.tab-label i {
  color: #111;
}
@media (min-width: 768px) {
  .p-index-helloroom__staffbody .tab-wrap .tab-wrap {
    margin-top: 0;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .p-index-helloroom__staffbody .p-index-helloroom__staffstart__wrap{
    margin-bottom: 0px!important;
  }
  
}

.p-index-helloroom__staffstart__wrap {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-index-helloroom__staffstart__wrap {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.p-index-helloroom__staffstart__wrap::-webkit-scrollbar{
  height: 10px;
  background: linear-gradient(180deg, rgba(17,17,17,0) 48%, rgba(17,17,17,0.1966036414565826) 50%, rgba(17,17,17,0) 52%);
}
.p-index-helloroom__staffstart__wrap::-webkit-scrollbar-track{
}
.p-index-helloroom__staffstart__wrap::-webkit-scrollbar-thumb{
  background-color: #111111;
  border-radius: 5px;
  margin-top: 10px;
}

.p-index-helloroom .helloroom__staffstart__item {
  width: 200px;
  display: inline-block;
}
.p-index-helloroom .helloroom__staffstart__item.staff {
  width: 120px;
}
.p-index-helloroom .helloroom__staffstart__item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .p-index-helloroom .helloroom__staffstart__item:not(:last-child) {
    margin-right: 10px;
  }
  .p-index-helloroom .helloroom__staffstart__item.staff {
    width: 150px;
  }
}
/*
.p-index-helloroom .helloroom__staffstart__item_videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 185%;
  overflow: hidden;
}
.p-index-helloroom .helloroom__staffstart__item_videowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
*/



/* style staff 一覧 -------------- */

.l-wrapper, .l-main {
  /* sticky 使うために親要素のoverflowを変更 */
  overflow: clip;
}

.helloroom_list__tab {
  display: flex;
  column-gap: 20px;
  justify-content: flex-start;
}
.helloroom_list__tab a {
  display: block;
  opacity: .2;
}

.helloroom_list__sort_tab {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .helloroom_list__sort_tab {
    justify-content: center;
  }
}
.helloroom_list__sort_tab > * {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.helloroom_list__sort_tab > *:first-of-type {
  border-radius: 30px 0 0 30px;
  border-left: 1px solid #111;
}
.helloroom_list__sort_tab > *:last-of-type {
  border-radius: 0 30px 30px 0;
  border-right: 1px solid #111;
}
.helloroom_list__sort_tab a {
  display: block;
  padding: 10px 35px;
  border-radius: 30px;
  color: #b7b7b7;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  z-index: 5;
}
.helloroom_list__sort_tab a.current {
  color: #fff;
  background: #111;
}




.searchpanel{
  overflow: auto;
}
.searchpanel summary.btn{
  display: none;
}

.searchpanel summary img.img_close{
  display: inline-block;
}
.searchpanel summary img.img_open{
  display: none;
}
.is-sort-open .searchpanel summary img.img_close{
  display: none;
}
.is-sort-open .searchpanel summary img.img_open{
  display: inline-block;
}
.searchpanel summary span{
  font-size: 1.6rem;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 5px;
}

.helloroom_list__search__wrap {
  position: relative;
}
.helloroom_list__search__wrap .helloroom_list__search__form {
  position: sticky;
  top: 90px; /* header の高さ */
  left: 0;
  max-height: calc(100dvh - 90px - 50px );
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 50;
}

@media (max-width: 767px) {
  .searchpanel summary.btn{
    display: block;
    margin-bottom: 10px;
  }
  .details__inner{
    display: none;
  }
  .is-sort-open .details__inner{
    display: block;
  }
  .helloroom_list__search__wrap .helloroom_list__search__form {
    overflow-y: scroll;
  }
  .is-sort-open .helloroom_list__search__wrap .helloroom_list__search__form{
    padding-bottom: 180px;
  }
  .is-sticky .helloroom_list__search__wrap .helloroom_list__search__form{
    padding-bottom: 0px!important;
  }
  .helloroom_list__search__wrap .helloroom_list__search__form aside{
    overflow-y: auto;
  }
}
.searchpanel summary img{
width: 52px;
vertical-align: middle;
}

.helloroom_list__search__wrap .helloroom_list__search_wrap__result {
  font-size: 1rem;
  margin-top: -65px;
}
@media (max-width: 767px) {
  .helloroom_list__search__wrap .helloroom_list__search_wrap__result {
    margin-top: -75px;
  }
}


.helloroom_list__search__wrap .helloroom_list__search_wrap__result_item + .c-button {
  margin-top: 50px;
}
.helloroom_list__search__wrap .helloroom_list__search_wrap__result_item + .c-button button{
  width: 100%;
}
.helloroom_list__search__wrap .helloroom_list__search_wrap__result_item figure.code_img {
  margin: 0;
}

.helloroom_list__search__wrap .helloroom__staffstart__item.nodata {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

@media (max-width: 767px) {
  .helloroom_list__tab {
    column-gap: 10px;
  }
  .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item + .c-button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.helloroom_list__search_wrap__result .c-button button {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 20px 80px;
  position: relative;
  transition: 0.5s;
  text-align: center;
  border: none;
}

@media (max-width: 1200px) {
  .bg-staff .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
    -ms-flex-preferred-size:25%;
    flex-basis: 25%;
    max-width: 25%;
}
}


.helloroom_list__search__wrap .helloroom_list__search_wrap__result_item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
  -ms-flex-preferred-size:25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.bg-staff .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
  -ms-flex-preferred-size:16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
  padding: 0 10px;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .bg-staff .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
    -ms-flex-preferred-size:20%;
    flex-basis: 20%;
    max-width: 20%;
}
}
@media (max-width: 1200px) {
  .bg-staff .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
    -ms-flex-preferred-size:25%;
    flex-basis: 25%;
    max-width: 25%;
}
}

@media (max-width: 767px) {
 .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item {
    -ms-flex-preferred-size:50%;
    flex-basis: 50%;
    max-width:50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }
  .helloroom_list__search__wrap .helloroom_list__search_wrap__result_item .helloroom__staffstart__item.staff {
    -ms-flex-preferred-size:33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
  }
  .bg-staff
  .helloroom_list__search_wrap__result_item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .helloroom_list__search__wrap .helloroom_list__search__form {
    padding: 0px;
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .helloroom_list__search__wrap {
    display: flex;
    justify-content: space-between;
  }
  .helloroom_list__search__wrap .helloroom_list__search__form {
    top: 120px; /* header の高さ */
    width: 300px;
    max-height: calc(100dvh - 120px - 90px );
    margin-right: 50px;
    padding-right: 10px;
    padding-bottom: 5px;
    align-self: flex-start;
  }
  .helloroom_list__search__wrap .helloroom_list__search_wrap__result {
    width: 50%;
    flex-grow: 1;
  }
}




.helloroom_list__search__wrap .helloroom_list__search__form .c-button {
  margin: 1.5em auto;
  text-align: center;
  width: calc(100% - 6px);
}
.c-button button {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  width: calc(100% - 6px);
  margin: auto;
  padding: 20px 2em;
  position: relative;
  transition: 0.5s;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .c-button button {
    padding: 15px 2em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    width: 100%;
  }
}
.c-button button span {
  position: relative;
  z-index: 11;
}
.c-button button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #111;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.p-index-helloroom .c-button a::after {
  background: #fff;
}
.c-button button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  background: #111;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.c-button:hover button{
  color: #fff;
  transform: translate(5px, 5px);
}
.c-button:hover button::before {
  top: 0;
  left: 0;
}
.c-button:hover button::after {
  background: #111!important;
}

.helloroom_list__search__wrap .helloroom_list__search__form .clearbutton {
  text-align: center;
  margin-top: 30px;
}
.helloroom_list__search__wrap .helloroom_list__search__form .clearbutton a {
  font-weight: bold;
  font-size: 1.3rem;
  color: #0195C5;
}
@media (max-width: 767px) {
  .helloroom_list__search__wrap .helloroom_list__search__form .clearbutton a {
    margin-top: 30px;
    padding-bottom: 20px;
    display: block;
  }
}


.helloroom_list__search__wrap .helloroom_list__search__form details {
  padding: 1em 0;
  border-bottom: #E6E6E6 solid 1px;
}
.helloroom_list__search__wrap .helloroom_list__search__form details > summary {
  position: relative;
  padding: 10px 20px 10px 0em;
  font-weight: bold;
  font-size: 1.6em;
  cursor: pointer;
}
.helloroom_list__search__wrap .helloroom_list__search__form details > summary:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #111;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateY(-50%);
  transition: .2s;
}
.helloroom_list__search__wrap .helloroom_list__search__form details > .details__inner {
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  margin-top: 5px;
}


@media (max-width: 767px) {
  .helloroom_list__search__wrap .helloroom_list__search__form details > .details__inner {
    margin-top: 5px;
  }
}



.helloroom_list__search__wrap .helloroom_list__search__form .list-formitem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .helloroom_list__search__wrap .helloroom_list__search__form .list-formitem {
    flex-wrap: wrap;
    flex-direction: inherit;
    gap: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .helloroom_list__search__wrap .helloroom_list__search__form .list-formitem li{
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
}
.helloroom_list__search__wrap .helloroom_list__search__form .list-formitem li label {
  display: flex;
  column-gap: .5em;
  align-items: center;
}

.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem {
  margin: 1em 0;
  font-size: 16px;
}
.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem .formitem-keyword {
  position: relative;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #EAEAEA;
  background: #F0F0F0;
  border-radius: 3px;
}
.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem .formitem-keyword:before {
  content: '';
  position: absolute;
  top: 50%;
  left: .75em;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: url("../images/staffstart/icon_search.png") no-repeat center / contain;
}
.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem [name=keyword] {
  width: 100%;
  border: 0;
  background: transparent;
  line-height: 1;
}
.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem [name=keyword]:not(:placeholder-shown) {
  font-weight: bold;
}

.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem .formitem-has_video {
  position: relative;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #EAEAEA;
  color: #fff;
  font-weight: bold;
  background: #111111;
  border-radius: 4px;
}
.helloroom_list__search__wrap .helloroom_list__search__form .single-formitem .formitem-has_video label {
  display: flex;
  column-gap: .5em;
  align-items: center;
  width: 100%;
  cursor: pointer;
}



input[type=radio] {
}

/* styling 詳細 -------------- */

#helloroom_styledetail {
  padding: 3% 7%;
}


.helloroom_styledetail__tag {
  display: flex;
  justify-content: flex-end;
}
.helloroom_styledetail__tag > * {
  margin-left: auto;
}
@media (max-width: 767px) {
#helloroom_styledetail {
  padding: 3% 20px;
}
.helloroom_styledetail__tag > * {
  margin-left: 0;
  margin-right: auto;
}
}

.helloroom_styledetail__body video{
  display: table;
  margin: 0 auto;
}

.helloroom_styledetail__body .style-images {
  margin-bottom: 20px;
}
.helloroom_styledetail__body .style-images .slick-track {
  display: flex;
}
.helloroom_styledetail__body .style-images .slick-slide {
  height: auto !important;
}
.helloroom_styledetail__body .style-images .slick-dots {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  text-align: right;
}
.helloroom_styledetail__body .style-images .slick-dots li {
  width: 1em;
  height: 1em;
}
.helloroom_styledetail__body .style-images img {
  margin: auto;
  max-width: 100% !important;
}

.helloroom_styledetail__body .style-images_thumb {
  margin-bottom: 50px;
}
.helloroom_styledetail__body .style-images_thumb .slick-slide {
  position: relative;
}
.helloroom_styledetail__body .style-images_thumb .slick-slide.code_video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/staffstart/video.png") no-repeat center / contain;
}
.helloroom_styledetail__body .style-images_thumb img {
  max-width: 100% !important;
  width: 60px;
  height: 80px;
  object-fit: cover;
  opacity: .3;
  transition: opacity .3s linear;
  aspect-ratio: 3 / 4;
}
.helloroom_styledetail__body .style-images_thumb .slick-current img {
  opacity: 1;
}


.helloroom_styledetail__body .style-staffinfo {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .helloroom_styledetail__body .style-staffinfo {
    padding: 0px 0 20px;
}
}
.helloroom_styledetail__body .style-staff {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.helloroom_styledetail__body .style-staff .style-stafficon {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.helloroom_styledetail__body .style-staff .style-stafficon:hover img {
  opacity: .45;
}
.helloroom_styledetail__body .style-staff .style-stafficon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

@media (min-width: 768px) {
  .helloroom_styledetail__body .style-staff .style-stafficon {
    width: 120px;
    height: 120px;
  }
}


.helloroom_styledetail__body .style-staff .style-staffdata {
  width: 50%;
  flex-grow: 1;
}
.helloroom_styledetail__body .style-staff .style-staffdata dt {
  margin-bottom: 15px;
}
.helloroom_styledetail__body .style-staff .style-staffdata dd {
  margin-top: 5px;
}
.helloroom_styledetail__body .style-staff .style-staffdata .style-staffname {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  .helloroom_styledetail__body .style-staff .style-staffdata .style-staffname {
    font-size: 1.2rem;
  }
}
.helloroom_styledetail__body .style-staff .style-staffdata .style-staffheight {
}
.helloroom_styledetail__body .style-staff .style-staffdata .style-stafflabel {
  font-weight: bold;
  text-decoration: underline;
}
.helloroom_styledetail__body .style-staff .style-staffdata .style-staffshop {
  font-weight: bold;
  /*text-decoration: underline;*/
}
.helloroom_styledetail__body .style-staff .style-staffdata .style-staffbrand {
  font-weight: bold;
}
.helloroom_styledetail__body .style-stafftags {
  margin-top: 20px;
}
.helloroom_styledetail__body .style-stafftags a{
  margin-top: 20px;
  transition: .5s;
}
.helloroom_styledetail__body .style-stafftags ul {
}
.helloroom_styledetail__body .style-stafftags ul li {
  display: inline-block;
  margin: 3px;
  padding: .5em 1em;
  border: #707070 solid 1px;
  border-radius: 30px;
  background: #EFEFEF;
  font-weight: bold;
  transition: .5s;
}
.helloroom_styledetail__body .style-stafftags ul li:hover {
  background: #707070;
}
.helloroom_styledetail__body .style-stafftags ul li:hover a{
  color: #fff;
}

.helloroom_styledetail__body .style-comment {
  padding: 30px 0;
  border-top: #E6E6E6 solid 1px;
}
.helloroom_styledetail__body .style-comment a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .helloroom_styledetail__body .style-comment {
    padding: 20px 0;
  }
}
.helloroom_styledetail__body .style-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: #E6E6E6 solid 1px;
}
.helloroom_styledetail__body .style-meta dl {
  display: flex;
  gap: 5px;
}
.helloroom_styledetail__body .style-styletags {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .helloroom_styledetail__body .style-styletags {
    margin: 10px -2px;
  }
}
.helloroom_styledetail__body .style-styletags ul {
}
.helloroom_styledetail__body .style-styletags ul li {
  display: inline-block;
  margin: 3px;
  padding: .5em 1em;
  border: #707070 solid 1px;
  border-radius: 1em;
  background: #fff;
  font-weight: bold;
}
.helloroom_styledetail__body .style-products {
  margin: 30px 0;
}
.helloroom_styledetail__body .style-products h3 {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.helloroom_styledetail__body .style-products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.helloroom_styledetail__body .style-products ul li {
  width: 20%;
  width: calc((100% - (10px * 3)) / 4);
}
.helloroom_styledetail__body .style-products ul li a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.helloroom_styledetail__body .style-products figure {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}
.helloroom_styledetail__body .style-products figure img {
  max-width: 100% !important;
}
.helloroom_styledetail__body .style-products dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  flex-grow: 1;
}
.helloroom_styledetail__body .style-products dl dt {
  margin-bottom: auto;
  font-size: 1.3rem;
}
.helloroom_styledetail__body .style-products dl .proprice {
  font-weight: bold;
  font-size: 1.3rem;
}
.helloroom_styledetail__body .style-products dl .prosellprice {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ED8A86;
}

@media (max-width: 767px) {
  .helloroom_styledetail__body .style-meta {
    flex-direction: column;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .helloroom_styledetail__body .style-products ul li {
    width: 48%;
    width: calc((100% - (10px * 1)) / 2);
  }
}



#helloroom_styleother,
#helloroom_stylereco {
  padding: 3% 7%;
}
@media (max-width: 767px) {
  #helloroom_styleother,
  #helloroom_stylereco {
    padding: 40px 20px;
  }
}
#helloroom_styleother h3,
#helloroom_stylereco h3 {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-weight: bold;
}

#helloroom_styleother .helloroom_styleother__list,
#helloroom_stylereco .helloroom_stylereco__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#helloroom_styleother .helloroom_styleother__list .helloroom__staffstart__item,
#helloroom_stylereco .helloroom_stylereco__list .helloroom__staffstart__item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  
#helloroom_styleother .helloroom_styleother__list,
#helloroom_stylereco .helloroom_stylereco__list {
  margin-left: -5px;
  margin-right: -5px;
}
  #helloroom_styleother .helloroom_styleother__list .helloroom__staffstart__item,
  #helloroom_stylereco .helloroom_stylereco__list .helloroom__staffstart__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  #helloroom_styleother .helloroom_styleother__list .helloroom__staffstart__profile,
   #helloroom_stylereco .helloroom_stylereco__list .helloroom__staffstart__profile{
    gap: 10px;
  }
  #helloroom_styleother .helloroom_styleother__list .helloroom__staffstart__item .stafficon,
  #helloroom_stylereco .helloroom_stylereco__list .helloroom__staffstart__item .stafficon {
    width: 35px;
    height: 35px;
  }
}



#helloroom_styleother {
  background: #F2F2F2;
}



/* staff 詳細 -------------- */


#helloroom_staffdetail {
  padding: 3% 7%;
}
@media (max-width: 767px) {
  #helloroom_staffdetail {
    padding: 30px 20px 40px;
  }
}

.helloroom_staffdetail__tag {
  display: flex;
  justify-content: flex-end;
}
.helloroom_staffdetail__tag > * {
  margin-left: auto;
}
@media (max-width: 767px) {
  .helloroom_staffdetail__tag {
    display: flex;
    justify-content: flex-start;
  }
  .helloroom_staffdetail__tag > * {
    margin-left: 0;
  }
}


.helloroom_staffdetail__body .staff-staffinfo {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-stafficon {
  align-self: flex-start;
  width: 200px;
  height: 200px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-stafficon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .helloroom_staffdetail__body .staff-staffinfo {
    flex-direction: column;
  }
  .helloroom_staffdetail__body .staff-staffinfo .staff-stafficon {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
  }
  .helloroom_staffdetail__body .staff-staffinfo .staff-staffdetail {
    /*padding: 30px 0;*/
/*    border-top: #E6E6E6 solid 1px;
    border-bottom: #E6E6E6 solid 1px;*/
  }
}
@media (min-width: 768px) {
  .helloroom_staffdetail__body .staff-staffinfo .staff-staffdetail {
    max-width: 80%;
    /*padding: 0 5%;*/
    padding-left: 30px;
/*    border-left: #E6E6E6 solid 1px;
    border-right: #E6E6E6 solid 1px;*/
  }
}

.helloroom_staffdetail__body .staff-staffinfo .staff-staffdata dt {
  margin-bottom: 10px;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-staffdata dd {
  margin-top: 7px;
  font-weight: bold;
  font-size: 1.2rem;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-staffname {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .helloroom_staffdetail__body .staff-staffinfo .staff-staffname {
    font-size: 1.2rem;
  }
}

.staff-sns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.staff-sns li {
    padding: 0 5px;
    margin-bottom: 10px;
}
.staff-sns li a {
  display: block;
  border: #E6E6E6 solid 1px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}
.staff-sns li a img {
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
  .staff-sns {
    margin-top: 20px;
    justify-content: center;
  }
  .staff-sns li {
  }
}

.helloroom_staffdetail__body .staff-staffinfo .staff-staffdata  .staff-staffsize {
  margin-bottom: 30px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-staffsize dl {
  display: flex;
  gap: 5px;
  align-items: center;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-staffsize dl dt {
  margin: 0;
  font-weight: bold;
}
.helloroom_staffdetail__body .staff-staffinfo .staff-staffsize dl dd {
  margin: 0;
  font-weight: normal;
}
.helloroom_staffdetail__body .staff-staffinfo .staff_comment {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 1.3rem;
}


@media (max-width: 767px) {
  .staff-staffdata{
  text-align: center;
  }
  .staff-staffsize{
    justify-content: center;
    margin-bottom: 0px;
  }
  .helloroom_staffdetail__body .staff-staffinfo .staff-staffdata .staff-staffsize {
    margin-bottom: 20px;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
  .helloroom_staffdetail__body .staff-staffinfo .staff_comment {
    margin-top: 10px;
  }
  }


#helloroom_staffother,
#helloroom_staffreco {
  padding: 3% 7%;
}
@media (max-width: 767px) {
  #helloroom_staffother,
  #helloroom_staffreco {
    padding: 40px 20px;
}}
#helloroom_staffother h3,
#helloroom_staffreco h3 {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-weight: bold;
}

#helloroom_staffother .helloroom_staffother__list,
#helloroom_staffreco .helloroom_staffreco__list {
  display: flex;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
#helloroom_staffother .helloroom_staffother__list .helloroom__staffstart__item,
#helloroom_staffreco .helloroom_staffreco__list .helloroom__staffstart__item {
  -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
  #helloroom_staffother .helloroom_staffother__list,
  #helloroom_staffreco .helloroom_staffreco__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  #helloroom_staffother .helloroom_staffother__list .helloroom__staffstart__item,
  #helloroom_staffreco .helloroom_staffreco__list .helloroom__staffstart__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  #helloroom_staffother .helloroom_staffother__list .helloroom__staffstart__item .helloroom__staffstart__profile {
    gap: 10px;
  }
  #helloroom_staffother .helloroom_staffother__list .helloroom__staffstart__item .stafficon {
    width: 40px;
    height: 40px;
  }
}

.helloroom_staffother__list{
  margin-bottom: 30px;
}



#helloroom_staffother {
  background: #F2F2F2;
}
.coordinate_comment{
  font-size: 1.3rem;
  line-height: 1.8;
}
.style-staffdata{
  line-height: 1.4;
}



/* shop 詳細 -------------- */

#helloroom_shopdetail .c-button {
  position: relative;
  z-index: 10;
}
.shopdetail_title {
  margin-bottom: 2em;
  font-size: 3.5rem;
  text-align: center;
}




.style-staffdata .labelname{
  text-decoration: underline;
  color: #878787;
}
.style-staffdata .labelname a{
  color: #878787!important;
  transition: .5s;
}
.style-staffdata .labelname a:hover{
  opacity: .5;
}

.staff-staffdata .labelname{
  text-decoration: underline;
  color: #878787;
}
.staff-staffdata .labelname a{
  color: #878787!important;
  transition: .5s;
}
.staff-staffdata .labelname a:hover{
  opacity: .5;
}

.staff-staffheight{
  color: #878787!important;
}

.result_message{
  color: #878787!important;
  font-size: 12px;
  margin-bottom: 30px;
}
summary::-webkit-details-marker { display: none } 


.helloroom_list__search__flow{
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: .5s;
}

.is-hidden .helloroom_list__search__flow{
  opacity: 1;
  pointer-events: all;

}
@media (max-width: 767px) {
  .helloroom_list__search__flow{
    display: block;
}}