a {
  color: inherit;
  text-decoration: none;
}

body {
  color: rgb(82, 42, 40);
}

@media (max-width: 1430px) {
  .onlypc {
    display: none;
  }
}

.onlym {
  display: none;
}
@media (max-width: 1430px) {
  .onlym {
    display: inherit;
  }
}

@keyframes patrol1 {
  0% {
    top: -15vh;
    right: -15vw;
    opacity: 0.7;
    transform: scale(0.7);
  }
  33% {
    top: 15vh;
    right: 25vw;
    opacity: 0.3;
    transform: scale(1);
  }
  66% {
    top: 30vh;
    right: -15vw;
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    top: -15vh;
    right: -15vw;
    opacity: 0.7;
    transform: scale(0.7);
  }
}
@keyframes patrol-reverse {
  from {
    top: 5vh;
    right: 5vw;
  }
  to {
    top: -5vw;
    right: -5vw;
  }
}
@keyframes pill {
  0% {
    top: -40px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 50px;
  }
}
@keyframes slideUpSkew {
  from {
    opacity: 0;
    transform: translateY(30px) skew(-10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0px) skew(0deg);
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
main .slide-wrapper {
  position: relative;
}
main .slide-wrapper .caption {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

body #fp-nav {
  right: 2vw !important;
}
body #fp-nav ul {
  display: flex;
  flex-direction: column;
  width: 20px;
}
body #fp-nav ul li {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 2px;
}
body #fp-nav ul li a {
  height: 30px;
}
body #fp-nav ul li a span {
  width: 6px;
  height: 6px;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: none;
  opacity: 0.5;
}
@media (max-width: 1430px) {
  body #fp-nav ul li a span {
    width: 6px;
  }
}
body #fp-nav ul li a.active {
  margin-left: -3px;
}
body #fp-nav ul li a.active span {
  width: 12px;
  height: 3px;
  margin: 0;
  border-radius: 0;
}
body #fp-nav ul li a.active span:after {
  content: " ";
  width: 12px;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: rotate(90deg);
  background-color: #fff;
}
body #fp-nav ul li:hover a {
  margin-left: -3px;
}
body #fp-nav ul li:hover a span {
  width: 12px;
  height: 3px;
  margin: 0;
  border-radius: 0;
  transition: none;
}
body #fp-nav ul li:hover a span:after {
  content: " ";
  width: 12px;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: rotate(90deg);
  background-color: #fff;
  transition: none;
}
body #fp-nav ul li:hover a.active span {
  width: 12px;
  height: 3px;
  margin: 0;
  border-radius: 0;
  transition: none;
}
body #fp-nav ul li:hover a.active span:after {
  content: " ";
  width: 12px;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: rotate(90deg);
  background-color: #fff;
}
body.fp-viewing-section2 #fp-nav ul li a span, body.fp-viewing-section3 #fp-nav ul li a span, body.fp-viewing-section4 #fp-nav ul li a span, body.fp-viewing-section5 #fp-nav ul li a span, body.fp-viewing-section6 #fp-nav ul li a span, body.fp-viewing-section7 #fp-nav ul li a span {
  transition: none;
  background-color: rgb(255, 190, 152);
  opacity: 0.5;
}
body.fp-viewing-section2 #fp-nav ul li a span:after, body.fp-viewing-section3 #fp-nav ul li a span:after, body.fp-viewing-section4 #fp-nav ul li a span:after, body.fp-viewing-section5 #fp-nav ul li a span:after, body.fp-viewing-section6 #fp-nav ul li a span:after, body.fp-viewing-section7 #fp-nav ul li a span:after {
  background-color: rgb(255, 190, 152);
}
body.fp-viewing-section2 #fp-nav ul li:hover a span, body.fp-viewing-section3 #fp-nav ul li:hover a span, body.fp-viewing-section4 #fp-nav ul li:hover a span, body.fp-viewing-section5 #fp-nav ul li:hover a span, body.fp-viewing-section6 #fp-nav ul li:hover a span, body.fp-viewing-section7 #fp-nav ul li:hover a span {
  background-color: rgb(255, 190, 152);
}
body.fp-viewing-section2 #fp-nav ul li:hover a span:after, body.fp-viewing-section3 #fp-nav ul li:hover a span:after, body.fp-viewing-section4 #fp-nav ul li:hover a span:after, body.fp-viewing-section5 #fp-nav ul li:hover a span:after, body.fp-viewing-section6 #fp-nav ul li:hover a span:after, body.fp-viewing-section7 #fp-nav ul li:hover a span:after {
  background-color: rgb(255, 190, 152);
}

main .bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
main .section {
  overflow: hidden;
  background-color: #fff7eb;
}
main .section .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
main .section .video-wrap video {
  min-height: 100%;
  min-width: 100%;
}
main .section .text-wrap {
  position: relative;
  z-index: 1;
}
main .section .fp-overflow {
  padding: 2.5vh 2.5vw;
}
main .section h2 {
  font-size: 2.5em;
  margin: 0;
}
@media (max-width: 1430px) {
  main .section h2 {
    font-size: 1.4em;
  }
}
main .section p.subtitle {
  font-weight: 500;
}
@media (max-width: 1430px) {
  main .section p.subtitle {
    font-size: 0.8em;
  }
}
main .section .info {
  margin-bottom: 2em;
}
@media (max-width: 1430px) {
  main .section .info {
    font-size: 0.8em;
  }
}
main .section .info .infoline {
  margin: 0.3em 0;
  display: flex;
  flex-direction: row;
}
main .section .info .infoline label {
  font-weight: 700;
  width: 100px;
}
@media (max-width: 1430px) {
  main .section .info .infoline label {
    width: 60px;
  }
}
main .section p.desc {
  line-height: 1.8;
}
@media (max-width: 1430px) {
  main .section p.desc {
    font-size: 0.8em;
    line-height: 1.4;
  }
}
main .section01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  background-color: rgb(255, 190, 152);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .section01 .logo-wrap {
  position: fixed;
  top: 1vh;
  right: 1vw;
  font-weight: 900;
  font-size: 60px;
  color: rgb(150, 79, 76);
  opacity: 0;
  animation: slideUp 1s 0.5s ease 1 forwards;
  z-index: 1;
}
@media (max-width: 1430px) {
  main .section01 .logo-wrap {
    font-size: 40px;
  }
}
main .section01 .text-wrap {
  margin: 5vw;
}
main .section01 .text-wrap h1 {
  font-size: 200px;
  color: rgb(82, 42, 40);
  font-weight: 900;
  opacity: 0;
  animation: slideUp 1s 0.5s ease 1 forwards;
  line-height: 1;
  margin: 0;
  font-family: "SUIT";
}
@media (max-width: 1430px) {
  main .section01 .text-wrap h1 {
    font-size: 38px;
  }
}
main .section01 .scroll-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 3vh;
  left: 0;
  right: 0;
  color: rgb(255, 190, 152);
  font-size: 14px;
  font-family: "Montserrat";
  opacity: 0;
  animation: slideUp 1s 0.9s ease 1 forwards;
}
main .section01 .scroll-ani a {
  color: rgb(255, 190, 152);
}
main .section01 .scroll-ani a.scroll span {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  bottom: 5px;
  height: 40px;
  top: -50px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 4px;
}
main .section01 .scroll-ani a.scroll span::before {
  animation: pill 3.5s linear infinite;
  background-image: linear-gradient(to top, #fccb87 30%, #ff9500 70%);
  border-radius: 2px;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 4px;
}
main .section .img-wrapper.sellic01 {
  background-image: url(../img/sellic01.png);
}
main .section .img-wrapper.sellic02 {
  background-image: url(../img/sellic02.png);
}
main .section .img-wrapper.amaranth01 {
  background-image: url(../img/ama01.png);
}
main .section .img-wrapper.amaranth02 {
  background-image: url(../img/ama02.png);
}
main .section .img-wrapper.samjin01 {
  background-image: url(../img/samjin01.png);
}
main .section .img-wrapper.samjin02 {
  background-image: url(../img/samjin02.png);
}
main .section .img-wrapper.chloro01 {
  background-image: url(../img/chloro01.png);
}
main .section .img-wrapper.chloro02 {
  background-image: url(../img/chloro02.png);
}
main .section-type-ttii .inner-section {
  display: flex;
  flex-direction: row;
  height: 47.5vh;
}
@media (max-width: 1430px) {
  main .section-type-ttii .inner-section {
    height: auto;
    flex-direction: column;
  }
}
main .section-type-ttii .inner-section .inner-inner-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px;
}
@media (max-width: 1430px) {
  main .section-type-ttii .inner-section .inner-inner-section {
    width: 100%;
    padding: 0;
  }
}
main .section-type-ttii .inner-section .inner-inner-section.upperside .leftside {
  opacity: 0;
  animation: slideRight 1s 0.5s ease 1 forwards;
}
main .section-type-ttii .inner-section .inner-inner-section.upperside .rightside {
  opacity: 0;
  animation: slideDown 1s 0.5s ease 1 forwards;
}
main .section-type-ttii .inner-section .inner-inner-section.lowerside .leftside {
  opacity: 0;
  animation: slideLeft 1s 0.5s ease 1 forwards;
}
main .section-type-ttii .inner-section .inner-inner-section.lowerside .rightside {
  opacity: 0;
  animation: slideUp 1s 0.5s ease 1 forwards;
}
main .section-type-ttii .inner-section .inner-inner-section .img-wrapper {
  background-size: cover;
  max-width: 100%;
  width: 100%;
  height: 50vh;
}
@media (max-width: 1430px) {
  main .section-type-ttii .inner-section .inner-inner-section .img-wrapper {
    height: 25vh;
  }
}

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