* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@-webkit-keyframes shine-effect {
  0% {
    top: -120%;
    left: -120%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}

@keyframes shine-effect {
  0% {
    top: -120%;
    left: -120%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}

.project img {
  width: 100%;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.project .kv {
  position: relative;
}

.project .kv__content {
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media (min-width: 996px) {
  .project .kv__content {
    bottom: initial;
    top: 45%;
    left: 27%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1300px) {
  .project .kv__content {
    left: 30%;
  }
}

.project .kv__content h5 {
  font-size: 18px;
  font-family: var(--font);
  text-transform: uppercase;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b48f2f), color-stop(#e3d472), color-stop(#d5b34e), color-stop(#d4ad48), to(#ebc764));
  background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
  background-clip: text;
  -webkit-background-clip: text;
}

@media (min-width: 768px) {
  .project .kv__content h5 {
    font-size: 22px;
  }
}

@media (min-width: 996px) {
  .project .kv__content h5 {
    font-size: 1.5vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content h5 {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content h5 {
    font-size: 1.1vw;
  }
}

.project .kv__content-title {
  line-height: 1.1;
  font-family: var(--font);
}

@media (min-width: 768px) {
  .project .kv__content-title {
    margin: 0 25px;
  }
}

.project .kv__content-title h2 {
  font-size: 32px;
  text-shadow: 0 0 10px #14223c;
}

@media (min-width: 768px) {
  .project .kv__content-title h2 {
    font-size: 50px;
  }
}

@media (min-width: 996px) {
  .project .kv__content-title h2 {
    font-size: 3.5vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content-title h2 {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content-title h2 {
    font-size: 3vw;
  }
}

.project .kv__content-title h3 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .project .kv__content-title h3 {
    font-size: 30px;
  }
}

@media (min-width: 996px) {
  .project .kv__content-title h3 {
    font-size: 3.6vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content-title h3 {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content-title h3 {
    font-size: 2vw;
  }
}

.project .kv__content-title #mainTitle-pc {
  display: none;
}

@media (min-width: 996px) {
  .project .kv__content-title #mainTitle-pc {
    display: block;
  }
}

.project .kv__content-title #mainTitle-xs {
  display: block;
}

@media (min-width: 996px) {
  .project .kv__content-title #mainTitle-xs {
    display: none;
  }
}

.project .kv__content h4 {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  padding: 0 5px;
  background: -webkit-gradient(linear, left top, right top, from(#b48f2f), color-stop(#e3d472), color-stop(#d5b34e), color-stop(#d4ad48), to(#ebc764));
  background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
  overflow: hidden;
  z-index: 50;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .project .kv__content h4 {
    font-size: 24px;
  }
}

@media (min-width: 996px) {
  .project .kv__content h4 {
    font-size: 1vw;
    padding: 5px 10px;
  }
}

@media (min-width: 1930px) {
  .project .kv__content h4 {
    font-size: 1vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content h4 {
    font-size: 0.9vw;
  }
}

.project .kv__content h4:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 300%;
  width: 300%;
  top: -120%;
  left: -120%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.6) 60%, transparent 100%);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: shine-effect 2s infinite forwards;
          animation: shine-effect 2s infinite forwards;
}

.project .kv__content-card {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18%;
  margin-top: 5px;
}

@media (min-width: 996px) {
  .project .kv__content-card {
    -webkit-transform: initial;
            transform: initial;
    left: 46%;
    width: 7%;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=main2.css.map */