@charset "utf-8";
*{margin:0;padding:0;min-height: 0;min-width: 0;}
html {height:100%;}
a:focus, *:focus{ outline:none; }
main{display: block;}
img{height:auto;max-width:100%;vertical-align: bottom;}
ul li {list-style:none;}
.center,.pccenter{text-align:center;}
.clear{clear:both;}
.block{display:block;}
.bordernone{border: none !important;}
body {
	font-size: 15px;
	height:100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width:100%;
	line-height:1.7;
	color: #2e2e2e;
	position:relative;
	min-width:1100px;
}
.imgauto{
	height: auto;
	width: 100%;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a:hover img{
	opacity:0.75 !important;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
body{
	opacity: 0;
}
body {
  animation:fadeIn .6s ease-in-out 0.3s forwards; 
	opacity: 0;
}
@keyframes fadeIn {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
.sp,.hamberger{
	display:none !important;
}
a{
	text-decoration: none;
	outline: none;
	color: #0096e7;
}
a:hover{
	color: #7db7f9;
}
p{
	margin: 0;
}
.imgleft{
	float:left;
	margin-right:15px;
}
.imgright{
	float:right;
	margin-left:15px;
}
.flexlist{
	display: flex;
}



main{
	overflow:hidden;
	max-width:1600px;
	margin:0 auto;
}
.inner{
	width:82%;
	margin:0 auto;
	max-width:1000px;
}
.mainimgarea{
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/mainback.jpg) no-repeat center bottom;
	background-size:cover;
	min-width:1200px;
	margin:0 auto;
	position:relative;
}
.mainimgarea:before{
	content:"";
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/line.svg) no-repeat center bottom;
	background-size:100%;
	height: 250px;
	width:100%;
	position	:absolute;
	bottom:-2px;
	left:0;
	z-index:90;
}
.mainimgarea h1{
	text-align: center;
	margin: 0 0 10px;
	font-size:42px;
	padding:30px 0 0px;
	color:#666;
	letter-spacing: 1px;
	text-shadow:  2px  2px 7px #fff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff;
}
.mainimgarea h2{
 position: absolute;
 top:480px;
 right: 0;
 z-index:99;
 font-size:51px;
 letter-spacing:2px;
 color:#666;
}
.mainimgarea h2 span{
	font-size:0.9em;
}
.mainimgarea .inner{
	position: relative;
}
.media-txtarea{
	text-align: center;
	color: #666;
	border-radius: 7px;
	width: 450px;
	margin: 0 auto;
}
.media-ttl{
	font-size: 30px;
	margin: 0;
	color: #fff;
	background-color: #89c3d7;
	border-radius: 7px 7px 0 0;
}
.media-red{
	margin-right: 5px;
}
.media-big{
	font-size: 35px;
	margin: 0 5px 0 8px;
}
.media-hatena{
	font-size: 35px;
}
.media-en{
	color: #a8a8a8;
	letter-spacing: 3px;
	margin: 0 0 8px;
}
.media-en span{
	position: relative;
}
.media-en span::before{
	content: "";
	display: inline-block;
	background-color: #c1c1c1;
	width: 30px;
	height: 1px;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.media-en span::after{
	content: "";
	display: inline-block;
	background-color: #c1c1c1;
	width: 30px;
	height: 1px;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
}
.media-txt{
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 0px 0px 7px 7px
}
.mainchara{
	width:78%;
	margin-top:-45px;
	z-index:99;
	position: inherit;
}
.mainchara img,.mine-logo img,.ffcl-logo-white img,.ffcl-logo img{
	width:100%;
}
.mine-logo{
	position: absolute;
	top:163px;
	right:3%;
	width:61%;
	z-index:2;
}
.ffcl-logo-white{
	position: absolute;
	top:290px;
	right:0;
	width:74%;
	z-index:1;
	opacity: 0.7;
}
.ffcl-logo{
	position: absolute;
	top:285px;
	right:3%;
	width:61%;
	z-index:2;
}
.lineup-list{
	padding: 100px 0 250px;
	z-index: 999;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.lineup-ttl{
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.lineup-ttl span{
	position: relative;
	padding: 0 15px;
}
.lineup-ttl span::before{
	content: "";
	display: inline-block;
	background: #2e2e2e;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-35deg);
}
.lineup-ttl span::after{
	content: "";
	display: inline-block;
	background: #2e2e2e;
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(35deg);
}
.lineup-list li{
	width: 30%;
}
.shoes-imgarea{
	background-color: #fff;
	border-radius: 7px 7px 0 0;
	padding-bottom: 20px;
	position: relative;
}
.shoes-img{
	height: 160px;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	text-align: center;
}
.shoes-img img{
	width: 80%;
	margin: 0 auto;
	filter: drop-shadow(4px 4px 4px #aaa);
}
.shoes-color{
	width: 135px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 20px;
	left: 20px;
}
.shoes-color li{
	width: 15px;
	height: 15px;
	margin: 0 15px 10px 0;
	border-radius: 50%;
}
.shoes-color li:nth-of-type(5n){
	margin-right: 0;
}
.shoes-name{
	background-color: #a9b5cb;
	color: #fff;
	text-align: center;
	font-size: 30px;
	border-radius: 0 0 7px 7px;
	letter-spacing: 3px;
}
shoes-name-big{
	font-size: 45px;
}
.shoes-name-arrow{
	padding-right: 25px;
	position: relative;
}
.shoes-name-arrow::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f0da";
	font-size: 30px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	right: 0;
}
.catcharea{
	align-items: center;
	margin:70px auto;
}
.catcharea .catcharea__img{
	width:37%;
	margin-right: 60px;
}
.catcharea__text{
	font-size:21px;
	flex:1;
	line-height: 1.8;
	letter-spacing:1px;
}
@media screen and (max-width:1130px) {
	.catcharea__text{font-size: 19px;} 
}
.point01{
	position: relative;
	margin-top: 160px;
	background:#f0f3fa url(https://www.cloche.shop/farfalle/mine/images/mine/point01back.jpg) no-repeat center top;
	background-size:100%;
	min-width:1200px;
	padding-bottom:10px;
}
.point01::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #666666;
  border-left: 200vw solid transparent;
}
.point01:before{
	content:"";
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/line02.svg) no-repeat center bottom;
	background-size:100%;
	height: 139px;
	width:100%;
	position	:absolute;
	top:-76px;
	left:0;
	z-index:90;
}
.point01 h1{
	font-size:76px;
	color:#666;
	padding-left:0%;
	padding-top:180px;
	letter-spacing:3px;
	display: inline-block;
	position:relative;
	line-height: 1.5;
	z-index:99;
	text-shadow:  2px  2px 7px #fff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff;
}
.point01 h1 span{
	display: block;
	font-size:34px;
	padding-left:5px;
}
.point01 h1::before{
	content:"";
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/point.svg) no-repeat center bottom;
	background-size:380px;
	height: 100%;
	width:100%;
	position	:absolute;
	top:0px;
	left:-30%;
	z-index:-1;
}
.pointbox{
	background:rgba(255, 255, 255, 0.62);
	width:62%;
	padding:45px 35px;
	margin:33px 0 230px;
	line-height:2.3;
	font-size:18px;
	position: relative;
	z-index:99;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.pointbox h2{
	font-size:39px;
	line-height: 1.7;
	color:#cc155f;
}
.pointbox h3{
	font-size:27px;
	margin:10px 0 20px;
	line-height: 1.7;
	color:#5f5f5f;
}
.point01__img{
	position: absolute;
	top:177px;
	right:0;
	width:73%;
	z-index:1;
max-width:960px;
}
.point01__img img{
	width:100%;
}
.movie{ 
  position: relative;
  background-color:#666666;
  padding: 10px 0 40px;
}
.movie .inner{
	max-width:600px;
}
.movie h1{
	text-align:center;
	color:#fff;
	font-size:30px;
	letter-spacing: 2px;
	margin-bottom:15px;
}
.taiatsu{
	position: relative;
	background:#f0f3fa url(https://www.cloche.shop/farfalle/mine/images/mine/taiatsubg.png) no-repeat center top;
	background-size:100%;
	min-width:1200px;
	padding-bottom:58px;
	padding-top:150px;
}
.taiatsu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6vw solid #666666;
  border-left: 200vw solid transparent;
}
.taiatsu h1{
	text-align	:center;
	font-size:33px;
	letter-spacing: 2px;
	color:#666;
}
.taiatsu h1 span{
	border-bottom:2px solid #666;
	padding-bottom:15px;
}
.taiatsu h2{
	color:#cc155f;
	text-align	:center;
	font-size:36px;
	margin-top:40px;
}
.taiatsu__text{
	font-size:21px;
	text-align: center;
	margin-top:20px;
}
.taiatsuimgbox{
	background:#fff;
	padding:60px 0 40px;
	margin:80px 0 60px;
	position: relative;
}
.taiatsuimgbox__img{
	width:60%;
	margin:0 auto;
}
.taiatsuimgbox__fukidasi{
	position: absolute;
	top:-60px;
	right:-0px;
	width:240px;
}
.taiatsubuy{
	position: absolute;
	top: 92%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30%;
	z-index: 999999;
	text-align: center;
}
.taiatsubuy a{
	font-size: 23px;
	color: #fff;
	background: #000;
	padding: 15px 6px;
	display: block;
	border: 1px solid #000;
}
.taiatsubuy a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.underpointarea .inner{
	padding:230px 0;
	position: relative;
}
.point02 .inner{
	padding:230px 0 130px;
}
.point02{
	position: relative;
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/point02back.png) no-repeat left top;
	background-size:100%;
	min-width:1200px;
}
.point02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6vw solid #f0f3fa;
  border-right: 100vw solid transparent;
  z-index:2;
}
.point02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #eff1f8;
  border-right: 100vw solid transparent;
  z-index:2;
}
.underpointarea__box{
	background:rgba(255, 255, 255, 0.56);
	width:60%;
	margin:0px 0 80px;
	padding:0px 40px 50px;
	font-size:17px;
	position: relative;
	z-index:99;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.point02-bk{
	position: absolute;
	width:250px;
	top:-50px;
	left:-25px;
}
.underpointarea h1{
	font-size:53px;
	text-align: center;
	color:#666;
	padding-top:70px;
	letter-spacing:2px;
	z-index:99;
	position: inherit;
	text-shadow:  2px  2px 7px #fff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff;
}
.underpointarea h2{
	font-size:27px;
	text-align: center;
	color:#666;
	font-weight: normal;
	letter-spacing:1px;
	margin:12px 0 26px;
	text-shadow:  2px  2px 7px #ffffff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff;
}
.underpointarea__box p{
	line-height: 2.2;
}
.underpointarea__img{
	position: absolute;
	width:80%;
	top:-5px;
	right:0px;
	z-index:1;
}
.underpointarea__img img{
	width:100%;
}
@media screen and (max-width:1110px) { 
	.underpointarea__img{top:-23px;}
}
.point03{
	background:#eff1f8;
	position: relative;
}
.point03 .inner{
	padding:65px 0 30px;
}
.point03 .underpointarea__box{
	margin-left:40%;
}
.point03 .underpointarea__img{
	width:710px;
	top:-88px;
	left:0px;
	z-index:90;
}
@media screen and (max-width:1100px) { 
	.point03 .underpointarea__img{top:-59px;}
}

.point04{
	position: relative;
	background:url(https://www.cloche.shop/farfalle/mine/images/mine/point02back.png) no-repeat left top;
	background-size:100%;
	min-width:1200px;
}
.point04::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6vw solid #eff1f8;
  border-right: 100vw solid transparent;
  z-index:2;
}
.point04::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #f0f3fa;
  border-right: 100vw solid transparent;
  z-index:2;
}
.point04 .underpointarea__img{
	width:72%;
	top:60px;
	z-index:90;
}
.point04 .inner{
	padding-bottom:160px;
}
.underpointareabuy{
	position: absolute;
	top: 84%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30%;
	z-index: 999999;
	text-align: center;
}
.underpointareabuy a{
	font-size: 23px;
	color: #fff;
	background: #000;
	padding: 15px 6px;
	display: block;
	border: 1px solid #000;
}
.underpointareabuy a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.variation{
	position: relative;
	background:#f0f3fa;
}
.variation .inner{
	padding-top:54px;
}
.variation h1{
	text-align	:center;
	font-size:30px;
	letter-spacing: 2px;
	margin-bottom:80px;
	color: #666;
}
.variation h1 span{
	border-bottom:2px solid #666;
	padding-bottom:15px;
}
.variation__img{
	width:100%;
}
.variationflexarea{
	width: 65%;
	margin: 0 auto;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
}
.variationflex__ttl{
	font-size: 27px;
    text-align: center;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 2px 2px 7px #ffffff, -2px 2px 7px #fff, 2px -2px 7px #fff, -2px -2px 7px #fff;
    margin-bottom: 30px;
}
.variationflex{
	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;
}
.variationflex li{
	width: 23.5%;
	margin-right: 2%;
}
.variationflex li:nth-of-type(4n){
	margin-right: 0;
}
.variationflex__img,variationflex__img img{
	width: 100%;
}
.variationflex__txt{
	margin-top: 30px;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
}
/* ここからスライダー */
.ffcl-slider-area{
	padding-bottom: 150px;
}
.ffcl-slider-area > li{
	display: flex;
	flex-wrap: wrap;
}
.ffcl-slider-area > li:not(:last-child){
	margin-bottom: 100px;
}
.ffcl-slider-box{
	width: 45%;
	margin-right: 5%;
}
.ffcl-slider-desc{
	width: 50%;
}
.ffcl-slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.ffcl-slider.slick-initialized{
	opacity: 1;
}
.ffcl-slider .slick-dots{
	bottom: -30px;
}
.ffcl-slider li{
	position: relative;
	padding-bottom: 20px;
}
.ffcl-slider-caption{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	left: 0;
	margin: 0;
	text-shadow: 2px 2px 7px #fff, -2px 2px 7px #fff, 2px -2px 7px #fff, -2px -2px 7px #fff;
}
.ffcl-slider-name{
	font-size: 45px;
	font-family: 'Snell Roundhand','Gabriola',sans-serif;
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 2px 2px 7px #ffffff, -2px 2px 7px #fff, 2px -2px 7px #fff, -2px -2px 7px #fff;
	margin: 0 0 40px;
		border-bottom: 1px solid #cccccc;
}
.ffcl-slider-name span{
	padding: 0 20px 0px 50px;
	position: relative;
}
.ffcl-slider-name span::before{
	content: "";
	display: inline-block;
	background: url(https://www.cloche.shop/farfalle/mine/images/mine/tick.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.ffcl-slider-txt{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.ffcl-slider-link{
	width: 310px;
	margin: 0;
	z-index: 999;
	text-align: center;
}
.ffcl-slider-link a{
	font-size: 20px;
	color: #fff;
	background: #000;
	padding: 10px 6px;
	display: block;
	border: 1px solid #000;
}
.ffcl-slider-link a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
/* ここまでスライダー */
.voice-ttl{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
.voice-ttl::before{
	content: "";
	display: inline-block;
	background-color: #000;
	width: 3px;
	height: 130%;
	transform: rotate(-30deg);
	position: absolute;
	left: 150px;
	bottom: -50px;
}
.voice-ttl::after{
	content: "";
	display: inline-block;
	background-color: #000;
	width: 3px;
	height: 130%;
	transform: rotate(30deg);
	position: absolute;
	right: 150px;
	bottom: -50px;
}
@media screen and (max-width:1200px){
	.voice-ttl::before{
		left: 100px;
	}
	.voice-ttl::after{
		right: 100px;
	}
}
.voice-list{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.voice-list li{
	background-color: rgba(255, 255, 255, 0.56);
	padding: 30px 40px 40px;
}
.voice-list li:not(:last-child){
	margin-bottom: 30px;
}
.voice-list li span{
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000;
}
.messagearea{
	padding:80px 0 100px;
	position: relative;
}
.messagearea::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3vw solid #f0f3fa;
  border-right: 100vw solid transparent;
  z-index:2;
}
.messagearea .inner{
	position: relative;
}
.messagearea h1{
	width:80%;
	margin:0 auto;
}
.messageback{
	position: absolute;
	top:50px;
	left:0;
	width:100%;
	z-index:-1;
}
.messagearea__text{
	width:80%;
	margin:25px auto;
	font-size:21px;
	letter-spacing:1px;
	line-height: 2.4;
}
@media screen and (max-width:1170px) {
  .messagearea__text{width:89%;}
} 
.shopmore{
	margin:20px auto 30px;
	text-align:center;
	width: 440px;
}
.shopmore a{
	display: block;
	border:3px solid #000000;
	padding:20px 18px;
	font-size:23px;
	color:#000;
}
.shopmore-desc{
	width: 440px;
	margin: 0 auto;
	text-align: center;
}
.shopmore-c{
	margin-top: 5px;
}
.snslink{
	display: flex;
	justify-content: center;
	margin-top:120px;
}
.snslink li{
	width:40px;
	margin:0 15px;
}
.snslink li:last-child{
	width:44px;
	padding-top:2px;
}
#wrapper{
	width:88%;
	margin:0 auto;
	max-width:1250px;
}
main{
	flex:1;
	width:100%;
	overflow: hidden;
	display: block;
	padding-bottom:150px;
}
.shopmore a:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}
.topbuy{
	position: absolute;
	top: 683px;
	right: -2px;
	width: 35%;
	z-index: 999999;
	text-align: center;
}
.topbuy a{
	font-size: 18px;
	color: #fff;
	background: #000;
	padding: 15px 6px;
	display: block;
	border: 1px solid #000;
}
.topbuy a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.topmail{
	position: absolute;
	top: 773px;
	right: -2px;
	width: 35%;
	z-index: 999999;
	text-align: center;
}
.topmail a{
	font-size: 18px;
	color: #fff;
	background: #000;
	padding: 15px 6px;
	display: block;
	border: 1px solid #000;
}
.topmail a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
video{
	width: 100%;
}
.fs-c-heading fs-c-heading--page{
	margin-top:0 !important;
}
.button-triangle-w a{
	position: relative;
}
.button-triangle-w a::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.button-triangle-w a:hover::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.button-triangle-b a{
	position: relative;
}
.button-triangle-b a::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.button-triangle-b a:hover::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.humofit-btn a{
	display: block;
	width: 300px;
	margin: 20px auto 0;
	color: #000;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
	padding: 5px 10px;
	font-size: 18px;
}
.humofit-btn a:hover{
	background-color: #000;
	color: #fff;
}
.end-logo{
	width: 300px;
	margin: 40px auto;
}