/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * PC
 * BANNER
 * MAIN
 * PRODUCTS
 * ABOUT
 * NEWS
 * AD
 **/
/*------------------------------------*\
    PC 
\*------------------------------------*/
@media (min-width: 992px) {
    body {
        padding-top: 0;
    }

    .index-header {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .index-navbar {
        margin-top: 3.25rem;
    }

        .index-navbar .container-xxl {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
        }

        .index-navbar .navbar-brand {
            margin-bottom: 2rem;
        }

        .index-navbar .navbar-nav .nav-fb {
            position: absolute;
            top: 0;
            left: 0;
        }

        .index-navbar .navbar-subnav {
            position: absolute;
            top: 0;
            right: 0;
        }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .swiper-slide {
    overflow: hidden;
}

@media (min-width: 992px) {
    .banner .swiper-slide:nth-child(odd) .banner-txt {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1600px) {
    .banner .swiper-slide:nth-child(odd) .banner-txt {
        padding-right: 2.5rem;
    }
}

/*.banner .swiper-slide:nth-child(odd) .banner-pic {
  background-position: left center;
}

.banner .swiper-slide:nth-child(odd).swiper-slide-active .banner-pic {
  -webkit-animation: kenburns-left 5s ease-out both;
  animation: kenburns-left 5s ease-out both;
}*/

@media (min-width: 992px) {
    .banner .swiper-slide:nth-child(even) .banner-txt {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1600px) {
    .banner .swiper-slide:nth-child(even) .banner-txt {
        padding-left: 2.5rem;
    }
}

/*.banner .swiper-slide:nth-child(even) .banner-pic {
  background-position: right center;
}

.banner .swiper-slide:nth-child(even).swiper-slide-active .banner-pic {
  -webkit-animation: kenburns-right 5s ease-out both;
  animation: kenburns-right 5s ease-out both;
}*/

.banner .swiper-pagination {
    bottom: 35px;
}

.banner .swiper-pagination-bullet {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.banner .swiper-pagination-bullet-active {
    background-color: #a97c21;
}

.banner-txt {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 1600px) {
    .banner-txt {
        max-width: 1440px;
        margin-top: 3.5rem;
    }
}

.banner-txt .title {
    margin-bottom: 1rem;
}

    .banner-txt .title span {
        font-size: 2rem;
        padding-bottom: 1.25rem;
        position: relative;
    }

/*.banner-txt .title span::before {
  content: "";
  background-color: #5b463f;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}*/
@media (min-width: 576px) {
    .banner-txt .title span {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .banner-txt .title {
        min-width: 520px;
    }

        .banner-txt .title span {
            font-size: 3.5rem;
            letter-spacing: 0.4rem;
        }
}

@media (min-width: 992px) {
    .banner-txt .text {
        min-width: 520px;
    }
}

/*.banner-pic {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 800px;
  }
}*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
    padding: 0;
}

    main > section {
        padding: 2rem 0;
    }

@media (min-width: 992px) {
    main > section {
        padding: 4.5rem 0;
    }
}

.page-title {
    border: none;
    padding: 0;
}

    .page-title .title {
        font-size: 0.9375rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.25rem;
    }

        .page-title .title span {
            display: block;
            color: #a97c21;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 0.5rem;
            margin-bottom: 0.5rem;
        }

@media (min-width: 992px) {
    .page-title .title span {
        font-size: 2.25rem;
        font-weight: bold;
    }
}

.page-title-secondary {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .page-title-secondary .title {
        text-align: left;
    }

        .page-title-secondary .title span {
            display: inline-block;
            margin-right: 1.25rem;
        }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products .container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .index-products .container {
        max-width: 1140px;
        padding: 0;
    }
}

.index-products-secondary {
    padding-bottom: 2rem;
}

.index-products-btn {
    text-align: center;
}

    .index-products-btn .btn {
        border-color: #a97c21;
        background-color: #a97c21;
        color: #ffffff;
        font-size: 0.9375rem;
        letter-spacing: 0.1rem;
        line-height: 40px;
        width: 170px;
        height: 40px;
        padding: 0;
    }

        .index-products-btn .btn:hover,
        .index-products-btn .btn:focus {
            background-color: #5b463f;
        }

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
    padding: 0;
    min-height: 510px;
    position: relative;
}

    .index-about::before {
        content: "";
        background-image: url(../images/index-about.png);
        width: 440px;
        height: 580px;
        position: absolute;
        left: -100px;
        top: -80px;
    }

@media (min-width: 992px) {
    .index-about::before {
        top: 0;
        bottom: -80px;
    }
}

.index-about::after {
    content: "";
    background-image: url(../images/index-about-bg.jpg);
    width: 1115px;
    height: 360px;
    position: absolute;
    right: 0;
    bottom: -110px;
    opacity: 0.4;
}

.index-about .container {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

@media (min-width: 1400px) {
    .index-about .container {
        max-width: 1300px;
    }
}

.index-about-txt {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .index-about-txt {
        margin-top: 6.25rem;
        margin-bottom: 0;
    }
}

.index-about-txt .content {
    max-width: 655px;
    min-height: 385px;
    padding: 2rem 1rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

    .index-about-txt .content::before {
        content: "";
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.6);
        height: auto;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .index-about-txt .content::after {
        content: "";
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        height: auto;
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

@media (min-width: 576px) {
    .index-about-txt .content {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .index-about-txt .content {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .index-about-txt .content {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .index-about-txt .content {
        padding: 4rem 4.5rem;
    }
}

.index-about-txt .title {
    color: #a97c21;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    position: relative;
    z-index: 2;
}

    .index-about-txt .title span {
        color: #5b463f;
    }

@media (min-width: 576px) {
    .index-about-txt .title {
        font-size: 1.6875rem;
    }
}

.index-about-txt .text {
    line-height: 1.8;
    letter-spacing: 0.025rem;
    position: relative;
    z-index: 2;
}

    .index-about-txt .text p:last-child {
        margin-bottom: 0;
    }

.index-about-txt .button {
    margin-top: 2rem;
    text-align: center;
}

    .index-about-txt .button .btn {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #a97c21;
        color: #a97c21;
        font-size: 0.8125rem;
        letter-spacing: 0.15rem;
        padding: 0;
        padding-right: 3rem;
        padding-bottom: 0.75rem;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
    }

        .index-about-txt .button .btn::after {
            content: "";
            background-color: #a97c21;
            width: 15px;
            height: 1px;
            position: absolute;
            right: -2px;
            bottom: 5px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .index-about-txt .button .btn:hover,
        .index-about-txt .button .btn:focus {
            padding-right: 5rem;
        }

@media (min-width: 992px) {
    .index-about-txt .button {
        margin-top: 0;
        text-align: left;
        position: absolute;
        right: -200px;
        bottom: 0;
        z-index: 2;
    }
}

@media (min-width: 1400px) {
    .index-about-txt .button {
        right: 0;
    }
}

.index-about-txt .pic {
    position: absolute;
    right: 45px;
    bottom: -30px;
    z-index: 3;
}

    .index-about-txt .pic img {
        opacity: 0.1;
    }

.index-about-pic {
    text-align: center;
}

@media (min-width: 992px) {
    .index-about-pic {
        text-align: right;
    }

        .index-about-pic img {
            position: absolute;
            right: 12px;
        }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

    .index-news .container {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

@media (min-width: 1400px) {
    .index-news .container {
        max-width: 1300px;
    }
}

.index-news .page-title {
    text-align: center;
}

    .index-news .page-title .title {
        color: #ffffff;
        display: inline-block;
        position: relative;
    }

        .index-news .page-title .title::before,
        .index-news .page-title .title::after {
            content: "";
            background-color: #a97c21;
            width: 60px;
            height: 1px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .index-news .page-title .title::before {
            left: -60px;
            -webkit-transform: rotate(75deg);
            -ms-transform: rotate(75deg);
            transform: rotate(75deg);
        }

        .index-news .page-title .title::after {
            right: -60px;
            -webkit-transform: rotate(-75deg);
            -ms-transform: rotate(-75deg);
            transform: rotate(-75deg);
        }

.index-news .news-list-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .index-news .news-list-item {
        margin-bottom: 0;
    }
}

.index-news-content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}

    .index-news-content::before,
    .index-news-content::after {
        content: "";
        background-color: #a97c21;
        width: 1px;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .index-news-content::before {
        left: 5px;
    }

    .index-news-content::after {
        right: 5px;
    }

@media (min-width: 576px) {
    .index-news-content::before {
        left: 10px;
    }

    .index-news-content::after {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .index-news-content {
        padding: 3rem;
    }
}

@media (min-width: 1200px) {
    .index-news-content {
        padding: 4.5rem;
    }
}

/*------------------------------------*\
    AD
\*------------------------------------*/
.adsbox {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}

.adscontent {
    width: 635px;
    height: 635px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

    .adscontent img {
        width: 100%;
    }

.close {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 635px) {
    .adscontent {
        width: 90%;
        height: 90%;
        top: 50%;
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
