@charset "UTF-8";
/* コーディネート一覧 */
#coordinateList{

}

#coordinateList--ranking{
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  #coordinateList--ranking{
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}

.coordinateList__row > li > a{
  display: block;
  background: #FFF;
  position: relative;
  transition: 0.1s;
  /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25); */
  /* border-radius: 4px; */
  background: #fff;
}
.coordinateList__row > li > a:hover{
  transition: 0.2s;
  box-shadow: 0px 2px 5x 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  text-decoration: none;
}
.coordinateList__row > li > a img{
  display: block;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.coordinate__text h3{
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0px;
}

.coordinate__text time{
  font-size: 10px;

}
.coordinate__shopInfo{
  display: -ms-flex;
  display: flex;
  margin-top: 10px;
}


.coordinate__shopImg{
  border-radius: 50%;
  overflow: hidden;
  /* border: 2px solid #dfdfdf; */
  max-width: 80px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.coordinate__shopNoimg{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #dfdfdf;
  font-weight: bold;
}

.coordinate__text{
  padding: 10px 0;
  display: block;
}

.coordinate__shopDetail{
  padding-left: 10px;
  max-width: calc(100% - 40px);
  flex: calc(100% - 40px);
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coordinate__shopDetail > span{
  display: block;
  text-align: left;
  max-width: 100%;
  flex: 0 0 100%;
}
.coordinate__shopDetail > span > *{
  display: block;
}
.coordinate__shopDetail {
  font-size: 12px;
  line-height: 18px;
}

.coordinate__shopDetail time{
    font-size: 10px;
    font-weight: normal;
}

.coordinate__staffName {
    font-size: 20px;
    line-height: 32px;
}


/* コーディネート詳細 */
#coordinateSec{
  overflow: hidden;
  margin-bottom: 80px;
}
#coordinateHeader{
  margin: 48px 0;
}
#coordinateHeader h1{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
#coordinateHeader h1 small,
#coordinateHeader h1 span{
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-weight: normal;
}
#coordinateHeader time{
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#coordinateHeader h1 + time{
  line-height: 24px;
}
#coordinateMain{

}

#coordinateWrap{
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

/* 左ブロック */
#coordinateWrap__img{
  box-sizing: border-box;
  padding: 0 30px;
  max-width: 50%;
  flex: 0 0 50%;
}

/* 右ブロック */
#coordinateWrap__txt{
  box-sizing: border-box;
  padding: 0 30px;
  max-width: 50%;
  flex: 0 0 50%;
}

#coordinateWrap__txt .coordinate__shopInfo{
  padding: 0;
}

#coordinateWrap__txt .coordinate__shopDetail{
  padding-left: 15px;
  font-size: 14px;
}
#coordinateWrap__txt .coordinate__shopDetail time{
  margin-bottom: 6px;
}


/* 左ブロック 関連*/
#coordinateWrap__img .coordinateImg{

}

#coordinateWrap__img .coordinateImg .coordinateImg__main{
  height: 100%;
}

#coordinateWrap__img .coordinateImg .coordinateImg__thumnail{
}


/* 右ブロック 関連*/

#coordinateWrap__txt .coordinate__shopInfo{
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}

#coordinateWrap__txt .coordinate__shopImg{
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f2f2f2;
  max-width: 80px;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
#coordinateWrap__txt .coordinate__shopImg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast:none){
  #coordinateWrap__txt .coordinate__shopImg img{
    height: auto;
  }
}

.coordinate__shopNoimg{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #dfdfdf;
  font-weight: bold;
}

.coordinate__shopDetail > span{
  display: block;
}
.coordinate__shopDetail > span > *{
  display: block;
}


.coordinate__comment1{
  margin-bottom: 30px;

}
.coordinate__comment1 p{
  font-size: 14px;
  line-height: 24px;
}
#coodinate{
  border-top: 2px solid #f2f2f2;
  padding-top: 30px;
}

#coodinate h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;

}

#coodinate__itemList{
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#coodinate__itemList li{
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 50%;
  flex:  0 0 50%;
}

/* カートフォーム */
.selectWrap{
  position: relative;
}
.selectWrap::before {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
  display: block;
  z-index: 2;
}
.coodinate__itemList form select{
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  width: 100%;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: 0.15s;
}
.coodinate__itemList form select:hover{
  background: #f2f2f2;
  transition: 0.15s;
}
.coodinate__itemList form select+select{
  margin-bottom: 0;
}
.noneSpcodeSelect {
  display: block;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  transition: 0.15s;
  background: #fff;
}
.noneSpcodeSelect:hover {
  text-align: center;
  text-decoration: none;
  background: #f2f2f2;
  transition: 0.15s;
}
.noneSpcodeSelect::before {
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 0.9em;
	padding: 0;
	content: '+';
	color: #666666;
	pointer-events: none;
  display: block;
  z-index: 2;
}
#noneSpcodeSoldout {
  display: block;
  font-size: 12px;
  width: 100%;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ccc;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  transition: 0.15s;
}
.makeItem{
  margin-bottom: 30px;
  position: relative;
}
.makeItem > *{
  position: relative;
  z-index: 3;
}
.makeItem:after{
  content: "";
  display: block;
  transition: 0.4s;
  background: #fff;
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  z-index: 2;
}
.makeItem.activeForm:after{
  background: #dfdfdf;
  transition: 0.4s;
}
.m_price{

}
.makeItem .itemName{
  text-align: center;
  margin-bottom: 0px;
}
.makeItem .itemImage{
  display: block;
   margin-bottom: 10px;
}
.makeItem .priceMake{
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.makeItem .makeOneSubmit{
  display: block;
  width: 100%;
  background: #1b1b1b;
  color: #fff;
  border: none;
}
/* コーディネート画像スライダー */
/* #coordinateWrap__img .bx-viewport{
  height: auto !important;
} */
.coordinateImg__thumnail{
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 20px;
  box-sizing: border-box;
}
.coordinateImg__thumnail li{
  max-width: 16.666%;
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 16.666%;
          box-sizing: border-box;
}

#slide-counter {
    text-align: center;
    margin-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}


.skuWrap{
  display: none;
}

#allCart {
  display: block;
  width: 100%;
  background: #1b1b1b;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 12px;
  text-align: center;
  color:#fff !important;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.15s;
}

#allCart:hover{
  text-decoration: none;
  transition: 0.15s;
  background: #666;
}

.fav_btn::after {
    font-family: 'Material Icons';
    content: "favorite_border";
}
.fav_btn_fin::after {
    font-family: 'Material Icons';
    content: "favorite";
}
.makeItem {
  position: relative;
}
.makeItem .fav_btn {
	position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  font-size: 20px;
  background: rgba(255,255,255,1);
  padding: 5px;
  border-radius: 50%;
  color: #E4CEC7;
}
.makeItem .itemName,
.makeItem .priceMake {
	text-align: left;
	font-weight: normal;
}
.js-detailSlider > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.js-detailSlider > li:nth-child(n+2){
  display: none;
}
.bx-wrapper .js-detailSlider > li:nth-child(n+2){
  display: flex;
}


.coordinateList--ranking .coordinateList__row li {
  position: relative;
}

.coordinateList--ranking .coordinateList__row li:before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .coordinateList--ranking .coordinateList__row li:before {
    left: 16px;
  }
}

.coordinateList--ranking .coordinateList__row li:nth-child(1):before {
  background: #FFF1BD;
  border-color: #EFDA8E;
}

.coordinateList--ranking .coordinateList__row li:nth-child(2):before {
  background: #EAEAEA;
  border-color: #C8C8C8;
}

.coordinateList--ranking .coordinateList__row li:nth-child(3):before {
  background: #FFDDBD;
  border-color: #DFBD9E;
}

.coordinateList--ranking .coordinateList__row li:nth-child(1):before {
  content: "1";
}

.coordinateList--ranking .coordinateList__row li:nth-child(2):before {
  content: "2";
}

.coordinateList--ranking .coordinateList__row li:nth-child(3):before {
  content: "3";
}

.coordinateList--ranking .coordinateList__row li:nth-child(4):before {
  content: "4";
}

.coordinateList--ranking .coordinateList__row li:nth-child(5):before {
  content: "5";
}

.coordinateList--ranking .coordinateList__row li:before {
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  border-radius: 0;
  border: 0;
}
.coordinateList--ranking .coordinateList__row li {
  position: relative;
}

.coordinateList--ranking .coordinateList__row li:before {
  top: 0;
  height: 45px;
  font-weight: normal;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.coordinateList--ranking .coordinateList__row li:nth-child(1):before {
  background: #FCE180;
  border-color: #E2B100;
}

.coordinateList--ranking .coordinateList__row li:nth-child(2):before {
  background: #EAEAEA;
  border-color: #C8C8C8;
}

.coordinateList--ranking.ranking--typeE .coordinateList__row li:nth-child(3):before {
  background: #FFD7B2;
  border-color: #C06108;
}

.staffImg{
  display: block;
  padding-top: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.staffImg.staffImg--noimg span{
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f2f2f2;
  font-size: 16px;
}
.staffImg img,.staffImg.staffImg--noimg span{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.staffImg + h3{
  text-align: center;
  font-size: 16px;
}

.staffImg + h3 small{
  font-size: 12px;
  margin-top: 10px;
  font-weight: normal;
  display: block;
}

.outPublish{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  height: 100px;
  margin-bottom: 30px !important;
}

/* 20241203 初心者セット5点 レビュー */
.review_content_wrap {
  padding: 10px;
  margin-top: 50px;
}

.review_content_wrap h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.review_content_wrap .review_content_list li {
  padding: 10px;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: left;
}

/* 20250205 初心者セット5点 こんなお悩みありませんか？ */
.coordinate__worries {
  margin-bottom: 20px;
}

.coordinate__worries .sub-tittle {
  text-align: left;
  padding-left: 30px;
}

.coordinate__worries .detail {
  margin: 10px 0;
}