@charset "utf-8";

/* for Common & Smartphone*/

/*モーダルで上までスクロールしないように*/
html,body{
	height:auto;
}

/*works top
--------------------------------- */
.worksCategories{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.worksCategories::after{
  content: none;
}
.worksCategories li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 3);
  height: 40px;
  margin: 0 0 5px 0;
  border: 1px solid #777;
  color: #969696;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.0;
  transition: .3s;
}


.worksCategories li.is-active{
  background: #202124;
    border-color: #202124;
    color: #fff;
}
@media screen and (max-width:767px) {
  .worksCategories li:active{
    background: #202124;
    border-color: #202124;
    color: #fff;
  }
}





/* for PC*/
@media print, screen and (min-width:768px) {
	.worksCategories{
    justify-content: center;
  }
  .worksCategories li{
    width: calc((140 / 1080) * 100%);
    height: 50px;
    margin: 0 8px;
    padding-left: 0.3em;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
  .worksCategories li:hover{
    background: #202124;
    border-color: #202124;
    color: #fff;
    cursor: pointer;
  }
}



.worksList{
  display: flex;
  flex-wrap: wrap;
  lign-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
.worksList > li {
  display: none;
}
.worksList > li.is-show {
  display: block;
}
.worksList > li{
  margin: 30px 0 0 0;
  width: calc((100% - 10px) / 2);
}
.worksList > li .cat{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}
.worksList > li .cat li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*min-width: 90px;*/
  height: 24px;
  padding: 0 0.7em;
  background: #202124;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
}
.worksList > li .cat li + li{
  margin-left: 5px;
}
.worksList > li .cat::after,
.worksList > li .cat li::after{
  content: none;
}
.worksList > li p{
  margin: 15px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .worksList{
    padding-top: 60px;
  }
  .worksList::after{
    content: "";
    display: block;
    width: calc((325 / 1080) * 100%);
    height: 1px;
  }
  .worksList > li{
    margin-top: 25px;
    width: calc((325 / 1080) * 100%);
  }
  .worksList > li .cat{}
  .worksList > li .cat li{
    min-width: 100px;
    padding-left: 0.1em;
    padding-right: 0;
    height: 30px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .worksList > li p{
    font-size: 1.8rem;
  }
}




/*works detail
--------------------------------- */
.worksDtl{
  background: #f2f0ed;
}
.worksDtl .dtlH{
  padding: 30px 0 0 0;
}
.worksDtl .pjName{
  font-size: 1.8rem;/*18 / 23*/
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
}


.worksDtl .dtlB{}
.worksDtl .sliderWrap{
  margin: 30px 0 0 0;
}
/*main*/
.worksDtl .slider{}

/*thmnb*/
.worksDtl  .sliderThumb{
  margin: 10px 0 0 0;}
.worksDtl  .sliderThumb .swiper-slide{
  opacity: 0.7;
}
.worksDtl  .sliderThumb .swiper-slide.swiper-slide-thumb-active{
  opacity: 1.0;
}

.worksDtl  .sliderThumb .sliderNav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0 0;
}
.worksDtl  .sliderThumb .sliderNav .sliderNext,
.worksDtl  .sliderThumb .sliderNav .sliderPrev{
  width: 60px;
  aspect-ratio: 7 / 3;
  margin: 0 0 0 10px;
  background: url("../../common/images/ico_arr_bl.svg") no-repeat center center;
  background-size: 24px auto;
  border: 1px solid #bbb;
  border-radius: 200px;
  font-style: normal;
  transition: .3s;
}
.worksDtl  .sliderThumb .sliderNav .sliderPrev{
  transform: scaleX(-1);
}

/* for SP*/
@media screen and (max-width:767px) {
  .worksDtl  .sliderThumb .sliderNav .sliderNext:active,
  .worksDtl  .sliderThumb .sliderNav .sliderPrev:active{
    background-image: url("../../common/images/ico_arr_wh.svg");
    background-color: #202124;
    border-color: #202124;
  }
}



.worksDtl .dtlB .data{}
.worksDtl .dtlB .data dt,
.worksDtl .dtlB .data dd{
  font-size: 1.3rem;/*13 / 13*/
  line-height: 1.8;
  text-align: left;
}
.worksDtl .dtlB .data dt{
  margin: 1.2em 0 0 0;
}
.worksDtl .dtlB .data dt:nth-of-type(1){
  margin-top: 0;
}
.worksDtl .dtlB .data dd{
  margin: 0.3em 0 0 0;
}


.worksDtl .dtlF{
  padding: 0 0 50px 0;
}
.worksDtl .dtlF .btnCV{
  width: 100%;
  max-width: 700px;
  height: 90px;
  margin: 40px auto 0 auto;
}
.worksDtl .dtlF .btnCV a{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #202124;
  color: #fff;
}
.worksDtl .dtlF .btnCV a p{
  line-height: 1.0;
}
.worksDtl .dtlF .btnCV a p:nth-of-type(1){
  padding-left: 0.2em;
  font-size: 2.6rem;/*26 / 30*/
  letter-spacing: 0.2em;
}
.worksDtl .dtlF .btnCV a p:nth-of-type(2){
  margin: 0.5em 0 0 0;
  padding-left: 0.2em;
  font-size: 1.2rem;/*12 / 13*/
  letter-spacing: 0.2em;
}
.worksDtl .dtlF .btnCV a i{
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 24px;
  aspect-ratio: 27 / 7;
  background: url("../../common/images/ico_arr_wh.svg") no-repeat center center;
  background-size: cover;
  font-style: normal;
  transform: translate(0,-50%);
  transition: .3s;
}

.worksDtl .dtlF .btnBack{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
  font-size: 1.3rem;/*13 / 13*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.worksDtl .dtlF .btnBack i{
  width: 60px;
  aspect-ratio: 7 / 3;
  margin: 0 0 0 10px;
  background: url("../../common/images/ico_arr_bl.svg") no-repeat center center;
  background-size: 24px auto;
  border: 1px solid #bbb;
  border-radius: 200px;
  font-style: normal;
  transition: .3s;
}


/* for SP*/
@media screen and (max-width:767px) {
  .worksDtl .dtlF .btnCV a:active{
    background: #555;
  }
  .worksDtl .dtlF .btnCV a:active i{
    right: 10px;
  }
  
  .worksDtl .dtlF .btnBack:active i{
    margin-left: 15px;
    background-image: url("../../common/images/ico_arr_wh.svg");
    background-color: #202124;
    border-color: #202124;
  }
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .worksDtl{}
  
  .worksDtl .dtlH{
    padding-top: 45px;
  }
  .worksDtl .pjName{
    font-size: 2.3rem;/*18 / 23*/
  }


  .worksDtl .dtlB{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0 0 0;
  }

  /*main*/
  .worksDtl .sliderWrap{
    width: calc((630 / 1080) * 100%);
    margin-top: 0;
  }
  .worksDtl .slider{}

  /*thmnb*/
  .worksDtl  .sliderThumb{
    margin-top: 30px;
  }
  .worksDtl  .sliderThumb .swiper-slide{
    transition-property: opacity;
    transition-duration: .3s;
  }
  .worksDtl  .sliderThumb .swiper-slide:hover{
    cursor: pointer;
    opacity: 1.0;
  }
  .worksDtl  .sliderThumb .swiper-slide.swiper-slide-thumb-active{}

  .worksDtl  .sliderThumb .sliderNav{}
  .worksDtl  .sliderThumb .sliderNav .sliderNext,
  .worksDtl  .sliderThumb .sliderNav .sliderPrev{
    width: 70px;
    background-size: 27px auto;
  }
  .worksDtl  .sliderThumb .sliderNav .sliderPrev{}
  .worksDtl  .sliderThumb .sliderNav .sliderNext:hover,
  .worksDtl  .sliderThumb .sliderNav .sliderPrev:hover{
    cursor: pointer;
  }
  .worksDtl  .sliderThumb .sliderNav .sliderNext:hover,
  .worksDtl  .sliderThumb .sliderNav .sliderPrev:hover{
    background-image: url("../../common/images/ico_arr_wh.svg");
    background-color: #202124;
    border-color: #202124;
  }
  
  
  
  .worksDtl .dtlB .data{
    display: flex;
    flex-wrap: wrap;
    width: calc((410 / 1080) * 100%);
  }
  .worksDtl .dtlB .data dt,
  .worksDtl .dtlB .data dd{}
  .worksDtl .dtlB .data dt{
    width: 9em;
    margin: 1.2em 0 0 0;
  }
  .worksDtl .dtlB .data dt:nth-of-type(1),
  .worksDtl .dtlB .data dd:nth-of-type(1){
    margin-top: 0;
  }
  .worksDtl .dtlB .data dd{
    width: calc(100% - 9em);
    margin: 1.2em 0 0 0;
  }
  
  
  
  .worksDtl .dtlF{
    padding-bottom: 80px;
  }
  .worksDtl .dtlF .btnCV{
    height: 120px;
   margin-top: 60px;
  }
  .worksDtl .dtlF .btnCV a{}
  .worksDtl .dtlF .btnCV a p{}
  .worksDtl .dtlF .btnCV a p:nth-of-type(1){
    font-size: 3.0rem;/*26 / 30*/
  }
  .worksDtl .dtlF .btnCV a p:nth-of-type(2){
    font-size: 1.3rem;/*12 / 13*/
  }
  .worksDtl .dtlF .btnCV a i{
    right: 30px;
    width: 27px;
  }

  .worksDtl .dtlF .btnBack{
    margin-top: 50px;
  }
  .worksDtl .dtlF .btnBack i{
    width: 70px;
    background-size: 27px auto;
  }

  .worksDtl .dtlF .btnCV a:hover{}
  .worksDtl .dtlF .btnCV a:hover i{
    right: 20px;
  }

  .worksDtl .dtlF .btnBack:hover{
    cursor: pointer;
  }
  .worksDtl .dtlF .btnBack:hover i{
    margin-left: 15px;
    background-image: url("../../common/images/ico_arr_wh.svg");
    background-color: #202124;
    border-color: #202124;
  }


}



/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/

}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/

}

/*set aos
--------------------------------- */


/* for pc*/
@media screen and (min-width: 768px) {

}


/*----------------------------------------------------------- */
/*----------------------------------------------------------- */
/*----------------------------------------------------------- */

/*set iziModal
--------------------------------- */
.iziModal{
	box-shadow: none;
  margin: 0;
}

.html.fixed,.html.fixed body{
	overflow: hidden;
}

.iziModal.hasShadow::after{
  content: none;
}
.iziModal .iziModal-content{
	/*margin-top: 20px;*/
  height: 100%;
}
.iziModal .iziModal-header{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	/*background: #f00 !important;*/
}
.iziModal .iziModal-button{
	opacity: 1;
}
.iziModal .iziModal-header{
	padding-top:0;
	padding-bottom: 0;
	box-shadow: none;
}
.iziModal .iziModal-header-buttons{
	margin-top: 0;
	position: static;
	width: 100%;
	height: 100%;
}
.iziModal .iziModal-button{
	width: 100%;
	height: 100%;
}
.iziModal-navigate>button{
	opacity: 1;
}

/*
	.iziModal-navigate {
		z-index: 1000 !important;
	}
	.iziModal-navigate-prev,
	.iziModal-navigate-next{
		top: 50% !important;
		height: 50% !important;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.iziModal-navigate-prev {
		left: 0;
		margin-left: 0 !important;
	}
	.iziModal-navigate-next {
		right: 0;
		margin-right: 0 !important;
	}

.iziModal-navigate-prev,
.iziModal-navigate-next{
	background: none;
}
.iziModal-navigate-prev::before,
.iziModal-navigate-next::before{
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iziModal-navigate-prev::before{
	left: 10px;
	border-right: none;
	border-top: none;
}
.iziModal-navigate-next::before{
	right: 10px;
	border-left: none;
	border-bottom: none;
}

*/


.iziModal .iziModal-button.iziModal-button-close{
	position: relative;
	background: rgba(32,33,36,0.7);
  border-radius: 0;
}
.iziModal .iziModal-button.iziModal-button-close::before,
.iziModal .iziModal-button.iziModal-button-close::after{
	content: "";
	position: absolute;
	top: 22%;
	left: 50%;
	display: block;
	width: 1px;
	height: 60%;
	background: #fff;
  transform-origin: center center;
}
.iziModal .iziModal-button.iziModal-button-close::before{
	transform: rotate(45deg);
}
.iziModal .iziModal-button.iziModal-button-close::after{
	transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  .iziModal-navigate-caption{
    display: none !important;
  }
}
/* for PC*/
@media print, screen and (min-width:768px) {
	.iziModal .iziModal-header{
		width: 50px;
		height: 50px;
	}
	.iziModal .iziModal-header{
		padding-top:0;
		padding-bottom: 0;
	}
	.iziModal .iziModal-header-buttons{
		margin-top: 0;
	}
	.iziModal .iziModal-button{
		width: 100%;
		height: 100%;
	}
	/*.iziModal-navigate-prev {
		left: 50.5%;
	}
	.iziModal-navigate-next {
		right: 50.5%;
	}*/
	.iziModal-navigate-prev,
	.iziModal-navigate-next{}
	.iziModal-navigate-prev::before,
	.iziModal-navigate-next::before{
		width: 60px;
		height: 60px;
		border-color: #fff;
	}
	.iziModal-navigate-prev::before{
		left: 20px;
	}
	.iziModal-navigate-next::before{
		right: 20px;
	}
}



