@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Neonderthaw&display=swap");
body {
  font-family: 'Noto Serif TC', serif !important;
  letter-spacing: .15rem !important;
  color: #2c2c2c;
  background: #fff;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

section {
  padding: 7rem 0;
  overflow: hidden;
  position: relative;
}

h2 {
  font-size: 28px;
  letter-spacing: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #2c2c2c;
  padding-left: 2rem;
  border-left: solid 5px #b3e6ff;
}

@media (max-width: 992px) {
  h2 {
    font-size: 20px;
  }
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}

.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}

.list-style li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.list-style li::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}

.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #2c2c2c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.dec_box {
  position: absolute;
  width: 10vw;
  height: 30vh;
  background: url("https://images.unsplash.com/photo-1528458909336-e7a0adfed0a5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1048&q=80") no-repeat center/cover fixed;
  opacity: .6;
}

@media (max-width: 992px) {
  .dec_box {
    background-attachment: unset;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #00000090;
  transition: 0.4s;
  z-index: 99;
}

header .navbar .navbar-brand {
  display: flex;
  align-items: center;
}

header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  color: #b3e6ff;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: .35rem 1.5rem;
  position: relative;
  color: #b3e6ff;
  letter-spacing: .15rem;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #b3e6ff;
  width: 100%;
  height: 0px;
  transition: .5s;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  height: 8px;
}

header .scrolled {
  background: #000000c4;
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
  background: #000;
}

.hero img {
  z-index: 0;
  opacity: .7;
}

.hero .txt-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  text-shadow: 0 3px 8px #111;
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=3, Color=#111)";
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero .txt-content h1 {
  font-size: 80px;
  letter-spacing: .5rem;
  line-height: 1.3;
}

.hero .txt-content h1 small {
  font-size: 0.5em;
}

.hero .txt-content span {
  margin: 20px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #aaa;
  background: #ffffff22;
  backdrop-filter: blur(5px);
}

@media (max-width: 1200px) {
  .hero {
    height: calc(100vh - 50px);
  }
  .hero .txt-content h1 {
    font-size: 40px;
  }
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 80px;
}

section .scroll-down:hover {
  opacity: .5;
}

section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}

section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: .15s;
}

section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: .3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}

.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}

.masonry-store a img:hover {
  filter: brightness(1);
}

@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.about {
  background: linear-gradient(to right, transparent 0%, transparent 45%, #fff 45%), url("https://images.unsplash.com/photo-1588515603140-81bd9f7d1db0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80") no-repeat -50vw center/cover;
}

@media (max-width: 992px) {
  .about {
    background: url("https://images.unsplash.com/photo-1588515603140-81bd9f7d1db0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80") no-repeat center/cover, rgba(255, 255, 255, 0.827);
    background-blend-mode: color;
  }
}

.services {
  background: #f4f4f4;
}

.services .dec_box {
  right: 0;
  top: 0;
  opacity: .25;
  transform: translateX(50%);
}

.services img {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: top;
  opacity: .5;
}

.services h5 {
  line-height: 1.7rem;
}

.services p {
  line-height: normal;
}

.services .col-md-6 {
  display: flex;
}

#process {
  background: transparent;
}

#process h5 {
  display: inline-block;
  padding-bottom: 3rem;
  position: relative;
}

#process h5 span {
  color: #5b5b5b;
  position: relative;
}

#process h5 span::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  display: inline-block;
  background: #b3e6ff;
}

#process h5:not(:last-child)::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 15px;
  height: calc(3rem - 15px);
  border-right: dotted 2px darkgray;
}

#process .process_bg {
  background: url("https://images.unsplash.com/photo-1597424216910-9e56f8a09b8e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2874&q=80") no-repeat center/contain;
  min-height: 300px;
}

.portfolio {
  background: #f4f4f4;
}

.portfolio img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: .5s;
  transform: scale(1);
}

.portfolio a {
  overflow: hidden;
  padding: 0 !important;
}

.portfolio a:hover img {
  transform: scale(1.2);
}

.portfolio .row a {
  padding: .5rem;
  display: block;
}

.contact {
  background: #2c2c2c;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact address ul li a {
  color: #e3ddd0;
  transition: 0.4s;
}

.contact address ul li a:hover {
  color: #b3e6ff;
}

.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}

.contact .sns {
  padding-left: 20px;
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3ddd0;
  color: #e3ddd0;
  text-decoration: none;
  font-size: 20px;
  transition: .5s;
}

.contact .sns a:hover {
  border: 1px solid #b3e6ff;
  color: #b3e6ff;
}

@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}

.contact .map {
  filter: grayscale(1);
  transition: 0.4s;
}

.contact .map:hover {
  filter: grayscale(0);
}

footer {
  background: #000;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  footer {
    margin-bottom: 50px;
  }
}

.yellow {
  color: #b3e6ff;
}
/*# sourceMappingURL=all.css.map */