@charset "UTF-8";
.navbar-brand h1 {
  margin: 0; }

.main-slider {
  position: relative; }
  .main-slider__photo {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%; }
  .main-slider .owl-prev, .main-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 28px; }
    .main-slider .owl-prev::before, .main-slider .owl-next::before {
      font-size: 20px; }
    .main-slider .owl-prev:hover, .main-slider .owl-next:hover {
      background-color: #fff; }
  .main-slider .owl-prev {
    left: 3px; }
    .main-slider .owl-prev::before {
      content: '<'; }
  .main-slider .owl-next {
    right: 3px; }
    .main-slider .owl-next::before {
      content: '>'; }
  .main-slider .owl-dots {
    margin-top: 10px;
    text-align: center; }
  .main-slider .owl-dot {
    background-color: #ececec;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    vertical-align: middle;
    width: 10px; }
    .main-slider .owl-dot.active {
      background-color: #c6c6c6; }
    .main-slider .owl-dot:first-child {
      margin-left: 0; }

.news-area {
  display: block;
  margin: 0 15px;
  text-decoration: none; }

.news-box {
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s; }
  .news-box:hover .news-box__desc::before {
    opacity: 1; }
  .news-box:hover .news-box__desc::after {
    opacity: 0; }
  .news-box__photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 104px;
    margin-right: 15px;
    width: 104px; }
  .news-box__date {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .news-box__summary {
    font-size: 24px;
    margin: 3px 0 0; }
  .news-box__desc {
    height: 51px;
    line-height: 18px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative; }
    .news-box__desc::before, .news-box__desc::after {
      bottom: 0;
      content: '';
      height: 10px;
      left: 0;
      position: absolute;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      width: 100%; }
    .news-box__desc::before {
      opacity: 0; }

.project-body {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px; }

.project-item {
  margin-top: 15px; }

.project__link {
  display: block;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

.project__photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  position: relative; }

.project__innercontent {
  padding: 15px 5px; }

.project__summary {
  font-size: 24px;
  line-height: 1;
  margin-top: 0; }

.project-price {
  margin-top: 10px;
  position: relative; }
  .project-price .preferential,
  .project-price .trade {
    color: #990013;
    font-size: 24px;
    font-weight: bold; }
  .project-price .original {
    color: #868686;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 35%; }
  .project-price .preferential {
    display: block;
    width: 65%; }

.products-box {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px; }

.products-item {
  font-size: 18px;
  margin-top: 30px; }
  .products-item__box {
    display: block;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .products-item__box::after {
      content: '詳細資訊';
      display: block;
      font-size: 24px;
      height: 40px;
      line-height: 40px;
      margin-top: 10px;
      text-align: center;
      -webkit-transition: background-color .4s;
      transition: background-color .4s;
      width: 100%; }

.products-photo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%; }

.products-article {
  border-top: 1px solid #979797;
  margin-top: 10px; }

.products-summary {
  font-size: 24px;
  margin-top: 10px; }

.products-desc {
  display: none; }

.products-price {
  line-height: 1;
  margin-top: 15px;
  position: relative; }
  .products-price .preferential,
  .products-price .trade {
    color: #990013;
    font-size: 24px;
    font-weight: bold; }
  .products-price .original {
    color: #868686;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 35%; }
  .products-price .preferential {
    display: block;
    width: 65%; }

.popup-box {
  padding: 30px; }
  .popup-box .lSGallery-thumbLink {
    border: 3px solid transparent;
    display: block; }

.popup-article {
  font-size: 16px;
  padding-bottom: 70px; }

.popup-title {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px; }

.popup-content {
  color: #262626; }

.popup-price {
  line-height: 1;
  margin-bottom: 15px;
  overflow: hidden; }
  .popup-price .preferential,
  .popup-price .trade {
    color: #990013;
    font-size: 24px;
    font-weight: bold; }
  .popup-price .preferential {
    float: left;
    width: 65%; }
  .popup-price .original {
    color: #868686;
    float: right;
    font-size: 14px;
    text-align: right;
    width: 35%; }

.promotion-popup__calling {
  border-radius: 0;
  bottom: 15px;
  left: 15px;
  right: 15px; }

.mfp-close-btn-in .mfp-close {
  font-size: 60px;
  height: 30px;
  line-height: 30px;
  right: 3px;
  top: 3px;
  width: 30px; }

.main-slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  will-change: opacity; }

.main-slider .owl-prev, .main-slider .owl-next {
  background-color: transparent;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 40px;
  will-change: opacity; }
  .main-slider .owl-prev:hover, .main-slider .owl-next:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1; }
  .main-slider .owl-prev::before, .main-slider .owl-next::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900; }

.main-slider .owl-prev {
  left: 10px; }
  .main-slider .owl-prev::before {
    content: '\f104'; }

.main-slider .owl-next {
  right: 10px; }
  .main-slider .owl-next::before {
    content: '\f105'; }

.main-slider .owl-dots {
  bottom: 10px;
  left: 50%;
  margin-left: -30%;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 60%;
  will-change: opacity;
  z-index: 15; }

.main-slider .owl-dot {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 15px 0 0;
  position: relative;
  width: 10px; }
  .main-slider .owl-dot::after {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    content: '';
    height: 14px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 14px; }
  .main-slider .owl-dot.active {
    background-color: #aaa;
    border: 1px solid #aaa; }
    .main-slider .owl-dot.active::after {
      background-color: #aaa;
      border-color: #aaa; }

.main-slider:hover .owl-nav,
.main-slider:hover .owl-dots {
  opacity: 1; }

.news-section .article-body {
  font-size: 0;
  margin-left: -5%; }

.news-area {
  display: inline-block;
  font-size: 16px;
  margin-left: 5%;
  margin-right: 0;
  overflow: hidden;
  vertical-align: top;
  width: 45%; }

.news-box {
  margin-bottom: 30px; }
  .news-box:hover .news-box__desc::before {
    opacity: 1; }
  .news-box:hover .news-box__desc::after {
    opacity: 0; }
  .news-box__photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 104px;
    margin: 3px 8px 3px 3px;
    min-width: 104px;
    -webkit-transition: border .5s;
    transition: border .5s; }
  .news-box__summary {
    font-size: 1em;
    height: 19px;
    overflow: hidden; }
  .news-box__desc {
    font-size: 12px;
    height: 51px;
    line-height: 18px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative; }
    .news-box__desc::before, .news-box__desc::after {
      bottom: 0;
      content: '';
      height: 10px;
      left: 0;
      position: absolute;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      width: 100%; }
    .news-box__desc::before {
      opacity: 0; }
  .news-box__date {
    font-size: 12px;
    margin: 3px 0 0; }

.project-body {
  font-size: 0;
  margin-left: 0;
  margin-right: 0; }
  .project-body::after {
    clear: both;
    content: '';
    display: table; }

.project-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%; }

.project__photo {
  padding-top: 100%; }

.project__link {
  position: relative; }
  .project__link:hover .project__content {
    opacity: 1;
    visibility: visible; }

.project__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  left: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  width: 100%; }

.project__innercontent {
  color: #fff;
  padding: 0; }

.project__summary {
  color: #fff;
  font-size: 1em; }

.project__desc {
  font-size: 15px;
  line-height: 2; }

.project-price .preferential,
.project-price .trade {
  font-size: 1em; }

.products-box {
  font-size: 0;
  margin-left: -3%;
  margin-right: 0;
  margin-top: 0; }

.products-item {
  display: inline-block;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-top: 0;
  vertical-align: top;
  width: 47%; }

.products-photo {
  padding-top: 60%; }

.products-summary {
  font-size: 22px;
  height: 30px;
  margin-bottom: 0;
  margin-top: 5px;
  overflow: hidden;
  position: relative; }

.products-price {
  margin-top: 10px; }
  .products-price .preferential,
  .products-price .trade {
    font-size: 1em; }
  .products-price .price-title {
    display: block; }

.popup-box {
  overflow: hidden;
  padding: 25px 20px; }
  .popup-box + .mfp-close.mfp-close {
    right: 25px;
    top: 20px; }
  .popup-box .promotion-popup__calling {
    float: right;
    margin-top: 10px;
    position: static;
    width: auto; }
    .popup-box .promotion-popup__calling .fa {
      display: inline-block; }

.popup-aside {
  float: left;
  position: relative;
  width: 40%; }

.popup-title {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0; }

.popup-article {
  float: right;
  font-size: 14px;
  padding-bottom: 0;
  width: 55%; }

.promotion-popup__calling {
  border: 0 none;
  bottom: 25px;
  font-size: 15px;
  height: 15px;
  left: auto;
  line-height: 1;
  width: 255px; }

@media (min-width: 992px) {
  .news-section .article-body {
    margin-left: -3%; }
  .news-area {
    margin-left: 3%;
    width: 30.33%; }
  .project-item {
    width: 25%; }
  .products-box {
    margin-left: -2%; }
  .products-item {
    margin-bottom: 2%;
    margin-left: 2%;
    width: 23%; }
  .products-photo {
    padding-top: 100%; }
  .popup-aside .magnifier {
    opacity: 0;
    visibility: hidden; }
    .popup-aside .magnifier .fa {
      left: 50%;
      margin-left: -10px;
      margin-top: -15px;
      position: absolute;
      top: 50%; }
  .popup-aside .lSSlideWrapper:hover .magnifier {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    visibility: visible;
    width: 100%; } }

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