@charset "utf-8";
.type1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type2{
	display: flex;
}
.type3{
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
.type3__img,
.type3__txt{
	width: 45%;
}
.type4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main2top{
  max-width: 1600px;
  margin: 25px auto 0;
}
.type5{
	display: flex;
	align-items: center;
}
#page-top{
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 9999;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ccc;
}
#page-top img{
	width: 40px;
	margin: 21px 0 0 20px;
}
.inner{
	width: 1100px;
	margin: 0 auto;
}
.innermgt{
	margin-top: 38px;
}
.feauturebanner li{
	flex: 1;
}
.feauturebanner li:nth-child(2){
	margin-left: 30px;
}
.n-keytitle{
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 8px;
}
.keysubtitle{
	font-size: 13px;
  padding-left: 10px;
  color: #ae9bc9;
}
.s-inner{
  width: 780px;
  margin: 15px auto 0;
}
.hotwordbox{
	width: 750px;
  margin: 0 auto 35px;
}
.hotwordbox li,.t-hotwordbox li{
	border-bottom: 1px dashed #727272;
  padding: 15px 10px 13px;
}
.linkbtn{
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Quicksand', sans-serif;
}
.linkbtn a{
	border: 1px solid #000;
  padding: 6px 0 4px;
  display: block;
}
.slidein-l:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.slidein-l:hover:before {
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.slidein-l{
	position: relative;
	background: #FFF;
	z-index: 2;
}
.slidein-l:hover{
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btntype1{
  width: 230px;
  margin: 20px auto 0;
}
.reverse{
	flex-direction: row-reverse;
}
.mainarea{
	width: 850px;
}
.keytitle{
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 8px;
}
.new-list{
  margin: 20px auto 50px;
  width: 750px;
}
.new-list li{
	margin: 0 8px;
}
.pr-text{
	font-size: 13px;
	letter-spacing: 1px;
}
.line3{
	width: 31%;
}
.line5{
	width: 18%;
}
.line2list li:nth-child(n+4){
	margin-top: 30px;
}
.r-number,.l-number{
	position: relative;
}
.r-number:before,.l-number:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 50px;
}
.r-number:before{
	width: 22px;
	height: 29px;
	right: 10px;
}
.numberlist li:first-child:before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/1.png) center center / contain no-repeat;
}
.numberlist li:nth-child(2):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/2.png) center center / contain no-repeat;
}
.numberlist li:nth-child(3):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/3.png) center center / contain no-repeat;
}
.l-number:before{
	width: 15px;
	height: 22px;
	left: 2px;
}
.numberlist li:nth-child(4):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/4.png) center center / contain no-repeat;
}
.numberlist li:nth-child(5):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/5.png) center center / contain no-repeat;
}
.numberlist li:nth-child(6):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/6.png) center center / contain no-repeat;
}
.numberlist li:nth-child(7):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/7.png) center center / contain no-repeat;
}
.numberlist li:nth-child(8):before{
	background: url(https://www.cloche.shop/s/images/farfalle/top/8.png) center center / contain no-repeat;
}
.line4{
	width: 23%;
}
.b-img{
	height: auto;
}
.b-day{
	margin-top: 10px;
}
.recoitem li{
	width: 31%;
}
.farmore {
  text-align: center;
  font-size: 15px;
  width: 300px;
  margin: 0 auto;
}
.farmore a {
  display: block;
  padding: 10px 0 8px;
  border: 1px solid #ae9bc9;
  background: #ae9bc9;
  color: #fff;
}
.farmore a:hover {
  color: #ae9bc9;
  background: #fff;
}
.b-point:before{
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
}
.bigred{
	color: #e95459;
  font-size: 20px;
}
.t-keysubtitle{
	font-size: 13px;
  padding-left: 10px;
}
.t-hotwordbox{
	width: 825px;
  margin: 0 auto 35px;
}
.t-numberlist li:before{
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
}
.t-numberlist li:nth-child(n+4):before{
	width: 29px;
  height: 29px;
}
.t-numberlist li:first-child:before{
	background: url(https://www.cloche.shop/s/images/trecode/top/1.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(2):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/2.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(3):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/3.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(4):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/4.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(5):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/5.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(6):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/6.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(7):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/7.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(8):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/8.png) center center / contain no-repeat;
}
.t-numberlist li{
	position: relative;
}
/* kubonbon */
.feat-inner{
	width: 1050px;
	padding: 0 65px;
	margin-left: auto;
	margin-right: auto;
}
.feat-list{
	border: 1px solid #cccccc;
	padding: 60px 100px;
}
.feat-list>p,.feat-list>div{
	width: 47%;
}
.feat-text{
	font-size: 15px;
	line-height: 1.8em;
}
.b-headingt{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.feat-list>div>p{
	margin-top: 20px;
}
.feat-itemlist li{
	width: 30%;
	margin-right: 5%;
}
.feat-itemlist li:last-child{
	margin-right: 0;
}
.b-item-name{
	font-weight: bold;
	font-size: 16px;
}
.feat-itemlist .b-item-name{
	margin-top: 7px;
}
.r-price{
	float: right;
	font-size: 16px;
}
.feat-itemlist .r-price{
	margin-top: 10px;
}
/* 会社概要 */
.big-keytitle{
	font-size: 22px;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.company{
	padding: 20px;
}
.company th{
	width: 250px;
	font-weight: normal;
}
.company td{
	width: 560px;
}
.company th,.company td{
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.company i{
	margin-left: 15px;
}
.modal-open:hover {
  cursor: pointer;
}
.modal-wrap {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  position: relative;
  display: none;
  z-index: 20;
  width: 50%;
  height: 96vh;
  left: 0 !important;
  margin: 15px auto;
  padding: 30px 20px;
}
.modalimgbox{
	width: auto;
	height: 80vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	-ms-transform: translate(-50%,-55%);
	-webkit-transform: translate(-50%,-55%);
}
.modalimg{
	height: 80vh;
}
.modal-text{
	position: absolute;
	bottom: -35px;
	color: #fff;
}
.modal-cbtn{
	position: absolute;
	bottom: -35px;
	right: 0;
}
.modal-cbtn a{
	color: #fff;
}
.modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background: rgba(0,0,0,0.75);
}
.modal-close {
  margin-top: 30px;
  text-align: center;
}
.modal-close a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}
.company-photo{
	margin-top: 10px;
	overflow: hidden;
}
.company-photo li{
	margin-right: 2px;
	height: 112px;
}
.company-photo li:last-child{
	margin-right: 0;
}
.company01{
	position: relative;
	top:-108px;
}
.company04{
	position: relative;
	top:-134px;
}
.history-t{
	padding: 40px 20px 0;
}
.history{
	flex: 1;
}
.history th,.history td{
	padding: 7px 0;
}
.history th{
	width: 100px;
	text-align: left;
}
/* ファルファーレ・トレコードfaq */
.inpagelink li{
	margin-right: 25px;
}
.inpagelink i{
	margin-right: 5px;
}
.inpagelink li:last-child{
	margin-right: 0;
}
.bg-title{
	font-size: 18px;
  background: #eee;
  padding: 6px 10px 4px;
  border-radius: 3px;
}
.attentionred{
	font-weight: bold;
	font-size: 16px;
	color: #e95459;
}
dl.faqlist{
	margin-top:25px;
}
.faqlist dt:before,.faqlist dd:before{
	display: inline-block;
  width: 29px;
  height: 22px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #000;
  padding: 3px 0 3px;
  position: absolute;
  top: -5px;
  left: 0;
}
.faqlist dt:before{
	content: "Q";
  background: #000;
  color: #fff;
}
.faqlist dt{
	font-weight: bold;
}
.faqlist dt,.faqlist dd{
	position: relative;
	padding-left: 45px;
}
.faqlist dd:before{
	content: "A";
  background: #fff;
  color: #000;
}
.faqlist dd{
  border-bottom: 1px dashed #8d8d8d;
  padding-bottom: 25px;
  margin-top:30px;
  margin-bottom:30px;
}
.faq-attention{
	margin-top: 5px;
	display: block;
}
.faqlist input{
	display: none;
}
.opabox{
	height: 0;
  padding: 0;
  opacity: 0;
  transition: 0.8s;
}
.faqlist input:checked ~ .opabox {
	margin-top: 30px;
  height: auto;
  opacity: 1;
}
.movie{
  width: 80%;
  padding-bottom: 45%;
  height:0px;
  position: relative;
}
.movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.middletext{
	font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #bebebe;
}
.putib-text{
	font-weight: bold;
  font-size: 16px;
}
.sokutyo-l{
	width: 420px;
	margin-right: 20px;
}
.sokutyo-r{
	width: 200px;
}
.sizetable{
	width: 100%;
	border-left: 1px solid #E2D6E2;
	margin-top: 30px;
}
.sizetable th,.sizetable td{
	text-align: center;
}
.sizetable th{
	background: #E2D6E2;
	padding: 10px 0;
}
.sizetable td{
	border-right: 1px solid #E2D6E2;
	border-bottom: 1px solid #E2D6E2;
	padding: 5px 0;
}
.sokutyo-bn{
	width: 500px;
  margin: 35px auto 50px;
}
.fargimg{
	margin: 10px 0 5px;
	width: 30%;
}
.red{
	color: #e50000;
}
/* ガイドページ */
.black-ptitle{
	font-size: 21px;
  padding: 0 0 3px 28px;
  position: relative;
  border-bottom: 1px dashed #aaaaaa;
}
.black-ptitle:before{
	content: '';
  width: 12px;
  height: 6px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 14px;
  left: 8px;
}
.text-secbox{	margin-top: 20px;
	padding-bottom: 30px;
}
.text-secbox .bg-title{
	margin-bottom: 20px;
}
.amazonbn{
	width: 200px;
}
.credit{
	width: 625px;
}
.b-strongt{
	font-size: 18px;
	font-weight: bold;
}
.paytable th{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px;
}
.spanblank{
	display: block;
	margin-top: 20px;
}
.conveni{
	width: 360px;
}
.time{
	width: 450px;
}
.sendtable{
	width: 100%;
	table-layout: fixed;
	border-left: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
.sendtable th,.sendtable td{
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	padding: 10px 0;
}
.sendtable th,.sendtable tr td:last-child{
	width: 100px;
}
.sendtable tr td:nth-child(2){
	padding-left: 10px;
}
.sendtable th{
	font-size: 15px;
}
.sendtable tr td:last-child{
	text-align: center;
}
.bold18t{
	font-size: 18px;
	font-weight: bold;
}
.koukanlist li{
	margin-top: 20px;
	width: 23%;
}
.koukanlist li p:last-child{
	margin-top: 10px;
}
.pink{
	color: #C53E90 !important;
}
.textlist li{
	margin-top: 15px;
}
.dotlist li {
  list-style-type: square !important;
  margin: 5px 0 0 30px;
}
/* ファルファーレについて */
.fa-aboutarea{
	margin: 0px auto 0;
	background-color: #e2d6e2;
	background-image: url(https://www.cloche.shop/s/images/farfalle/concept/bg1.png),url(https://www.cloche.shop/s/images/farfalle/concept/bg2.png),url(https://www.cloche.shop/s/images/farfalle/concept/bg_ribbon.png);
	background-repeat: no-repeat;
	border-radius: 10px;
	background-position: left 15% top,right 15% top,center top 30px;
	padding-bottom: 50px;
}
.far-cmaint{
	font-size: 17px;
  letter-spacing: .15em;
  color: #9999cc;
  padding-top: 30px;
  text-align: center;
}
.far-clogo{
	width: 280px;
	margin: 28px auto 0;
}
.far-ringimg{
	width: 80%;
	max-width: 800px;
	margin: 20px auto 0;
	-webkit-transition: transform 20s linear;
	-moz-transition: transform 20s linear;
	-o-transition: transform 20s linear;
	transition: transform 20s linear;
}
.far-ringimg:hover{
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.fa-aboutarea h4{
	font-size: 46px;
  font-family: 'parisienne', cursive;
  border-bottom: 2px solid #AE9BC9;
  color: #AE9BC9;
  font-weight: 100;
  letter-spacing: 3px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.far-ainner{
	width: 600px;
	margin: 40px auto 0;
	text-align: center;
}
.col-ptext{
	font-family: "游明朝体","YuMincho";
  font-size: 18px;
  color: #AE9BC9;
  line-height: 4em;
  letter-spacing: 2px;
}
.far-secmaint{
	font-size: 18px;
  color: #AE9BC9;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
}
.far-sect{
	color: #373737;
  letter-spacing: .15em;
  line-height: 1.8em;
  margin: 15px 0 10px 0;
}
.insoleimg{
	width: 480px;
	margin: 0 auto;
}
.far-conlist{
	margin: 70px auto 0;
	width: 90%;
}
.far-conlist li{
	width: 30%;
}
.far-conlist li p:first-child{
	margin: 0 auto;
	width: 80%;
}
.far-conlist li p:nth-child(2){
	font-size: 18px;
  color: #AE9BC9;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 30px;
}
.far-conlist li:last-child p:nth-child(2){
	padding: 16px;
}
.far-conlist li p:nth-child(3){
	color: #373737;
  letter-spacing: .15em;
  line-height: 1.8em;
  margin: 15px 0 10px 0;
  text-align: center;
  margin-top: 20px;
}
.far-conlist li p:nth-child(4){
	text-align: center;
	font-size: 12px;
  color: #B78AE8;
  background: #fff;
  border-radius: 6px;
  padding: 5px 5px 4px;
  margin-top: 15px;
}
/* コンタクト */
.form-secarea form{
	width: 518px;
	margin: 50px auto 0;
}
.form-maint{
	font-size: 17px;
	margin-top: 20px;
}
.form-secarea .red{
	font-size: 12px;
	padding-left: 10px;
}
.input01 input{
	width: 100%;
	font-size: 14px;
  padding: 10px 8px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
  outline: none;
  box-sizing: border-box;
}
.form-textbox textarea{
	width: 100%;
  height: 200px;
	border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.conbtn{
	width: 250px;
  margin: 30px auto 0;
}
.conbtn input {
  background: #000;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 6px 0 4px;
  display: block;
  border-radius: 3px;
  outline: none;
}
/* special */
.tokusyuPage {
  width: 900px;
  margin: 0 auto;
}
.tokusyutext {
  font-size: 15px;
  line-height: 1.9em;
  text-align: center;
  margin-top: 20px;
}
.tokusyuPage h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.tokusyutext {
  line-height: 1.8em;
}
.fftc{
	padding-top: 235px;
}
.special {
  width: 900px;
  margin: 0 auto;
}
.specialimg img{
	width: 100%;
}
.special h3{
	margin: 20px 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 25px;
  text-align: center;
  }
.item-box{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	border: 1px solid #eee;
	padding: 60px 100px;
}
.item-photo{
	width: 340px;
}
.item-photo img{
	width: 100%;
}
.item-photo iframe{
	max-width:100%;
}
.item-detail{
	width: 310px;
}
.item-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	letter-spacing: .1em;
}
.item-list li{
	width:30%;
	margin-right:5%;
	margin-bottom:18px;
}
.item-list li:nth-child(3n){
	margin-right:0;
}
.list-photo img{
	width: 100%;
}
.item-text{
	padding: 0 5px;
	font-size: 13px;
}
.item-list h5,
.item-price{
	font-size: 16px;
	padding: 5px;
}
.item-price{
	text-align: right;
}
.itembnlist{
	width:70%;
	max-width:580px;
	margin:20px auto;
}
.itembnlist li{
	margin-bottom:6px;
}
.itembnlist li img{
	width:100%;
	vertical-align: bottom;
}
.item-box.column2{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item-box.column2 .flowarea{
	width: 100%;
	margin-top:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.itemflow{
	flex:5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 35px;
}
.itemflow li{
	width:30%;
	margin-right:5%;
	margin-bottom:15px;
	font-size: 12px;
}
.itemflow li:nth-child(3n){
	margin-right:0;
}
.itemflow li img{
	width:100%;
}
.carelist{
	flex:1;
}
.carelist li{
	margin-bottom:7px;
	font-size: 11px;
}
.carelist li img{
	width:100%;
}
.fs-c-variationList__item .fs-c-variationList__item__body{display:none;}
.fs-c-variationList__item__title{cursor: pointer;}
.fs_ReturnPolicy a{
	color: #136cbf;
}
.shopguidelink{
	font-size: 16px;
	margin:15px 0;
}
/* フリーテストページ02 （佐俣）*/
.farfalle-catch{
	font-size: 16px;
	width: 800px;
	margin: 30px auto 0;
}
.introduction-erea{
	border-bottom: solid 1px;
  padding: 80px 0;
}
.bor-no{
	border-bottom: none;
}
.coordination-list{
	display: flex;
	justify-content: space-between;
}
.coordination-list li{
	width: 31%;
}
.topic-erea{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.topic-box{
	width: 70%;
}
.topic-box h3{
	font-size: 20px;
	text-align: center;
}
.topic-box p{
	font-size: 16px;
	margin-top: 12px;
}
.product-link{
	width: 26%;
}
.insta-erea h3{
	font-size: 26px;
	text-align: center;
	letter-spacing: 1px;
}
.insta-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.insta-list li{
	width: 32%;
	margin-bottom: 20px;
}
.linkbtn {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Quicksand', sans-serif;
}
.btntype1 {
  width: 230px;
  margin: 30px auto 0;
}
.linkbtn a {
  border: 1px solid #000;
  padding: 6px 0 4px;
  display: block;
}
.linkbtn a:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.farfalle-link{
	margin-top: 80px;
}

/* ss2020 ranking */

.ssranking{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.ssranking li{
	width: 48%;
	margin-top: 30px;
}
/*
.ssranking li:nth-child(n+3){
	margin-top: 30px;
}
*/
.ssranking li img{
	width: 100%;
}
.rankingdetails{
	margin-top: 30px;
}
.detail{
	margin-top: 10px;
}
.pccenter{
	text-align: center;
}
.tac10{
	text-align: center;
	margin-top: 10px;
}


/* coordinate LP */


.maneritop{
	width: 70%;
	margin: 0 auto;
}
.maneritop img{
	width: 100%;
}
.maneri-text{
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	line-height: 2.0;
}
.ideabox{
	margin-top: 80px;
}
.ideatop{
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.ideadetail{
	width: 80%;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
.styling{
	width: 60%;
}
.styling img{
	width: 100%;
}
.stylingdetail{
	width: 40%;
}
.itemlist{
	display: flex;
	justify-content: space-between;
}
.itemlist li{
	width: 45%;
}
.itemlist li a{
	display: block;
}
.itemlist li img{
	width: 100%;
}
.linkcheck {
  text-align: center;
  margin-top: 20px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
	border:1px solid #000;
	box-sizing: border-box;
}
.linkcheck2{
  text-align: center;
  margin-top: 26px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
	border:1px solid #000;
	box-sizing: border-box;
}
.linkcheck:hover{
	color: #000;
	background: #fff;
}
.linkcheck2:hover{
	color: #000;
	background: #fff;
}
.stylingtext{
	margin-top: 20px;
	font-size: 13px;
}
.sutekipoint{
	margin-top: 100px;
	background: #fdfde8;
}
.skinner{
	width: 85%;
	max-width: 1150px;
	margin: 0 auto 80px;
	padding: 70px 0;
}
.skirtpoint{
	text-align: center;
	color: #848080;
	font-size: 26px;
	font-weight: bold;
}
.skirtpoint span {
  position: relative;
}
.skirtpoint span:before,
.skirtpoint span:after {
  content: "";
  border-bottom: 2px solid #848080;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}
.skirtpoint  span:before {
  right: 100%;
}
.skirtpoint  span:after {
  left: 100%;
}
@media screen and (max-width:1024px){
	.skirtpoint{
		width: 100%;
	}
}
.point-re{
	position: relative;
}
.mainsk{
	margin: 50px auto 0;
	width: 30%;
}
.mainsk img{
	width: 100%;
}
.sktext{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
.pointlist li{
	width: 25%;
}
.sk-p{
	width: 50%;
	margin: 0 auto;
}
.sk-p img{
	width: 100%;
}
.po01{
	position: absolute;
	top:0;
	left: 120px;
}
@media screen and (max-width:1155px){
.po01{
	left: 90px;
	}
}
.po02{
	position: absolute;
	top:0;
	right: 120px;
}
@media screen and (max-width:1155px){
.po02{
	right: 90px;
	}
}
.po03{
	position: absolute;
	bottom: 10px;
	left: 120px;
}
@media screen and (max-width:1155px){
.po03{
	left: 90px;
	}
}

.sozai{
	margin: 80px auto 0;
	width: 80%;
	display: flex;
	justify-content: space-between;
}
.sozaip{
	width: 50%;
}
.sozaip img{
	width: 100%;
}
.sozaibox{
	width: 45%;
	margin-top: 40px;
}
@media screen and (max-width:1155px){
	.sozai{
		width: 94%;
	}
}

.sozaimain{
	font-weight: bold;
	font-size: 18px;
}
.sozaitext{
	margin-top: 30px;
	line-height: 2.4;
}
.faqtitle{
	width: 34%;
	margin: 0 auto;
}
.faqtitle img{
	width: 100%;
}
.faqbox{
	display: flex;
	justify-content: space-between;
	width: 80%;
  margin: 50px auto 0;
}
.faqmg{
	margin-top: 100px;
}
.circlebg{
	position: relative;
	margin-bottom:20px;
	width: 48%;
}
.circlebg img{
	width:100%;
}
.faqmg {
	padding: 0px 10px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	margin: auto;
	right: 0;
}
.faqtext{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width:1178px){
.faqlink2{
	  padding-top: 38px;
	}
}

.faqlink{
	text-align: center;
	padding-top: 30px;
}
.faqlink2{
	text-align: center;
	padding-top: 55px;
}
@media screen and (max-width:1155px){
.faqlink2{
	padding-top: 30px;
	}
}
@media screen and (max-width:1024px){
.faqlink2{
	padding-top: 40px;
	}
}

.faqlink a {
  display: inline-block;
  padding:5px 30px;
  color: #FFF;
  text-decoration :none;
  background: #848080;
  box-shadow: 3px 3px #bdbdbd;
  transition: .3s;
  font-weight: bold;
}
.faqlink a:hover {
  box-shadow: 1px 1px #bdbdbd;
  background: #000;
  color: #fff;
}
.faqlink2 a {
  display: inline-block;
  padding:5px 30px;
  color: #FFF;
  text-decoration :none;
  background: #848080;
  box-shadow: 3px 3px #bdbdbd;
  transition: .3s;
  font-weight: bold;
}
.faqlink2 a:hover {
  box-shadow: 1px 1px #bdbdbd;
  background: #000;
  color: #fff;
}
.stafftitle{
	width: 40%;
	margin: 100px auto 0;
}
.stafftitle img{
	width: 100%;
}
.stylingstaff{
	width: 80%;
  margin: 50px auto 0;
}
.stylingstaff li{
	width: 22%;
	margin:0 10px;
}
.stylingstaff li img{
	width: 100%;
}
.stylingstaff2{
	width: 80%;
  margin: 80px auto 0;
}
.stylingstaff2 li{
	width: 22%;
	margin:0 10px;
}
.stylingstaff2 li img{
	width: 100%;
}
.stylingdt{
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.stylingbnr{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 100px auto 0;
}
.stylingbnr li{
	width: 48%;
	background: #fdfde8;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.stylingbnr li a{
	display: block;
	padding: 24px;
}
.stylingbnr li a:hover{
	background: #000;
	color: #fff;
}
/* 7/2 */
ul#koukan1 {
  border: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 20px;
}
ul#koukan1 li {
  width: 18%;
}
ul#koukan1 li img{
  max-width: 110px !important;
}
ul#koukan2 {
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
}
ul#koukan2 li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 40px !important;
  min-height: 0%;
}
p.koukan-img {
  width: 18% !important;
  max-width: 110px !important;
  margin-right: 5%;
}
.koukan-title{
	margin-top: 5px;
	color: #8A2BE2;
	text-align: center;
	font-weight: bold;
}
.koukan-text-wrap {
  width: 75%;
}
.koukan-text-wrap p{
	text-align: left;
}
p.koukan-img {
  width: 18% !important;
  max-width: 110px;
  margin-right: 5%;
}
.otoiawase{
	margin-top: 40px;
	text-align: center;
}
.returnf{
	width: 40%;
	margin: 30px auto 0;
	background: #eee;
	text-align: center;
	border-radius: 3px;
}
.returnf a{
	display: block;
	padding: 10px;
	border-radius: 3px;
}
.returnf a:hover{
	background: #000;
	color: #fff;
}
.returnf img{
	width: 100%;
}
.koukan {
	border-top: 2px #eee dotted;
	border-bottom: 2px #eee dotted;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/* socks特集 */

.maneritop {
  width: 70%;
  margin: 0px auto;
}
.maneritop img {
  width: 100%;
}
.maneri-text {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.topbnr{
	width:70%;
	margin: 20px auto;
	border-bottom: 1px solid #222;
	padding-bottom: 50px;
}
.topbnr img{
	width:100%;
}
.codebox{
	margin-top: 50px;
	border-bottom: 1px solid #222;
	padding-bottom: 80px;
}
.codelist{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	flex-wrap: wrap;
}
.codelist li{
	width: 44%;
	margin-top: 50px;
	position: relative;
}
.codenon{
	text-align: center;
}
.codeitem{
	width: 40%;
	margin: 20px auto 0;
}
.codeitem img{
	width: 100%;
	border-radius: 50%;
}
.codep{
	width: 100%;
	margin: 0 auto 20px;
}
.codep img{
	width: 100%;
	border-radius: 13px;
}
.codetext{
	margin-top: 20px;
}
.codeinbox{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.codetop{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.codeartist{
	width: 40%;
}
.codeartist img{
	width: 100%;
	border-radius: 50%;
}
.rec-code{
	background: #f5f5f5;
	padding: 16px;
	border-radius: 2%;
	border: 1px solid #888282;
	margin-top: 300px;
}
.codename{
	font-weight: bold;
	width: 50%;
}
.codeinsta{
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.codeinstaicon{
	padding-right: 6px;
}
.codenum{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;	
	margin-top: -40px;
  text-align: center;
	font-size: 48px;
}
.osusume {
	position: relative;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.osusume:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}
.osusumetext {
  text-align: center;
  margin-top: 40px;
}
.fs-p-snsArea {
	display: flex;
	justify-content:flex-end;
	margin-top: 30px;
}
iframe.line-it-button {
  margin-right: 10px;
}
/*
table#u_0_0{
  width:0 !important;
}
*/
iframe#twitter-widget-0 {
    margin-right: 10px;
}

.codetextjp {
  border-bottom: 1px dotted;
  padding-bottom: 20px;
}

.kimono-text {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.bangai {
	background: #eee;
	margin-top: 20px;
	text-align: center;
	border-radius: 10px;
}
.bangai a{
	display: block;
	padding: 4px;
	border-radius: 10px;
}

.bangai a:hover{
	background: #afa7cf;
	color: #fff;
}


/* shoeselect */

.mokuji{
	margin: 20px auto 50px;
	width: 90%;
	border: 1px solid #E2D6E2;
}
.mokujititle{
	font-weight: bold;
	font-size: 20px;
	background: #E2D6E2;
	padding: 6px 10px 4px;
}
.mokujilist{
	padding: 10px 30px 20px; 
	background: #f9f9f9;
}
.mokujilist li{
	margin-top: 9px;
	border-bottom: 1px dotted #c5c5c5;
	padding: 4px;
}
.sizepdf{
	background: #E2D6E2;
	text-align: center;
	width: 40%;
	margin: 30px auto 50px;
}
.sizepdf a{
	display: block;
	padding: 10px;
}
.freeunder{
	font-size: 24px;
	background:linear-gradient(transparent 60%, #f1ebf9 60%);
}
.linkbb{
	text-decoration: underline;
}
.linkbb:hover{
	text-decoration: underline;
}
.sizeall{
	font-weight: bold;
	font-size: 16px;
}
.ffsize{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin-top: 20px;
}
.ffsize td{
	border: 1px solid #222;
	padding: 4px 0;
}
.bgtop{
	background: #E2D6E2;
}
.sizelist{
	margin: 30px 0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sizelist li{
	width: 30%;
}
.sizelist li:nth-child(n+4){
	margin-top: 20px;
}
.sizelist li img{
	width: 100%;
}
.shoestext{
	margin: 10px 0 30px;
}
.lastp{
	width: 36%;
	margin: 20px 0;
}
.lastp img{
	width: 100%;
}
.inlastp{
	width: 36%;	
}
.inlast img{
	width: 100%;	
}
.bold{
	font-weight: bold;
}
.lastflex{
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
}
.lasttitle{
	font-size: 16px;
	border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 4px;
  margin: 50px 0 20px 0;
}
.inshoestext{
	margin-left: 2%;
	width: 62%;
}

/*山の手スカートLPページcss*/
.yamanoteskirtlp{
	letter-spacing: 1px;
	font-size: 15px;
}
.yamanoteskirtlp a img, .yamanoteskirtlp a, .morelink2_y a:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
.en{
	font-family: 'Montserrat', sans-serif;
}
.flex1{
	flex: 1;
}
.morelink_y{
	width: 450px;
	margin: 70px auto 0;
	text-align: center;
	outline-offset: -6px;
	outline: solid 1px #7b7b7b;
	letter-spacing: 2px;
}
.morelink_y a{
	display: block;
	padding: 20px  19px;
	background: #121212;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	font-weight: bold;
}
.morelink_y:hover{
	outline: solid 1px #949494;
	opacity: .8;
}
.ambassador{
	width: 88%;
	margin: 20px auto 0;
	max-width: 1000px;
}
.yamanoteskirttop{
	padding: 60px 0 80px;
	background: #f7f7f7;
	margin-top: 20px;
}
.yamanotetoptitle{
	text-align: center;
	position: relative;
}
.t1_y{
	font-size: 30px;
}
.t1_y span{
	font-size: 38px;
	font-weight: bold;
	margin-left: 20px;
}
.t2_y{
	font-size: 55px;
	position: absolute;
	color: #dbd7c7;
	top: 26px;
	left: 0;
	right: 0;
	margin: auto;
}
.yamanotetoptitle h2{
	font-size: 60px;
	position: relative;
	z-index: 10;
	letter-spacing: 2px;
	margin: 5px 0;
}
.yamanoteskirt18{
	width: 80%;
	margin: 0 auto; 
}
.color18{
	font-size: 45px;
	display: inline-block;
	position: relative;
	padding-top: 30px;
	font-weight: bold;
	color: #baa68d;
	letter-spacing: 2px;
}
.color18 span{
	display: block;
	font-size: 20px;
	text-align: left;
	transform: rotateZ(-5deg);
	position: absolute;
	left: -30px;
	top: 11px;
	color: #222;
	font-weight: normal;
}
.about_yamanote{
	margin: 30px 0 0;
	align-items: flex-start;
}
.mainimg_y{
	width: 48%;
	margin-right: 30px;
	order: 1;
}
.about_yamanote div{
	flex: 1;
	order: 2;
	font-weight: bold;
	line-height: 1.9em;
	margin-top: 25px;
}
.about_yamanote div p{
	margin-top: 15px;
}
.about_yamanote div dl{
	margin-top: 30px;
}
.about_yamanote div dl dt{
	padding-left: 35px;
	margin: 30px 0 3px;
	position: relative;
}
.about_yamanote div dl dt::before{
	content: "";
	background: #1d1d1d;
	width:  25px;
	height: 1px;
	position: absolute;
	z-index: -1;
	top: 44%;
	left: 0;
	z-index: 10;
}
.about_yamanote div dl dd{
	font-weight: normal;
}
.skirtpointarea{
	width: 70%;
	margin-right: 30px;
}
.yamanotepoint .flex{
	overflow: inherit;
}
.pointiconarea_y{
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.pointiconarea_y li{
	width: 48%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.pointtxt_y{
	flex: 1;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
	color: #3e2031;
	margin-top: 20px;
}
.lineheight{
	line-height: 2.5em;
}
.pointtxt_y::before{
	content: "";
	background: #eae5e8;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.iconimg_y{
	width: 40%;
}
.torso{
	width: 55%;
}
.torsoarea div{
	text-align: center;
}
.torsoarea h3{
	font-size: 20px;
	line-height: 1.6em;
	background:linear-gradient(transparent 60%, #fffabc 60%);
	display: inline;
	margin-top: 10px;
}
.torsoflex{
	align-items: flex-start;
}
.reson_y{
	font-size: 13px;
	white-space: nowrap;
	font-weight: bold;
	position: relative;
	margin-top: 25px;
}
.reson_y::before{
  width: 35px;
  height: 1px;
  position: absolute;
  left: -2px;
  top: 20px;
	content: "";
  border-top: dashed 1px #000;
  transform: rotate(60deg);
}
.reson_y::after{
  width: 35px;
  height: 1px;
  position: absolute;
  right: -4px;
  top: 20px;
	content: "";
  border-top: dashed 1px #000;
  transform: rotate(-60deg);
}
.torsoflex div{
	width: 150px;
	margin-left: -70px;
}
.inside_skirt{
	width: 60%;
	margin: 10px auto 0;
}
.pointnote_y{
	font-size: 13px;
}
.selectskirtbac{
	background: #eae5e8;
	text-align: center;
	padding: 50px 0 40px;
}
.gfont_y{
	font-size: 25px;
	color: #a29ba0;
}
.selectskirtbac h3{
	margin: 10px 0 20px;
	font-size: 35px;
	line-height: 1.5em;
	display: inline-block;
}
.selectskirtbac h3 span{
	display: block;
	font-size: 30px;
}
.selecttxt_y{
	line-height: 1.8em;
	white-space: nowrap;
}
.skirtimg{
	width: 50px;
}
.titleflex_y{
	align-items: flex-end;
	margin-bottom: 15px;
}
.titleflex_y h3{
	font-size: 25px;
	line-height: 1em;
	margin-left: 10px;
}
.titleflex_y h3 span{
	display: block;
	font-size: 12px;
	margin-top: 2px;
	font-weight: normal;
}
.skirtsliderarea.inner{
	overflow: inherit;
	margin-top: 50px;
}
.skirtslider li{
	margin: 2px 12px 4px;
	box-shadow: 2px 2px 5px #c1beb7;
}
.slick-prev, .slick-next{
	width: inherit;
}
.slick-prev:before, .slick-next:before{
	font-size: 40px;
	z-index: 1000;
	color: inherit;
}
.slick-prev{
	left: -45px;
}
.slick-next{
	right: -45px;
}
.otherskirt{
	background: #eae5e8;
	text-align: center;
	padding: 60px 0;
	margin-top: 80px;
}
.otherskirt h3, .sise_y h3, .yamonote_movie h3,.yamanote-voice h3,.yamanote-faq h3{
	font-size: 33px;
	color: #92848c;
	margin-bottom: 10px;
	text-align: center;
}
.selectskirtbac h3{
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.5em;
}
.otherskirtlist{
	justify-content: center;
	margin-top: 30px;
}
.otherskirtlist li{
	width: 13%;
	margin-right: 30px;
	font-size: 18px;
}
.otherskirtlist li:last-child{
	margin-right: 0;
}
.otherskirtlist li img{
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 50%;
}
.sise_y{
	text-align: center;
	padding: 80px 0 40px;
	position: relative;
}
.sise_y::before{
	content: "";
	background: #eae5e8;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	position: absolute;
}

.sisecheck_y{
	justify-content: space-between;
	position: relative;
	margin: 30px;
	position: relative;
}
.sisecheck_y::before{
	content: "";
	background: url(https://www.cloche.shop/s/images/yamanoteskirt/size1.svg) no-repeat;
	width: 35px;
	height:80%;
	top: 0;
	bottom: 0;
	left: -30px;
	position: absolute;
	opacity: .5;
}
.sisecheck_y::after{
	content: "";
	background: url(https://www.cloche.shop/s/images/yamanoteskirt/size2.svg) no-repeat;
	width: 35px;
	height:80%;
	top: 0;
	bottom: 0;
	right: -30px;
	position: absolute;
	opacity: .5;
}
.sisecheck_y li{
	width: 30%;
}
.sisecheck_y h4{
	font-weight: bold;
	font-size: 25px;
	margin-top: 18px;
	line-height: 1.2em;
}
.morelink2_y{
	font-size: 16px;
	margin: 20px auto 0;
	width: 260px;
}
.morelink2_y a{
	display: block;
	padding: 14px 0 13px;
	position: relative;
	background: #fff;
	border-radius: 30px;
	box-shadow: 2px 2px 0px #c1beb7;
}
.morelink2_y a:hover{
	background: #fff9f3;
	color: #414141;
}
.morelink2_y i{
	color: #a08185;
	font-weight: bold;
}
.yamonote_movie{
	text-align: center;
	padding: 80px 0;
}
.y_moviecatch{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
}
.yamonote_movie video{
	width: 400px;
	margin:30px auto;
}
@media screen and (max-width:900px) {
.yamanoteskirtlp{font-size: 14px;}
.about_yamanote div p{margin-top: 0;}
.about_yamanote div dl dt{margin: 20px 0 0;}
.about_yamanote div dl{margin-top: 23px;}
}
@media screen and (max-width:1070px) {
.t1_y{font-size: 25px;}
.t1_y span{font-size: 36px;}
.t2_y{font-size: 47px;}
.morelink_y{width: 350px;}
.color18{font-size: 41px;}
.yamanotetoptitle h2{font-size: 53px;}
.skirtsliderarea.inner{width: 85%;}
.sisecheck_y h4{font-size: 23px;}
.morelink2_y{font-size: 15px;width: 200px;}
}
.skirtslider{
  opacity: 0;
  transition: opacity .3s linear;
}
.skirtslider.slick-initialized{
  opacity: 1;
}
/* 追記20220511 */
/*reason
*********************/
.reason{padding: 80px 0 50px;}
h3.reason-title {text-align: center;font-size: 30px;}
h3.reason-title span{color: #9d7a67;}
.reason ul{text-align: center;margin: 0 auto;display: flex;justify-content: center;flex-wrap: wrap;}
.reason li{margin: 50px 1.5% 0;width: 30%;position: relative;}
.reason .ti{font-weight: bold;color: #9d7a67;text-align: center;margin: 15px 0;}
.reason li p{text-align: left;}
.reason .nm{position: absolute;top: -15px;left: 5px;z-index: 2;}
.reason .ytube{width: 100%;background: #f5f5f5;}
.reason .movie-wrap {position: relative;padding-bottom:58%;height: 0;overflow: hidden;}
.reason .movie-wrap video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*voice
*********************/
.voice{padding: 80px 0;}
.voice ul{width: 94%;max-width: 1100px;margin: 30px auto 0;display: flex;justify-content: space-between;text-align: center;flex-wrap: wrap;}
.voice li{padding: 15px;background: #fff;border-radius: 10px;width: 21%;}
.voice li:nth-child(n+5) {margin-top: 40px;}
.voice .ti{text-align: center;color: #9d7a67;font-weight: 500;margin: 10px 0;}
.voice li p{text-align: left;}
@media screen and (max-width: 900px){
.voice li{width: 90%;padding: 4vw;margin: 0 auto 3vw;overflow: hidden;}
.voice .img{float: left;width: 20%;}
.voice .txt{float: right;width: 78%;}
.voice .ti{text-align: left;margin: 0 auto 2vw;}
.voice li:nth-child(n+5) {margin-top: 0;}
}

/*qa
*********************/
.qa{overflow: hidden;padding: 80px 0;background:#eae5e8;}
.qa ul{width: 94%;max-width: 1100px;margin: 30px auto 0;}
.qa ul li{overflow: hidden;margin: 0 0 5px;}
.qa ul li .q{background: url(https://www.cloche.shop/s/images/yamanoteskirt/qa-ar.png) right 15px center no-repeat #60647d;padding: 2px 5px;cursor: pointer;}
.qa ul li .q p{background: url(https://www.cloche.shop/s/images/yamanoteskirt/qa-q.png) 8px 12px no-repeat;padding: 12px 0 12px 50px;font-size: 17px;color: #fff;background-size: 20px;}
.qa ul li .a{padding: 10px 15px;display: none;}
.qa ul li .a p{background: url(https://www.cloche.shop/s/images/yamanoteskirt/qa-a.png) 0 12px no-repeat;padding: 12px 0 12px 40px;font-size: 16px;line-height: 1.6em;background-size: 20px;}
.qa ul li .a.open{display: block;}

.voice h3 span,
.qa h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
/*山の手スカートLPページcssここまで*/

/* レイアウトフリーページ  */
.layoutp{
	width: 100%;
}
.layoutp img{
	width: 100%;
}
.photolayout{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #bebebe;
	padding: 23px;
	margin-top: 50px;
	margin-bottom: 50px;
}



.mine-frame{
	border: 1px solid #cccccc;
	margin-top: 50px;
	margin-bottom: 50px;
}
.mine-border{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #cccccc;
	padding: 23px;
}
.mine-border-ccc{
	border: 1px solid #cccccc;
}
.mine-bb{
	border-bottom: 1px solid #cccccc;
}
.insta-erea::before{
	content: "";
	display: block;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	position: relative;
	top: -80px;
	padding: -23px;
}
.insta-box{
	margin: 23px;
}
.mine-link{
	background-color: #eeeeee;
	padding: 10px 0 5px 0;
}
.mine-link ul{
	width: 28%;
	margin: 0 auto;
}
.mine-link li{
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.mini-square::before{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background-color: #000;
	position: relative;
	top: 0;
	margin-right: 10px;
}
.square::before{
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #000;
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.center-ttl h2{
	text-align: center;
	margin-bottom: 30px;
}
.center-ttl > p{
	font-size: 18px;
	font-weight: bold;
}





.layouttitle{
	text-align: center;
	line-height: 2.3;
	font-size: 19px;
	margin-top: 50px;
	margin-bottom: 60px;
}
.layoutlist{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.layoutlist li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 47%;
	margin-top: 20px;
}
.layoutlist li:not(:nth-child(2n)){
	margin-right: auto;
}




.layp{
	width: 30%;
	margin-right: 40px;
}
.layp img{
	border-radius: 50%;
	width: 70%;
}
.laytext{
	font-size: 15px;
	flex:1;
}
.laytext span{
	font-weight: bold;
	border-bottom:1px dashed #929292;
	display: block;
	padding-bottom:3px;
	margin-bottom:8px;
}
.layoutbox{
	width: 60%;
	margin: 0 auto;
	margin-top: 70px;
}
.layoutbox p{
	font-size: 17px;
	line-height: 2;
	margin-bottom: 30px;
}
.layoutbox p a{
	color:#6f5297;
	text-decoration: underline;
}
.layoutbox p a:hover{
	color:#2f1a4d;
}
.layoutbox p span{
	font-weight: bold;
}
.allpeople{
	padding-left: 11em!important;
}
/*
.katsu::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.cloche.shop/s/images/shoebar2101/katsu.jpg);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.omatsu::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.cloche.shop/s/images/shoebar2101/omasu.jpeg);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.maki::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.cloche.shop/s/images/shoebar2101/maki.JPG);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.ayu::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://www.cloche.shop/s/images/shoebar2101/ayu.jpg);
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
*/




.layboxp,.sp_layboxp{
	width: 20%;
	margin-right: 4%;
}
.layboxp img,.sp_layboxp img{
	width: 100%;
}
/* 用語解説フリーページ  */
.commentarycontents h2{
	font-size:19px;
	border-bottom:1px dashed #5c5c5c;
	margin-bottom:18px;
}
.co-text p a{
	color:#6f5297;
	text-decoration: underline;
}
.co-text p a:hover{
	color:#2f1a4d;
}
.co-text{
	margin-top: 70px;
	line-height: 1.8;
	font-size: 16px;
}


.co-textphoto{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.co-textphoto-txt {
	width: 40%;
	margin-right: 10%;
}
.co-textphoto__contents{
	flex:1;
}
.co-textphoto__img{
	width: 40%;
	margin-left: 10%;
}
.co-textphoto__img img{
	width: 100%;
}
.co-photo{
	width: 50%;
}
.co-text2photo__img-flex{
	margin: 40px auto 0;
	width: 70%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.co-text2photo__img-flex li{
	width: 45%;
	margin-right: 10%;
}
.co-text2photo__img-flex li:last-child{
	margin-right: 0;
}
.co-text2photo__img-flex li img{
	width: 100%;
}
.co-text3photo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.co-text3photo__contents{
	width: 100%;
}
.co-text3photo__img-flex{
	margin-top: 40px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.co-text3photo__img-flex li{
	width: 30%;
}
.co-text3photo__img-flex li:not(:last-child){
	margin-right: auto;
}
.co-text3photo__img-flex li img{
	width: 100%;
}


.taidan{
	width: 40%;
	margin: 80px auto;
	text-align: center;
	font-size: 18px;
	background: #eee;
	border-radius: 50px;
}
.taidan a{
	display: block;
	padding: 14px 24px;
}
.taidan a:hover{
	background: #ae9bc9;
	color: #fff;
	border-radius: 50px;
}

/*お買い物LPページcss*/
.shoppinglp section{
	margin-bottom: 100px;
}
.mgt0{
	margin-top: 0!important;
}
.shoppinglp img{
	width: 100%;
}
.shoppinglp{
	margin: 50px 0 100px;
	font-size: 15px;
  letter-spacing: 1px;
}
.shoppinglp h2{
	text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.shoppinglp h2 img{
	display: block;
	width: 280px;
	margin:5px auto 0;
}
.shoppingtop{
	background: #ffeae5;
	padding: 65px 0;
}
.shoppingcatch{
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.shoppingtop h3{
	font-size: 35px;
	margin-bottom: 10px;
	text-align: center;
	/*font-weight: normal;*/
}
.pointcontainer_s{
	margin-top: 80px;
}
.shoppingtop h4{
	background: #e6ac9e;
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
}
.pointcontainer_s ul{
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 38px auto 0;
}
.pointcontainer_s li{
	width: 31%;
	margin-right: 3.5%;
}
.pointcontainer_s li:last-child{
	margin-right: 0;
}
.pointcontainer_s li h5{
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.pointicon_s{
	width: 60%;
	margin: 10px auto;
}
.lh_s1{
	margin-top: -23px;
}
.lh_s2{
  width: 65%;	
  margin: 22px auto 18px;
}
.pointtxt_s span{
  background: linear-gradient(transparent 60%, #fff99e 60%);
}
.pointtxt_s a{
	border-bottom: solid 1px #803a28;
	color: #803a28;
}
.introcontainer{
	display: flex;
	margin-top: 120px;
	align-items: center;
}
.brandimg_s{
	width: 40%;
	margin-right: 50px;
}
.introcontainer div{
	flex: 1;
}
.introcontainer h3{
	text-align: center;
}
.introcontainer h3 img{
	height: 60px;
	width: auto;
	margin-bottom: 40px;
}
.introcontainer div p{
	line-height: 2em;
}
.introcontainer ul{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.introcontainer li{
	width: 48%;
	text-align: center;
}
.introcontainer li a{
	font-size: 16px;
	display: block;
	padding: 15px 0;
	border: solid 1px #000;
}
.staff_c_link a{
	background: #fff;
	color: #000;
}
.staff_c_link2 a{
	background: #000;
	color: #fff;
}
.staff_c_link i{
	color: #e6ad9e;
	margin-left: 10px;
}
.staff_c_link2 i{
	margin-left: 10px;
}
.staff_c_link a:hover{
	color: inherit;
	background: #ffeae5;
}
.s_delivery{
	margin-top: 140px;
}
.s_delivery h3{
	text-align: center;
	padding: 70px 0 60px;
	background: url(https://www.cloche.shop/s/images/shoppingguide/clochesite_bg.jpg);
	background-size: cover;
	font-size: 30px;
	/*font-weight: normal;*/
}
.s_delivery h3 span{
	display: block;
	font-size: 25px;
	margin-top: 5px;
}
.arrival_s{
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 50px auto 70px;
	max-width: 1000px;
}
.arrival_s div{
	width: 45%;
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
}
.arrival_txt span{
	background: linear-gradient(transparent 60%, #ffebc6 60%);
	display: inline-block;
}
.arrival_s img{
	width: 65%;
	margin: 0 auto 10px;
}
.arrival_s1{
	margin-right: 10%;
}
.s_delivery .inner{
	position: relative;
}
.s_delivery .inner::before{
	content: "";
	background: url(https://www.cloche.shop/s/images/shoppingguide/order_c.jpg) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 72px;
	top: 33%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.attention_s{
	border: solid 2px #000;
	padding: 30px 40px;
	position: relative;
	font-size: 16px;
}
.attention_s h4 span{
	position: absolute;
	display: inline-block;
	background: #fff;
	font-size: 22px;
	top:-20px;
	left: 20px;
	padding: 0 20px;
}
.attention_s li{
	position: relative;
	padding-left: 25px;
  margin: 3px 0;
}
.attention_s li::before{
	content: "※";
	position: absolute;
	left: 0;
}
.openlink{
	width: 350px;
	margin: 60px auto 0;
	background: #000;
	text-align: center;
}
.openlink a{
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
}
.openlink:hover{
	opacity: .6;
}
.dtsection1{
	padding: 60px 0;
	background: #ffeae5;
}
.dtsection2{
	padding: 60px 0;
}

.shoppinfaq_s{
	background: #f5dad3;
}
.shoppinfaq_s a{
	border-bottom: solid 1px #545454;
}
.shoppinfaq_s h3 img{
	width: 130px;
}
.shoppinfaq_s h3{
	font-size: 35px;
	width: 530px;
	margin: 0 auto;
	padding: 60px 0;
}
.shoppinfaq_s h3 span{
	display: block;
	text-align: center;
}
.shoppinfaq_s dt{
	display: flex;
	margin-bottom: 20px;
}
.shoppinfaq_s dd{
	display: flex;
}
.shoppinfaq_s dt p:last-child{
	flex: 1;
}
.shoppinfaq_s dd div{
	flex: 1;
}
.faqnum{
	width: 70px;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 3px;
}
.qtitle{
	font-size: 21px;
	font-weight: bold;
}
.atitle{
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ddmgt{
	margin-top: 20px;
}
.aboutcloche_flex{
	display: flex;
}
.aboutcloche_flex dl{
	flex: 1;
}
.anout_c_img{
	width: 50%;
	margin-left: 40px;
}
.aboutcloche_flex dt{
	font-size: 25px;
	margin-bottom: 20px;
}
.aboutcloche_flex dd{
	line-height: 2em;
}
.brandlink_btn_flex{
	display: flex;
	width: 90%;
	margin: 140px auto 0;
	justify-content: space-between;
}
.brandlink_btn_flex>div{
	width: 45%;
	text-align: center;
}
.brandlink_btn{
	background: #000;
	font-weight: bold;
}
.brandlink_btn:hover{
	opacity: .7;
}
.brandlink_btn a{
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: 30px;
}
.sns_title{
	text-align: left;
	font-size: 20px;
	border-bottom: solid 2px #000;
}
.brand_sns{
	display: flex;
	justify-content: center;
}
.brand_sns li{
	font-size: 50px;
}
.brand_sns li:first-child{
	margin-right: 25px;
}
@media screen and (max-width:900px) {
	.introcontainer li a{font-size: 15px;letter-spacing: 0;white-space: nowrap;}
	.arrival_s img{width: 55%;}
	.s_delivery .inner::before{width: 70px;top: 30%;}
}
/*お買い物LPページcssここまで*/

.returnaboutarea{
	border:1px solid #313131;
	padding:15px 20px;
	margin:20px 0;
}
.returntitle{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}
.numberlist{
	margin:15px 0 30px 20px;
}
.numberlist li{
	list-style-type: decimal;
	margin-bottom:12px;
	padding-left:10px;
}
h4.secbox__title{
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.spscroll{
	box-sizing: border-box;
}











.checkeditemarea{
	width: 90%;
    max-width: 1200px;
    margin: 100px auto 140px;
}
.slick-track{
	margin:0;
	margin-left:0 !important;
	margin-right: 0 !important;
}
.checkeditem .slick-prev:before, .checkeditem .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 34px;
	line-height: 1;
	color: #494949;
}
.checkeditem .slick-next:before {
	content: '\f105';
}
.checkeditem .slick-prev:before {
	content: '\f104';
}
.checkeditem .slick-prev,.checkeditem .slick-prev:hover,.checkeditem .slick-prev:focus{
	background:rgba(255, 255, 255, 0.67);
	width:40px;
	height: 38px;
}
.checkeditem .slick-next,.checkeditem .slick-next:hover,.checkeditem .slick-next:focus{
	background:rgba(255, 255, 255, 0.67);
	width:40px;
	height: 38px;
}
.checkeditemarea .slick-prev{
	left:2px;
	z-index:997;
}
.checkeditemarea .slick-next{
	right:2px;
	z-index:997;
}
.checkeditemarea .slick-prev:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.checkeditemarea .slick-next:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.checkeditemarea h2.sec-ttl{
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
}
.checkeditemarea .price{
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}
.checkeditemarea .price span{
	font-size: 0.8em;
	padding-left:4px;
}
.checkeditemarea .slick-dots{
	bottom:-48px;
}
.checkeditemarea .slick-dots li{
	width:6px;
	height:6px;
}
.checkeditemarea .slick-dots li button:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background:#000;
}
.checkeditemarea .slick-dots li button{
	width: 7px;
	height: 7px;
}
.checkeditemarea .slick-initialized .slick-slide{
	margin-right: 20px;
}



h2.wf-productname{
	margin-top: 20px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 8px;
}
.wf-productbox{
	display: flex;
	margin-bottom: 35px;
}
.wf-productbox__img{
	width:35%;
	margin-right: 3%;
}
.wf-productbox__contents{
	flex:1;
}



/* guideindex */


.allguidebox{
	border: 1px solid #eee;
	padding: 30px;
}
.titleguide{
	text-align: center;
	font-size: 26px;
	margin-top: 30px;
}
.allguide{
	margin-top: 00px;
	display: flex;
	flex-wrap: wrap;
}
.guidebox{
	width: 30%;
	margin-top: 30px;
	margin-right: 3.5%;
}
.guidebox:nth-child(3n){
	margin-right: 0;
}
.subguide{
	text-align: center;
	font-size: 15px;
	background: #eee;
	padding: 4px 8px;
}
.guided{
	width: 90%;
	margin: 22px auto;
}
.guided li{
	margin-top: 10px;
	font-size: 14px;
	position: relative;
}
.guided li a:before{
	content: " ";
	display: inline-block;
	width: 6px;
	height: 8px;
	background: url(https://www.cloche.shop/s/images/guidearrow.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
	position: absolute;
  left: 0;
  top: 9px;
}
.guided li a{
	display: block;
	padding: 2px 0 2px 1em;
}
.guided li a:hover{
	background: #f3f3f3;
}

.catein{
	display: flex;
	justify-content: space-between;
}
.catesub{
	width: 44%;
}
.bguide{
	text-align: center;
	margin-top: 20px;
	background: #eee;
	padding: 4px 6px;
  letter-spacing: 2px;
  font-size: 14px;
}

.ls2 li{
  letter-spacing: 2px;
}
.mgt7{margin-top: 7px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt30{margin-top: 30px !important;}
.mgt40{margin-top: 40px !important;}
.mgt50{margin-top: 50px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb70{margin-bottom: 70px !important;}
.mgl9{margin-left: 9px !important;}
.mgl25{margin-left: 25px !important;}
.mgl60{margin-left: 60px !important;}
.mgl80{margin-left: 80px !important;}
.mgr0{margin-right: 0 !important;}
.pdb60{padding-bottom: 60px !important;}
.pdl20{padding-left: 20px !important;}