﻿@charset "UTF-8";
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネートページ全共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#coo_contents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#coo_contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  margin: 30px 0 0 0;
}

#coo_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;
}

.topUserImage img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float: left;
}
.cateList{
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 20px auto 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.cateList li {
    margin-right: 5px;
}
.cateList li a {
    text-decoration: none;
    -webkit-transition: 0s;
    transition: 0s;
}
#breadcrumb .cateList li span {
    padding: 0 5px;
}
/* for tablet */
@media screen and (max-width:1200px) {
  #coo_contents {
    margin: calc(30 * (100vw / 1200)) 0 0 0;
  }

  .topUserImage img {
    border-radius: 50%;
    width: calc(60 * (100vw / 1200));
    height: calc(60 * (100vw / 1200));
    float: left;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fnw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bdr_btm {
  border-bottom: 1px solid #cccccc;
}

.CoordinatePageDefault {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

/* for tablet */
@media screen and (max-width:1200px) {
  .CoordinatePageDefault {
    max-width: calc(1200 * (100vw / 1200));
    padding-bottom: calc(80 * (100vw / 1200));
  }
}

.CoordinatePageDefault img {
  width: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネートリスト共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#coo_main {
  padding: 50px 10px 0 20px;
  display: table;
}

.now {
  font-weight: bold;
}

#staffImg img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
/*共通CSS*/
.d_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d_flex_end{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.d_flex_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.d_flex_justify{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
}
#CoordinateList{
  width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#CoordinateList img{
  width: 100%;
}
#CoordinateList .heading_blk{
  border-bottom: 1px solid #b7b7b7;
}
#CoordinateList .heading_blk p{
  line-height: 50px;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  width: 190px;
  text-align: center;
}
#CoordinateList .heading_blk > p{
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
#CoordinateList .heading_blk a > p{
  background: #f4f4f4;
}
#CoordinateList .keyword_blk{
  margin-top: 60px;
}
#CoordinateList .keyword_blk ul{
  margin: 13px 0 66px;
}
#coo_main .__left .SearchParts > ul >li.tagText,
#CoordinateList .keyword_blk li{
  font-size: 13px;
  line-height: 33px;
  height: 33px;
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-radius: 15px;
}
#coo_main .__left .SearchParts > ul >li.tagText{
  position: relative;
  text-align: left;
  width: 100%;
  background: #e5e5e5;
  font-weight: normal;
}
#coo_main .__left .SearchParts > ul >li.tagText a span{
  position: absolute;
  font-size: 16px;
  right: 13px;
}
#CoordinateList .keyword_blk li:not(:last-child){
  margin: 0 11px 11px 0;
}
#CoordinateList .keyword_blk li a{
  display: block;
}
#CoordinateList .container_blk .menu_blk{
  width: 200px;
}
#CoordinateList .container_blk #result_bik{
  max-width: 950px;
  width: 100%;
}
#CoordinateList .container_blk .list{
  margin-left: -15px;
}
#CoordinateList .container_blk .fiveRow .list li{
  max-width: 178px;
  width: 100%;
  /* margin-right: calc(60px / 4); */
  margin: 0 0 50px 15px;
}
#CoordinateList .container_blk .threeRow .list li{
  max-width: 307px;
  width: 100%;
  /* margin-right: calc(60px / 4); */
  margin: 0 0 50px 15px;
}
#CoordinateList .container_blk .fiveRow .list li:nth-child(3n){
  margin: 0 0 50px 14px;
}
#CoordinateList .container_blk .threeRow .list li:nth-child(3n){
  margin: 0 0 50px 14px;
}
#CoordinateList .container_blk .list .thumb a{
  display: block;
}
  /* #CoordinateList .container_blk .list li:nth-child(5n){
    margin-right: 0;
  }
  #CoordinateList .container_blk .list li:nth-child(n+6){
    margin-top: 46px;
    } */
    #CoordinateList .container_blk .list li .date{
      margin-top: 11px;
      font-size: 11px;
    }
    #CoordinateList .container_blk #result_bik .change_size .column{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 8px;
    }
    #CoordinateList .container_blk #result_bik .funcSmall{
      background-image: url(/SmartPhone/Contents/ImagePkg/coordinate/BigIcon_on.svg);
      background-size: 22px;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      display: block;
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s;
    }
    #CoordinateList .container_blk #result_bik .funcBig{
      background-image: url(/SmartPhone/Contents/ImagePkg/coordinate/SmallIcon_on.svg);
      background-size: 22px;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      display: block;
      margin-left: 12px;
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s;
    }
  /* #CoordinateList .container_blk #result_bik .funcSmall:hover,#CoordinateList .container_blk #result_bik .funcBig:hover{
    opacity: 0.05!important;
    } */
    #CoordinateList .container_blk #result_bik.fiveRow .funcSmall,#CoordinateList .container_blk #result_bik.threeRow .funcBig{
      opacity: 0.1;
      cursor:pointer;
    }
    #CoordinateList .shopSelector_list_wrap{
/*      background: #f7f7f7;
      padding: 8px 12px;*/
    }
    #CoordinateList .shopSelector_list_wrap > li{
      line-height: 2;
      padding: 6px 0;
    }
    #CoordinateList .shopSelector_list_wrap > li.now{
      display: none;
    }


    .container_blk.d_flex_justify #coo_main {
      padding: 0;
      display: inherit;
    }

    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap{  
      background: #fff; 
      padding: 0; 
    } 
    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap > li dl dt{position: relative;} 
    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap > li dl dt:hover{cursor: pointer;}  
    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap > li dl dt::after { 
      content: '';  
      width: 8px; 
      height: 8px;  
      display: block; 
      border-bottom: solid 1px; 
      border-left: solid 1px; 
      transform: rotate(-45deg);  
      position: absolute; 
      bottom: 10px; 
      right: 16px;  
      margin: auto; 
    } 
    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap > li dl dd ul{  
      margin-top: 8px;  
      background: #f7f7f7;  
      padding: 8px 12px;  
    } 
    #CoordinateList #ctl00_ContentPlaceHolder1_ctl02_categorySelector .shopSelector_list_wrap > li dl dt.open::after{ 
      transform: rotate(135deg);  
      bottom: 8px;  
    }

    .container_blk.d_flex_justify #coo_main .__left div{
      margin-bottom: 40px;
    }
    .container_blk.d_flex_justify #result_bik .sort{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 12px;
    }
    .coordinateSortType{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }
    .coordinateSortType li{
      width: 70px;
      text-align: center;
      font-size: 14px;
    }
    .coordinateSortType li.active{
      background: #e5e5e5;
      font-weight: normal;
    }
  /* =====================
  StaddSearchParts style
  ===================== */
  .shopSelector_ttl {
    font-size: 18px;
    padding-bottom: 13px;
    text-align: left;
  }

  .shopSelector_list_box {
    margin-top: calc(24px - 15px / 2);
  }

  .StaffPageAccordion_btn {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 15px;
    height: 24px;
    padding-right: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .StaffPageAccordion_btn::after {
    content:  '';
    width: 8px;
    height: 8px;
    display: block;
    border-bottom: solid 1px;
    border-left: solid 1px;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 10px;
    right: 16px;
    margin: auto;
  }
  .StaffPageAccordion_btn.open::after{
    transform: rotate(135deg);
    bottom: 8px;
  }
  .shopSelector_list {
    line-height: 1.6;
    font-size: 15px;
  }
  .search_result_blk{font-size: 12px;margin-bottom: 20px;position: relative;}
  .search_result_blk .freeword_search{
    position: absolute;
    right: 0;
    top: 6px;
    width: 31%;
  }
  .search_result_blk .freeword_search .SearchParts{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search_result_blk .freeword_search input{
    border: 1px solid #b7b7b7;
    margin-left: 8px;
    height: 30px;
    width: 91%;
    padding-left: 10px;
  }
.search_result_blk #ctl00_ContentPlaceHolder1_ctl01_lbReset{
    display: none;
}
.search_result_blk #ctl00_ContentPlaceHolder1_ctl01_dvSerch{
    background-color: #4c4c4c;
    color: #fff;
    width: 25%;
    height: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    line-height: 32px;
    text-align: center;
}

  /* for tablet */
  @media screen and (max-width:1200px) {
    #coo_main {
      padding: calc(50 * (100vw / 1200)) calc(10 * (100vw / 1200)) 0 calc(20 * (100vw / 1200));
    }

    #staffImg img {
      border-radius: 50%;
      width: calc(150 * (100vw / 1200));
      height: calc(150 * (100vw / 1200));
    }
  }

  /*===================================
  ページャー
  ===================================*/
  .StaffPageDefault_pager {
    /*width: 183px;*/
    margin: 60px auto 100px;
    font-size: 0;
  }

  .StaffPageDefault_pager > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .StaffPageDefault_pager > div > span {
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
  }

  .StaffPageDefault_pager > div > span > b {
    font-size: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin:0  15px;
  }
  .StaffPageDefault_pager > div > span a{
    font-size: 15px;
    margin:0  15px;
  }

  .SearchParts_reset_btn_area {
    margin-top: 5px;
  }

  .SearchParts_reset_btn {
    line-height: 1.6;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    margin: 46px auto;
  }
  .SearchParts_reset_btn a{
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #breadcrumbsList{
    font-size: 10px;
    margin-bottom: 40px;
  }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネート詳細共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#coordinate_maindetail h1.text-title {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
}

.CoordinatePageDefault_inner {
  margin-top: 30px;
}

#coodinateDetailLeftContent {
  width: 535px;
}

#coodinateDetailRightContent {
  width: 620px;
}

#coordinateSortType > .active {
  font-weight: bold;
}

.CoordinatePageDetail_inner {
  padding-bottom: 64px;
}

/* スライダーのスタイル */
.snap-slider-container {
  width: 535px;
}
.snap-slider-container .slick-slide {
  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;
}
.snap-slider-container .slick-slide img {
  width: 478px;
}
.snap-slider-container .slick-prev, .snap-slider-container .slick-next{
  position: absolute;
  z-index: 99;
  width: 18px;
  height: 18px;
  top: calc(50% - 74.73px);
}
.snap-slider-container .slick-prev{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(135deg);
}
.snap-slider-container .slick-next {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
}

.snap-slider-container .slick-prev{
  left: 0!important;
}

.snap-slider-container .slick-next{
  right: 0!important;
}


.CoordinatePageDetail_inner .slick-dots {
    margin: 0 calc(57px / 2);
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.CoordinatePageDetail_inner .slick-dots li:nth-of-type(1), .CoordinatePageDetail_inner .slick-dots li:nth-of-type(7n+1) {
    margin-left: 0;
}
.CoordinatePageDetail_inner .slick-dots li {
    width: 56px;
    margin-top: 13px;
    margin-left: 10px;
}
.CoordinatePageDetail_inner .slick-dots li.slick-active{
  opacity: 0.6;
  border: 1px solid;
}

.CoordinatePageDetail_inner .slick-arrow::before, 
.CoordinatePageDetail_inner .slick-arrow::after{
  display: none;
}


/* Rightコンテンツ インデックス */
.CoordinatePageDefault_staffIndex {
  padding-bottom: 28px;
  margin-top: 18px;
}

.CoordinatePageDefault_staffIndex_img img {
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.CoordinatePageDefault_staffIndex_list_wrap {
  margin-left: 20px;
}

.CoordinatePageDefault_staffIndex_list {
  font-size: 13px;
}

.CoordinatePageDefault_staffIndex_list:nth-of-type(2)  {
  margin-top: 10px;
}

.CoordinatePageDefault_staffIndex_list:nth-of-type(3)  {
  margin-top: 15px;
  font-size: 12px;
}

.CoordinatePageDefault_staffIndex_list:nth-of-type(3) span + span {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  width: fit-content;
}

.CoordinatePageDefault_staffInfo_date {
  margin-top: 30px;
  font-size: 11px;
  color: #999;
}

.CoordinatePageDefault_staffInfo_comment {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 13px;
}


/* tag */
.CoordinatePageDefault_staffInfo_tag_wrap {
  margin-left: -10px;
}

.CoordinatePageDefault_staffInfo_tag {
  margin-top: 19px;
  font-size: 13px;
  padding: 0 14px;
  margin-left: 10px;
  height: 35px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-radius: 15px;
}

.CoordinatePageDefault_staffInfo_item_list_wrap {
  margin-top: 55px;
}

.CoordinatePageDefault_staffInfo_item_list_ttl {
  font-size: 15px;
}

.CoordinatePageDefault_staffInfo_item_list {
}

.CoordinatePageDefault_staffInfo_item_list_inner {
  width: 112px;
  margin-top: 20px;
  margin-left: 12px;
}

.CoordinatePageDefault_staffInfo_item_list_inner:nth-of-type(5n+1) {
  margin-left: 0;
}

.CoordinatePageDefault_staffInfo_item_list_inner_img {
  width: 112px;
}

.CoordinatePageDefault_staffInfo_item_list_inner_txt {
  width: 112px;
  font-size: 11px;
  margin-top: 14px;
}

.CoordinatePageDefault_staffInfo_item_list_inner_txt .itemName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CoordinatePageDefault_staffInfo_item_list_inner_txt .color,
.CoordinatePageDefault_staffInfo_item_list_inner_txt .size {
  margin-top: 7px;
}

.CoordinatePageDefault_staffInfo_item_list_inner_txt .price {
  font-size: 12px;
  line-height: 1.6666667;
  margin-top: 8px;
}
.CoordinatePageDefault_staffInfo_item_list_inner_txt .price .discountRateS{
  font-size: 10px;
    height: 15px;
    line-height: 1.5;
    width: 55px;
    margin-left: 5px;
}

.CoordinatePageDefault_ttl {
  display: none;
}

/*========================
coodinatePart
========================*/
.coodinatePart img {
  width: 100%;
}

.coodinatePart {
  width: 1140px;
  margin: 50px auto 0;
}

.coodinatePart_ttl {
  font-size: 18px;
}

.coodinateListLink {
  font-size: 12px;
}

.coodinateListLink span {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}

.coodinateListArea {
  margin-top: 25px;
  position: relative;
}

/* SLICK coodinateListArea */

.coodinateListArea .slick-list {
  margin-bottom: 30px;
}

.coodinateListArea .slick-dots{
  display: block;
  text-align: center;
}

.coodinateListArea .slick-prev.slick-arrow{
  transform: rotate(180deg);
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
}

.coodinateListArea .slick-next.slick-arrow{
  position: absolute;
  top: 40%;
  right: 4px;
  z-index: 2;
}

#coo_contents .coodinateProductInfoList {
  width: 180px;
  margin-left: 15px;
}

#coo_contents .coodinateProductInfoList:nth-of-type(1) {
  margin-left: 0;
}

.coodinateProductInfoList_subImg {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.topUserName {
  font-size: 11px;
  line-height: 1.454545;
  margin-top: calc(-5px / 2);
}

.topUserHeight {
  font-size: 11px;
  line-height: 1.454545;
}

.dn {
  display: none;
}

.coodinateProductInfoList_date {
  font-size: 11px;
  margin-top: 10px;
  color: #999;
}

.coodinateProductInfoList_btm {
  margin-top: 11px;
}

.coodinateProductInfoList_btm > li + li {
  margin-left: 6px;
}


/*favorite_icons*/
.CoordinatePageDefault_favorite_container {
  width: 500px;
  margin-top: 20px;
}

.CoordinatePageDefault_favorite_btn {
}

#ctl00_ContentPlaceHolder1_upUpdatePanel,
#ctl00_ContentPlaceHolder1_btnRemoveFavoriteStaff,
#ctl00_ContentPlaceHolder1_btnAddFavoriteStaff {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.favorite_follower {
  font-size: 12px;
  color: #999999;
}

.favorite_follower span {
  font-size: 14px;
  color: #333;
  margin-right: 8px;
}

#favoriteIconGray,
#favoriteIconRed {
  width: 18px;
  margin-right: 8px;
}

#ctl00_ContentPlaceHolder1_btnRemoveFavoriteStaff,
#ctl00_ContentPlaceHolder1_btnAddFavoriteStaff {
  width: 130px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

#ctl00_ContentPlaceHolder1_btnRemoveFavoriteStaff {
  padding: 0 16px;
}

#ctl00_ContentPlaceHolder1_btnAddFavoriteStaff {
  padding: 0 10px;
}

/* for tablet */
@media screen and (max-width:1200px) {
  .cateList,
  .CoordinatePageDetail_inner{
    max-width: 98%;
    margin: auto;
}
  .CoordinatePageDefault_inner {
    margin-top: calc(30 * (100vw / 1200));
  }

  #coodinateDetailLeftContent {
    width: calc(535 * (100vw / 1200));
  }

  #coodinateDetailRightContent {
    width: calc(620 * (100vw / 1200));
  }

  /* スライダーのスタイル */
  .snap-slider-container {
    width: calc(535 * (100vw / 1200));
  }
  .snap-slider-container .slick-slide img {
    width: calc(478 * (100vw / 1200));
  }

  /* Rightコンテンツ インデックス */
  .CoordinatePageDefault_staffIndex {
    padding-bottom: calc(28 * (100vw / 1200));
    margin-top: calc(18 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_img img {
    border-radius: 50%;
    width: calc(82 * (100vw / 1200));
    height: calc(82 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_list_wrap {
    margin-left: calc(20 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_list {
    font-size: calc(13 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_list:nth-of-type(2)  {
    margin-top: calc(10 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_list:nth-of-type(3)  {
    margin-top: calc(15 * (100vw / 1200));
    font-size: calc(12 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffIndex_list:nth-of-type(3) span + span {
    padding-bottom: calc(2 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_date {
    margin-top: calc(30 * (100vw / 1200));
    font-size: calc(11 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_comment {
    margin-top: calc(12 * (100vw / 1200));
    font-size: calc(13 * (100vw / 1200));
  }

  /* tag */
  .CoordinatePageDefault_staffInfo_tag_wrap {
    margin-left: calc(-10 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_tag {
    margin-top: calc(19 * (100vw / 1200));
    font-size: calc(13 * (100vw / 1200));
    padding: 0 calc(14 * (100vw / 1200));
    margin-left: calc(10 * (100vw / 1200));
    height: calc(35 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_wrap {
    margin-top: calc(55 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_ttl {
    font-size: calc(15 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list {
  }

  .CoordinatePageDefault_staffInfo_item_list_inner {
    width: calc(112 * (100vw / 1200));
    margin-top: calc(20 * (100vw / 1200));
    margin-left: calc(12 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_inner_img {
    width: calc(112 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_inner_txt {
    width: calc(112 * (100vw / 1200));
    font-size: calc(11 * (100vw / 1200));
    margin-top: calc(14 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_inner_txt .color,
  .CoordinatePageDefault_staffInfo_item_list_inner_txt .size {
    margin-top: calc(7 * (100vw / 1200));
  }

  .CoordinatePageDefault_staffInfo_item_list_inner_txt .price {
    font-size: calc(12 * (100vw / 1200));
    line-height: 1.6666667;
    margin-top: calc(8 * (100vw / 1200));
  }

  /*========================
  coodinatePart
  ========================*/
  .coodinatePart {
    width: calc(1140 * (100vw / 1200));
    margin: calc(50 * (100vw / 1200)) auto 0;
  }

  .coodinatePart_ttl {
    font-size: calc(18 * (100vw / 1200));
  }

  .coodinateListLink {
    font-size: calc(12 * (100vw / 1200));
  }

  .coodinateListArea {
    margin-top: calc(25 * (100vw / 1200));
  }

  #coo_contents .coodinateProductInfoList {
    width: calc(113 * (100vw / 1200));
    margin-left: calc(15 * (100vw / 1200));
  }

  .coodinateProductInfoList_subImg {
    width: calc(25 * (100vw / 1200));
    height: calc(25 * (100vw / 1200));
    border-radius: 50%;
  }

  .topUserName {
    font-size: calc(11 * (100vw / 1200));
    margin-top: calc(calc(-5 * (100vw / 1200)) / 2);
  }

  .topUserHeight {
    font-size: calc(11 * (100vw / 1200));
  }

  .coodinateProductInfoList_date {
    font-size: calc(11 * (100vw / 1200));
    margin-top: calc(10 * (100vw / 1200));
  }

  .coodinateProductInfoList_btm {
    margin-top: calc(11 * (100vw / 1200));
  }

  .coodinateProductInfoList_btm > li + li {
    margin-left: calc(6 * (100vw / 1200));
  }

  /*お気に入り*/
  .CoordinatePageDefault_favorite_container {
    width: calc(500 * (100vw / 1200));
    margin-top:calc(20 * (100vw / 1200));
  }

}



/* ============================
IE調整
============================ */
@media all and (-ms-high-contrast:none) {
  .CoordinatePageDefault {
    /*font-family: 'メイリオ', 'Meiryo', sans-serif;*/
  }

  .CoordinatePageDefault_staffIndex_list:nth-of-type(3) span + span {
    padding: 0!important;
    border: none!important;
    width: auto;
    text-decoration: underline;
  }

  .CoordinatePageDefault_staffInfo_tag {
    display: block;
    font-size: 13px;
    padding: 13px 14px 0;
    margin-left: 10px;
    border: 1px solid #000;
  }

  .coodinateListLink span {
    padding: 0;
    border: none;
    text-decoration: underline;
  }

  .swiper-button-next {
    right: 10px!important;
  }

  .swiper-button-prev {
    left: 10px!important;
  }

  .CoordinatePageDefault_staffInfo_item_list_inner_txt .itemName {
    /*font-family: 'メイリオ', 'Meiryo', sans-serif;*/
    height: 1.2em;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
お気に入りスタッフリスト用CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.Removed_and_Rsegisterd_wrap {
  position: relative;
}

#FavoriteStaffListArea > li {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 10px;
}

.favorite_staff_removed_text {
  width: 250px;
  height: 30px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  border: 1px solid #ccc;
  color: #666;
  border-radius: 4px;
  background: #eee;
}

.favorite_staff_rsegisterd_text {
  width: 250px;
  height: 30px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 0;
  border: 1px solid #00a6dd;
  color: #00a6dd;
  border-radius: 4px;
  background: #cceeff;
}

/*いいねボタン*/
.like > div{
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 12px;
}
.like #dvAddLike,
.like #dvAddedLike{
  width: 30px;
}


/* ====================================
追加CSS
======================================*/

#CoordinateList ul#ListShowArea li.js-matchHeight .thumb > a{
  display: block;
  position: relative;
  padding-bottom: 133%;
}

#CoordinateList ul#ListShowArea li.js-matchHeight .thumb >a img.coordinateListImg{
  object-fit: contain;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* ====================================
動画一覧用CSS（暫定）
======================================*/

#VideoList .keyword_blk {
    margin-top: 60px;
}

#VideoList .keyword_blk ul {
    margin: 13px 0 66px;
}

#VideoList .keyword_blk li {
    font-size: 13px;
    line-height: 33px;
    height: 33px;
    text-align: center;
    padding: 0 13px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 15px;
}


#VideoList .keyword_blk li:not(:last-child) {
    margin: 0 11px 11px 0;
}

#VideoList .keyword_blk li a {
    display: block;
}
