@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", Meiryo, sans-serif;
  /* background-color: #e6e6e6; */
  overflow-x: hidden;
  width: 100%;
  color: #333;
  background-color: #e6e6e6;
}

main {
  background: linear-gradient(#e6e6e6 80%, #ffffda);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 100px;
}

.top {
  width: 100%;
  position: relative;
}

.top .object01 {
  position: absolute;
  left: -200px;
  top: 150px;
}

.top .object02 {
  position: absolute;
  right: -200px;
  top: -200px;
}

#wrap .top-illust {
  width: 80vw;
  position: relative;
  right: 0px;
  top: 30px;
  margin-bottom: 30%;
}

#wrap .illust-box {
  position: relative;
  width: 48%;
  margin-left: 10%;
}

#wrap .top-illust .illust-box img {
  width: 100%;
}

#wrap .top-illust .illust-box p {
  letter-spacing: .1rem;
  line-height: 1.8em;
  position: absolute;
  right: -100px;
  bottom: 30px;
  font-size: 1.5rem;
}

.wrapper {
  display: flex;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#memu {
  width: 20vw;
}

#memu .nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: 3%;
  width: 20vw;
  border-radius: 0 0 20px 0;
  box-shadow: 2px 2px 8px #ccc;
}

#memu .nav h1, .hamburger-nav h1 {
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

#memu .nav ul, .hamburger-nav ul {
  margin-top: 20px;
}

#memu .nav a, .hamburger-nav a {
  font-size: 2rem;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.2rem;
  display: block;
  padding: 10px 8px;
  transition: .5s;
  border-bottom: 1px solid #333;
  position: relative;
}

#memu .nav a:hover,
.hamburger-nav a:hover {
  font-size: 2rem;
  color: #333;
  background-color: #d9f5f5;
}

#memu .nav a:hover::after,
.hamburger-nav a:hover::after {
  content: "";
  right: 2px;
}

#memu .nav a::after,
.hamburger-nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 8px;
  transition: .5s;
}
main #memu .home{
	padding: 0;
	border: none;
}
main #memu .home::after{
	opacity: 0;
}
main #memu .home:hover{
	background-color: #fff;
	color: #80dcdc;
}
#wrap {
  width: 80vw;
  padding: 5%;
}

.hamburger-nav {
  position: fixed;
  padding: 15% 10%;
  width: 90%;
  border-radius: 0 0 0 20px;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 2px 2px 8px #ccc;
  display: none;
  transform: translateX(100%);
  transition: .5s;
}

.hamburger-button {
  display: block;
  position: fixed;
  right: 5%;
  top: 3%;
  width: 40px;
  height: 35px;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.hamburger-button span {
  position: absolute;
  background-color: #333333;
  height: 2px;
  /* お好みの太さに */
  width: 40px;
  /* お好みの幅に */
  transition: all 0.4s ease-in-out;
  border-radius: 1px;
}

.hamburger-button span:nth-of-type(1) {
  top: 10px;
}

.hamburger-button span:nth-of-type(2) {
  bottom: 10px;
}

.hamburger-button.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

.hamburger-button.active span:nth-of-type(2) {
  transform: translateY(-6px) rotate(45deg);
}

.hamburger-nav.open {
  transform: translateX(0);
}

h2 {
  font-size: 5rem;
  letter-spacing: 0.2rem;
}

#works {
  margin-bottom: 150px;
  margin-top: 50px;
}

#works h2 {
  text-align: center;
  margin-bottom: 40px;
}

#works .works-list ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-flow: wrap;
}

#works .works-list ul li {
  width: 31%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", Meiryo, sans-serif;
  margin-bottom: 30px;
}

#works .works-list ul li a {
  width: 100%;
  color: #333;
  text-decoration: none;
}

#works .works-list ul li a:hover .thumbnail img {
  transform: scale(1.1);
}

#works .works-list ul li a:hover .thumbnail {
  filter: brightness(70%);
}

#works .works-list .thumbnail {
  background-color: #fff;
  width: 100%;
  border-radius: 15px;
  padding: 6%;
  aspect-ratio: 4 / 3;
  text-align: center;
  overflow: hidden;
  transition: .5s;
  margin-bottom: 15px;
}

#works .works-list .thumbnail img {
  height: 100%;
  transition: .5s;
  width: auto;
}

#works .works-list ul li .tag {
  font-size: 1.4rem;
  border: 1px solid #333;
  padding: 5px 14px;
  border-radius: 40px;
  display: inline-block;
  line-height: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.8em;
}

h4 {
  font-size: 2.5rem;
  margin-top: 5px;
  line-height: 2.3rem;
  letter-spacing: 0.2rem;
}

#about {
  display: flex;
  margin-bottom: 150px;
}

#about .left {
  width: 35%;
}

#about .right {
  width: 62%;
}

#about .right h4 {
  margin-bottom: 10px;
}

#about .right p {
  font-size: 1.5rem;
  line-height: 1.8em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", Meiryo, sans-serif;
  letter-spacing: 0.04rem;
}

#about .right .about-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

#contact {
  text-align: center;
}

#contact a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
}

#contact a::before {
  content: "";
  position: absolute;
  background-image: url(../images/mail.svg);
  width: 100%;
  height: 0.8em;
  left: -14%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

#contact h2 {
  margin-bottom: 20px;
}

#wrap .top-illust .illust-box span {
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.works-detail h2{
	margin-bottom: 40px;
}
.works-detail .works-img{
	width: 100%;
	background-color: #fff;
	padding: 10%;
	border-radius: 20px;
	margin-bottom: 30px;
}
.works-detail .works-img img{
	width: 100%;
}
.works-detail em{
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.04rem;
}
.works-detail p{
	font-size: 1.5rem;
	line-height: 1.8em;
	letter-spacing: 0.04rem;
}
.works-detail .works-link{
margin-bottom: 20px;
}
.works-detail a{
  text-decoration: underline;
  color: #333;
  font-size: 1.3rem;
  transition: .3s;
}
.works-detail a:hover{
  color: #ffb8ad;
}
