@charset "UTF-8";
html {
  color: white;
}

body {
  background: linear-gradient(135deg, #ffea8a, #e25b4c, #080c47); /*グラデーションを定義*/
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient 15s ease infinite;
  letter-spacing: 0.03em;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wrapper {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-backdrop-filter: brightness(65%) contrast(100%);
  backdrop-filter: brightness(65%) contrast(100%);
}

.section-title {
  text-align: center;
}

.section-gap {
  height: 200px;
}

.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}

.area {
  scroll-snap-align: start;
  height: 100vh;
}

/* General Styling */
body {
  font-size: 4rem;
  text-align: center;
  color: #fff;
}

h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.area:nth-child(even) {
  background-color: #0db;
}

.area:nth-child(odd) {
  background-color: #0bd;
}

.custom-shape-divider-top-1676865266 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1676865266 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 245px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1676865266 .shape-fill {
  fill: rgba(255, 175, 0, 0.6588235294);
}

.footer-navigation {
  background-color: yellow;
}

.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 220px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.58, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.58, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-logo {
  width: 120px;
  margin: 0 auto 0 70px;
  padding-top: 3px;
}

.header-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.grobal-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  width: 220px;
}

.grobal-nav li {
  height: 40px;
  padding: 0 17px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.grobal-nav a {
  display: block;
  position: relative;
  -webkit-filter: grayscale(100) contrast(100);
  filter: grayscale(100) contrast(100);
  mix-blend-mode: difference;
  font-size: 0.88rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.hide {
  transform: translateX(-60px);
  visibility: none;
}

.button-nav {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  border: 0.08em solid black;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .content-row {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .content-row {
    width: 990px;
    margin: 0 auto;
  }
}
.first-view {
  height: 100vh;
}

.l-works {
  height: 900px;
}

.l-services {
  height: 600px;
}

.l-footer {
  height: 300px;
}

.services {
  position: relative;
  background-color: rgb(65, 47, 95);
  width: 100vw;
}

.section-delimiter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-delimiter svg {
  position: relative;
  display: block;
  width: calc(133% + 1.3px);
  height: 55px;
}

.section-delimiter .shape-fill {
  fill: transparent;
}

.works-container {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.works-block {
  margin-top: 40px;
  margin-bottom: 0px;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.works-img {
  aspect-ratio: 3/2;
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
