@charset "UTF-8";
/*------- デフォルトフォントサイズ -------*/
html {
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 10px;
  }
}

/*---------- text color ----------*/
/*---------- text color ----------*/
/*------- viewContent -------*/
/*------- viewContent -------*/
/*---------- font-size ----------*/
/*---------- font-size ----------*/
body {
  font-family: serif, "Sawarabi Gothic", "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  color: hsl(240deg, 0%, 8%);
}

/*------- フォント -------*/
/*------- レスポンシブ -------*/
/*------- レスポンシブ -------*/
@-webkit-keyframes first-load {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes first-load {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@-webkit-keyframes yoko {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes yoko {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes out {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes out {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes viewInMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes viewInMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes viewInContent {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes viewInContent {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes process-fade {
  0% {
    transform: translateX(30%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes process-fade {
  0% {
    transform: translateX(30%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes span-downFade {
  0% {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes span-downFade {
  0% {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes span-upFade {
  0% {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes span-upFade {
  0% {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes under_line {
  0% {
    width: 0%;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes under_line {
  0% {
    width: 0%;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
header .header-wrapper {
  transition: all 0.8s;
}
header .header-wrapper[data-back-change=true] {
  transition: all 0.8s;
  background-color: hsl(0deg, 0%, 20%);
}
@media screen and (max-width: 768px) {
  header .header-wrapper {
    display: none;
  }
}
header .header-wrapper .header-outer {
  padding: 0 24px;
}
header .header-wrapper .header-outer .header-pages .header-page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .header-outer .header-pages .header-page .item {
  padding-left: 24px;
}
header .header-wrapper .header-outer .header-pages .header-page .item a {
  font-size: 2rem;
  color: #ffffff;
}
header .header-wrapper .header-outer .header-pages .header-page .item a.text-change {
  color: hsl(240deg, 0%, 8%);
}
@media (min-width: 1200px) {
  header .header-wrapper .header-outer .header-pages .header-page .item a {
    font-size: 36px;
  }
}
header .header-wrapper .header-outer .header-pages .header-page nav ul {
  display: flex;
  justify-content: space-between;
}
header .header-wrapper .header-outer .header-pages .header-page nav ul li {
  color: #ffffff;
  padding-right: 32px;
}
header .header-wrapper .header-outer .header-pages .header-page nav ul li.text-change {
  color: hsl(240deg, 0%, 8%);
}
header .sp-header-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
header .sp-header-wrapper.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
header .sp-header-wrapper .sp-header-outer {
  width: 0%;
  margin-left: auto;
  background-color: hsl(0deg, 0%, 77%);
  height: 100vh;
}
header .sp-header-wrapper .sp-header-outer.fade-in {
  -webkit-animation-name: in;
          animation-name: in;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
header .sp-header-wrapper .sp-header-outer.fade-out {
  -webkit-animation-name: out;
          animation-name: out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages {
  padding: 24px 36px 0;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page {
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 428px) {
  header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page {
    width: 90%;
  }
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page .sp-item {
  margin: 160px 0 36px;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page .sp-item a {
  font-size: 2rem;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page nav {
  margin: 0 auto;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page nav ul {
  width: 100%;
  margin: 0 auto;
}
header .sp-header-wrapper .sp-header-outer .sp-header-pages .sp-header-page nav ul li {
  padding-bottom: 32px;
  text-align: center;
  font-size: 1.3rem;
}
header .filter {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
}
header .filter.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  header .hum {
    display: block;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 20;
  }
  header .hum span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: hsl(0deg, 0%, 80%);
    transition: all 0.3s linear;
  }
  header .hum span:nth-child(1).active {
    transform: translateY(50%) rotate(45deg);
  }
  header .hum span:nth-child(2) {
    margin: 8px 0;
  }
  header .hum span:nth-child(2).active {
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
  header .hum span:nth-child(3).active {
    transform: rotate(-45deg);
  }
}

body .first-load .first-load-wrapper {
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  position: fixed;
  top: 0%;
  left: 0%;
}
body .first-load .first-load-wrapper .image-item {
  width: 20%;
  position: relative;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
body .first-load .first-load-wrapper .image-item img {
  width: 100%;
}
body .first-load .first-load-wrapper .first-load-outer {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 1rem;
  color: hsl(0deg, 0%, 80%);
  position: relative;
  top: 35%;
  left: 50%;
  -webkit-animation-name: first-load;
          animation-name: first-load;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body .first-load .first-load-wrapper.first-active {
  opacity: 1;
  visibility: visible;
}
body .hidden {
  display: none;
  transition: opacity 1s ease-in-out, visibility 5s;
}

main .first-view .first-view-wrapper {
  overflow: hidden;
}
main .first-view .first-view-wrapper .first-view-outer {
  width: 100%;
  position: relative;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages {
  display: flex;
  justify-content: space-between;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .swiper .swiper-wrapper .swiper-slide .swiper-slide__video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .swiper .swiper-wrapper .swiper-slide .swiper-slide__video img {
  width: 100%;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page {
  width: 60%;
  margin-left: 56px;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page {
    width: 80%;
    margin-left: 24px;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area {
    margin-top: 24px;
    position: static;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area h1 {
  font-size: 2rem;
  color: hsl(0deg, 0%, 80%);
  padding-bottom: 8px;
}
@media (min-width: 1200px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area h1 {
    font-size: 36px;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area .image-content {
  padding-bottom: 16px;
  width: 50%;
}
@media screen and (max-width: 993px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area .image-content {
    width: 80%;
    padding-bottom: 8px;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area .image-content img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area .image-content img {
    margin: 8px 0;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .name-area p {
  color: hsl(0deg, 0%, 80%);
  padding-left: 16px;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .line-marker {
  width: 100%;
  height: 2px;
  background-color: hsl(0deg, 0%, 80%);
  margin: 24px 0 48px;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .line-marker {
    margin: 16px 0;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page {
  display: flex;
  justify-content: space-between;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 428px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul {
    flex-direction: column;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul li {
  color: hsl(0deg, 0%, 80%);
  padding-right: 36px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul li {
    padding-right: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .works-page nav ul li {
    padding: 0 16px 8px 0;
    font-size: 1.3rem;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text {
  width: 100%;
  color: hsl(0deg, 0%, 80%);
  padding-top: 36px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text {
    padding-top: 16px;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text h2 {
  color: hsl(0deg, 30%, 67%);
  font-size: 2rem;
}
@media (min-width: 1200px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 993px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text h2 {
    padding-bottom: 24px;
  }
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-view-page .thoughts-text p {
  width: 80%;
}
main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-container {
  position: relative;
  left: 0%;
}
@media screen and (max-width: 768px) {
  main .first-view .first-view-wrapper .first-view-outer .first-view-pages .first-container {
    width: 100%;
  }
}
main .first-view .first-view-wrapper .first-view-outer .bg-color {
  background-color: hsla(0deg, 0%, 15%, 0.6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
main .first-view .thoughts {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 5%;
  z-index: 10;
}
main .first-view .thoughts .line-marker {
  width: 100%;
  height: 2px;
  background-color: hsl(0deg, 0%, 80%);
}
main .first-view .thoughts .text-content-page {
  display: flex;
  overflow: hidden;
}
main .first-view .thoughts .text-content-page p {
  color: #ddcaca;
  white-space: nowrap;
  font-size: 5rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  -webkit-animation-name: yoko;
          animation-name: yoko;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
main .about {
  padding: 200px 0;
  background-image: linear-gradient(hsl(228deg, 30%, 18%), hsl(0deg, 0%, 15%), hsl(228deg, 30%, 18%));
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .about {
    padding: 64px 0;
  }
}
main .about .about-wrapper .about-outer {
  padding: 0 24px;
  max-width: 1360px;
  margin: 0 auto;
}
main .about .about-wrapper .about-outer .about-pages {
  overflow: hidden;
}
main .about .about-wrapper .about-outer .about-pages .h2-content {
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
main .about .about-wrapper .about-outer .about-pages .h2-content.slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
main .about .about-wrapper .about-outer .about-pages .h2-content h2 {
  font-size: 2rem;
  color: hsl(0deg, 0%, 80%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  main .about .about-wrapper .about-outer .about-pages .h2-content h2 {
    font-size: 36px;
  }
}
main .about .about-wrapper .about-outer .about-pages .h2-content h2:before,
main .about .about-wrapper .about-outer .about-pages .h2-content h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
}
main .about .about-wrapper .about-outer .about-pages .about-page {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page {
    flex-direction: column;
    margin-top: 36px;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page.rever {
  flex-direction: row-reverse;
  margin-top: 200px;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page.rever {
    flex-direction: column;
    margin-top: 100px;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page {
  position: relative;
  transform: translateY(20px);
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page.fade-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .image-content {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .image-content {
    width: 50%;
    margin: 0 auto;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .image-content.rever-image {
  margin-left: auto;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .image-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .bg-secondary {
  width: 100%;
  height: 60%;
  background-color: hsl(0deg, 18%, 51%);
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .bg-secondary {
    display: none;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .bg-secondary.rever-bg-secondary {
  left: -30%;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
  position: absolute;
  top: 30%;
  left: 60%;
  z-index: 10;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
    display: none;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container.rever-item-container {
  left: -45%;
}
@media screen and (max-width: 1280px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container.rever-item-container {
    left: -35%;
  }
}
@media screen and (max-width: 768px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container.rever-item-container {
    top: 20%;
    left: -20%;
  }
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container.rever-item-container {
    left: -28%;
  }
}
@media screen and (max-width: 1280px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
    left: 50%;
  }
}
@media screen and (max-width: 993px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
    top: 40%;
    left: 45%;
  }
}
@media screen and (max-width: 768px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
    top: 15%;
    left: 10%;
  }
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container {
    top: 15%;
    left: -10%;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container .item-content {
  transform: rotate(90deg);
  width: 300px;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container .item-content .item {
  font-size: 0.9rem;
  padding-bottom: 4px;
  color: hsl(0deg, 0%, 80%);
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container .item-content .line {
  width: 150px;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
}
@media screen and (max-width: 768px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-image-page .item-container .item-content .line {
    width: 100px;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page {
  width: 70%;
  transition: all 1s 0.5s;
  position: relative;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page.about-text-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page {
    width: 100%;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title {
  width: 50%;
  margin-left: auto;
  margin-bottom: 72px;
}
@media screen and (max-width: 428px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title {
    margin-bottom: 24px;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title.rever-h3-title {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title {
    width: 100%;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title h3 {
  padding-bottom: 8px;
  font-size: 1.3rem;
  color: hsl(0deg, 0%, 80%);
}
@media (min-width: 1200px) {
  main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title h3 {
    font-size: 24px;
  }
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .h3-title .under-line {
  width: 100%;
  height: 2px;
  background-color: hsl(0deg, 0%, 80%);
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .text-content {
  line-height: 1.7;
}
main .about .about-wrapper .about-outer .about-pages .about-page .about-text-page .text-content .text {
  padding-bottom: 24px;
  font-family: "Sawarabi Gothic";
  color: hsl(0deg, 0%, 80%);
}
main .about .about-wrapper .about-outer .line-item {
  width: 100%;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
  position: absolute;
  bottom: 0;
}
main .service {
  padding: 200px 0;
  background-image: linear-gradient(#262626, #929292, #262626, #929292);
  background-size: 100% 400%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .service {
    padding: 64px 0;
  }
}
main .service .service-wrapper .service-outer {
  padding: 0 24px;
  max-width: 1360px;
  margin: 0 auto;
}
main .service .service-wrapper .service-outer .service-pages {
  overflow: hidden;
}
main .service .service-wrapper .service-outer .service-pages .h2-content {
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
main .service .service-wrapper .service-outer .service-pages .h2-content.slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
main .service .service-wrapper .service-outer .service-pages .h2-content h2 {
  font-size: 2rem;
  color: hsl(0deg, 0%, 80%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  main .service .service-wrapper .service-outer .service-pages .h2-content h2 {
    font-size: 36px;
  }
}
main .service .service-wrapper .service-outer .service-pages .h2-content h2:before,
main .service .service-wrapper .service-outer .service-pages .h2-content h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper {
  width: 50%;
  margin: 64px auto 36px;
}
@media screen and (max-width: 768px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper {
    width: 80%;
  }
}
@media screen and (max-width: 428px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper {
    width: 100%;
  }
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content {
  padding: 72px 0;
  background-image: linear-gradient(#464545, #353535, #464545, #353535);
  transform: translateX(-100%);
}
@media screen and (max-width: 428px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content {
    flex-basis: 50%;
  }
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content h3 {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: hsl(0deg, 30%, 67%);
  padding: 0 16px 24px;
}
@media (min-width: 1200px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content h3 {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content h3 {
    font-size: 3rem;
  }
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content p {
  text-align: center;
  color: hsl(0deg, 0%, 80%);
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) {
  main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content p {
    font-size: 2rem;
  }
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content p:nth-of-type(1) {
  padding-bottom: 24px;
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content.slide-content {
  -webkit-animation: viewInContent 2.5s ease-in-out 0.7s forwards;
          animation: viewInContent 2.5s ease-in-out 0.7s forwards;
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content.slide-content::after {
  -webkit-animation: viewInMask 3s ease-in-out forwards;
          animation: viewInMask 3s ease-in-out forwards;
}
main .service .service-wrapper .service-outer .service-pages .service-page .service-swiper .swiper-wrapper .swiper-slide .service-container .service-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#464545, #353535, #464545, #353535);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 2s ease-in-out 0.1s;
}
main .service .service-wrapper .service-outer .service-pages .swiper-pagination {
  position: static;
  margin-bottom: 36px;
}
main .service .service-wrapper .service-outer .service-pages .swiper-pagination .swiper-pagination-bullet {
  background-color: hsl(0deg, 0%, 80%);
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper {
  max-width: 1360px;
  margin: 36px auto;
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.7s 0.5s;
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container.service-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content {
  overflow: hidden;
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl {
  width: 55%;
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl {
    width: 100%;
  }
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl dt {
  width: 30%;
  font-weight: normal;
  padding: 16px 24px;
  color: hsl(0deg, 0%, 80%);
  border-bottom: 1px dashed hsl(0deg, 0%, 80%);
}
@media screen and (max-width: 428px) {
  main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl dt {
    padding: 8px 16px;
  }
}
main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl dd {
  width: 60%;
  padding: 16px 24px;
  color: hsl(0deg, 0%, 80%);
  border-bottom: 1px dashed hsl(0deg, 0%, 80%);
}
@media screen and (max-width: 428px) {
  main .service .service-wrapper .service-outer .service-pages .thumbnail .thumb-wrapper .thumb-container .thumb-content dl dd {
    padding: 8px 16px;
  }
}
main .service .service-wrapper .service-outer .text-content_01 {
  padding-top: 96px;
  line-height: 1.7;
  color: hsl(0deg, 0%, 80%);
  font-family: "Sawarabi Gothic";
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10%);
  transition: all 2s 1s;
}
main .service .service-wrapper .service-outer .text-content_01.serviceSlideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  main .service .service-wrapper .service-outer .text-content_01 {
    padding-top: 16px;
  }
}
main .service .service-wrapper .service-outer .text-content_01 .text:nth-of-type(1) {
  padding-bottom: 24px;
}
main .product {
  padding: 200px 0 248px;
  background-color: hsl(0deg, 0%, 77%);
  position: relative;
}
@media screen and (max-width: 768px) {
  main .product {
    padding: 64px 0;
  }
}
main .product .product-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper {
    flex-direction: column;
  }
}
main .product .product-wrapper .product-outer {
  padding: 0 24px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer {
    width: 100%;
  }
}
main .product .product-wrapper .product-outer .product-pages {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages {
    width: 100%;
  }
}
main .product .product-wrapper .product-outer .product-pages .h2-content {
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
main .product .product-wrapper .product-outer .product-pages .h2-content.slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
main .product .product-wrapper .product-outer .product-pages .h2-content h2 {
  font-size: 2rem;
  color: hsl(240deg, 0%, 8%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  main .product .product-wrapper .product-outer .product-pages .h2-content h2 {
    font-size: 36px;
  }
}
main .product .product-wrapper .product-outer .product-pages .h2-content h2:before,
main .product .product-wrapper .product-outer .product-pages .h2-content h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: hsl(0deg, 0%, 20%);
}
main .product .product-wrapper .product-outer .product-pages .product-page {
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page {
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .product-content {
    flex-direction: column-reverse;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text {
  line-height: 1.7;
  color: hsl(240deg, 0%, 8%);
  font-family: "Sawarabi Gothic";
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text {
    width: 100%;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text.product-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text {
    padding-top: 24px;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text p {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .product-content .text-content .text p {
    padding-bottom: 8px;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content {
  width: 100%;
  padding: 3px 3px;
  text-align: center;
  color: hsl(0deg, 0%, 80%);
  background-color: hsl(0deg, 0%, 15%);
  -webkit-transiton-name: translate;
  transition-duration: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-outer .product-pages .product-page .link-content {
    width: 70%;
    margin: 36px auto 0;
  }
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content a {
  display: block;
  padding: 16px 8px;
  border: 1px solid hsl(0deg, 0%, 80%);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content a:hover {
  color: hsl(0deg, 30%, 67%);
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content:hover {
  transform: translateY(2px);
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content::after {
  content: "";
  display: block;
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition-name: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .product .product-wrapper .product-outer .product-pages .product-page .link-content:hover::after {
  transform: scale(1, 1);
}
main .product .product-wrapper .product-character {
  width: 100%;
}
main .product .product-wrapper .product-character .product-container {
  position: relative;
}
main .product .product-wrapper .product-character .product-container .product-page .content_01 {
  width: 100%;
  margin-top: -72px;
  padding-right: 24px;
}
@media screen and (max-width: 993px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_01 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_01 {
    text-align: center;
    margin: 48px auto 0;
    padding-left: 24px;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_01 p {
  font-size: 2.6rem;
  background-color: hsl(0deg, 50%, 80%);
  display: inline-block;
}
@media (min-width: 1200px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_01 p {
    font-size: 48px;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_02 {
  width: 100%;
  padding: 36px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 2s ease-in-out;
}
main .product .product-wrapper .product-character .product-container .product-page .content_02.content-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 428px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_02 {
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_02 {
    text-align: center;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_02 p {
  font-size: 5.3rem;
}
@media (min-width: 1200px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_02 p {
    font-size: 96px;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_03 {
  width: 70%;
  background-color: hsl(0deg, 0%, 15%);
  margin: 36px 0;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30%);
  transition: all 2s ease-in-out;
}
main .product .product-wrapper .product-character .product-container .product-page .content_03.content_03-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 993px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_03 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_03 {
    width: 100%;
    margin: 36px auto;
  }
}
@media screen and (max-width: 428px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_03 {
    margin: 16px auto;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_03 p {
  font-size: 2.6rem;
  line-height: 1.2;
  color: hsl(0deg, 0%, 80%);
}
@media (min-width: 1200px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_03 p {
    font-size: 48px;
  }
}
@media screen and (max-width: 428px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_03 p {
    font-size: 1.4rem;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_04 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_04 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 428px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_04 {
    padding-bottom: 24px;
  }
}
main .product .product-wrapper .product-character .product-container .product-page .content_04 p {
  font-size: 3.1rem;
}
@media (min-width: 1200px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_04 p {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  main .product .product-wrapper .product-character .product-container .product-page .content_04 p {
    font-size: 2.1rem;
  }
}
main .product .product-wrapper .product-character .product-container .item-container {
  position: absolute;
  top: 35%;
  left: 40%;
}
@media screen and (max-width: 993px) {
  main .product .product-wrapper .product-character .product-container .item-container {
    display: none;
  }
}
main .product .product-wrapper .product-character .product-container .item-container .item-content {
  transform: rotate(90deg);
  width: 300px;
}
main .product .product-wrapper .product-character .product-container .item-container .item-content .item {
  color: hsl(240deg, 0%, 8%);
  font-size: 0.9rem;
  padding-bottom: 4px;
}
main .product .product-wrapper .product-character .product-container .item-container .item-content .line {
  width: 150px;
  height: 1px;
  background-color: hsl(240deg, 0%, 8%);
}
@media screen and (max-width: 993px) {
  main .product .product-wrapper .product-character .product-container .item-container .item-content .line {
    width: 100px;
  }
}
main .product .intersect {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 10%;
  left: 0;
}
main .product .product-thoughts {
  width: 100%;
  position: absolute;
  bottom: 5%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .product .product-thoughts {
    bottom: 1%;
  }
}
main .product .product-thoughts .line-marker {
  width: 100%;
  height: 2px;
  background-color: hsl(240deg, 0%, 8%);
}
main .product .product-thoughts .thoughts-text-page {
  display: flex;
  overflow: hidden;
}
main .product .product-thoughts .thoughts-text-page p {
  color: hsl(240deg, 0%, 8%);
  white-space: nowrap;
  font-size: 5rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  -webkit-animation-name: yoko;
          animation-name: yoko;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 428px) {
  main .product .product-thoughts .thoughts-text-page p {
    font-size: 3rem;
  }
}
main .production {
  padding: 200px 0 100px;
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
}
@media screen and (max-width: 768px) {
  main .production {
    padding: 100px 0;
  }
}
@media screen and (max-width: 428px) {
  main .production {
    padding: 48px 0;
  }
}
main .production .production-wrapper .production-outer_01 .production-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container {
    flex-direction: column-reverse;
    padding: 0;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 {
    width: 100%;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title {
    flex-direction: column;
    position: static;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title {
    padding: 0 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content {
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content.slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content {
    padding-bottom: 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2 {
  font-size: 2rem;
  text-align: center;
  color: hsl(0deg, 0%, 80%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2 {
    justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2 {
    gap: 8px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2:before,
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2:before,
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-title .h2-content h2:after {
    width: 30px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page {
  padding-top: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page {
    padding-top: 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text {
    padding: 0 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text h3 {
  font-size: 1.3rem;
  color: hsl(0deg, 0%, 80%);
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text h3 {
    font-size: 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text p {
  color: hsl(0deg, 0%, 80%);
  line-height: 1.7;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text p:nth-of-type(1) {
  padding-top: 16px;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .production-text p:nth-of-type(2) {
  padding-bottom: 24px;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container {
  position: absolute;
  right: 0;
  bottom: -5%;
  left: 0%;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container .item-content .item {
  font-size: 0.9rem;
  color: hsl(0deg, 0%, 80%);
  padding-bottom: 4px;
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container .item-content .line {
  width: 200px;
  height: 2px;
  background-color: hsl(0deg, 0%, 80%);
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container .item-content .line {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container .item-content .line {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_01 .production-page .item-container {
    display: none;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 {
  margin-left: 72px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 {
    margin-left: 0;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page {
    padding-left: 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content p {
  padding: 8px 16px;
  font-size: 1.3rem;
  background-color: hsl(0deg, 0%, 77%);
}
@media (min-width: hsl(0deg, 0%, 15%)) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content p {
    font-size: 24px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content-details {
  width: 50%;
  margin-top: 72px;
}
@media screen and (max-width: 993px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content-details {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content-details {
    width: 70%;
    margin-top: 16px;
    padding-left: 8px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .content-details p {
  width: 100%;
  height: 60%;
  margin-left: auto;
  color: hsl(0deg, 0%, 80%);
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content {
  margin-top: 48px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content {
    text-align: right;
    margin: 16px 24px 0;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_01 p {
  display: inline-block;
  color: hsl(240deg, 0%, 8%);
  font-size: 1.3rem;
  padding: 8px 16px;
  background-color: hsl(0deg, 0%, 77%);
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_01 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_01 p {
    font-size: 1rem;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_02 {
    text-align: right;
    margin-right: 48px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_02 {
    margin-right: 8px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_02 p {
  display: inline-block;
  color: hsl(240deg, 0%, 8%);
  font-size: 1.3rem;
  padding: 8px 16px;
  background-color: hsl(0deg, 0%, 77%);
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_02 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_02 p {
    font-size: 1rem;
    padding: 4px 8px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_03 p {
  display: inline-block;
  color: hsl(240deg, 0%, 8%);
  font-size: 1.3rem;
  padding: 8px 16px;
  background-color: hsl(0deg, 0%, 77%);
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_03 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .production-content .design-type_03 p {
    font-size: 1rem;
    padding: 4px 8px;
  }
}
main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container {
  display: none;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container {
    display: block;
    padding-left: 24px;
    position: absolute;
    right: 0;
    bottom: 0%;
    left: 0%;
  }
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container .item-content .item {
    font-size: 0.9rem;
    color: hsl(0deg, 0%, 80%);
    padding-bottom: 4px;
  }
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container .item-content .line {
    width: 200px;
    height: 2px;
    background-color: hsl(0deg, 0%, 80%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container .item-content .line {
    width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .production .production-wrapper .production-outer_01 .production-container .production-pages_02 .production-page .item-container .item-content .line {
    width: 100px;
  }
}
main .production .production-wrapper .production-outer_02 {
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_02 {
    margin-top: 0;
  }
}
main .production .production-wrapper .production-outer_02 .works-pages {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_02 .works-pages {
    flex-direction: column;
  }
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page {
  width: 30%;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_02 .works-pages .works-page {
    width: 80%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-outer_02 .works-pages .works-page {
    width: 100%;
  }
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .image-content {
  width: 100%;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .image-content img {
  width: 100%;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .works-text {
  background-color: hsl(0deg, 0%, 77%);
  width: 90%;
  margin-top: -20px;
  margin-left: auto;
  padding: 24px 8px;
  position: relative;
  z-index: 5;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .works-text p:nth-child(1) {
  font-size: 0.9rem;
  width: 100%;
  padding-bottom: 16px;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .works-text p:nth-child(1) span {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 24px;
  background-color: hsla(0deg, 0%, 15%, 0.7);
  border-radius: 5px;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page a .works-text h3 {
  padding-bottom: 8px;
}
main .production .production-wrapper .production-outer_02 .works-pages .works-page:hover {
  transform: scale(1.01);
  opacity: 0.8;
}
main .production .production-wrapper .production-outer_02 .bg-secondary {
  width: 80%;
  height: 450px;
  background-image: linear-gradient(hsla(0deg, 66%, 77%, 0.5), hsla(0deg, 17%, 60%, 0.5), hsla(0deg, 73%, 76%, 0.5));
  box-shadow: 2px 2px 10px 3px hsl(0deg, 0%, 62%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-outer_02 .bg-secondary {
    display: none;
  }
}
main .production .production-wrapper .production-thoughts {
  padding: 0 24px;
  margin-top: 128px;
  margin-left: auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-thoughts {
    width: 100%;
    margin-top: 72px;
  }
}
main .production .production-wrapper .production-thoughts .link {
  width: 70%;
  margin: 0 auto 36px;
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-thoughts .link {
    padding-right: 0px;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-thoughts .link {
    width: 100%;
  }
}
main .production .production-wrapper .production-thoughts .link .link-content {
  width: 70%;
  margin: 36px auto 0;
  padding: 3px 3px;
  text-align: center;
  color: hsl(240deg, 0%, 8%);
  box-shadow: 1px 2px 4px 1px #cacaca;
  background-color: hsl(0deg, 0%, 77%);
  -webkit-transiton-name: translate;
  transition-duration: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .production .production-wrapper .production-thoughts .link .link-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 428px) {
  main .production .production-wrapper .production-thoughts .link .link-content {
    padding: 8px;
  }
}
main .production .production-wrapper .production-thoughts .link .link-content a {
  display: block;
  padding: 16px 8px;
  border: 1px solid hsl(240deg, 0%, 8%);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
main .production .production-wrapper .production-thoughts .link .link-content a:hover {
  color: hsl(0deg, 0%, 80%);
  border: 1px solid hsl(0deg, 0%, 80%);
}
main .production .production-wrapper .production-thoughts .link .link-content:hover {
  transform: translateY(2px);
}
main .production .production-wrapper .production-thoughts .link .link-content::after {
  content: "";
  display: block;
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition-name: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .production .production-wrapper .production-thoughts .link .link-content:hover::after {
  transform: scale(1, 1);
}
main .production .production-wrapper .production-thoughts p {
  color: hsl(0deg, 0%, 80%);
  font-size: 2rem;
}
@media (min-width: 1200px) {
  main .production .production-wrapper .production-thoughts p {
    font-size: 36px;
  }
}
main .contact {
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  main .contact {
    padding: 100px 0;
  }
}
main .contact .contact-wrapper .contact-outer {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}
main .contact .contact-wrapper .contact-outer .contact-pages {
  overflow: hidden;
}
main .contact .contact-wrapper .contact-outer .contact-pages .h2-content {
  margin-bottom: 72px;
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
main .contact .contact-wrapper .contact-outer .contact-pages .h2-content.slideIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 428px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .h2-content {
    margin-bottom: 36px;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .h2-content h2 {
  font-size: 2rem;
  color: hsl(240deg, 0%, 8%);
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .h2-content h2 {
    font-size: 36px;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .h2-content h2:before,
main .contact .contact-wrapper .contact-outer .contact-pages .h2-content h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .image-content {
    width: 50%;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .image-content img {
  width: 100%;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content {
    width: 100%;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content h3 {
  font-size: 1.3rem;
  color: hsl(240deg, 0%, 8%);
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content h3 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content h3 {
    font-size: 24px;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text {
    padding: 24px 0;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text .line-item {
  width: 100%;
  height: 1px;
  background-color: hsl(240deg, 0%, 8%);
  position: absolute;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text .line-item:nth-child(1) {
  top: 0;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text p {
  line-height: 1.7;
  color: hsl(240deg, 0%, 8%);
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text p {
    padding: 24px 0;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .contact-text .line-item:nth-last-child(1) {
  bottom: 0;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content {
  width: 70%;
  margin: 36px auto 0;
  padding: 3px 3px;
  text-align: center;
  color: hsl(0deg, 0%, 80%);
  background-color: hsl(0deg, 0%, 15%);
  -webkit-transiton-name: translate;
  transition-duration: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 428px) {
  main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content {
    width: 100%;
    padding: 8px;
  }
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content a {
  display: block;
  padding: 16px 8px;
  border: 1px solid hsl(0deg, 0%, 80%);
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content a:hover {
  color: hsl(0deg, 30%, 67%);
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content:hover {
  transform: translateY(2px);
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content::after {
  content: "";
  display: block;
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition-name: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .contact .contact-wrapper .contact-outer .contact-pages .contact-page .contact-content .link-content:hover::after {
  transform: scale(1, 1);
}
main .contact .contact-wrapper .intersect {
  width: 100%;
  height: 1px;
}
main .pdt-details {
  background-image: linear-gradient(#262626, #929292, #262626, #707070);
  background-size: 100% 400%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-repeat: no-repeat;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer {
  max-width: 1360px;
  margin: 0 auto;
  padding: 176px 24px 64px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .breadcrumb {
  font-size: 1.3rem;
  color: hsl(0deg, 0%, 80%);
}
@media (min-width: 1200px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer .breadcrumb {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer .breadcrumb {
    font-size: 1rem;
  }
}
@media screen and (max-width: 428px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer {
    padding: 136px 24px 0;
  }
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages {
  padding-top: 64px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages h1 {
  display: block;
  font-size: 5rem;
  color: rgb(79, 79, 79);
  text-shadow: 1px 2px 3px hsla(0deg, 0%, 91%, 0.6);
  letter-spacing: 0.8rem;
  margin-bottom: 16px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(30%);
  -webkit-animation-name: process-fade;
          animation-name: process-fade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages h1 span {
  display: block;
  font-size: 2rem;
  justify-content: center;
  color: hsl(0deg, 0%, 80%);
  text-shadow: none;
  margin: 0 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px);
  -webkit-animation-name: span-downFade;
          animation-name: span-downFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1200px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages h1 span {
    font-size: 36px;
  }
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .line-item {
  width: 0%;
  height: 1px;
  background-color: hsl(0deg, 0%, 80%);
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: under_line;
          animation-name: under_line;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin-bottom: 16px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 428px) {
  main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item {
  margin-bottom: 36px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page {
  transition: all 0.5s;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .image-content img {
  width: 100%;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .works-text {
  width: 100%;
  padding: 8px 16px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .works-text p:nth-child(1) {
  font-size: 0.9rem;
  color: hsl(0deg, 0%, 80%);
  width: 100%;
  padding: 8px 0;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .works-text p:nth-child(1) span {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 24px;
  background-color: hsl(0deg, 18%, 51%);
  border-radius: 5px;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .works-text h3 {
  padding-bottom: 8px;
  color: hsl(0deg, 0%, 80%);
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page .works-text p {
  color: hsl(0deg, 0%, 80%);
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .pdt-details-page .grid-container .pdt-grid-item a .works-page:hover {
  transform: scale(1.01);
  opacity: 0.8;
}
main .pdt-details .pdt-details-wrapper .pdt-details-outer .pdt-details-pages .line-item {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: hsl(0deg, 0%, 80%);
}
main .pagination {
  margin: 36px 0 24px;
  text-align: center;
}
main .pagination ul {
  display: flex;
  justify-content: center;
}
main .pagination ul a {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 10px;
  background-color: hsl(0deg, 0%, 77%);
  border-radius: 5px;
}
main .pagination ul .current {
  display: inline-block;
  padding: 8px 10px;
  background-color: #000;
  color: hsl(0deg, 0%, 80%);
  border-radius: 5px;
}
main .process {
  background-size: 100% 400%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-repeat: no-repeat;
}
main .process .process-wrapper .process-outer {
  max-width: 1360px;
  margin: 0 auto;
  padding: 176px 24px 64px;
}
main .process .process-wrapper .process-outer .breadcrumb {
  font-size: 1.3rem;
  color: hsl(240deg, 0%, 8%);
}
@media (min-width: 1200px) {
  main .process .process-wrapper .process-outer .breadcrumb {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .breadcrumb {
    font-size: 1rem;
  }
}
main .process .process-wrapper .process-outer .process-pages {
  padding-top: 64px;
}
main .process .process-wrapper .process-outer .process-pages h1 {
  display: block;
  font-size: 5rem;
  color: hsl(0deg, 0%, 91%);
  text-shadow: 1px 3px 4px hsl(0deg, 30%, 67%);
  letter-spacing: 0.8rem;
  margin-bottom: 24px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(30%);
  -webkit-animation-name: process-fade;
          animation-name: process-fade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages h1 {
    font-size: 3rem;
  }
}
main .process .process-wrapper .process-outer .process-pages h1 span {
  display: block;
  font-size: 2rem;
  justify-content: center;
  color: hsl(240deg, 0%, 8%);
  text-shadow: none;
  margin: 0 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px);
  -webkit-animation-name: span-downFade;
          animation-name: span-downFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1200px) {
  main .process .process-wrapper .process-outer .process-pages h1 span {
    font-size: 36px;
  }
}
main .process .process-wrapper .process-outer .process-pages .line-item {
  display: block;
  width: 0%;
  height: 1px;
  background-color: hsl(240deg, 0%, 8%);
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: under_line;
          animation-name: under_line;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .process .process-wrapper .process-outer .process-pages .process-page {
  margin-top: 48px;
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container {
  display: flex;
  background-color: hsl(0deg, 0%, 17%);
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 993px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content {
    width: 220px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content {
    width: 120px;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 {
  background-color: hsl(0deg, 0%, 77%);
  width: 300px;
  height: 136px;
  -webkit-clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
}
@media screen and (max-width: 993px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 {
    width: 220px;
    height: 104px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 {
    width: 120px;
    height: 80px;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 h2 {
  font-size: 1.3rem;
  position: absolute;
  top: 20%;
  left: 25%;
  transform: translateX(-25%);
  z-index: 10;
}
@media (min-width: 1200px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01 h2 {
    font-size: 1.1rem;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 {
  background-color: hsl(0deg, 0%, 77%);
  width: 300px;
  height: 136px;
  -webkit-clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 66% 0%, 100% 50%, 66% 100%, 0% 100%);
}
@media screen and (max-width: 993px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 {
    width: 220px;
    height: 104px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 {
    width: 120px;
    height: 80px;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 h2 {
  font-size: 1.3rem;
  position: absolute;
  top: 20%;
  left: 25%;
  transform: translateX(-25%);
  z-index: 10;
}
@media (min-width: 1200px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02 h2 {
    font-size: 1.1rem;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_01::before {
  content: "";
  display: block;
  background-color: hsl(0deg, 0%, 17%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 25%;
  height: 35%;
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .text_02::before {
  content: "";
  display: block;
  background-color: hsl(0deg, 0%, 17%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 25%;
  height: 35%;
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content .bg-area {
  background-color: hsl(0deg, 0%, 17%);
  position: absolute;
  top: 0;
  left: 0;
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content h3 {
  font-size: 6rem;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgb(160, 119, 119);
  font-family: "Sawarabi Gothic";
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translateX(-25%);
  z-index: 10;
}
@media (min-width: 1200px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .content h3 {
    font-size: 108px;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .text-content {
  align-self: center;
}
@media screen and (max-width: 768px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .text-content {
    width: 80%;
  }
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .text-content {
    width: 100%;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .page-container .text-content p {
  color: hsl(0deg, 0%, 80%);
  width: 100%;
  padding: 0 24px;
  line-height: 1.7;
}
@media screen and (max-width: 428px) {
  main .process .process-wrapper .process-outer .process-pages .process-page .page-container .text-content p {
    padding: 4px 8px;
  }
}
main .process .process-wrapper .process-outer .process-pages .process-page .process-gray {
  background-color: hsl(0deg, 0%, 17%);
}
main .contact-form {
  background-image: url(../img/26533507\ 1.png);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: repeat;
}
main .contact-form .contact-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 176px 24px 64px;
}
main .contact-form .contact-wrapper .breadcrumb {
  font-size: 1.3rem;
  color: #838282;
}
@media (min-width: 1200px) {
  main .contact-form .contact-wrapper .breadcrumb {
    font-size: 24px;
  }
}
@media screen and (max-width: 428px) {
  main .contact-form .contact-wrapper .breadcrumb {
    font-size: 1rem;
  }
}
main .contact-form .contact-wrapper .contact-pages {
  padding-top: 64px;
}
main .contact-form .contact-wrapper .contact-pages h1 {
  display: block;
  font-size: 6rem;
  color: hsla(0deg, 0%, 0%, 0.6);
  text-shadow: 3px 3px 5px hsla(0deg, 0%, 60%, 0.7);
  letter-spacing: 0.8rem;
  margin-bottom: 24px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(30%);
  -webkit-animation-name: process-fade;
          animation-name: process-fade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .contact-form .contact-wrapper .contact-pages h1 span {
  display: block;
  font-size: 2rem;
  justify-content: center;
  color: #d6d6d6;
  font-weight: bold;
  text-shadow: none;
  margin: 0 24px 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px);
  -webkit-animation-name: span-downFade;
          animation-name: span-downFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 4;
}
@media (min-width: 1200px) {
  main .contact-form .contact-wrapper .contact-pages h1 span {
    font-size: 36px;
  }
}
main .contact-form .contact-wrapper .contact-pages .line-item {
  width: 0%;
  height: 1px;
  background-color: #838282;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: under_line;
          animation-name: under_line;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .contact-form .contact-wrapper .contact-pages .contact-page {
  margin: 100px auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page {
    margin-top: 48px;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form {
  width: 70%;
  position: relative;
  margin: 0 auto;
  right: 9%;
}
@media screen and (max-width: 1280px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form {
    width: 85%;
    right: 9%;
  }
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form {
    margin: 0 auto;
    right: 0%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content {
  width: 100%;
  display: flex;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p {
  display: flex;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p {
    flex-wrap: wrap;
    margin: 24px 0 8px;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p label {
  font-size: 1.2em;
  width: 25%;
  line-height: 1.7;
  color: #838282;
  font-family: "Sawarabi Gothic";
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p label {
    width: 100%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .label {
  font-size: 1.2em;
  width: 70%;
  line-height: 1.7;
  color: #838282;
  font-family: "Sawarabi Gothic";
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .label {
    width: 100%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .tx-rt {
  text-align: right;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .tx-rt {
    text-align: left;
    margin: 24px 0 8px;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .my-name {
  width: 100%;
  padding-left: 10px;
  line-height: 1.7;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .my-name {
    width: 100%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .furigana {
  width: 100%;
  margin-left: auto;
  padding-left: 10px;
  line-height: 1.7;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .furigana {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .input-text {
  width: 100%;
  line-height: 1.7;
  padding-left: 10px;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .content p .wpcf7-form-control-wrap .input-text {
    width: 100%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .content .name-area {
  display: flex;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p {
  width: 25%;
  line-height: 48px;
  border: 1px solid hsl(240deg, 0%, 8%);
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  bottom: -100px;
  left: 47%;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 428px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p {
    width: 80%;
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p .submit-text {
  color: hsl(240deg, 0%, 8%);
  width: 100%;
  vertical-align: baseline;
  position: relative;
  z-index: 2;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p .wpcf7-spinner {
  margin: 0;
  height: auto;
  display: inline;
  opacity: 0;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p::after {
  content: "";
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition-name: background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p:hover {
  color: hsl(0deg, 0%, 80%);
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p:hover {
    transform: translate(-50%, 2px);
  }
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p:hover .submit-text {
  color: #d6d6d6;
}
main .contact-form .contact-wrapper .contact-pages .contact-page .form .submit p:hover::after {
  transform: scale(1, 1);
}
main .contact-form .contact-wrapper .contact-pages .wpcf7-response-output {
  color: #dc3232;
}
main .comfirm-form {
  background-image: url(../img/26533507\ 1.png);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: repeat;
}
main .comfirm-form .comfirm-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 104px 24px 64px;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages {
  padding-top: 64px;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages h1 {
  display: block;
  font-size: 6rem;
  color: hsla(0deg, 0%, 0%, 0.6);
  text-shadow: 3px 3px 5px hsla(0deg, 0%, 60%, 0.7);
  letter-spacing: 0.8rem;
  margin-bottom: 24px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(30%);
  -webkit-animation-name: process-fade;
          animation-name: process-fade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages h1 span {
  display: block;
  font-size: 2rem;
  justify-content: center;
  color: #d6d6d6;
  font-weight: bold;
  text-shadow: none;
  margin: 0 24px 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px);
  -webkit-animation-name: span-downFade;
          animation-name: span-downFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 4;
}
@media (min-width: 1200px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages h1 span {
    font-size: 36px;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .line-item {
  width: 0%;
  height: 1px;
  background-color: #838282;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: under_line;
          animation-name: under_line;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page {
  margin: 100px auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page {
    margin-top: 48px;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form {
  width: 70%;
  position: relative;
  margin: 0 auto;
  right: 9%;
}
@media screen and (max-width: 1280px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form {
    width: 85%;
    right: 9%;
  }
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form {
    width: 100%;
    margin: 0 auto;
    right: 0%;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content {
  width: 100%;
  display: flex;
  font-size: 1.2em;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content {
    margin-bottom: 24px;
    flex-direction: column;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content p {
  line-height: 1.7;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content p:nth-child(1) {
  color: #838282;
  width: 20%;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content p:nth-child(1) {
    width: 50%;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content p:nth-child(2) {
  width: 80%;
  padding-left: 8px;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name {
    flex-direction: column;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(3) {
  color: #838282;
  text-align: right;
  width: 20%;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(3) {
    margin-right: 0px;
    text-align: left;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(2) {
  width: 38%;
  margin-left: 4%;
  padding-left: 8px;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(2) {
    width: 80%;
    margin: 0 0 24px 0%;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(4) {
  width: 38%;
  padding-left: 8px;
  box-shadow: 0 2px 3px 1px #acacac;
  background-color: #ffffff;
  border: 2px solid #acacac;
  border-radius: 5px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content .content-name p:nth-child(4) {
    width: 80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .content:nth-child(2) p:nth-child(2) {
    height: 28px;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit {
  position: relative;
  left: 9%;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit {
    width: 80%;
    position: static;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p {
    flex-direction: column-reverse;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-previous {
  display: block !important;
  background-color: #ffffff;
  width: 20%;
  padding: 16px 8px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-previous {
    width: 40%;
  }
}
@media screen and (max-width: 428px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-previous {
    width: 100%;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-previous:hover {
  background-color: rgba(133, 133, 133, 0.5);
  color: hsl(0deg, 0%, 80%);
  transform: translateY(2px);
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-submit {
  background-color: #ffffff;
  width: 20%;
  padding: 16px 8px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-submit {
    width: 40%;
  }
}
@media screen and (max-width: 428px) {
  main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-submit {
    width: 100%;
  }
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-submit:hover {
  background-color: rgba(133, 133, 133, 0.5);
  color: hsl(0deg, 0%, 80%);
  transform: translateY(2px);
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7 .wpcf7-form .form .submit p .wpcf7-spinner {
  display: none;
}
main .comfirm-form .comfirm-wrapper .comfirm-pages .contact-page .wpcf7-response-output {
  color: #dc3232;
  border: none;
}
main .thanks .thanks-wrapper .thanks-outer {
  max-width: 1360px;
  margin: 0 auto;
  padding: 104px 24px 64px;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages {
  -webkit-animation-name: span-upFade;
          animation-name: span-upFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages h1 {
  display: block;
  font-size: 5rem;
  color: #fff;
  text-shadow: 1px 2px 3px hsla(0deg, 30%, 67%, 0.6);
  letter-spacing: 0.8rem;
  margin-bottom: 24px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(30%);
  -webkit-animation-name: process-fade;
          animation-name: process-fade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages h1 span {
  display: block;
  font-size: 2rem;
  justify-content: center;
  color: hsl(240deg, 0%, 8%);
  text-shadow: none;
  margin: 0 24px 8px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px);
  -webkit-animation-name: span-downFade;
          animation-name: span-downFade;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1200px) {
  main .thanks .thanks-wrapper .thanks-outer .thanks-pages h1 span {
    font-size: 36px;
  }
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .line-item {
  width: 0%;
  height: 1px;
  background-color: hsl(240deg, 0%, 8%);
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: under_line;
          animation-name: under_line;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .thanks-page {
  width: 80%;
  margin: 64px auto;
  padding: 32px 24px;
  text-align: center;
  background-image: linear-gradient(hsl(0deg, 0%, 15%), hsl(0deg, 1%, 31%), hsl(0deg, 0%, 15%));
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .thanks-page h2 {
  font-size: 1.4em;
  text-align: center;
  color: hsl(0deg, 0%, 80%);
  margin-bottom: 32px;
  padding: 20px 0;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .thanks-page .thanks-text p {
  padding-bottom: 24px;
  color: hsl(0deg, 0%, 80%);
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .top-links {
  width: 30%;
  padding: 3px 3px;
  text-align: center;
  margin: 0 auto;
  color: hsl(0deg, 0%, 80%);
  background-color: hsl(0deg, 0%, 15%);
  transition: all 0.7s;
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .top-links a {
  display: block;
  padding: 16px 8px;
  border: 1px solid hsl(0deg, 0%, 80%);
}
main .thanks .thanks-wrapper .thanks-outer .thanks-pages .top-links:hover {
  opacity: 0.7;
  transform: translateY(2px);
}

footer {
  padding: 48px 0;
}
footer .footer-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}
footer .footer-wrapper .footer-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-pages {
    justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-wrapper .footer-pages {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-pages .logo-item {
  width: 20%;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-pages .logo-item {
    width: 50%;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-wrapper .footer-pages .logo-item {
    width: 70%;
  }
}
footer .footer-wrapper .footer-pages .logo-item img {
  width: 100%;
}
footer .footer-wrapper .footer-pages .footer-page nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-pages .footer-page nav ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-wrapper .footer-pages .footer-page nav ul {
    flex-direction: row;
  }
}
footer .footer-wrapper .footer-pages .footer-page nav ul li {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-pages .footer-page nav ul li {
    font-size: 1.1rem;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-wrapper .footer-pages .footer-page nav ul li {
    width: 90%;
    font-size: 0.9;
    margin-top: 36px;
    padding: 0 4px;
  }
}
footer .footer-wrapper .footer-pages .footer-page nav ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
footer .footer-wrapper p {
  text-align: center;
}