@charset "UTF-8";
/* 　secSeries
---------------------------------------------*/
.secSeries {
  position: relative;
  z-index: 11;
	padding: 65px 0 60px;
	background-image: url(../img/meemake-bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
}

.secSeries__title {
	width: 181px;
	margin: 0 auto;
}

.secSeries__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
  margin: 50px auto 0;  
}

.secSeries__item {
  position: relative;
	width: 324px;
	margin: 0 10px;
}

.secSeries__btn {
  position: absolute;
  z-index: 3;
  bottom: 7%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.secSeries__btn a {
  width: 60%;
  padding: 20px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
}

.secSeries__btn.-keiracs a {
	background: #e16280;
}

.secSeries__btn.-meemo a {
	background: #fc9c2a;
}

.secSeries__btn.-meemake a {
	background: #c55fc2;
}

.secSeries__btn.-fuwareemo a {
	background: #e16280;
}

.secSeries__btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;   
}
