@charset "UTF-8";
@media (max-width: 638px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 639px) {
  .hide-pc {
    display: none !important;
  }
}
body {
  overflow-x: hidden !important;
}

.staff_review {
  max-width: 1140px;
  margin: 0 auto;
}
.staff_review img {
  pointer-events: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media print {
  .staff_review img {
    visibility: hidden;
  }
}



.staffrev_staffdetail_staff {
  display: flex;
  padding-top: 90px;
  margin-left: 40px;
}
@media (max-width: 638px) {
  .staffrev_staffdetail_staff {
    padding-top: 0;
    margin: 10px 0 0px;
  }
}
.staffrev_staffdetail_staff_img {
  flex: 0 0 auto;
  margin-bottom: -25px;
}
.staffrev_staffdetail_staff_img img {
  border-radius: 50%;
  width: 140px;
  height: auto;
}
@media (max-width: 638px) {
  .staffrev_staffdetail_staff_img {
    margin-bottom: -10px;
  }
  .staffrev_staffdetail_staff_img img {
    width: 90px;
  }
}
.staffrev_staffdetail_staff_prof {
  position: relative;
  flex: 1 1 auto;
  margin-left: 20px;
  padding: 10px 0;
  align-self: center;
}
.staffrev_staffdetail_staff_prof.has-user_attributes {
  align-self: flex-start;
}
.staffrev_staffdetail_staff_qualification {
  margin: 4px 0 15px;
}
.staffrev_staffdetail_staff_reserved {
  margin-top: 15px;
  text-align: right;
}
@media (min-width: 639px) {
  .staffrev_staffdetail_staff_reserved {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
.staffrev_staffdetail_staff_description {
  word-break: break-all;
}

.qualification-icon {
  display: inline-block;
  padding: 4px;
  background-color: #888;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 638px) {
  .qualification-icon {
    font-size: 8px;
  }
}
.qualification-icon.slug-reserve {
  display: none;
}
.qualification-icon.slug-Sound {
  background-color: #29abe2;
}
.qualification-icon.slug-PhotoMaster_ex {
  background-color: #00671f;
}
.qualification-icon.slug-PhotoMaster_1 {
  background-color: #008e48;
}
.qualification-icon.slug-PhotoMaster_pre1 {
  background-color: #22b573;
}
.qualification-icon.slug-movie_ex {
  background-color: #005489;
}
.qualification-icon.slug-movie {
  background-color: #008BB3;
}
.qualification-icon.slug-TV {
  background-color: #A53700;
}
.qualification-icon.slug-gaming {
  background-color: #95005D;
}

.staffrev_staffdetail_grayback {
  background: #eee;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.staffrev_items_item_date {
  text-align: right;
  font-size: 14px;
  color: #82858A;
}

.staffrev_catalogdetail_item_morebutton_triangle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2F353D;
}
a:hover > .staffrev_catalogdetail_item_morebutton_triangle {
  border-left-color: #fff;
}

.staffrev_conection_items_item_informationbutto_triangle {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
}

.staffrev_detail__container {
  position: relative;
  padding: 40px 0 50px;
}
@media (min-width: 639px) {
  .staffrev_detail__container {
    padding: 80px 0 100px;
  }
  .staffrev_detail__container::after {
    clear: both;
    display: table;
    height: 0;
    content: "";
  }
}
@media (min-width: 639px) {
  .staffrev_detail__catalog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 100px;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail {
    display: block;
    width: calc((100% - 120px) / 3);
    margin: 0;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail_img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail_item {
    width: auto;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail_photo {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 639px) and (max-width: 1024px) {
  .staffrev_detail__catalog-container {
    gap: 30px;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 638px) {
  .staffrev_detail__catalog-container {
    padding-bottom: 30px;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail {
    gap: 20px;
    margin-bottom: 40px;
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail_item:last-child {
    width: calc(50% - 10px);
  }
  .staffrev_detail__catalog-container .staffrev_catalogdetail_photo {
    width: calc(50% - 10px);
  }
}
.staffrev_detail__image {
  margin-bottom: 25px;
}
@media (min-width: 639px) {
  .staffrev_detail__image {
    margin: 0 auto 50px;
    max-width: 620px;
  }
}
@media print {
  .staffrev_detail__image {
    visibility: hidden;
  }
}
.staffrev_detail__image .gallery {
  z-index: 0;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 639px) {
  .staffrev_detail__image .gallery img {
    display: block;
    margin: 0 auto;
  }
}
.staffrev_detail__image .gallery li {
  list-style: none;
}
.staffrev_detail__image .gallery.is-plays .video-wrap {
  position: relative;
  text-align: center;
}
.staffrev_detail__image .choice-btn {
  margin: 0;
  padding: 0;
}
.staffrev_detail__image .choice-btn li {
  cursor: pointer;
  outline: none;
  list-style: none;
  margin-right: 10px;
}
.staffrev_detail__image .choice-btn li:last-child {
  margin-right: 0;
}
.staffrev_detail__image .choice-btn li img {
  opacity: 0.4;
}
.staffrev_detail__image .choice-btn li.slick-current img {
  opacity: 1;
}
.staffrev_detail__image .image-item-video {
  margin-bottom: 15px;
}

.staffrev_detail_title_productname {
  font-weight: 700;
}
.staffrev_detail_title_img img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}
.staffrev_detail_title_content {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0 15px;
}
@media (max-width: 638px) {
  .staffrev_detail_title_content {
    margin: 10px 0;
    text-align: center;
    display: block;
  }
}
.staffrev_detail_title_content_date {
  font-size: 13px;
}
@media (min-width: 639px) {
  .staffrev_detail_title_content_date {
    margin-bottom: 20px;
  }
}
.staffrev_detail_title_content_catalogname {
  margin-bottom: 20px;
  font-weight: 700;
}
.staffrev_detail_title_content_left {
  flex: 0 0 auto;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .staffrev_detail_title_content_left {
    margin-right: 0;
  }
}
.staffrev_detail_title_content_right {
  flex: 1 1 auto;
}
.staffrev_detail_title_content_staffname {
  font-size: 15px;
}
@media (max-width: 638px) {
  .staffrev_detail_title_content_staffname {
    font-size: 14px;
  }
}
.staffrev_detail_title_content_qualification {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.staffrev_detail_title_content_catalogname {
  margin-top: 40px;
  font-size: 19px;
}
@media (max-width: 638px) {
  .staffrev_detail_title_content_catalogname {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.staffrev_detail_title_content_catalog {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #2F353D;
  padding: 5px;
  margin: 10px;
}
.staffrev_detail_title_content_reserved {
  width: 100%;
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 639px) {
  .staffrev_detail_title_content_reserved {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: auto;
  }
}

@media (min-width: 639px) {
  .staffrev_detail_title_sp {
    display: none;
  }
}
@media (max-width: 638px) {
  .staffrev_detail_title_pc {
    display: none;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #2F353D;
  border-right: 1px solid #2F353D;
  height: 10px;
  width: 10px;
}

.slick-prev {
  left: -3.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -3.5%;
  transform: rotate(45deg);
}

.slick-prev:before, .slick-next:before {
  display: none;
}

@media (max-width: 638px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid #2F353D;
    border-right: 1px solid #2F353D;
    height: 10px;
    width: 10px;
  }
  .slick-prev {
    left: -3.5%;
    transform: rotate(-135deg);
  }
  .slick-next {
    right: -3.5%;
    transform: rotate(45deg);
  }
}
.staffrev_detail_revew_name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.staffrev_detail_revew_comment {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.staffrev_detail_revew__readmore {
  margin-top: 15px;
  text-align: right;
}
.staffrev_detail_revew__readmore button {
  border: none;
  background: none;
}

.staffrev_catalogdetail {
  max-width: 680px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
}
.staffrev_catalogdetail_img {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
.staffrev_catalogdetail_item_more {
  margin-top: 20px;
}
.staffrev_catalogdetail_item {
  width: 50%;
}
.staffrev_catalogdetail_item p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 638px) {
  .staffrev_catalogdetail_item:first-child {
    width: 40%;
  }
  .staffrev_catalogdetail_item:last-child {
    width: 60%;
  }
}

.staffrev_catalogdetail_item_informationbutton {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  background-color: #5787F4;
  width: 40%;
  min-width: 156px;
  color: #ffffff;
  text-align: left;
  padding: 10px;
}
@media (max-width: 638px) {
  .staffrev_catalogdetail_item_informationbutton {
    width: auto;
    min-width: 0;
  }
}
.staffrev_catalogdetail_item_informationbutton:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.staffrev_catalogdetail_item_morebutton {
  display: block;
  text-align: left;
  font-size: 14px;
  background-color: #ffffff;
  padding: 10px;
  border: solid 1px #2F353D;
  margin: 0 auto;
  text-decoration: none;
}

.staffrev_catalogdetail_item_morebutton:hover {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background-color: #2F353D;
  padding: 10px;
  border: solid 1px #2F353D;
  margin: 0 auto;
  text-decoration: none;
}

.staffrev_conection {
  margin: 0 0 100px;
}
.staffrev_conection .title_img {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 638px) {
  .staffrev_conection {
    margin: 100px 0 50px;
  }
  .staffrev_conection .title_img {
    margin: 0 auto 30px;
    width: 100px;
  }
}

@media (min-width: 639px) {
  .staffrev_conection_items {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
}
.staffrev_conection_items_item {
  margin-bottom: 20px;
}
@media (min-width: 639px) {
  .staffrev_conection_items_item {
    width: 18%;
    margin: 10px auto;
  }
}
.staffrev_conection_items_item-comment {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.2em;
  overflow: hidden;
}
@media (max-width: 638px) {
  .staffrev_conection_items_item-inner {
    display: flex;
  }
}
.staffrev_conection_items_item_top {
  text-align: center;
}
@media (min-width: 639px) {
  .staffrev_conection_items_item_top {
    margin-bottom: 20px;
  }
  .staffrev_conection_items_item_top img {
    max-height: 120px;
    width: auto;
  }
}
@media (max-width: 638px) {
  .staffrev_conection_items_item_top {
    width: 40%;
    margin-top: 10%;
  }
}
@media (max-width: 638px) {
  .staffrev_conection_items_item_bottom {
    width: 60%;
    margin-left: 10px;
  }
}
.staffrev_conection_items_item_informationbutton {
  display: block;
  margin: 20px 0;
  font-size: 13px;
  background-color: #5787F4;
  color: #ffffff;
  text-align: left;
  padding: 10px;
}
.staffrev_conection_items_item_informationbutton:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.staffrev_conection_items_item_name {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
@media (max-width: 638px) {
  .staffrev_conection_items_item_name {
    text-align: left;
  }
}
.staffrev_conection_items_item_more {
  text-align: left;
}
.staffrev_conection_items_item_morebutton {
  display: block;
  text-align: left;
  font-size: 14px;
  background-color: #ffffff;
  padding: 10px;
  border: solid 1px #2F353D;
  margin: 0 auto;
  text-decoration: none;
}
.staffrev_conection_items_item_morebutton:hover {
  background-color: #2F353D;
  border: solid 1px #2F353D;
  color: #ffffff;
  text-decoration: none;
}

.staffrev_detail_more_revew {
  text-align: right;
}
.staffrev_detail_more_revew label {
  display: inline-block;
  background-color: #eee;
  padding: 5px 20px;
  font-size: 14px;
}

.staffrev_detail_more {
  background: #eee;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 20px;
}
@media (max-width: 638px) {
  .staffrev_detail_more {
    padding: 40px 20px;
  }
}

.staffrev_detail_more_items_item_category_staffrevdetail {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #2F353D;
  padding: 5px;
  margin: -1px;
}

.staffrev_detail_more_items {
  max-width: 1140px;
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.staffrev_detail_more_items_item {
  width: calc((100% - 38px) / 4);
  background: #ffffff;
  border: solid 1px #000000;
  text-decoration: none;
}
.staffrev_detail_more_items_item:first-child {
  margin-left: 0;
}
@media (max-width: 638px) {
  .staffrev_detail_more_items_item {
    width: calc(50% - 7px);
    margin: 0;
  }
}
.staffrev_detail_more_items_item:hover {
  text-decoration: none;
  opacity: 0.7;
}
.staffrev_detail_more_items_item img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.staffrev_detail_more_items_item .thumbnail {
  height: 150px;
  margin-bottom: 15px;
}

.staffrev_items_item_date_staffrevdetail {
  text-align: right;
  font-size: 14px;
  color: #82858A;
}

.staffrev_detail_more_items_item_parent {
  margin: 20px;
}
.staffrev_detail_more_items_item_parent .icon-play-circle {
  position: relative;
}
.staffrev_detail_more_items_item_parent .icon-play-circle::before {
  height: 38px;
  width: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon-play-circle.png) no-repeat center/contain;
  content: "";
}

.staffrev_detail_more_items_item_parent_cardcontentstop3_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
  /*３点リーダー*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.staffrev_detail_more_items_item_parent_cardcontentstop2_productname {
  font-size: 12px;
  text-align: center;
  margin: auto;
}
@media (max-width: 638px) {
  .staffrev_detail_more_items_item_parent_cardcontentstop2_productname {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
}

.c5-flexBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-inStoreFeaturesItem3 {
    vertical-align: top;
    display: inline-block;
    width: calc(33.3% - 10px);
}

.c5-buttonP > a{
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .c5-inStoreFeaturesItem3 {
      width: calc(50% - 10px);
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px){
  .c5-flexBox{
  }
  .c5-buttonP > a{
    font-size: 12px;
    padding: 8px 8px;
  }
  .c5-buttonP{
    margin: 5px 0;
  }
}

.c5-inStoreFeaturesItem3__inner{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.c5-inStoreFeaturesItem3-alineStart{
  justify-content: flex-start;
}

.c5-bnrBlock--inner{
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 639px){
  .c5-bnrBlock--inner{
    display: block;
    text-align: center;
  }
}
.c5-bnrBlock--inner li{
  list-style: none;
  margin: 0 5px;
}
.c5-bnrBlock--inner li img{
  max-width: 304px;
  width: 100%;
}
/*# sourceMappingURL=map/style.css.map */
