﻿@charset "UTF-8";
.main-area a {
  color: initial;
}

.main-area select {
  appearance: none;
}

.main-area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pageVideo__card .pageVideo__thumb img {
  height: 25.3rem;
}

.pageVideo__card .pageVideo__thumb a {
  position: relative;
  z-index: 0;
}

.pageVideo__card .pageVideo__thumb a::before,
.pageVideo__card .pageVideo__thumb a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

.pageVideo__card .pageVideo__thumb a::before {
  opacity: .6;
  left: 1.25rem;
  bottom: 1.15rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #d3d3d3;
  border-radius: 100%;
}

.pageVideo__card .pageVideo__thumb a::after {
  left: 2.4rem;
  bottom: 1.95rem;
  width: 0;
  height: 0;
  border-top: .6em solid transparent;
  border-left: .95em solid #fff;
  border-bottom: .6em solid transparent;
}

.pageVideo__card .pageVideo__thumb a:hover {
  opacity: .6;
}

.main-area.snap-detail .coodinateListArea>ul>li.coodinateProductInfoList {
  height: fit-content;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
コーディネートページ全共通CSS
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width:769px) {
  #page-benent {
    padding-block-start: 2.3rem;
  }
}
@media screen and (max-width:768px) {
  #page-benent {
    padding-block-start: calc(20 *( 100vw / 430));
  }
}
.main-area.snap-list input,
.main-area.snap-list input[type=text],
.main-area.snap-list input[type=password],
.main-area.snap-list textarea,
.main-area.snap-list select,
.main-area.snap-list a,
.main-area.snap-detail input,
.main-area.snap-detail input[type=text],
.main-area.snap-detail input[type=password],
.main-area.snap-detail textarea,
.main-area.snap-detail select,
.main-area.snap-detail a {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.main-area.snap-list select,
.main-area.snap-detail select {
  margin: 0;
}

/* --- for large viewport --- */
@media screen and (min-width:769px) {

  #Wrap,
  .wrapTop,
  .wrapBottom {
    width: initial;
  }

  .main-area.snap-list,
  .main-area.snap-detail {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 100px;
  }

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

  .coodinatePart .coodinateProductInfoList img {
    height: 11rem;
  }

  .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 {
    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_ctl01_sortSelector ul {
    font-size: 12px;
    display: inline-flex;
  }

  #ctl00_ContentPlaceHolder1_ctl01_sortSelector ul li:not(:last-child):after {
    content: "|";
    font-weight: normal;
    margin: 0 5px;
    color: #000;
  }

  #ctl00_ContentPlaceHolder1_ctl01_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;
    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_ctl02_freeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl02_staffNameSelector,
  #ctl00_ContentPlaceHolder1_ctl02_heightSelector,
  #ctl00_ContentPlaceHolder1_ctl02_shopSelector,
  #ctl00_ContentPlaceHolder1_ctl02_categorySelector,
  #ctl00_ContentPlaceHolder1_ctl02_brandSelector {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
    box-sizing: border-box;
  }

  #ctl00_ContentPlaceHolder1_ctl02_freeWordSearch p,
  #ctl00_ContentPlaceHolder1_ctl02_staffNameSelector p,
  #ctl00_ContentPlaceHolder1_ctl02_shopSelector p,
  #ctl00_ContentPlaceHolder1_ctl02_heightSelector p,
  #ctl00_ContentPlaceHolder1_ctl02_categorySelector p,
  #ctl00_ContentPlaceHolder1_ctl02_brandSelector p {
    font-size: 14px;
    line-height: 36px;
  }

  #ctl00_ContentPlaceHolder1_ctl02_freeWordSearch input,
  #ctl00_ContentPlaceHolder1_ctl02_staffNameSelector select,
  #ctl00_ContentPlaceHolder1_ctl02_heightSelector select,
  #ctl00_ContentPlaceHolder1_ctl02_shopSelector select,
  #ctl00_ContentPlaceHolder1_ctl02_categorySelector select,
  #ctl00_ContentPlaceHolder1_ctl02_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;
    appearance: none;
  }

  #ctl00_ContentPlaceHolder1_ctl02_dvSerch {
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #ctl00_ContentPlaceHolder1_ctl02_dvSerch a {
    display: block;
    width: 150px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #999;
  }

  #ctl00_ContentPlaceHolder1_ctl02_dvSerch #ctl00_ContentPlaceHolder1_ctl02_lbSearch {
    /* background: #e5e5e5; */
    margin-right: 10px;
  }

  #ctl00_ContentPlaceHolder1_ctl03_tagSelector>p {
    display: none;
  }

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

  #ctl00_ContentPlaceHolder1_ctl03_tagSelector ul li,
  #ctl00_ContentPlaceHolder1_ctl03_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_ctl03_selectedTaglist>p,
  #ctl00_ContentPlaceHolder1_ctl03_tagSelector ul li.now {
    display: none;
  }

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

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

  /*ブランドリスト*/
  #ctl00_ContentPlaceHolder1_ctl03_selectedTaglist p,
  #ctl00_ContentPlaceHolder1_ctl03_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;
  }

  #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;
    height: 62px;
    margin-right: 12px;
  }

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

  .labelName {
    display: none;
  }

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

  #shop_name a,
  .shopName a {
    color: #999999;
  }

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

  .userHeight {
    font-size: 14px;
    line-height: 22px;
  }

  .result {
    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;
  }

  .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 {
    bottom: auto;
    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;
    height: 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: 140px;
  }

  .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;
    font-weight: normal;
    line-height: 1;
    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;
  }

  .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: #de4e36;
    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 .yen,
  .main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .priceAfter,
  .main-area.snap-detail #coodinateDetailRightContent .item_blk #itemlist .itemlistInner .itemText .tax {
    vertical-align: text-top;
  }

  .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;
    font-weight: 600;
    line-height: 1;
    color: #053931;
    letter-spacing: 0.05em;
    background: url(../Contents/ImagesPkg/common/icn_btn_arw.svg) no-repeat right center;
    padding-right: 1.6rem;
    background-size: 0.8rem;
    font-size: 1.3rem;
  }

  /* .main-area.snap-detail a.coodinateListLink::before,
  .main-area.snap-detail a.coodinateListLink::after {
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #053931;
    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;
    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;
  }

  /* ------------------------------------------------
  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;
  }

  /* ------------------------------------------------
  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;
  }

  #Coordinatelist ul#ListShowArea li.js-matchHeight>a {
    display: block;
  }

  #Coordinatelist ul#ListShowArea li.js-matchHeight>a img.coordinateListImg {
    width: 100%;
    height: 31rem;
    object-fit: contain;
  }

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

@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 .flex_blk__wrapper {
    flex-wrap: wrap;
  }

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

@media screen and (min-width:769px) {
  .main-area.snap-detail .block-share ul li .tablet_compornent {
    display: 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;
  }
}

/* --- for small viewport --- */
@media screen and (max-width:768px) {

  .pageVideo__card .pageVideo__thumb img {
    height: calc(424 * 100vw / 750);
  }

  .pageVideo__card .pageVideo__thumb a::before {
    opacity: .6;
    left: calc(10 * (100vw / 428));
    bottom: calc(10 * (100vw / 428));
    width: calc(30 * (100vw / 428));
    height: calc(30 * (100vw / 428));
  }

  .pageVideo__card .pageVideo__thumb a::after {
    left: calc(21 * (100vw / 428));
    bottom: calc(18 * (100vw / 428));
    border-top-width: calc(7 * (100vw / 428));
    border-left-width: calc(11 * (100vw / 428));
    border-bottom-width: calc(7 * (100vw / 428));
  }


  .main-area.snap-list a {
    color: inherit;
  }

  .main-area.snap-list a:visited {
    color: inherit;
  }

  .main-area.snap-list,
  .main-area.snap-detail {
    margin: 0 auto calc(90 * 100vw / 750);
  }

  .main-area.snap-list img,
  .main-area.snap-detail img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .coodinatePart .coodinateProductInfoList img {
    height: calc(200 * 100vw / 750);
  }

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

  #breadcrumbsList {
    display: block;
    padding: 14px 10px;
    line-height: 1.5;
  }

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

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

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

  #coo_contents {
    padding: 0 calc(20 * 100vw / 750);
  }

  .main-area.snap-detail #coo_contents {
    margin-block-start: calc(30* (100vw / 750));
    padding: 0 calc(48 * 100vw / 750);
  }

  .main-area.snap-list .select-snap ul li.now a {
    background-color: #e5e5e5;
  }

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

  .snap-list .page_links ul {
    display: flex;
    justify-content: space-between;
  }

  .snap-list .page_links ul li {
    /* width: calc(230 * 100vw / 750); */
    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;
  }
  .snap-list .page_links ul li a {
    display: block;
  }

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

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

  /*絞り込み*/
  .snap-list .__left>p {
    display: block;
    text-align: center;
    padding: calc(30 * 100vw / 750) 0;
    border-bottom: 1px solid #a8a8a8;
    position: relative;
  }

  .snap-list .__left>p span.arrow {
    display: block;
    position: absolute;
    right: 34%;
    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;
  }

  .snap-list .__left>p.open span.arrow {
    border-top: 5px solid #000;
  }

  .snap-list .__left>p.close span.arrow {
    border-bottom: 5px solid #000;
	  right: 40%;
  }

  .search_flex {
    padding: calc(40 * 100vw / 750) calc(20 * 100vw / 750);
    /*background: #e5e5e5;*/
  }

  .search_flex>div>p,
  .snap-list .__left>.tag_blk>p {
    font-size: calc(28 * 100vw / 750);
    line-height: 1;
    margin-bottom: calc(30 * 100vw / 750);
    text-align: center;
  }

  .snap-list .__left>.tag_blk,
  .search_flex>div:not(:first-child:last-child)>p {
    margin-top: calc(40 * 100vw / 750);
    padding-bottom: calc(40 * 100vw / 750);
    border-bottom: 1px solid #a8a8a8;
  }

  #ctl00_ContentPlaceHolder1_ctl01_tagSelector>ul,
  #ctl00_ContentPlaceHolder1_ctl02_tagSelector>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>ul,
  #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist>ul {
    text-align: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>ul li,
  #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist>ul li,
  #ctl00_ContentPlaceHolder1_ctl01_tagSelector>ul li,
  #ctl00_ContentPlaceHolder1_ctl02_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;
    display: inline-block;
  }

  #ctl00_ContentPlaceHolder1_ctl01_tagSelector>ul li.now {
    display: none;
  }

  #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist>ul li,
  #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist>ul li {
    background: #e5e5e5;
    display: inline-block;
  }

  #ctl00_ContentPlaceHolder1_ctl03_categorySelector,
  #ctl00_ContentPlaceHolder1_ctl03_freeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl03_staffNameSelector,
  #ctl00_ContentPlaceHolder1_ctl03_shopSelector,
  #ctl00_ContentPlaceHolder1_ctl03_heightSelector,
  #ctl00_ContentPlaceHolder1_ctl02_categorySelector,
  #ctl00_ContentPlaceHolder1_ctl02_freeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl02_staffNameSelector,
  #ctl00_ContentPlaceHolder1_ctl02_shopSelector,
  #ctl00_ContentPlaceHolder1_ctl02_heightSelector,
  #ctl00_ContentPlaceHolder1_ctl01_brandSelector,
  #ctl00_ContentPlaceHolder1_ctl02_brandSelector {
    display: flex;
    justify-content: space-between;
    font-size: calc(28 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
    align-items: center;
  }

  #ctl00_ContentPlaceHolder1_ctl03_rCategoryDropDown_ctl00_ddlCategory,
  #ctl00_ContentPlaceHolder1_ctl03_tbFreeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl03_ddlStaffName,
  #ctl00_ContentPlaceHolder1_ctl03_ddlShop,
  #ctl00_ContentPlaceHolder1_ctl03_ddlHeight,
  #ctl00_ContentPlaceHolder1_ctl02_rCategoryDropDown_ctl00_ddlCategory,
  #ctl00_ContentPlaceHolder1_ctl02_tbFreeWordSearch,
  #ctl00_ContentPlaceHolder1_ctl02_ddlStaffName,
  #ctl00_ContentPlaceHolder1_ctl02_ddlShop,
  #ctl00_ContentPlaceHolder1_ctl02_ddlHeight,
  #ctl00_ContentPlaceHolder1_ctl01_ddlBrand,
  #ctl00_ContentPlaceHolder1_ctl02_ddlBrand {
    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,
  #ctl00_ContentPlaceHolder1_ctl02_dvSerch,
  #ctl00_ContentPlaceHolder1_ctl03_dvSerch {
    display: flex;
    justify-content: center;
  }

  #ctl00_ContentPlaceHolder1_ctl01_dvSerch a,
  #ctl00_ContentPlaceHolder1_ctl02_dvSerch a,
  #ctl00_ContentPlaceHolder1_ctl03_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;
    background: #fff;
	color: #000;
  }

  a#ctl00_ContentPlaceHolder1_ctl01_lbSearch,
  a#ctl00_ContentPlaceHolder1_ctl02_lbSearch,
  a#ctl00_ContentPlaceHolder1_ctl03_lbSearch {
    background: #000;
    color: #fff;
    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_ctl02_selectedTaglist>p,
  .tag_blk #ctl00_ContentPlaceHolder1_ctl01_tagSelector>p,
  .tag_blk #ctl00_ContentPlaceHolder1_ctl02_tagSelector>p,
  .serch_blk #ctl00_ContentPlaceHolder1_ctl01_selectedTaglist,
  .serch_blk #ctl00_ContentPlaceHolder1_ctl02_selectedTaglist {
    display: none;
  }

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

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

  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  コーディネートリスト共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  #staffImg img {
    border-radius: 50%;
    width: 150px;
    height: 150px
  }

  .now {
    background-color: #e5e5e5;
  }

  #coo_contents .__left {
    font-size: 12px;
    vertical-align: top;
  }

  #coo_contents .__right #Coordinatelist>ul>li {
    margin-bottom: calc(50 * 100vw / 750);
    width: calc(345 * 100vw / 750);
  }

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

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

  #coo_contents .__right #productList_pager>div>span>a {
    width: calc(30 * 100vw / 750);
  }

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

  #coo_contents .__right #productList_pager>div a.next,
  #coo_contents .__right #productList_pager>div a.back {
    font-size: 0;
  }

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

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

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

  /*一覧*/
  .result {
    display: block;
    margin: calc(50 * 100vw / 750) 0 calc(20 * 100vw / 750);
    font-size: calc(20 * 100vw / 750);
    font-weight: inherit;
  }

  .main-area.snap-list #coo_contents #Coordinatelist #ListShowArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #coo_contents .__right #Coordinatelist>ul>li>div {
    display: flex;
    align-items: center;
    margin-top: calc(20 * 100vw / 750);
  }

  #coo_contents .__right #Coordinatelist>ul>li p.coordinateListUserImage {
    width: calc(100 * 100vw / 750);
    height: calc(100 * 100vw / 750);
    margin-right: calc(20 * 100vw / 750);
  }

  #coo_contents .__right #Coordinatelist>ul>li p.coordinateListUserImage img {
    width: calc(100 * 100vw / 750);
    height: calc(100 * 100vw / 750);
  }

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

  .labelName {
    display: none;
  }

  #shop_name,
  .shopName {
    font-size: calc(20 * 100vw / 750);
    line-height: calc(28 * 100vw / 750);
  }

  #shop_name a,
  .shopName a {
    color: #999999;
  }

  #userName,
  .userName {
    font-size: calc(24 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
  }

  .userHeight {
    font-size: calc(22 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
  }
  .likeCount {
    font-size: calc(20 * 100vw / 750);
  }

  /*遷移リンクボタン*/
  .toStafflist {
    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;
  }

  .toStafflist a {
    display: block;
  }

  .toStafflist .arrow {
    position: absolute;
    font-size: calc(20 * 100vw / 750);
    right: calc(20 * 100vw / 750);
  }

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

  .itemlistInner {
    width: 50%;
    float: left
  }

  .tagLinks {
    float: left;
    padding: 5px
  }

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


  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .cd_left .swiper-slide img {
    height: 100%;
  }

  /*サムネイル*/
  .main-area.snap-detail .detail_img_blk .thumblist {
    margin-top: calc(20 * 100vw / 750);
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .main-area.snap-detail .detail_img_blk .thumblist>div {
    width: calc(110 * 100vw / 750);
    margin-right: calc(10 * 100vw / 750);
    display: inline-block;
  }

  .main-area.snap-detail .detail_img_blk .thumblist>div.current {
    opacity: 0.2;
  }

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

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

  #tag_name,
  #tagList .tagLinks {
    font-size: calc(24 * 100vw / 750);
    ;
    line-height: calc(50 * 100vw / 750);
    ;
    height: calc(50 * 100vw / 750);
    ;
    border-radius: calc(25 * 100vw / 750);
    ;
    margin: calc(20 * 100vw / 750) calc(10 * 100vw / 750) calc(0 * 100vw / 750) 0;
    padding: 0 calc(20 * 100vw / 750);
    border: 1px solid #999;
  }

  #tagList .tagLinks:last-child {
    margin-bottom: calc(20 * 100vw / 750);
  }

  #tag_name {
    display: inline-block;
    margin: 0 auto calc(40 * 100vw / 750);
  }

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

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

  .swiper-container {
    width: 100%;
  }

  #coo_contents .cd_left .swiper-wrapper .slick-prev {
    left: -6% !important;
  }

  #coo_contents .cd_left .swiper-wrapper .slick-next {
    right: -6% !important;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .main-area.snap-detail .swiper-button-next,
  .main-area.snap-detail .swiper-button-prev {
    background: none;
  }

  .main-area.snap-detail .swiper-button-next::after,
  .main-area.snap-detail .swiper-button-prev::after,
  .main-area.snap-detail .swiper-button-next::before,
  .main-area.snap-detail .swiper-button-prev::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(4 * 100vw / 750);
    height: calc(30 * 100vw / 750);
    background: #000;
  }

  .main-area.snap-detail .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: calc(20 * 100vw / 750);
    top: 0;
  }

  .main-area.snap-detail .swiper-button-next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(20 * 100vw / 750);
    right: calc(20 * 100vw / 750);
  }

  .main-area.snap-detail .swiper-button-prev::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(20 * 100vw / 750);
    top: 0;
  }

  .main-area.snap-detail .swiper-button-prev::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(20 * 100vw / 750);
    left: calc(20 * 100vw / 750);
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .main-area.snap-detail .detail_contents {
    margin-bottom: calc(80 * 100vw / 750);
    padding-bottom: calc(80 * 100vw / 750);
    border-bottom: 1px solid #999;
  }

  .main-area.snap-detail .detail_contents .flex_blk {
    margin-top: calc(40 * 100vw / 750);
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: calc(40 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }

  .main-area.snap-detail #staffImg img {
    width: calc(100 * 100vw / 750);
    height: calc(100 * 100vw / 750);
    margin-right: calc(20 * 100vw / 750);
  }

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

  .main-area.snap-detail #staffInfo {
    width: 25vw;
  }

  .main-area.snap-detail #staffInfo #shop_name {
    font-size: calc(22 * 100vw / 750);
    line-height: calc(32 * 100vw / 750);
    color: #999999;
  }

  .main-area.snap-detail #staffInfo #user_name {
    font-size: calc(24 * 100vw / 750);
    line-height: calc(40 * 100vw / 750);
    display: inline-block;
  }

  .main-area.snap-detail #staffInfo #user_height {
    font-size: calc(20 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
    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 .Favorite_blk {
    font-size: calc(24 * 100vw / 750);
    margin-left: 2.5%;
  }

  .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: calc(16 * 100vw / 750) calc(24 * 100vw / 750);
    border-radius: calc(50 * 100vw / 750);
  }

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

  .main-area.snap-detail .Favorite_blk>div img {
    width: calc(32 * 100vw / 750);
    margin-right: calc(10 * 100vw / 750);
  }



  .main-area.snap-detail .Favorite_blk #ctl00_ContentPlaceHolder1_upUpdatePanel>p span {
    font-size: calc(24 * 100vw / 750);
    color: #333;
    margin: 0 calc(8 * 100vw / 750);
  }

  /*SNS*/
  .main-area.snap-detail .block-share {
    margin-top: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .main-area.snap-detail .block-share ul li {
    height: 5vw;
    line-height: 5vw;
    margin: 0 3vw;
    font-size: calc(22 * 100vw / 750);
  }

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

  /*アイテム詳細*/
  .main-area.snap-detail .detail_contents .item_blk {
    padding-top: calc(50 * 100vw / 750);
    margin-top: -1px;
  }

  .main-area.snap-detail .detail_contents .item_blk h3 {
    font-size: calc(36 * 100vw / 750);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
  }

  .main-area.snap-detail .detail_contents .item_blk #coordinateComment {
    font-size: calc(24 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
    letter-spacing: 0.05em;
    margin-top: calc(30 * 100vw / 750);
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list {
    margin-top: calc(60 * 100vw / 750);
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist {
    display: flex;
    flex-wrap: wrap;
    width: calc(650 * 100vw / 750);
    margin: auto;
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner {
    width: calc(310 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner:not(:nth-child(2n)) {
    margin-right: calc(30 * 100vw / 750);
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText {
    margin-top: calc(16 * 100vw / 750);
    font-size: calc(22 * 100vw / 750);
    letter-spacing: 0.05em;
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .itemName {
    font-weight: bold;
    line-height: calc(34 * 100vw / 750);
    margin-bottom: calc(12 * 100vw / 750);
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .price {
    margin-bottom: calc(12 * 100vw / 750);
    line-height: 1.5;
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .price .discountRateS {
    background-color: #de4e36;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    /* margin-left: 6px; */
    padding: 0 5px;
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .price .yen,
  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .price .priceAfter,
  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .price .tax {
    vertical-align: text-top;
  }

  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .color,
  .main-area.snap-detail .detail_contents .item_blk .item_list #itemlist .itemlistInner .itemText .size {
    color: #999999;
    line-height: calc(34 * 100vw / 750);
  }


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

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

  /*関連コーデ*/
  .main-area.snap-detail .User_slider_blk .coodinateListLink {
    display: none;
  }

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

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

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

  .main-area.snap-detail .New_slider_blk {
    margin-top: calc(80 * 100vw / 750);
  }

  .main-area.snap-detail .User_slider_blk .ttl-other,
  .main-area.snap-detail .New_slider_blk .ttl-other {
    font-size: calc(30 * 100vw / 750);
    letter-spacing: 0.05em;
    margin-bottom: calc(50 * 100vw / 750);
    line-height: 1;
    font-weight: 400;
  }

  .main-area.snap-detail .coodinateListArea>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .main-area.snap-detail .coodinateListArea>ul>li.coodinateProductInfoList {
    width: calc(200 * 100vw / 750);
    margin: 0 calc(24 * 100vw / 750) calc(24 * 100vw / 750) 0 !important;
    float: none;
  }

  .main-area.snap-detail .coodinateListArea>ul>li.coodinateProductInfoList:nth-child(3n) {
    margin: 0 0 calc(24 * 100vw / 750) 0 !important;
  }

  /*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  OTHER STYLE SNAP共通CSS
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .coodinatePart .coodinateListArea .coodinateProductInfoList {
    margin: 0 calc(12 * 100vw / 750);
  }

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

  .coodinatePart .coodinateListArea .coodinateProductInfoList div>ul {
    margin-top: calc(16 * 100vw / 750);
  }

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

  .coodinatePart .coodinateListArea .coodinateProductInfoList .topUserName {
    font-size: calc(24 * 100vw / 750);
    line-height: calc(30 * 100vw / 750);
  }

  .coodinatePart .coodinateListArea .coodinateProductInfoList .topUserHeight {
    font-size: calc(24 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
  }

  .coodinatePart .coodinateListArea .coodinateProductInfoList .topProductSize {
    font-size: calc(22 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
  }

  .coodinatePart .coodinateListArea .coodinateProductInfoList .topProductName {
    font-size: calc(22 * 100vw / 750);
    line-height: calc(36 * 100vw / 750);
    color: #999999;
  }

  .main-area.snap-detail .User_slider_blk > a.coodinateListLink,
  .main-area.snap-detail .New_slider_blk > a.coodinateListLink {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(263 *( 100vw / 428));
    height: calc(50 * (100vw / 428));
    margin: calc(40 * 100vw / 750) auto;
    font-size: calc(28 * 100vw / 750);
    color: #053931;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid currentColor;
    border-radius: 100vh;
    cursor: pointer;
  }

  .coodinatePart .slick-arrow.slick-prev {
    left: -5%;
  }

  .coodinatePart .slick-arrow.slick-next {
    right: -5%;
  }

  .coodinatePart .slick-dots {
    margin: calc(40 * 100vw / 750) auto 0 !important;
    display: block !important;
  }

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

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

  .main-area.snap-detail #ctl00_ContentPlaceHolder1_upLike p {
    font-size: 10px;
  }

  .main-area.snap-detail .like {
    width: calc(80*( 100vw/750));
  }

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

  .main-area.snap-detail .block-share .share_txt {
    margin-left: 0;
    display: flex;
    align-items: center;
  }

  .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 {
    text-align: center;
    background: #000;
    color: #fff;
    line-height: calc(50 * 100vw / 750);
    border-radius: calc(16 * 100vw / 750);
    position: absolute;
    width: 70%;
    right: calc(48*( 100vw/750));
  }

  .flex_blk .favorite_staff_rsegisterd_text {
    font-size: 10px;
  }

  .flex_blk .favorite_staff_rsegisterd_text a {
    color: #fff;
  }

  .main-area.snap-detail #staffInfo p {
    font-size: calc(20 * 100vw / 750);
    color: #999999;
    margin-top: calc(16 * 100vw / 750);
  }

  #Coordinatelist ul#ListShowArea li.js-matchHeight>a {
    display: block;
  }

  #Coordinatelist ul#ListShowArea li.js-matchHeight>a img.coordinateListImg {
    width: 100%;
    height: calc(345 * 100vw / 750);
    object-fit: contain;
  }
}




/* ===================== タブエリア共通 */
 /*並び替え*/
  #page-benent .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 */
  #page-benent .page_links ul {
    display: flex;
  }

  #page-benent .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;
  }

  #page-benent .page_links ul li:not(:first-of-type) {
    margin-left: 10px;
  }

  #page-benent .page_links ul li.now {
    background: #e5e5e5;
  }

  #page-benent .search_top #ctl00_ContentPlaceHolder1_ctl00_selectedTaglist {
    display: none;
  }

 /*VideoListのみ*/
.pageVideo .search_top {
    border-bottom: 1px solid #a8a8a8;
}



@media screen and (max-width: 768px) {
  /*並び替え*/
  #page-benent .search_top {
    margin-top: calc(40 * 100vw / 750);
    border-bottom: 1px solid #a8a8a8;
	  display: block;
  }

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

  #page-benent .page_links ul {
    display: flex;
    justify-content: space-between;
  }

  #page-benent .page_links ul li {
    /* width: calc(230 * 100vw / 750); */
    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;
	  font-size: 12px;
  }
  #page-benent .page_links ul li a {
    display: block;
  }

  #page-benent .page_links ul li.now {
    background: #e5e5e5;
  }

  #page-benent .search_top #ctl00_ContentPlaceHolder1_ctl00_selectedTaglist {
    display: none;
  }
	#page-benent .page_links ul li:not(:first-of-type) {
		margin-left: 0;
	}
}




.benent-sort-menu__wrapper .now {
    font-weight: bold;
}

.main-area .serch_blk .btn {
    background: #000;
    color: #fff;
    transition: 500ms;
}

.main-area .serch_blk .btn:hover {
    background: #fff;
    color: #000;
    opacity: 1 !important;
}

#RsegisterdText .btn {
    padding: 0.5rem 2rem;
    text-decoration: none;
    background: #eee;
    margin-left: 1rem;
	    color: #000;
}

#RsegisterdText {
    padding: 1rem;
}
