html{
  font-size: 62.5%;
  color: black;
}

body{
  font-feature-settings: "palt";
  justify-content: center;
  font-family: "futura-pt-bold", "yu-gothic-pr6n",sans-serif;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: black;
}

footer{
  text-align: center;
  margin-top: 8%;
  margin-bottom: 50px;
}

header{
  margin-top: 70px;
}

.text{
  font-size: 1.4rem;
  letter-spacing: 0.6px;
}

.work_title{
  font-size: 13rem;
  margin-bottom: 70px;
  text-align: center;
}

.hamburger{
  display: none;
}

.nav_wrap{
  padding-left: 76%;
  position: fixed;
  z-index: 999;
  width: 25%;
}

.nav_text{
  font-size: 1.5vw;
}

.nav_flx{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.name_wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 7.5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 18%;
  z-index: 99;
  padding-bottom: 5%;
}

.self_port_img{
  width: 100%;
}

.fv_img{
  width: 80%;
  max-width: 100%;
}

.name_wrap_2{
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  position: fixed;
  align-items: center;
  z-index: 99;
}

.name_text_2{
  font-size: 2rem;
}

.icon_img_2{
  width: 60px;
  max-width: 100%;
}

.nav_wrap_2{
  display: flex;
  width: 25%;
  justify-content: space-between;
  padding-left: 52%;
}

.title_wrap{
  text-align: center;
  padding-top: 5%;
}

.work_category_wrap{
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: center;
  justify-content: space-around;
}

.category_text{
  font-size: 2.4rem;
  display: inline-block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #ED1C24 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	text-decoration: none;
}

.work_section{
  margin-top: 10%;
}

.work_list_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.work_list{
  width: 33%;
  margin-bottom: 2%;
  display: inline-block;
  overflow: hidden;
}

.work_list_img{
  width: 100%;
}

.work_detail_wrap{
  display: flex;
  width: 95%;
  justify-content: space-between;
  margin: auto;
  align-items: start;
}

.work_detail_img{
  width: 100%;
}

.work_detail_section{
  padding-top: 10%;
  text-align: center;
}

.work_detail_title{
  font-size: 13rem;
  line-height: 75%;
}

.work_detail_text_wrap{
  margin-top: 5%;
}

.work_describe{
  position: sticky;
  position: -webkit-sticky;
  top: 20%;
}

.work_detail_text{
  font-family: yu-gothic-pr6n, sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.work_img_section{
  width: 270%;
  padding-left: 5%;
}

.work_img_wrap{
  margin-bottom: 5%;
}

/* hover */
.nav_link{
  display: inline-block;
  transition: color .3s;
}

.nav_link:hover{
  color: #ED1C24;
}

.work_list_link{
  display: block;
  transition-duration: .5s;
}

.work_list_link:hover{
  transform: scale(1.2);
}

.category_text:hover {
	cursor: pointer;
	background-position: -100% 0;
	color: #fff;
}