/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * BANNER
 * MAIN
 * ABOUT
 * PRODUCT
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner > .container {
  max-width: 130%;
  width: 130%;
  margin: 0 -15%;
}

@media (min-width: 992px) {
  .banner > .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.banner .scrollbtn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  z-index: 1010;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: #ffffff;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  main {
    padding: 5rem 0 2rem;
  }
}

main::before {
  display: none;
}

main:after {
  background-image: url(../images/bg-03.png);
  background-position: center bottom;
  height: 590px;
}

main > .container::before, main > .container::after {
  display: none;
}

@media (min-width: 1200px) {
  main > .container > .row {
    top: 0;
    margin-bottom: 0;
  }
}

main .page-header::after {
  display: none;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .index-about-header {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-about-header::after {
  content: '';
  width: 1px;
  height: 235px;
  background-color: rgba(184, 162, 112, 0.5);
  position: absolute;
  display: none;
}

@media (min-width: 992px) {
  .index-about-header::after {
    display: block;
    top: 180px;
    right: 95px;
  }
}

@media (min-width: 1200px) {
  .index-about-header::after {
    top: 250px;
    right: 70px;
  }
}

@media (min-width: 992px) {
  .index-about-header .page-header h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
    position: relative;
    left: -1.5rem;
  }
}

.index-about-header .bicycle {
  display: none;
}

@media (min-width: 576px) {
  .index-about-header .bicycle {
    display: block;
  }
}

@media (min-width: 992px) {
  .index-about-header .bicycle {
    padding-top: 8rem;
  }
}

.index-about-body {
  position: relative;
}

@media (min-width: 1200px) {
  .index-about-body {
    padding-left: 1rem !important;
    padding-right: 0;
  }
}

.index-about-body .clude {
  -webkit-animation-name: cloud;
          animation-name: cloud;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  display: none;
}

@media (min-width: 992px) {
  .index-about-body .clude {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 160px;
  }
  .index-about-body .clude img {
    margin-left: 0;
  }
}

.index-about-pic {
  margin-top: 2rem;
}

.index-about-pic img {
  border: 3px solid #b2cc71;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .index-about-pic {
    margin-top: 0;
  }
}

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

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.index-product {
  padding-top: 2.5rem;
}

.index-product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
}

.index-product-header .page-header h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.index-product-header .page-header h2 span {
  display: block;
  color: #666666;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .index-product-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
