@charset "UTF-8";
/*-------------------
設定
---------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #070707;
  font-family: "Noto Serif", serif, "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #070707;
}

li {
  list-style-type: none;
}

.en {
  font-size: 2.4rem;
}

.section-title-en {
  font-size: 4.8rem;
  text-align: center;
}

.section-title-ja {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}

.section-wrapper {
  margin: 0 auto;
  height: auto;
}

/*-------------------
mainvisual
---------------------*/
.mainvisual {
  background-image: url(/img/mainvisual.webp);
  height: 100vh;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 120px;
}
.mainvisual .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4rem;
}
.mainvisual .header {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.mainvisual .header .nav-list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 300px;
  text-align: center;
}
.mainvisual .scroll {
  position: absolute;
  bottom: 1%;
  right: 50%;
  -webkit-animation: arrow-move 1s ease-in-out infinite;
          animation: arrow-move 1s ease-in-out infinite;
}
@-webkit-keyframes arrow-move {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrow-move {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.mainvisual .scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #070707;
  transform: skewX(-31deg);
}
.mainvisual .scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #070707;
}
.mainvisual .scroll span {
  position: absolute;
  left: -35px;
  bottom: 70px;
  color: #070707;
  letter-spacing: 0.05em;
  text-align: center;
}

/*-------------------
サイドナビ
---------------------*/
.aside {
  position: fixed;
  left: 0;
  top: 0;
  width: 110px;
  height: 100%;
  border-right: 1px solid #eeeee4;
  z-index: 2;
  transition: 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
.aside .aside-nav {
  position: relative;
  width: 110px;
  height: 100vh;
}
.aside .aside-nav .aside-nav__works-btn {
  position: absolute;
  display: inline-block;
  top: 30%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  transform: translate(-50%, -50%);
  border: solid 3px skyblue;
}
.aside .aside-nav .aside-nav__works-btn .aside-nav__works-btn---title {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  text-align: center;
}
.aside .aside-nav .aside-nav__about-btn {
  position: absolute;
  display: inline-block;
  top: 70%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  transform: translate(-50%, -50%);
  border: solid 3px skyblue;
}
.aside .aside-nav .aside-nav__about-btn .aside-nav__about-btn---title {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  text-align: center;
}
.aside .aside-nav .color {
  background-color: skyblue;
}

.fixed {
  opacity: 1;
  transition: 0.3s;
}

/*-------------------
works
---------------------*/
.works {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 120px;
}
.works .works-content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works .works-content-wrapper .content-box {
  width: 40%;
  margin-bottom: 60px;
  position: relative;
}
.works .works-content-wrapper .content-box .content-text-box {
  margin-top: 20px;
}
.works .works-content-wrapper .content-box .content-box__img {
  width: 100%;
  max-height: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
  vertical-align: top;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.works .works-content-wrapper .content-box .content-box__img img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.works .works-content-wrapper .content-box .content-button a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: auto;
  font-weight: bold;
  background-color: #eeeee4;
  border: 1px solid #070707;
  color: #070707;
  transition: 0.5s;
  border-radius: 100vh;
  margin-top: 30px;
  position: absolute;
  right: 0;
  margin: 0;
}
.works .works-content-wrapper .content-box .content-button a:hover {
  background: #313131;
  color: #eeeee4;
}

/*-------------------
About
---------------------*/
.section-about {
  text-align: center;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 0%, #ff6200 100%);
  padding-bottom: 200px;
}
.section-about .about-img {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.section-about .about-title {
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.section-about .about-text {
  display: inline-block;
  width: 550px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.section-about .about-text span {
  font-size: 2rem;
  font-weight: bold;
}
.section-about .about-text .about-text__pg {
  margin-bottom: 30px;
}
.section-about .content-button a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: auto;
  font-weight: bold;
  background-color: #eeeee4;
  border: 1px solid #070707;
  color: #070707;
  transition: 0.5s;
  border-radius: 100vh;
  margin-top: 30px;
}
.section-about .content-button a:hover {
  background: #313131;
  color: #eeeee4;
}
/*# sourceMappingURL=style.css.map */