@charset "UTF-8";
/* ////////////////////////////
WEB MAGAZINE
//////////////////////////// */

.archiveP #content_Wrap {
	padding-top: 70px;
}
.search_wrap h2 {
	font-size: 68px;
	text-align: center;
	margin-bottom: 1em;
}

#search_Wrap .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
#search_Wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#search_Wrap ul li {
  margin-right: 1em;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-style: normal;
}

/* form */
label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;

  transition: color 0.3s ease;
}

label::before,
label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 5px;
}
label::after {
  border-radius: 50%;
  opacity: 0;
  width: 18px;
  height: 18px;
  left: 5px
}
label.all_label::after { background: #0032e6; }
label.photo_label::after { background: #fc92e3; }
label.event_label::after { background: #a91d70; }
label.project_label::after { background: #f29600; }
label.club_label::after { background: #009fe8; }
label.introduction_label::after { background: #c8bb9b; }

input:checked + label::after {
  opacity: 1;
}

label.is-active::after {
  opacity: 1;
}


.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

.select_Wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 40px;
  width:220px;
}

.select_Wrap::before {
  position: absolute;
  right: 15px;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/search_arw.svg') 0 0 no-repeat;
}
.select_Wrap select {
  width: 100%;
  padding: 14px 45px 14px 20px;
  cursor: pointer;
  text-overflow: ellipsis;/*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;

  color:#000;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-style: normal;
}


/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  font-family: sans-serif;
}
.pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li {
  display: flex;
  align-items: center;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
	padding-left:1px; /* 数字中央の調整 */
  width: 31px; /* 数字中央の調整 */
  height: 32px;
  background-color: #fff;
  color: black;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid transparent;


	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  transition: .3s;
}
.pagination a:hover,
.pagination a.curr {
  background-color: black;
  color: #fff;
  border: 1px solid black;
	transition: .3s;
}
.pagination .dots {
  padding: 0 6px;
  color: #666;
}


.article_wrap {
  margin: 0 auto 180px;
}





/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {


  .archiveP #content_Wrap {
    padding-top: 40px;
  }
  .search_wrap h2 {
    font-size: 36px;
  }

  #search_Wrap {
    width: 84%;
  }
  #search_Wrap .flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #search_Wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #search_Wrap ul li {
    font-size: 14px;
    margin-bottom:1em;
  }

  /* form */
  label::before {
    width: 16px;
    height: 16px;
  }
  label::after {
    width: 16px;
    height: 16px;
  }

  .select_Wrap {
    width:100%;
  }

  .select_Wrap select {
    padding: 12px 45px 12px 20px;
  }

	/* pagination */
	.pagination {
	  margin: 30px 0 0;
	}

	.article_wrap {
    margin: 0 auto 80px;
  }


}
