﻿@charset "UTF-8";
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
スタッフリスト共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.main-area.staff-list img,
.main-area.staff-detail img {
  width: 100%;
  object-fit: cover;
}

/* --- for large viewport --- */
@media screen and (min-width:769px) {
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフページ全共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

  .main-area {
    max-width: 958px;
    margin: 0 auto 72px;
    padding: 0 20px;
  }

  .main-area.staff-list img,
  .main-area.staff-detail img {
    width: 100%;
  }

  .main-area #staff_contents h2.ttl-main {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin: 0px auto 50px;
    line-height: 1;
    font-weight: 400;
    border-bottom: none;
  }

  #breadcrumbsList {
    display: block;
    margin: 30px auto;
    font-size: 11px;
  }

  /*ページャー*/
  #staff_contents .__right #productList_pager div a:not(:last-of-type),
  #staff_contents .__right #productList_pager div span b {
    margin: 0 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block
  }

  #staff_contents .__right #productList_pager div span b {
    border: 1px solid;
  }

  #staff_contents .__right #productList_pager div a.back {
    display: inline-flex;
    align-items: center;
    width: 100px;
  }

  #staff_contents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #staff_contents {
    margin: 30px 0 0 0;
    position: relative;
  }

  #staff_contents>h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #000;
  }

  #contents {
    min-height: 500px;
    position: relative;
  }

  .staffInfoList {
    width: 25%;
    float: left
  }

  .topUserImage img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    float: left
  }


  /*並び替え*/
  .staff-list .search_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul {
    font-size: 12px;
    display: inline-flex;
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul li:not(:last-child):after {
    content: "|";
    font-weight: normal;
    margin: 0 5px;
    color: #000;
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul li.now {
    color: #999999;
  }

  .staff-list .page_links ul {
    display: flex;
    /* width: 440px;
      justify-content: space-between; */
  }

  .staff-list .page_links ul li {
    width: 140px;
    border: 1px solid #a8a8a8;
    border-bottom: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }

  .staff-list .page_links ul li:not(:first-of-type) {
    margin-left: 10px;
  }

  .staff-list .page_links ul li.now {
    background: #e5e5e5;
  }

  .staff-list .search_top #ctl00_ContentPlaceHolder1_ctl00_selectedTaglist {
    display: none;
  }

  /*絞り込み*/
  .staff-list .search_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: baseline;
  }

  .staff-list .search_flex .serch_blk #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist,
  .staff-list .search_flex .serch_blk #ctl00_ContentPlaceHolder1_ctl01_sortSelector {
    display: none;
  }

  .staff-list .search_flex .serch_blk {
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #a8a8a8;
    text-align: center;
    box-sizing: initial !important;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
  }

  .staff-list .search_flex .serch_blk p.ttl_serch {
    font-size: 14px;
    padding-right: 14px;
    position: relative;
    display: inline-block;
  }

  .staff-list .search_flex .serch_blk p.ttl_serch.close .arrow {
    border-bottom: none;
  }

  .staff-list .search_flex .serch_blk p.ttl_serch.close .arrow {
    border-top: 5px solid #000;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
  }

  .staff-list .search_flex .serch_blk p.ttl_serch .arrow,
  .staff-list .search_flex .serch_blk p.ttl_serch.open .arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-bottom: 5px solid #000;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
  }

  .staff-list .search_flex .serch_blk_inner {
    max-width: 450px;
    margin: auto;
  }

  #ctl00_ContentPlaceHolder1_ctl01_staffNameSelector,
  #ctl00_ContentPlaceHolder1_ctl01_heightSelector,
  #ctl00_ContentPlaceHolder1_ctl01_shopSelector {
    display: flex;
    justify-content: space-between;
  }

  #ctl00_ContentPlaceHolder1_ctl01_staffNameSelector p,
  #ctl00_ContentPlaceHolder1_ctl01_heightSelector p {
    font-size: 14px;
    line-height: 36px;
  }

  #ctl00_ContentPlaceHolder1_ctl01_staffNameSelector select,
  #ctl00_ContentPlaceHolder1_ctl01_heightSelector select {
    width: 320px;
    height: 36px;
    border: 1px solid #999;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 15px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch {
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch a {
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #999;
    display: block;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch #ctl00_ContentPlaceHolder1_ctl01_lbSearch {
    background: #e5e5e5;
    margin-right: 10px;
  }

  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフリスト共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  #staff_contents .__right #Stafflist>ul>li {
    display: inline-block;
    vertical-align: top;
  }

  #staffImg img {
    border-radius: 50%;
    width: 150px;
    height: 150px
  }

  #staff_contents .__left {
    font-size: 12px;
    vertical-align: top;
  }

  #staff_contents .__right #Stafflist>ul>li {
    text-align: center;
  }

  #staff_contents .__right #Stafflist>ul>li>div ul li:not(.labelName) {
    display: inline-block;
  }

  #staff_contents .__right #Stafflist>ul>li img {
    border-radius: 50%;
    margin-bottom: 10px;
    height: 167.6px;
  }

  #staff_contents .__right #productList_pager {
    text-align: center;
    font-size: 14px;
  }

  #staff_contents .__right #productList_pager>div>span>a {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 12px;
  }

  #staff_contents .__right #productList_pager>div a.next span {
    margin: 0 42px 0 12px;
  }

  #staff_contents .__right #productList_pager>div a.back span {
    margin: 0 12px 0 42px;
  }

  #staff_contents .__right #productList_pager>div a span img {
    width: 8px;
    height: 30px;
  }

  /*一覧*/
  .main-area #staff_contents #Stafflist #ListShowArea {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 50px;
    column-gap: 30px;
  }

  #staff_contents .__right #Stafflist>ul>li p.coordinateListUserImage+ul {
    text-align: left;
    margin-top: 10px;
  }

  .labelName {
    display: none;
  }

  #shop_name,
  .shopName {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
  }

  #userName,
  #name,
  .userName {
    font-size: 16px;
    line-height: 22px;
  }

  #user_height,
  .userHeight {
    font-size: 14px;
    line-height: 22px;
  }

  #ctl00_ContentPlaceHolder1_searchCondition {
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
  }

  #ctl00_ContentPlaceHolder1_displayCount {
    float: right;
    font-size: 13px;
    display: none;
  }

  .main-area.staff-list .toSnaplist {
    position: absolute;
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    background: #000;
    color: #fff;
    text-align: center;
    top: 0;
    right: 0;
    letter-spacing: 0.05em;
  }

  .main-area.staff-list .toSnaplist a {
    display: block;
    position: relative;
  }

  .main-area.staff-list .toSnaplist .arrow {
    position: absolute;
    font-size: 10px;
    right: 12px;
  }

  #brandtop {
    display: none;
  }

  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフ詳細共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  #staff_maindetail h1.text-title {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    float: none;
  }

  #staffDetailLeftContent {
    float: left;
    width: 50%
  }

  .itemlistInner {
    width: 150px;
    float: left
  }

  .staffListUserImage img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left
  }

  .tagLinks {
    float: left;
    padding: 5px
  }

  .swiper-container {
    width: 400px;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  /*共通部分の調整 0708改修*/

  .main-area.staff-detail #staff_contents .detail_flex {
    display: flex;
    padding: 0 20px 60px;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
    align-items: center;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailLeftContent {
    width: 18%;
    min-width: 180px;
    margin-right: 30px;
  }
  
  .main-area.staff-detail #staff_contents .detail_flex #staffDetailLeftContent img {
    width: 180px;
    height: 180px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailRightContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailRightContent #staffInfo {
    max-width: 215px;
    width: 58%;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailLeftContent img {
    border-radius: 50%;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #label_name,
  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #display_value {
    display: none;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #shop_name {
    font-size: 18px;
    line-height: 24px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #name {
    font-size: 22px;
    line-height: 32px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #name span {
    font-size: 18px;
    line-height: 24px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value {
    margin-top: 18px;
    font-size: 16px;
    line-height: 25px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value a {
        display: flex;
    align-items: center;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffComment {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.12em;
    width: 71.3%;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk {
    margin-top: 10px;
    font-size: 13px;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel {
    display: flex;
    align-items: center;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk .flex {
    margin-bottom: 8px;
    border: 1px solid #e5e5e5;
    padding: 2px 16px;
    border-radius: 25px;
  }

  .main-area.staff-detail .Favorite_blk .flex>div>a {
    display: flex;
    align-items: center;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk>div img {
    width: 18px;
    margin-right: 8px;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel>p {
    font-size: 12px;
    color: #999999;
    margin: 0 0 6px 12px;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel>p span {
    font-size: 14px;
    color: #333;
    margin: 0 8px;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk>p {
    text-align: center;
    background: #ffd9dc;
    background: #000;
    color: #fff;
    line-height: 30px;
    border-radius: 8px;
    position: absolute;
    width: 30%;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk #RsegisterdText a {
	border-radius: 5px;
    background: #fff;
    font-size: 12px;
    padding: 2px 10px;
	}


  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 72px;
  }

  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li:not(:nth-child(5n)) {
    margin-right: 1.2%;
  }

  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li {
    max-width: 190px;
    margin-bottom: 12px;
    width: 19%;
    text-align: left;
  }

  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li .acceptAt {
    display: none;
  }

  .main-area.staff-detail .coodinateProductInfoList {
    float: none;
  }

  /* ------------------------------------------------
                          IE11
  ------------------------------------------------ */
  _:-ms-fullscreen,
  :root #ctl00_ContentPlaceHolder1_ctl01_ddlHeightFrom,
  _:-ms-fullscreen,
  :root #ctl00_ContentPlaceHolder1_ctl01_ddlHeightTo,
  _:-ms-fullscreen,
  :root #ctl00_ContentPlaceHolder1_ctl01_ddlShop {
    padding: 0 0 0 15px;
  }

  _:-ms-fullscreen,
  :root .select_arrow::after,
  _:-ms-fullscreen,
  :root .select_arrow::before {
    content: none;
  }

  /* ------------------------------------------------
                          ipad
  ------------------------------------------------ */
  @media screen and (max-width:1024px) {

    #ctl00_ContentPlaceHolder1_ctl01_ddlHeightFrom,
    #ctl00_ContentPlaceHolder1_ctl01_ddlHeightTo {
      width: 100px;
    }

    #ctl00_ContentPlaceHolder1_ctl01_ddlShop {
      width: 250px;
    }
  }
}

/* --- for small viewport --- */
@media screen and (max-width:768px) {
  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフページ全共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .main-area {
    margin: 0 auto calc(90 * (100vw / 750));
  }

  .main-area img {
    width: 100%;
  }

  .main-area #staff_contents h2.ttl-main {
    font-size: calc(60 * (100vw / 750));
    letter-spacing: 0.05em;
    margin: calc(30 * (100vw / 750)) auto calc(50 * (100vw / 750));
    line-height: 1;
    font-weight: 400;
    border-bottom: none;
  }

  #breadcrumbsList {
    display: block;
    padding: 14px 10px;
    line-height: 1.5;
  }

  #staff_contents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #staff_contents {
    padding: 0 calc(20 * (100vw / 750));
  }

  #staff_contents>h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #000;
  }

  #contents {
    min-height: 500px;
    position: relative;
  }

  .staffInfoList {
    width: 50%;
    float: left
  }

  #ctl00_ContentPlaceHolder1_displayCount {
    display: none;
  }

  .topUserImage img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    float: left
  }

  .now {
    background-color: #e5e5e5;
  }

  /*ページャ*/
  #staff_contents .__right #productList_pager {
    text-align: center;
    font-size: 12px;
    margin: calc(40 * (100vw / 750)) 0 0 calc(-20 * (100vw / 750));
    width: calc(750 * (100vw / 750));
  }

  #staff_contents .__right #productList_pager>div>span>a,
  #staff_contents .__right #productList_pager>div>span>b {
    display: inline-block;
    line-height: calc(50 * (100vw / 750));
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: calc(50 * (100vw / 750));
    height: calc(50 * (100vw / 750));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 calc(10 * (100vw / 750));
  }

  #staff_contents .__right #productList_pager>div>span>a {
    width: calc(30 * (100vw / 750));
  }

  #staff_contents .__right #productList_pager>div>span>b {
    border: 1px solid;
  }

  #staff_contents .__right #productList_pager>div a.next,
  #staff_contents .__right #productList_pager>div a.back {
    font-size: 0;
  }

  #staff_contents .__right #productList_pager>div a.next span {
    margin: 0 21px 0 12px;
  }

  #staff_contents .__right #productList_pager>div a.back span {
    margin: 0 12px 0 21px;
  }

  #staff_contents .__right #productList_pager>div a span img {
    width: 8px;
    height: 30px;
  }

  /*並び替え*/
  .staff-list .search_top {
    margin-top: calc(40 * (100vw / 750));
    border-bottom: 1px solid #a8a8a8;
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul {
    display: flex;
    justify-content: center;
    margin-bottom: calc(40 * (100vw / 750));
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul li:not(:last-child):after {
    content: "|";
    font-weight: normal;
    margin: 0 calc(10 * (100vw / 750));
    color: #000;
  }

  #ctl00_ContentPlaceHolder1_ctl00_sortSelector ul li.now {
    color: #999999;
    background: none;
  }

  .staff-list .page_links ul {
    display: flex;
    justify-content: space-between;
  }

  .staff-list .page_links ul li {
    width: 100%;
    border: 1px solid #a8a8a8;
    border-bottom: none;
    text-align: center;
    line-height: calc(76 * (100vw / 750));
    letter-spacing: 0.08em;
    font-weight: 500;
  }

  .staff-list .page_links ul li a {
    display: block;
  }

  .staff-list .page_links ul li.now {
    background: #e5e5e5;
  }

  .staff-list .search_top #ctl00_ContentPlaceHolder1_ctl00_selectedTaglist {
    display: none;
  }

  /*絞り込み*/
  .staff-list .__left>p {
    display: block;
    text-align: center;
    padding: calc(30 * (100vw / 750)) 0;
    border-bottom: 1px solid #a8a8a8;
    position: relative;
  }

  .staff-list .__left>p span.arrow {
    display: block;
    position: absolute;
    right: 40%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .staff-list .__left>p.open span.arrow {
    border-top: 5px solid #000;
  }

  .staff-list .__left>p.close span.arrow {
    border-bottom: 5px solid #000;
  }

  .search_flex {
    padding: calc(40 * (100vw / 750)) calc(20 * (100vw / 750));
    /*background: #e5e5e5;*/
  }

  .search_flex>div.serch_blk>p {
    font-size: calc(28 * (100vw / 750));
    line-height: 1;
    margin-bottom: calc(30 * (100vw / 750));
    text-align: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_tagSelector>ul {
    display: flex;
    flex-wrap: wrap;
  }

  #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>ul li,
  #ctl00_ContentPlaceHolder1_ctl01_tagSelector>ul li {
    font-size: calc(24 * (100vw / 750));
    border: 1px solid #999;
    border-radius: calc(25 * (100vw / 750));
    height: calc(50 * (100vw / 750));
    line-height: calc(50 * (100vw / 750));
    padding: 0 calc(20 * (100vw / 750));
    margin: 0 calc(6 * (100vw / 750)) calc(12 * (100vw / 750));
    background: #fff;
  }

  #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>ul li {
    background: #e5e5e5;
    display: inline-block;
  }

  #ctl00_ContentPlaceHolder1_ctl01_heightSelector,
  #ctl00_ContentPlaceHolder1_ctl01_staffNameSelector,
  #ctl00_ContentPlaceHolder1_ctl01_shopSelector {
    display: flex;
    justify-content: space-between;
    font-size: calc(28 * (100vw / 750));
    margin-bottom: calc(20 * (100vw / 750));
    align-items: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_heightSelector select,
  #ctl00_ContentPlaceHolder1_ctl01_staffNameSelector select,
  #ctl00_ContentPlaceHolder1_ctl01_shopSelector select {
    width: calc(440 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    height: calc(70 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750)) 0 calc(20 * (100vw / 750));
    background: #fff;
    border: 1px solid #999;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch {
    display: flex;
    justify-content: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch a {
    width: calc(260 * 100vw / 750);
    height: calc(70 * 100vw / 750);
    line-height: calc(70 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    text-align: center;
    border: 1px solid #999;
    display: block;
    margin: calc(40 * 100vw / 750) 0 0;
  }

  a#ctl00_ContentPlaceHolder1_ctl01_lbSearch {
    margin-right: calc(20 * (100vw / 750));
  }

  .select_arrow {
    position: relative;
  }

  .select_arrow::after,
  .select_arrow::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(20 * (100vw / 750));
    top: 50%;
    width: calc(10 * (100vw / 750));
    height: calc(2 * (100vw / 750));
    background: #000;
    z-index: 1;
  }

  .select_arrow::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .select_arrow::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: calc(26 * (100vw / 750));
  }

  .tag_blk #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>p,
  .tag_blk #ctl00_ContentPlaceHolder1_ctl01_tagSelector>p,
  .serch_blk #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist {
    display: none;
  }

  /*ブランドリスト*/
  .main-area #brandlist {
    display: none;
  }

  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフリスト共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  #staffImg img {
    border-radius: 50%;
    width: 150px;
    height: 150px
  }

  #staff_contents .__left {
    font-size: 12px;
    vertical-align: top;
  }

  #staff_contents .__right #Stafflist>ul>li>div {
    text-align: center;
  }

  #staff_contents .__right #Stafflist>ul>li>div ul li:not(.labelName) {
    display: inline-block;
  }

  #staff_contents .__right #Stafflist>ul>li img {
    width: calc(300 * (100vw / 750));
    height: calc(300 *(100vw / 750));
    margin-bottom: calc(16 * (100vw / 750));
    border-radius: 50%;
  }

  #staff_contents .__right #staffList_pager {
    text-align: center;
    font-size: 12px;
    margin: calc(40 * (100vw / 750)) 0 0 calc(-20 * (100vw / 750));
    width: calc(750 * (100vw / 750));
  }

  #staff_contents .__right #staffList_pager>div>span>a,
  #staff_contents .__right #staffList_pager>div>span>b {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
  }

  #staff_contents .__right #staffList_pager>div>span>b {
    border: 1px solid;
  }

  #staff_contents .__right #staffList_pager>div a.next span {
    margin: 0 21px 0 12px;
  }

  #staff_contents .__right #staffList_pager>div a.back span {
    margin: 0 12px 0 21px;
  }

  #staff_contents .__right #staffList_pager>div a span img {
    width: 8px;
    height: 30px;
  }

  /*一覧*/
  #ctl00_ContentPlaceHolder1_searchCondition {
    display: block;
    margin: calc(50 * (100vw / 750)) 0 calc(20 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  .main-area.staff-list #staff_contents #Stafflist #ListShowArea {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: calc(40 * (100vw / 750));
    justify-items: center;
  }

  #staff_contents .__right #Stafflist>ul>li p.coordinateListUserImage+ul {
    text-align: left;
    margin-top: calc(12 * (100vw / 750));
  }

  .labelName {
    display: none;
  }

  #shop_name,
  .shopName {
    color: #999999;
    font-size: calc(20 * (100vw / 750));
    line-height: calc(30 * (100vw / 750));
  }

  #name,
  #userName,
  .userName {
    font-size: calc(24 * (100vw / 750));
    line-height: calc(28 * (100vw / 750));
    display: inline-block;
  }

  #user_height,
  .userHeight {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(28 * (100vw / 750));
    display: inline-block;
  }

  #user_height::before {
    content: "/ ";
  }

  /*遷移リンクボタン*/
  .toSnaplist {
    position: relative;
    width: calc(260 * (100vw / 750));
    height: calc(70 * (100vw / 750));
    line-height: calc(70 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    background: #000;
    color: #fff;
    text-align: center;
    top: 0;
    right: 0;
    letter-spacing: 0.05em;
    margin: calc(60 * (100vw / 750)) auto;
  }

  .toSnaplist a {
    display: block;
  }

  .toSnaplist .arrow {
    position: absolute;
    font-size: calc(20 * (100vw / 750));
    right: calc(20 * (100vw / 750));
  }

  #brandtop {
    display: none;
  }


  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  スタッフ詳細共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  #staff_maindetail h1.text-title {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    float: none;
  }

  .itemlistInner {
    width: 50%;
    float: left
  }

  .staffListUserImage img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left
  }

  .tagLinks {
    float: left;
    padding: 5px
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .main-area.staff-detail #staff_contents .detail_flex {
    display: flex;
    padding: 0 calc(35 * (100vw / 750)) calc(50 * (100vw / 750));
    align-items: center;
    flex-wrap: wrap;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailLeftContent {
    min-width: calc(180 * (100vw / 750));
    width: calc(180 * (100vw / 750));
    margin-right: calc(30 * (100vw / 750));
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailLeftContent img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffDetailRightContent {
    /*width: calc(500 * (100vw / 750));*/
    position: relative;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #label_name,
  .main-area.staff-detail #staff_contents .detail_flex #staffInfo #display_value {
    display: none;
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value {
    margin-top: calc(12 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
    line-height: calc(25 * (100vw / 750));
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value a {
display: flex;
    align-items: center;
    margin-top: 10px;
	}

  .main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value img {
    width: calc(25 * (100vw / 750));
    margin-right: calc(10 * (100vw / 750));
  }

  .main-area.staff-detail #staff_contents .detail_flex #staffComment {
    margin-top: calc(40 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    line-height: calc(36 * (100vw / 750));
    letter-spacing: 0.12em;
    padding: 0 calc(15 * (100vw / 750));
  }

  /*お気に入り*/
  .main-area.staff-detail .Favorite_blk {
    font-size: calc(24 * (100vw / 750));
    margin-top: calc(30 * (100vw / 750));
  }

  .main-area.staff-detail .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel {
    display: flex;
    align-items: center;
  }

  .main-area.staff-detail .Favorite_blk .flex {
    border: 1px solid #e5e5e5;
    padding: calc(12 * (100vw / 750)) calc(25 * (100vw / 750));
    border-radius: calc(50 * (100vw / 750));
    letter-spacing: 0.03em;
  }

  .main-area.staff-detail .Favorite_blk .flex>div>a {
    display: flex;
    align-items: center;
  }

  .main-area.staff-detail .Favorite_blk>div img {
    width: calc(32 * (100vw / 750));
    margin-right: calc(10 * (100vw / 750));
  }

  .main-area.staff-detail .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel>p {
    font-size: calc(22 * (100vw / 750));
    color: #999999;
    margin-left: calc(12 * (100vw / 750));
    margin-top: calc(6 * (100vw / 750));
  }

  .main-area.staff-detail .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel>p span {
    font-size: calc(24 * (100vw / 750));
    color: #333;
    margin: 0 calc(8 * (100vw / 750));
  }

  .main-area.staff-detail .Favorite_blk>p {
    text-align: center;
    background: #ffd9dc;
    background: #000;
    color: #fff;
    line-height: calc(50 * (100vw / 750));
    border-radius: calc(16 * (100vw / 750));
    position: absolute;
    width: 100%;
    margin-top: calc(10 * (100vw / 750));
    border: none;
    z-index:2;
  }

  .main-area.staff-detail .Favorite_blk .favorite_staff_rsegisterd_text a {
    color: #fff;
  }

  .main-area.staff-detail #staff_contents .detail_flex .Favorite_blk #RsegisterdText a {
    text-decoration: underline;
  }

  .main-area.staff-detail #staff_contents .__right #Coordinatelist>ul,
  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(50 * (100vw / 750));
  }

  .main-area.staff-detail #staff_contents .__right #Coordinatelist>ul>li:not(:nth-child(2n)),
  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li:not(:nth-child(2n)) {
    margin-right: calc(20 * (100vw / 750));
  }

  .main-area.staff-detail #staff_contents .__right #Coordinatelist>ul>li,
  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li {
    width: calc(345 * (100vw / 750));
    margin-bottom: calc(20 * (100vw / 750));
    text-align: left;
  }

  .main-area.staff-detail #staff_contents .__right #Coordinatelist>ul>li .acceptAt,
  .main-area.staff-detail #coo_contents .__right #Coordinatelist>ul>li .acceptAt {
    display: none;
  }

  .main-area.staff-detail .coodinateProductInfoList {
    float: none;
  }
}

#coo_contents .__right #Coordinatelist .coodinateProductInfoList img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

@media screen and (max-width:768px) {
#coo_contents .__right #Coordinatelist .coodinateProductInfoList img {
    width: calc(345 * (100vw / 750));
    height: calc(345 * (100vw / 750));
}
}

/* インスタリンク調整 */
@media screen and (min-width:769px) {
.main-area.staff-detail #staff_contents .detail_flex #staffDetailRightContent #staffInfo {
    max-width: none;
    width: 40%;
}

.main-area.staff-detail #staff_contents .detail_flex #staffComment {
    width: 56%;
	margin-left: 4%;
}

.main-area.staff-detail #staff_contents .detail_flex #staffInfo .link_value a span {
    width: 80%;
    word-wrap: break-word;
}
.main-area.staff-detail #staff_contents .detail_flex #staffDetailRightContent {
    width: 78%;
}
}