html {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  color: #333;
  letter-spacing: 3px;
  line-height: 1.8em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

html a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header {
  position: fixed;
  padding-top: 22px;
  width: 100%;
  height: 80px;
  z-index: 3;
}

.header_nav_pc_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.logo {
  height: 40px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.logo:hover {
  opacity: 0.5;
}

.header_nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.25rem;
}

.header_nav_pc li {
  margin-left: 36px;
}

.header_nav_pc li a:hover {
  opacity: 0.5;
}

.header_nav_mobile {
  display: none;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

.logo_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.portfolio_logo {
  position: absolute;
  bottom: 13.3%;
  width: 350px;
}

.mainSlideshow div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  z-index: -1;
}

.mainSlideshow div.img01 {
  background-image: url(../images/main1.jpg);
  background-position: center right 45%;
}

.mainSlideshow div.img02 {
  background-image: url(../images/main2.jpg);
  background-position: center right 35%;
}

.mainSlideshow div.img03 {
  background-image: url(../images/main3.jpg);
  background-position: center right 17%;
}

.mainSlideshow .slick-dots {
  bottom: 4%;
}

#works .works_contact {
  text-align: center;
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 70px;
}

#works .works_contact a {
  color: #209eb4;
}

.title {
  font-size: 2em;
  text-align: center;
  padding-top: 90px;
}

.title_description {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
}

.container {
  display: -ms-grid;
  display: grid;
  gap: 26px;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 1100px;
  padding: 0 4%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.works_container {
  letter-spacing: 0;
}

.works_img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.item {
  background: red;
  color: #fff;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.works_img_wrap:hover .item {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.5;
}

.caption {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #aaaaaa;
}

.caption h3 {
  padding-top: 10px;
  color: #333;
}

#about {
  max-width: 1100px;
  padding: 0 4%;
  margin: 0 auto;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
}

.profile p {
  padding-bottom: 30px;
}

.profile_img {
  padding-right: 70px;
}

.skill_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.skill_wrapper .sub_title {
  font-size: 1.8em;
  padding-top: 80px;
  text-align: center;
}

.skill_wrapper .sub_title::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  margin: 0 20px;
  background-color: #333;
  vertical-align: middle;
}

.skill_wrapper .sub_title::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  margin: 0 20px;
  background-color: #333;
  vertical-align: middle;
}

.skill_wrapper .sub_title_description {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}

.skill_wrapper .skill_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.skill_wrapper .skill_icon {
  margin: 22px;
  height: auto;
}

.skill_wrapper .skill_description {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.skill_wrapper h3 {
  font-size: 1.3em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
}

.skill_wrapper .skill_text {
  letter-spacing: 1px;
  padding: 20px 20px 0 20px;
  margin-bottom: 70px;
}

.skill_wrapper span {
  display: block;
  padding-top: 20px;
  color: gray;
  text-align: center;
}

#contact {
  max-width: 1100px;
  padding: 0 4%;
  margin: 0 auto;
}

#contact .contact_description {
  letter-spacing: 1px;
}

#contact .contact_twitter {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #1da1f2;
}

#contact span {
  letter-spacing: 0;
}

footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 50px;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.page_top a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page_top a:hover {
  opacity: 0.5;
}

.page_top span {
  position: relative;
}

.page_top span:before {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 12px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
  vertical-align: middle;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page_top.fixed {
  bottom: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.works_cotainer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.works_type {
  padding-top: 110px;
  text-align: center;
  font-weight: normal;
  font-size: 1.1rem;
}

.works_type:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
  margin-top: 10px;
}

.works_title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.works_image_mockup {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.works_image_mockup.flyer {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.works_image_design {
  display: block;
  margin: 0 auto;
}

.works_image_design.momoyama {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.works_image_design.portfolio {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.description_container {
  letter-spacing: 2px;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 50px;
}

.description_container a {
  color: #209eb4;
}

.title_works {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 50px;
}

.title_works::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #acacac;
  margin: 5px 0;
}

.material {
  color: gray;
  margin-top: 90px;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.material a {
  color: gray;
}

.btn_wrap {
  margin-top: 130px;
  text-align: center;
}

.btn {
  display: inline-block;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  opacity: 0.5;
}

.btn i {
  padding-right: 5px;
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
  .logo {
    height: 30px;
    position: fixed;
    left: 18px;
  }
  .header_nav_pc {
    display: none;
  }
  .header_nav_mobile {
    display: block;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #333;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .nav-open .hamburger span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-open .hamburger span:nth-child(2),
  .nav-open .hamburger span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: #ccc;
    text-align: center;
    -webkit-transform: translateX(480px);
            transform: translateX(480px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li:first-child {
    margin-top: 56px;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp li a {
    display: block;
    padding: 1.5em 0;
    text-decoration: none;
    font-size: 16px;
  }
  .nav-open nav.globalMenuSp {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.7;
    visibility: visible;
  }
  .portfolio_logo {
    width: 270px;
    left: 18px;
  }
  .profile {
    display: block;
  }
  .profile_img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .mask {
    display: none;
  }
  .works_image_mockup {
    width: 100%;
    height: 100%;
  }
  .works_image_design {
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */