﻿@charset "UTF-8";

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネートページ全共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.main-area.snap-list,
.main-area.snap-detail {
  max-width: 958px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.slick-slide img,
.main-area.snap-list img,
.main-area.snap-detail img {
  width: 100%;
}

.main-area #coo_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;
}

/*ページャー*/
#coo_contents .__right #productList_pager div a:not(:last-of-type),
#coo_contents .__right #productList_pager div span b,
#article_contents #productList_pager div a:not(:last-of-type),
#article_contents #productList_pager div span b {
  margin: 0 12px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block
}

#coo_contents .__right #productList_pager div span b,
#article_contents #productList_pager div span b {
  border: 1px solid;
}

#coo_contents .__right #productList_pager div a.back,
#article_contents #productList_pager div a.back {
  display: inline-flex;
  align-items: center;
  width: 100px;
}

#coo_contents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#coo_contents {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  margin: 30px 0 0 0;
  position: relative;
}

#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;
}

#contents {
  min-height: 500px;
  position: relative;
}

.topUserImage img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float: left
}

/*並び替え*/
.snap-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;
}

/* add css 210917 */
.snap-list .page_links ul {
  display: flex;
}

.snap-list .page_links ul li {
  width: 140px;
  border: 1px solid #a8a8a8;
  border-bottom: none;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.snap-list .page_links ul li:not(:first-of-type) {
  margin-left: 10px;
}

.snap-list .page_links ul li.now {
  background: #e5e5e5;
}

.snap-list .search_top #ctl00_ContentPlaceHolder1_ctl00_selectedTaglist {
  display: none;
}

/*絞り込み*/
.snap-list .search_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: baseline;

  display: block;
}

.snap-list .search_flex .serch_blk #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist,
.snap-list .search_flex .serch_blk #ctl00_ContentPlaceHolder1_ctl01_sortSelector {
  display: none;
}

.snap-list .search_flex .serch_blk {
  width: 100%;
  padding: 12px 30px;
  border: 1px solid #a8a8a8;
  text-align: center;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

.snap-list .search_flex .serch_blk .serch_blk_inner {
  max-width: 450px;
  margin: auto;
}

.snap-list .search_flex .serch_blk p.ttl_serch,
.snap-list .search_flex .tag_blk p.ttl_serch {
  font-size: 14px;
  padding-right: 14px;
  position: relative;
  display: inline-block;
}

.snap-list .search_flex .tag_blk {
  width: 100%;
  padding: 12px 30px;
  text-align: center;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  margin-top: 30px;
}

.snap-list .search_flex .tag_blk p.ttl_serch {
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.snap-list .search_flex .serch_blk p.ttl_serch.close .arrow,
.snap-list .search_flex .tag_blk p.ttl_serch.close .arrow {
  border-bottom: none;
}

.snap-list .search_flex .serch_blk p.ttl_serch.close .arrow,
.snap-list .search_flex .tag_blk p.ttl_serch.close .arrow {
  border-top: 5px solid #000;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
}

.snap-list .search_flex .serch_blk p.ttl_serch .arrow,
.snap-list .search_flex .tag_blk p.ttl_serch .arrow,
.snap-list .search_flex .serch_blk p.ttl_serch.open .arrow,
.snap-list .search_flex .tag_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;
}

#ctl00_ContentPlaceHolder1_ctl01_freeWordSearch,
#ctl00_ContentPlaceHolder1_ctl01_staffNameSelector,
#ctl00_ContentPlaceHolder1_ctl01_heightSelector,
#ctl00_ContentPlaceHolder1_ctl01_shopSelector,
#ctl00_ContentPlaceHolder1_ctl01_categorySelector,
#ctl00_ContentPlaceHolder1_ctl01_brandSelector {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  width: 100%;
  box-sizing: border-box;
}

#ctl00_ContentPlaceHolder1_ctl01_freeWordSearch p,
#ctl00_ContentPlaceHolder1_ctl01_staffNameSelector p,
#ctl00_ContentPlaceHolder1_ctl01_shopSelector p,
#ctl00_ContentPlaceHolder1_ctl01_heightSelector p,
#ctl00_ContentPlaceHolder1_ctl01_categorySelector p,
#ctl00_ContentPlaceHolder1_ctl01_brandSelector p {
  font-size: 14px;
  line-height: 36px;
}

#ctl00_ContentPlaceHolder1_ctl01_freeWordSearch input,
#ctl00_ContentPlaceHolder1_ctl01_staffNameSelector select,
#ctl00_ContentPlaceHolder1_ctl01_heightSelector select,
#ctl00_ContentPlaceHolder1_ctl01_shopSelector select,
#ctl00_ContentPlaceHolder1_ctl01_categorySelector select,
#ctl00_ContentPlaceHolder1_ctl01_brandSelector 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;
}

#ctl00_ContentPlaceHolder1_ctl02_tagSelector>p {
  display: none;
}

#ctl00_ContentPlaceHolder1_ctl02_tagSelector ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

#ctl00_ContentPlaceHolder1_ctl02_tagSelector ul li,
#ctl00_ContentPlaceHolder1_ctl02_selectedTaglist ul li.now {
  font-size: 13px;
  border: 1px solid #999;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 5px 16px;
}

#ctl00_ContentPlaceHolder1_ctl02_selectedTaglist>p,
#ctl00_ContentPlaceHolder1_ctl02_tagSelector ul li.now {
  display: none;
}

#ctl00_ContentPlaceHolder1_ctl02_selectedTaglist ul {
  margin-top: 20px;
}

#ctl00_ContentPlaceHolder1_ctl02_selectedTaglist ul li.now {
  background: #e5e5e5;
  display: inline-block;
  position: relative;
  /* margin-bottom: -6px; */
}

/*ブランドリスト*/
#ctl00_ContentPlaceHolder1_ctl02_selectedTaglist p,
#ctl00_ContentPlaceHolder1_ctl02_tagSelector p,
.main-area #brandlist {
  display: none;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネートリスト共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#coo_contents .__left {
  font-size: 12px;
  vertical-align: top;
}

#coo_contents .__right #Coordinatelist>ul>li {
  margin-bottom: 50px;
  width: 31%;
  text-align: left;
}

#coo_contents .__right #Coordinatelist>ul>li:not(:nth-child(3n)) {
  margin-right: 3%;
}


#coo_contents .__right #productList_pager,
#article_contents #productList_pager {
  text-align: center;
  font-size: 14px;
  font-family: futura-pt, futura;
}

#coo_contents .__right #productList_pager>div>span>a,
#article_contents #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;
}

#coo_contents .__right #productList_pager>div a.next span,
#article_contents #productList_pager>div a.next span {
  margin: 0 42px 0 12px;
}

#coo_contents .__right #productList_pager>div a.back span,
#article_contents #productList_pager>div a.back span {
  margin: 0 12px 0 42px;
}

#coo_contents .__right #productList_pager>div a span img,
#article_contents #productList_pager>div a span img {
  width: 8px;
  height: 30px;
}

#staffImg img {
  border-radius: 50%;
}

/*一覧*/
.main-area #coo_contents #Coordinatelist #ListShowArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

#coo_contents .__right #Coordinatelist>ul>li>div {
  display: flex;
  margin-top: 16px;
  align-items: center;
}

#coo_contents .__right #Coordinatelist>ul>li p.coordinateListUserImage {
  width: 62px;
  margin-right: 12px;
}

#coo_contents .__right #Coordinatelist>ul>li p.coordinateListUserImage+ul {
  text-align: left;
}

.labelName {
  display: none;
}

#shop_name,
.shopName {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}

#userName,
.userName {
  font-size: 16px;
  line-height: 22px;
}

.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.snap-list .toStafflist {
  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;
  font-family: futura-pt;
}

.main-area.snap-list .toStafflist a {
  display: block;
  position: relative;
}

.main-area.snap-list .toStafflist .arrow {
  position: absolute;
  font-size: 10px;
  right: 12px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネート詳細共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#coordinate_maindetail h1.text-title {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
  float: none;
}

#coodinateDetailLeftContent {
  width: 48%;
  max-width: 480px;
}

#coodinateDetailRightContent {
  width: 45%;
  max-width: 450px;
}

.coordinateListUserImage img {
  border-radius: 50%;
}

#tagList {
  display: flex;
  flex-wrap: wrap;
}

#tag_name,
#tagList .tagLinks {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  border: 1px solid #999;
}

#tagList .tagLinks:last-child {
  margin-bottom: 10px;
}

#tag_name {
  display: inline-block;
  margin: 0 auto 50px;
}

#coo_main .tag_name_blk {
  text-align: center;
}

#coordinateSortType>.active {
  font-weight: bold;
}

/*slick*/
.snap-slider-container {
  width: 400px;
}

.snap-slider-container .slick-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;
}

#coo_contents .cd_left .slick-arrow {
  top: 38%;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 99;
}

#coo_contents .cd_left .slick-arrow.slick-prev {
  margin-left: 4%;
}

#coo_contents .cd_left .slick-arrow.slick-next {
  margin-right: 4%;
}

.snap-slider-container .slick-prev {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
}

.snap-slider-container .slick-next {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-135deg);
}

.snap-slider-container .slick-prev {
  left: 0 !important;
}

.snap-slider-container .slick-next {
  right: 0 !important;
}

.main-area.snap-detail .slick-arrow.slick-next::after,
.main-area.snap-detail .slick-arrow.slick-prev::after {
  content: none;
}

.main-area.snap-detail .snap-slider-container .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.main-area.snap-detail .snap-slider-container .slick-dots .slick-active {
  opacity: 0.2;
}

.main-area.snap-detail .snap-slider-container .slick-dots li {
  width: 60px;
  margin: 0 10px 15px 0;
}

.main-area.snap-detail .snap-slider-container .slick-dots li:nth-child(7n) {
  margin: 0 0 15px 0;
}


/*詳細*/
.main-area.snap-detail .serch_blk_inner,
.main-area.snap-detail #ctl00_ContentPlaceHolder1_ctl02_tagSelector,
.main-area.snap-detail #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist {
  display: none;
}

.main-area.snap-detail .detail_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #999;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.main-area.snap-detail .detail_flex .snap-slider-container {
  width: 100%;
  max-width: 480px;
}

/*スタッフ情報*/
.main-area.snap-detail #coodinateDetailRightContent .flex_blk {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 20px;
}

.main-area.snap-detail #coodinateDetailRightContent .flex_blk__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.main-area.snap-detail #staffInfo {
  width: 100%;
  max-width: 150px;
}

.main-area.snap-detail #staffImg img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.main-area.snap-detail #staffInfo #shop_name {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}

.main-area.snap-detail #staffInfo #user_name {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.main-area.snap-detail #staffInfo #user_height {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.main-area.snap-detail #staffInfo #user_height::before {
  content: "/ ";
}

.main-area.snap-detail #staffInfo #label_name,
#coordinateInfo {
  display: none;
}

.main-area.snap-detail .block-share {
  padding: 40px 0 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-area.snap-detail .block-share ul {
  display: flex;
  align-items: center;
}

.main-area.snap-detail .block-share ul li {
  height: 20px;
  margin: 0 20px;
  line-height: 20px;
  font-size: 11px;
}

.main-area.snap-detail .block-share ul li img {
  height: 100%;
  width: initial !important;
}

.main-area.snap-detail .Favorite_blk {
  display: flex;
  font-size: 13px;
  margin-left: 2.4%;
}

.main-area.snap-detail .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel {
  display: flex;
  align-items: center;
}

.main-area.snap-detail .Favorite_blk .flex {
  border: 1px solid #e5e5e5;
  padding: 8px 20px 6px;
  border-radius: 25px;
}

.main-area.snap-detail .Favorite_blk .flex>div>a {
  display: flex;
  align-items: center;
}

.main-area.snap-detail .Favorite_blk>div img {
  width: 18px;
  margin-right: 8px;
}

/*アイテム詳細*/
.main-area.snap-detail #coodinateDetailRightContent .item_blk {
  padding-top: 20px;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk h3 {
  font-size: 24px;
  line-height: 1;
  font-family: futura-pt;
  letter-spacing: 0.05em;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #coordinateComment {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk .item_list {
  margin-top: 30px;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk .item_list #itemlist {
  display: flex;
  flex-wrap: wrap;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner {
  width: 45%;
  max-width: 139px;
  margin-bottom: 40px;
}

@media screen and (min-width:1024px) {
  .main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .itemName {
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 6px;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .price {
  margin-bottom: 6px;
  line-height: 1.5;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .price .discountRateS {
  background-color: #fe0002;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1.6;
  margin-left: 6px;
  padding: 0 5px;
}

.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .color,
.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .size {
  color: #999999;
  line-height: 20px;
}


.main-area.snap-detail .swiper-pagination-bullet-active {
  background: #000;
}

.main-area.snap-detail .coodinatePart .coodinateListArea .coodinateProductInfoList>div {
  display: none;
}

/*関連コーデ*/
.main-area.snap-detail .coodinateListArea>ul {
  display: flex;
  flex-wrap: wrap;
}

.main-area.snap-detail .coodinateListArea>ul>li.coodinateProductInfoList {
  width: 11%;
  margin: 0 15px 0 0;
}

.main-area.snap-detail .coodinateListArea>ul>li.coodinateProductInfoList:last-child {
  margin: 0;
}

.main-area.snap-detail .User_slider_blk,
.main-area.snap-detail .New_slider_blk {
  position: relative;
}

.main-area.snap-detail a.coodinateListLink {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  padding-right: 40px;
}

.main-area.snap-detail a.coodinateListLink::before,
.main-area.snap-detail a.coodinateListLink::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  right: 18px;
  top: 2px;
  content: "";
}

.main-area.snap-detail a.coodinateListLink::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-area.snap-detail a.coodinateListLink::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.main-area.snap-detail .User_slider_blk .coodinateListLink {
  display: none;
}

.main-area.snap-detail .User_slider_blk>a.coodinateListLink {
  display: block;
}

.main-area.snap-detail .New_slider_blk {
  margin-top: 60px;
}

.main-area.snap-detail #Contentmain .ttl-other {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 400;
  font-family: futura-pt;
  text-align: left;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
OTHER STYLE SNAP共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.coodinatePart .coodinateListArea .coodinateProductInfoList {
  margin: 0 12px;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topUserImage {
  display: none;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList div>ul {
  margin-top: 10px;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topLabelName {
  display: none;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topUserName {
  font-size: 14px;
  line-height: 18px;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topUserHeight {
  font-size: 14px;
  line-height: 18px;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topProductSize {
  font-size: 12px;
  line-height: 22px;
}

.coodinatePart .coodinateListArea .coodinateProductInfoList .topProductName {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}

.coodinateListLink {
  font-family: "futura-pt";
  border: 1px solid #000;
  width: 400px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: 36px;
  letter-spacing: 0.1em;
  margin-top: 42px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 36px;
}

/* ------------------------------------------------
IE11
------------------------------------------------ */
_:-ms-fullscreen,
:root #ctl00_ContentPlaceHolder1_ctl01_rCategoryDropDown_ctl00_ddlCategory,
_:-ms-fullscreen,
:root #ctl00_ContentPlaceHolder1_ctl01_rCategoryDropDown_ctl01_ddlCategory,
_:-ms-fullscreen,
:root #ctl00_ContentPlaceHolder1_ctl01_ddlStaffName,
_:-ms-fullscreen,
:root #ctl00_ContentPlaceHolder1_ctl01_ddlHeight,
_:-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_ddlHeight,
  #ctl00_ContentPlaceHolder1_ctl01_ddlStaffName,
  #ctl00_ContentPlaceHolder1_ctl01_rCategoryDropDown_ctl00_ddlCategory,
  #ctl00_ContentPlaceHolder1_ctl01_tbFreeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl01_ddlShop {
    width: 250px;
  }

  .main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner:not(:nth-child(2n)) {
    margin-right: 15%;
  }
}

@media screen and (max-width:915px) {
  #ctl00_ContentPlaceHolder1_ctl01_tbFreeWordSearch {
    width: 240px;
    /*打ち消し*/
    /*width: 686px;*/
  }
}

@media screen and (max-width:874px) {
  #ctl00_ContentPlaceHolder1_ctl01_tbFreeWordSearch {
    width: 220px;
    /*打ち消し*/
    /*width: 666px;*/
  }
}

@media screen and (max-width:768px) {
  #ctl00_ContentPlaceHolder1_ctl01_tbFreeWordSearch {
    width: 200px;
    /*打ち消し*/
    /*width: 564px;*/
  }

  #ctl00_ContentPlaceHolder1_ctl01_ddlHeight,
  #ctl00_ContentPlaceHolder1_ctl01_ddlStaffName,
  #ctl00_ContentPlaceHolder1_ctl01_rCategoryDropDown_ctl00_ddlCategory,
  #ctl00_ContentPlaceHolder1_ctl01_ddlShop {
    width: 200px;
  }
}

/* ------------------------------------------------
BENET ADD
------------------------------------------------ */

.main-area.snap-detail #ctl00_ContentPlaceHolder1_upLike {
  display: flex;
  width: 5rem;
  align-items: center;
}

.main-area.top .slick-arrow:before {
  display: none;
}

#coo_contents .cd_left .slick-arrow.slick-prev {
  transform: rotate(-225deg);
}

#coo_contents .cd_left .slick-arrow.slick-next {
  transform: rotate(225deg);
}

.main-area.snap-detail .btn.btn-mini.btn-inverse {
  text-decoration: underline;
}

.main-area.snap-detail .flex_blk .favorite_staff_removed_text,
.main-area.snap-detail .flex_blk .favorite_staff_rsegisterd_text {
  width: 70%;
  text-align: center;
  background: #000;
  color: #fff;
  line-height: 30px;
  border-radius: 8px;
  position: absolute;
  right: 0;
}

.main-area.snap-detail .flex_blk .like #ctl00_ContentPlaceHolder1_upLike p {
  margin-top: 5px;
}

.main-area.snap-detail #staffInfo .lbFavoriteCount {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}

.main-area.snap-detail #staffInfo .lbFavoriteCount span {
  font-size: 14px;
  color: #333;
}

.main-area.snap-detail .block-share ul li .tablet_compornent {
  display: none;
}

@media screen and (max-width:1024px) {
  .main-area.snap-detail #coodinateDetailRightContent .flex_blk__wrapper {
    flex-wrap: wrap;
  }

  .main-area.snap-detail .Favorite_blk {
    margin-left: auto;
  }
}

@media screen and (max-width:768px) {

  .main-area.snap-detail .block-share ul li .tablet_compornent {
    display: block;
  }

}

#Coordinatelist ul#ListShowArea li.js-matchHeight>a {
  display: block;
  position: relative;
  padding-bottom: 133%;
}

#Coordinatelist ul#ListShowArea li.js-matchHeight>a img.coordinateListImg {
  object-fit: contain;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.main-area.top.snap-detail .slick-arrow::before {
  display: none !important;
}

/************** 2023/1124 追加 **************/
.main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .price .priceAfterArea {
  display: none;
}