@charset "UTF-8";
/* CSS Document */
a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}
a:active {
 	color: #666;
}
body{
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0px;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
b{
	font-weight: 600;
}
header{
	display: flex;
	width: 100%;
	height: 60px;
	margin-left: 0;
	z-index: 2;
	position: fixed;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.60);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
content{
	z-index: 1;
	position: relative;
}
header a .logo{
	z-index: 2;
	position: fixed;
	top: 20px;
	left: 20px;
}
header ul.nav{
	z-index: 2;
	top: 8px;
	right: 20px;
	padding-left: 0;
	display: flex;
	position: fixed;
}
header ul.nav li{
	list-style: none;
}
.primary{
	margin-right: 20px;
}
.mainvisual {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh)* 100);
	text-align: center;
	overflow: hidden;
}
.slider {
	position: relative;
	z-index: 0;
	height: 100vh;
	overflow: hidden;
	padding-left: 0;
	margin-top: 0;
}
.slider-item {
	position: relative;
  width: 100%;
  height: 100vh;
	object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.copyright{
	color: #666;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
	mix-blend-mode: difference;
}
/*フィルター*/
.head_filters{
	text-align: right;
	margin: 100px 40px 20px auto;
}
.head_col {
	display: inline-block!important;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	color: #999999;
	font-size: 12px;
	font-weight: 200;
}
.sf-field-category{
	list-style: none;
}
.cp_ipselect {
  position: relative;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_sl02 {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 230px;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  color: #999999;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.cp_sl02:focus {
  outline: none;
  border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.cp_ipselect .cp_sl02 {
  appearance: none;
  -webkit-appearance:none
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.cp_sl02_selectlabel {
  color: rgba(0,0,0, 0.5);
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
}
.cp_sl02:focus ~ .cp_sl02_selectlabel, .cp_sl02:valid ~ .cp_sl02_selectlabel {
  color: #999999;
  top: -20px;
  transition: 0.2s ease all;
  font-size: 12px;
}
.cp_sl02_selectbar {
  position: relative;
  display: block;
  width: 100%;
}
.cp_sl02_selectbar:before, .cp_sl02_selectbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #666666;
  transition: 0.2s ease all;
}
.cp_sl02_selectbar:before {
  left: 50%;
}
.cp_sl02_selectbar:after {
  right: 50%;
}
.cp_sl02:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
  width: 50%;
}
.cp_sl02_highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.grid {
  position: relative;
}
#works{
	display: flex;
	flex-wrap: wrap;
	margin: 0px 20px 50px 20px;
}
.work-box{
	width: 25%;
}
.work-box .work-img{
	margin: 100px;
	width: calc(100% - 200px);
}
.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 2.5s, transform 2s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
#about{
	margin: 160px 20px 120px 20px;
}
.about_box{
	margin-left: 25%;
}
@media screen and (max-width: 1536px) {
.slider-container{
	margin: 300px auto 150px;
	width: 80%;
}
.work-box{
	width: 33.33%;
}
.work-box .work-img{
	margin: 100px;
	width: calc(100% - 200px);
}
#about{
	margin: 150px 20px 120px 20px;
}
}
@media screen and (max-width: 1280px) {
.slider-container{
	margin: 300px auto 150px;
	width: 80%;
}
.work-box .work-img{
	margin: 70px;
	width: calc(100% - 140px);
}
}
@media screen and (max-width: 820px) {
.slider-container{
	margin: 300px auto 150px;
	width: 80%;
}
.slider li img{
	width: 100%;
}
.work-box{
	width: 50%;
}
.work-box .work-img{
	margin: 80px;
	width: calc(100% - 160px);
}
}
@media screen and (max-width: 768px) {
.slider-container{
	margin: 340px auto 200px;
	width: 70%;
}
.slider li img{
	width: 100%;
}
.work-box{
	width: 50%;
}
.work-box .work-img{
	margin: 50px;
	width: calc(100% - 100px);
}
.about_box{
	margin-left: 0;
}
}
@media screen and (max-width: 480px) {
.slider-container{
	margin: 210px auto 140px;
	width: 70%;
}
.slider li img{
	width: 100%;
}
.work-box{
	width: 50%;
}
.work-box .work-img{
	margin: 30px;
	width: calc(100% - 60px);
}
}