@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap");
:root {
  --main-color: #3d19b1;
  --font-body: "Nanum Barun Gothic", sans-serif;
  --font-tit: "Lato", sans-serif;
  --font-hero: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
  height: 100%;
}
html body {
  height: 100%;
  margin: 0;
  font-family: var(--font-body);
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 5rem 2rem;
  transition: 0.5s;
}
nav .navBrand {
  padding-left: 0;
  transition: 0.5s;
}
nav .navBrand a {
  display: flex;
}
nav .navBrand img {
  width: 6.6rem;
  transition: 0.5s;
}
nav .navWrap {
  display: flex;
  flex-grow: 1;
}
nav .navBar {
  font-size: 1.6rem;
  flex-grow: 1;
  margin: 0 4.5%;
}
nav .navBar li {
  display: inline-block;
  padding: 0 4.5%;
}
nav .navBar li a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-tit);
}
nav .navEtc {
  border: 1px solid #ff8c2f;
  display: flex;
  align-items: center;
}
nav .navEtc img {
  background: #ff8c2f;
  border: 1.1rem solid #ff8c2f;
}
nav .navEtc a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ff8c2f;
  font-size: 1.1rem;
  z-index: 999999;
}
nav .navbar_toggler {
  position: absolute;
  display: none;
  right: 1.5rem;
  top: 1.5rem;
  background: none;
  border: 0;
}
nav .navbar_toggler span {
  display: block;
  height: 0.2rem;
  width: 2.5rem;
  margin: 0.5rem 0;
  background: #fff;
}

body:not(.fp-viewing-heroS) header {
  position: fixed;
  width: 100%;
  z-index: 100;
  opacity: 1;
  background: var(--main-color);
}
body:not(.fp-viewing-heroS) nav {
  padding: 1.7rem;
  transition: 0.5s;
}
body:not(.fp-viewing-heroS) nav .navBrand img {
  width: 5.5rem;
  transition: 0.5s;
}

@media (max-width: 992px) {
  nav {
    padding: 1.7rem;
  }
}
@media (max-width: 767px) {
  nav {
    flex-flow: column;
    align-items: flex-start;
    padding: 0;
  }
  nav .navBrand img {
    width: 4.5rem !important;
    margin: 1rem;
  }
  nav .navWrap {
    display: none;
    width: 100%;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.08);
  }
  nav .navWrap.on {
    display: flex;
  }
  nav .navBar {
    margin: 0;
    display: flex;
    align-items: center;
  }
  nav .navbar_toggler {
    display: block;
  }
  nav .navEtc {
    margin-right: 1rem;
  }
  body:not(.fp-viewing-heroS) header {
    position: fixed;
    width: 100%;
    z-index: 100;
    opacity: 1;
    background: var(--main-color);
  }
  body:not(.fp-viewing-heroS) nav {
    padding: 0;
  }
}
@media (max-width: 520px) {
  nav .navBar li {
    padding: 0 3.5%;
  }
  nav .navEtc {
    margin-right: 0;
  }
  nav .navEtc a {
    display: none;
  }
}
.section {
  position: relative;
  height: 100%;
}
.section .fp-overflow {
  padding-top: 8.4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .section .fp-overflow {
    padding-top: 6.4rem;
  }
}

#hero {
  overflow: hidden;
  background-image: linear-gradient(to top right, var(--main-color), #5402d3);
}
#hero .fp-overflow {
  padding-top: 10.5rem;
}
#hero .hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#hero .hero .slick-list {
  height: 100%;
}
#hero .hero .slick-list .slick-track {
  height: 100%;
  width: 100%;
}
#hero .main_hero_bg {
  position: absolute;
  height: 100%;
  width: 30%;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, #4313bb, #4c0ac7);
}
#hero .phone {
  background: #fff;
  width: 22rem;
  height: 42rem;
  border-radius: 2rem;
  padding-top: 1px;
  box-shadow: -1.4rem 0 2rem rgba(0, 0, 0, 0.18);
}
#hero .phone .spe {
  width: 16%;
  height: 1.2%;
  border-radius: 5rem;
  margin: 10% auto 7%;
  background: #dcdcdc;
}
#hero .phone .dis {
  width: 94%;
  height: 80%;
  margin: 0 auto;
  background: #dcdcdc;
  background-size: 100% 100%;
}
#hero .phone .mic {
  background: #dcdcdc;
  width: 11%;
  height: 5.7%;
  margin: 4% auto;
  border-radius: 50%;
}
#hero .idea {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#hero .idea.slick-active .allidea {
  opacity: 1;
}
#hero .idea.slick-active .allidea li .phone {
  opacity: 1;
  transform: translateY(0);
}
#hero .idea .allidea {
  position: absolute;
  right: -23rem;
  top: 5rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.5s;
  display: flex;
}
#hero .idea .allidea li {
  float: left;
}
#hero .idea .allidea li .phone {
  margin: 3rem 1.5rem;
  transform: translateY(5rem);
  transition: 1s;
  opacity: 0;
}
#hero .idea .allidea li .idea01 {
  transition-delay: 0.3s;
}
#hero .idea .allidea li .idea01 .dis {
  background-image: url(../img/idea/1.jpg);
}
#hero .idea .allidea li .idea02 {
  transition-delay: 0.9s;
}
#hero .idea .allidea li .idea02 .dis {
  background-image: url(../img/idea/2.jpg);
}
#hero .idea .allidea li .idea03 {
  transition-delay: 0.6s;
}
#hero .idea .allidea li .idea03 .dis {
  background-image: url(../img/idea/3.jpg);
}
#hero .idea .allidea li .idea04 {
  transition-delay: 0.9s;
}
#hero .idea .allidea li .idea04 .dis {
  background-image: url(../img/idea/4.jpg);
}
#hero .idea .allidea li .idea05 {
  transition-delay: 0s;
}
#hero .idea .allidea li .idea05 .dis {
  background-image: url(../img/idea/2.jpg);
}
#hero .idea .allidea li .idea06 {
  transition-delay: 0.9s;
}
#hero .idea .allidea li .idea06 .dis {
  background-image: url(../img/idea/6.jpg);
}
#hero .idea .allidea li .idea07 {
  transition-delay: 0.6s;
}
#hero .idea .allidea li .idea07 .dis {
  background-image: url(../img/idea/7.jpg);
}
#hero .idea .allidea li .idea08 {
  transition-delay: 0.9s;
}
#hero .idea .allidea li .idea08 .dis {
  background-image: url(../img/idea/4.jpg);
}
#hero .idea .allidea li:nth-child(1) {
  margin-top: 11rem;
}
#hero .idea .allidea li:nth-child(2) {
  margin-top: 23rem;
}
#hero .idea .allidea li:nth-child(4) {
  margin-top: 16rem;
}
#hero .design {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hero .design.slick-active .alldesign .design01 {
  opacity: 1;
  transform: rotate3d(1, -3, 2, 45deg) translateY(0);
}
#hero .design.slick-active .alldesign .design02.dis, #hero .design.slick-active .alldesign .design03.dis {
  opacity: 1;
  transform: translateY(0);
}
#hero .design .alldesign {
  width: 50%;
  display: flex;
  justify-content: center;
}
#hero .design .alldesign .design01 {
  position: relative;
  box-shadow: 1rem 1rem 0 #dcdcdc;
  width: 25rem;
  height: 44.5rem;
  opacity: 0;
  transition: 1s;
  transform: rotate3d(1, -3, 2, 45deg) translateY(5rem);
  transition-delay: 0s;
}
#hero .design .alldesign .design01 .dis {
  background-image: url(../img/design/3.jpg);
  background-size: 100% 100%;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1098039216) inset;
}
#hero .design .alldesign .design02.dis,
#hero .design .alldesign .design03.dis {
  position: absolute;
  width: 103%;
  height: 83%;
  background: #fff;
  box-shadow: 3rem 3rem 5rem rgba(0, 0, 0, 0.37);
  opacity: 0;
  transition: 1s;
  transform: translateY(5rem);
}
#hero .design .alldesign .design02.dis {
  top: 6.2rem;
  left: -12rem;
  transition-delay: 0.4s;
  background-image: url(../img/design/2.jpg);
  background-size: 100% 100%;
}
#hero .design .alldesign .design03.dis {
  top: 9.5rem;
  left: -23.5rem;
  transition-delay: 0.8s;
  background-image: url(../img/design/1.jpg);
  background-size: 100% 100%;
}
#hero .code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#hero .code.slick-active .allcode {
  opacity: 1;
}
#hero .code.slick-active .allcode .code01 {
  opacity: 1;
  transform: translateY(0);
}
#hero .code.slick-active .allcode .code02 {
  opacity: 1;
  width: 33.2rem;
  animation-name: typewriter, blinkTextCursor;
  animation: typewriter 2.5s steps(40) 0.5s 1 normal both, blinkTextCursor 500ms steps(56) 0.5s 10 normal both;
}
#hero .code.slick-active .allcode .code03 p {
  opacity: 1;
  transform: translateY(0);
}
#hero .code .allcode {
  opacity: 0;
  transition: 0.5s;
  width: 50%;
  display: flex;
  justify-content: center;
}
#hero .code .allcode .desktop {
  width: 47rem;
  height: 43rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
#hero .code .allcode .desktop .monitor {
  background: #fff;
  width: 100%;
  height: 80%;
  border-radius: 1.3rem;
  padding: 5% 0%;
}
#hero .code .allcode .desktop .monitor .inmonitor {
  width: 100%;
  height: 100%;
  background: #2f1d56;
  overflow: hidden;
}
#hero .code .allcode .desktop .neck1 {
  position: relative;
  width: 15%;
  height: 14%;
  margin: 0 auto;
  background: #dcdcdc;
}
#hero .code .allcode .desktop .neck1::after, #hero .code .allcode .desktop .neck1::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 100%;
  border-radius: 0 1.5rem 1.5rem 0;
  background: #4312bc;
  position: absolute;
  transform: rotate(9deg);
  left: -0.4rem;
  top: 1px;
}
#hero .code .allcode .desktop .neck1::before {
  border-radius: 1.5rem 0 0 1.5rem;
  transform: rotate(-9deg);
  right: -0.4rem;
  left: auto;
}
#hero .code .allcode .desktop .neck2 {
  width: 68%;
  height: 4%;
  margin: 0 auto;
  border-radius: 5rem 5rem 0 0;
  background: #fff;
}
#hero .code .allcode .code01 {
  opacity: 0;
  transition: 1s;
  transform: translateY(5rem);
  transition-delay: 0s;
}
#hero .code .allcode .code02 {
  margin: 3.4rem 2rem;
  color: #fff;
  width: 0;
  height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  transition-delay: 1s;
  transition: 4s;
}
#hero .code .allcode .code02 .taste {
  color: #808080;
}
#hero .code .allcode .code02 .codename {
  color: #48ffac;
}
#hero .code .allcode .code02 .class {
  color: #a0b1ff;
}
#hero .code .allcode .code02 .classn {
  color: #ff8c2f;
}
#hero .code .allcode .code03 {
  border-top: 1px solid #4a2f73;
  text-align: center;
}
#hero .code .allcode .code03 p {
  font-size: 3rem;
  color: #ff8c2f;
  line-height: 18rem;
  opacity: 0;
  transition: 1s;
  transform: translateY(5rem);
  transition-delay: 3s;
}
#hero .slick-dots {
  height: 46rem;
  max-width: 130rem;
  width: 95%;
  position: absolute;
}
#hero .slick-dots li {
  text-indent: 0;
  font-size: 9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  line-height: 9.5rem;
}
#hero .slick-dots li .dot {
  cursor: pointer;
}
#hero .slick-dots li .summary {
  color: #6e4ceb;
  transition: 0.8s;
}
#hero .slick-dots li .ico {
  position: absolute;
  left: 0;
  top: 38rem;
  width: 6rem;
  height: 6.4rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}
#hero .slick-dots li .keyword {
  font-weight: 300;
  margin-left: 3.5rem;
}
#hero .slick-dots li:nth-child(1) .keyword {
  color: #ff8c2f;
}
#hero .slick-dots li:nth-child(1) .ico {
  background-image: url(../img/idea_icon.png);
}
#hero .slick-dots li:nth-child(1).slick-active .summary {
  background: linear-gradient(to right, #6e4ceb, #ff8c2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .slick-dots li:nth-child(1).slick-active .ico {
  background-image: url(../img/idea_icon_on.png);
}
#hero .slick-dots li:nth-child(2) .keyword {
  color: #55faaf;
  margin-left: 1.5rem;
}
#hero .slick-dots li:nth-child(2) .ico {
  left: 13rem;
  background-image: url(../img/design_icon.png);
}
#hero .slick-dots li:nth-child(2).slick-active .summary {
  background: linear-gradient(to right, #6e4ceb, #55faaf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .slick-dots li:nth-child(2).slick-active .ico {
  background-image: url(../img/design_icon_on.png);
}
#hero .slick-dots li:nth-child(3) .keyword {
  color: #f1f965;
  margin-left: 2.5rem;
}
#hero .slick-dots li:nth-child(3) .ico {
  left: 26rem;
  background-image: url(../img/code_icon.png);
}
#hero .slick-dots li:nth-child(3).slick-active .summary {
  background: linear-gradient(to right, #6e4ceb, #f1f965);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero .slick-dots li:nth-child(3).slick-active .ico {
  background-image: url(../img/code_icon_on.png);
}
#hero .slick-dots::after, #hero .slick-dots::before {
  display: block;
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 27.1rem;
  background: #4214b9;
  height: 27.6rem;
  width: 3rem;
  border-radius: 5rem;
  transform: rotate(12deg);
}
#hero .slick-dots::before {
  width: 2rem;
  box-shadow: -1.4rem 0 4rem rgba(0, 0, 0, 0.3);
}

@media (max-width: 1300px) {
  #hero .slick-dots {
    height: 33rem;
    width: 87%;
  }
  #hero .slick-dots li {
    font-size: 6rem;
    line-height: 6.5rem;
  }
  #hero .slick-dots li .ico {
    top: 25rem;
  }
  #hero .slick-dots::after, #hero .slick-dots::before {
    top: 0.7rem;
    left: 18.1rem;
    height: 21.6rem;
    width: 2rem;
  }
}
@media (max-width: 992px) {
  #hero .hero .slick-list {
    padding-top: 30rem;
  }
  #hero .code,
  #hero .design {
    justify-content: center;
  }
  #hero .code .allcode {
    width: auto;
  }
  #hero .slick-dots {
    top: 5rem;
    text-align: center;
    height: auto;
  }
  #hero .slick-dots::after, #hero .slick-dots::before,
  #hero .slick-dots li .ico {
    display: none;
  }
  #hero .slick-dots li .summary {
    font-weight: 300;
  }
  #hero .slick-dots li .keyword {
    font-weight: 400;
    margin-left: 1.5rem;
  }
}
@media (max-width: 520px) {
  #hero .hero .slick-list {
    padding-top: 18rem;
  }
  #hero .slick-dots {
    top: 3rem;
  }
  #hero .slick-dots li {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  #hero .idea .allidea {
    right: -23rem;
    top: 5rem;
  }
  #hero .idea .allidea li .phone {
    margin: 1rem 0.5rem;
  }
  #hero .idea .allidea li > div {
    width: 12rem;
    height: 24rem;
    margin: 1.4rem 0.7rem;
  }
  #hero .idea .allidea li:nth-child(1) {
    margin-top: 6.1rem;
  }
  #hero .idea .allidea li:nth-child(2) {
    margin-top: 10.6rem;
  }
  #hero .idea .allidea li:nth-child(4) {
    margin-top: 6.2rem;
  }
  #hero .code .allcode {
    left: 1.5rem;
    top: auto;
    bottom: 6rem;
    right: 1.1rem;
    margin: 0;
    height: auto;
    width: auto;
  }
  #hero .code .allcode .code01 {
    width: 30rem;
    height: 25rem;
  }
  #hero .code .allcode .code02 {
    font-size: 1.1rem;
    margin: 2rem;
  }
  #hero .code .allcode .code03 p {
    font-size: 3rem;
    line-height: 10.5rem;
  }
  #hero .design .alldesign {
    left: calc(50% - 4rem);
    top: calc(50% - 16rem);
    width: 16rem;
    margin: 0 auto;
    height: 32rem;
  }
  #hero .design .alldesign .design01 {
    box-shadow: 0.5rem 0.5rem 0 #dcdcdc;
    height: 31rem;
  }
  #hero .design .alldesign .design02.dis {
    left: -5rem;
  }
  #hero .design .alldesign .design03.dis {
    left: -9rem;
  }
}
#about {
  background: #F8F8F8;
  overflow: hidden;
}
#about .area_img {
  background: #F8F8F8 url(../img/about.png) no-repeat;
  width: 43rem;
  height: 43rem;
  opacity: 0;
  transition: 1s ease-in-out;
  transform: translateX(-5rem);
}
#about .area_txt {
  position: relative;
  max-width: 57.8rem;
  margin-left: 10rem;
}
#about .area_txt::before {
  position: absolute;
  top: calc(50% - 2.4rem);
  left: -6rem;
  width: 0.3rem;
  height: 5rem;
  background: var(--main-color);
  content: "";
  display: block;
}
#about .area_txt .tit {
  font-family: var(--font-tit);
  line-height: 3.3rem;
  font-size: 3rem;
  font-weight: 900;
  color: var(--main-color);
  opacity: 0;
  transition: 1s;
  transition-delay: 400ms;
  transform: translateY(-2rem);
}
#about .area_txt .tit .tit1 {
  letter-spacing: 0.9rem;
  display: block;
}
#about .area_txt .tit .tit2 {
  letter-spacing: 0.2rem;
}
#about .area_txt .point {
  color: #fe9a4a;
}
#about .area_txt .info {
  padding-top: 1.5rem;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
  transform: translateY(-2rem);
}

.fp-viewing-aboutS #about .area_img {
  opacity: 1;
  transform: translateX(0);
}
.fp-viewing-aboutS #about .tit {
  opacity: 1;
  transform: translateY(0);
}
.fp-viewing-aboutS #about .info {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  #about .fp-overflow {
    flex-flow: column;
  }
  #about .area_txt {
    margin: 0;
    padding: 0 3rem;
    max-width: none;
  }
  #about .area_txt::before {
    display: none;
  }
}
@media (max-width: 767px) {
  #about .area_img {
    width: 25rem;
    height: 25rem;
    left: auto;
    top: calc(50% - 13rem);
    right: calc(50% + 12.5rem);
    background-size: 100%;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  #about .area_txt .tit {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  #about .area_txt .tit .tit1 {
    letter-spacing: 0.7rem;
  }
}
#history .fp-overflow {
  flex-flow: column;
}
#history .area_txt {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#history .area_txt .tit {
  position: relative;
  font-family: var(--font-tit);
  line-height: 3.3rem;
  font-size: 3rem;
  font-weight: 900;
  color: var(--main-color);
}
#history .area_txt .tit::before {
  position: absolute;
  top: 1rem;
  left: 19rem;
  content: "";
  width: 0.3rem;
  height: 5rem;
  background: var(--main-color);
}
#history .area_txt .tit .tit1 {
  letter-spacing: 1.5rem;
  display: block;
}
#history .area_txt .tit .tit2 {
  letter-spacing: 0.2rem;
  display: block;
}
#history .area_txt .tit .point {
  color: #3ed691;
}
#history .area_txt .tit .tit1,
#history .area_txt .tit .tit2 {
  opacity: 0;
  transition: 1s;
  transform: translateX(-5rem);
}
#history .area_txt .info {
  opacity: 0;
  transition: 1s;
  transform: translateX(5rem);
}
#history .area_txt .imp {
  color: #4e06cb;
  font-weight: 500;
  opacity: 0;
  transition: 1s;
  transform: translateX(5rem);
  margin-top: 1rem;
}
#history .area_history {
  width: 100%;
}
#history .area_history > ul {
  border-top: 1px solid var(--main-color);
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
#history .area_history > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  opacity: 0;
  transition: 1s;
  transform: translateX(3rem);
}
#history .area_history > ul > li .year {
  padding: 3rem 0 4rem;
  font-size: 3.5rem;
  font-family: var(--font-tit);
  font-weight: 600;
}
#history .area_history > ul > li .project_wrap {
  position: relative;
  padding-left: 5.5rem;
}
#history .area_history > ul > li .project_wrap .month {
  position: absolute;
  left: 0;
  font-family: var(--font-tit);
  color: #aeaeae;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}
#history .area_history > ul > li .project_wrap .slash {
  display: block;
  text-align: center;
  color: #ccc;
  font-size: 1rem;
  line-height: 1rem;
}
#history .area_history > ul > li .project_wrap .project {
  color: #777;
}
#history .area_history > ul > li .project_wrap .project .name {
  padding: 3rem 0 0.5rem;
  font-weight: 600;
  color: #333;
}
#history .area_history > ul > li .project_wrap .project .name:first-child {
  padding-top: 0.5rem;
}
#history .area_history > ul > li::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 5rem;
  background: #3b1aad;
}
#history .area_history > ul > li:nth-child(1) {
  transition-delay: 0.5s;
}
#history .area_history > ul > li:nth-child(2) {
  transition-delay: 1s;
}
#history .area_history > ul > li:nth-child(3) {
  transition-delay: 1.5s;
}
#history .area_history > ul > li:nth-child(4) {
  transition-delay: 2s;
}
#history .area_history > ul > li:nth-child(5) {
  transition-delay: 2.5s;
}

.fp-viewing-historyS #history .area_txt .tit1,
.fp-viewing-historyS #history .area_txt .tit2,
.fp-viewing-historyS #history .info,
.fp-viewing-historyS #history .area_history > ul > li,
.fp-viewing-historyS #history .imp {
  opacity: 1;
  transform: translateX(0);
}
.fp-viewing-historyS #history .imp strong {
  background: #d5ccf5;
  padding: 0.3rem 0.4rem 0rem 0.4rem;
  border-radius: 0.3rem;
  font-size: 1.3rem;
}

@media (max-width: 1300px) {
  #history .area_history > ul > li .year {
    padding: 1rem 0 2rem;
    font-size: 2.5rem;
  }
  #history .area_history > ul > li .project_wrap .project li:not(.name) {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  #history .area_history > ul > li .project_wrap {
    padding-left: 0;
  }
  #history .area_history > ul > li .project_wrap .month {
    display: none;
  }
}
@media (max-width: 992px) {
  #history .area_history > ul > li .year {
    font-size: 1.8rem;
  }
  #history .area_history > ul > li .project_wrap .project li:not(.name) {
    display: none;
  }
  #history .area_history > ul > li .project_wrap .project .name {
    padding: 0;
    font-weight: 200;
  }
  #history .area_txt {
    flex-flow: column;
    padding: 0 2rem;
  }
  #history .area_txt .tit {
    margin-bottom: 5rem;
  }
  #history .area_txt .tit::before {
    width: 5rem;
    height: 0.3rem;
    top: calc(100% + 2rem);
    left: calc(50% - 3.5rem);
  }
  #history .info {
    text-align: center;
  }
}
@media (max-width: 520px) {
  #history .area_txt {
    margin-bottom: 2rem;
  }
  #history .area_txt .tit {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  #history .area_txt .tit .tit1 {
    letter-spacing: 1.2rem;
  }
  #history .area_history {
    overflow: auto;
  }
  #history .area_history > ul {
    min-width: 107rem;
  }
  #history .info,
  #history .info br {
    display: none;
  }
  #history .area_history > ul > li .project_wrap .project li:not(.name) {
    display: block;
  }
  #history .area_history > ul > li .project_wrap .project li.name {
    font-weight: 600;
    padding: 1.5rem 0 0.5rem;
  }
}
#portfolio {
  background: var(--main-color);
}
#portfolio .fp-overflow {
  flex-flow: column;
}
#portfolio .area_txt .tit {
  font-family: var(--font-tit);
  line-height: 3.3rem;
  font-size: 3rem;
  font-weight: 900;
  color: var(--main-color);
  color: #6e4ceb;
  letter-spacing: 1.4rem;
  text-align: center;
}
#portfolio .area_txt .tit .point {
  color: #f1f965;
}
#portfolio .year_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #6e4ceb;
  width: 95%;
  max-width: 71rem;
  padding: 4.5rem 0 1.2rem;
  margin: 0 auto 9rem;
}
#portfolio .year_btn button {
  position: relative;
  display: inline-block;
  width: 16%;
  line-height: 3rem;
  color: #6e4ceb;
  text-decoration: none;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
}
#portfolio .year_btn button.active {
  color: #f1f965;
}
#portfolio .year_btn button::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #6e4ceb;
  position: absolute;
  bottom: -1.7rem;
  left: calc(50% - 0.5rem);
}
#portfolio .year_btn button.active::before {
  background: #f1f965;
}
#portfolio .area_portfolio {
  width: 100%;
}
#portfolio .area_portfolio button {
  width: calc(20% - 1rem);
  margin: 0.5rem;
  border: 0;
  background: none;
  padding: 0;
}
#portfolio .area_portfolio button img {
  width: 100%;
  height: 22rem;
}
#portfolio .area_portfolio .tabcontent {
  height: 0;
  width: 100%;
  overflow-y: hidden;
  padding: 0 2%;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
}
#portfolio .area_portfolio .tabcontent.active {
  height: auto;
  opacity: 1;
}
#portfolio .area_portfolio .slick-slider .slick-slide {
  padding: 0 1rem;
  position: relative;
}
#portfolio .area_portfolio .slick-slider .slick-slide:focus {
  outline: none;
}
#portfolio .area_portfolio .slick-slider .slick-slide img {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
#portfolio .area_portfolio .slick-slider .slick-prev, #portfolio .area_portfolio .slick-slider .slick-next {
  line-height: 0;
  position: absolute;
  top: 49%;
  display: block;
  width: 4rem;
  height: 2rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transform: scalex(0.5);
}
#portfolio .area_portfolio .slick-slider .slick-prev {
  left: 2.5rem;
}
#portfolio .area_portfolio .slick-slider .slick-next {
  right: 2.5rem;
}
#portfolio .area_portfolio .slick-slider .slick-prev:before,
#portfolio .area_portfolio .slick-slider .slick-next:before {
  font-family: var(--font-tit);
  font-weight: 100;
  font-size: 6.1rem;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#portfolio .area_portfolio .slick-slider .slick-prev:before {
  content: "<";
}
#portfolio .area_portfolio .slick-slider .slick-next:before {
  content: ">";
}
#portfolio .area_portfolio .slick-slider .slick-slide:hover .txtArea {
  opacity: 1;
}
#portfolio .area_portfolio .txtArea {
  opacity: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 2rem;
  transition: 0.5s;
}
#portfolio .area_portfolio .txtArea .host {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.71);
}
#portfolio .area_portfolio .txtArea .project {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-body);
  margin-top: 1.3rem;
}
#portfolio .area_portfolio .txtArea .work {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}
#portfolio .area_portfolio .txtArea .work li.tit {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

@media (max-width: 520px) {
  #portfolio .area_txt .tit {
    margin-top: 0;
  }
  #portfolio .year_btn {
    border: 0;
    margin-bottom: 3rem;
  }
  #portfolio .year_btn button {
    width: 30%;
    margin: 1%;
    background: #6e4ceb;
    border-radius: 5px;
    color: #fff;
  }
  #portfolio .year_btn button.active {
    background: #f1f965;
    color: #6e4ceb;
    font-weight: 600;
  }
  #portfolio .year_btn button::before {
    display: none;
  }
}
#contact .fp-tableCell {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#contact .area_txt {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#contact .area_txt .tit {
  font-family: var(--font-tit);
  line-height: 3.3rem;
  font-size: 3rem;
  font-weight: 900;
  color: var(--main-color);
  letter-spacing: 0.7rem;
  text-align: center;
}
#contact .area_txt .tit .point {
  color: #fe9a4a;
}
#contact .area_txt .info {
  background: url(../img/contact.png) no-repeat center 65%;
  width: 100%;
  max-width: 110rem;
  height: 53rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .area_txt ul {
  padding-bottom: 15rem;
}
#contact .area_txt ul li {
  position: relative;
  padding-left: 8rem;
  color: #fff;
}
#contact .area_txt ul li span {
  position: absolute;
  color: #9e9e9e;
  left: 0;
}

@media (max-width: 520px) {
  #contact .area_txt .info {
    background-size: 247%;
  }
  #contact .area_txt ul {
    padding-bottom: 11rem;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex !important;
}

.modal-dialog {
  position: relative;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  width: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.show {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -0.2rem;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 1.5rem;
}

.modal-footer {
  padding: 1.5rem;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 60rem;
    margin: 3rem auto;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 90rem;
  }
}
/*# sourceMappingURL=page.css.map */