/*** #banner.auto ***/
#banner[class*=auto] > .inner > .box1 {
  height: 100%;
  width: 100%;
  background: url("../images/bnr_auto.jpg") center center no-repeat;
  background-size: cover;
}

/*** main.auto ***/
#main[class*=auto] {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] {
    margin: 10rem 0rem;
  }
}
#main[class*=auto] > .inner {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 3rem 0rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 {
    padding: 4rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 {
    padding: 5rem 0rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box1 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box1 {
    width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box1 {
    width: 40rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
  opacity: 0.5;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 2.08rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.6rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1 > .box2 > .par1 {
    text-align: center;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .hdr1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .par1 {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s, transform ease-out 0.5s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .hdr1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .par1 {
    transform: translateY(4rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .hdr1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .par1 {
    transform: translateY(5rem);
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .hdr1.hdr1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .par1.hdr1 {
  transition-delay: 0.5s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .hdr1.par1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .par1.par1 {
  transition-delay: 0.75s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .lnk1 {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.5s, transform ease-out 0.5s;
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .lnk1 {
    transform: translateY(4rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .lnk1 {
    transform: translateY(5rem);
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani > .box2 > .lnk1.hov {
  transition: background 0.35s, opacity 0.5s, transform ease-out 0.5s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani.view > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box1.ani.view > .box2 > .hdr1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani.view > .box2 > .par1, #main[class*=auto] > .inner > .sec1 > .inner > .box1.ani.view > .box2 > .lnk1 {
  opacity: 1;
  transform: translateY(0);
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 {
    margin-top: 10rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] {
    align-items: center;
    display: flex;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box]:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 {
    width: 60%;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 {
    width: 40%;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
  opacity: 0.8;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 {
    padding: 0rem 2.5rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.82rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 3rem;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr2 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .hdr2 {
    margin-bottom: 5rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.24;
  border: 0.2rem solid #484848;
  border-radius: 1.76rem;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  width: 14rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.52;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1 {
    font-size: 1.5rem;
    line-height: 2.8;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1 {
    border: 0.25rem solid #484848;
    border-radius: 2.14rem;
    width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1 {
    border: 0.3rem solid #484848;
    border-radius: 2.55rem;
    width: 18rem;
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1.hov {
  transition: background 0.35s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box] > .box2 > .box2 > .lnk1.hov:hover {
  background-color: #484848;
  color: #ffffff;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani > .box2 > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani > .box2 > .box2 {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(3rem);
  transition: opacity 0.5s, transform ease-out 0.5s;
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani > .box2 > .box2 {
    transform: translate(-50%, -50%) translateY(4rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani > .box2 > .box2 {
    transform: translate(-50%, -50%) translateY(5rem);
  }
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani.view > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani.view > .box2 > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec1 > .inner > .box2 > [class^=box].ani.view > .box2 > .box2 {
  opacity: 1;
  transform: translate(-50%, -50%);
}
#main[class*=auto] > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 {
    margin-bottom: 10rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-size: 1.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 2.38rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.2rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(100% + 1.5rem);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1::after {
    height: 0.25rem;
    left: calc(50% - 1.25rem);
    top: calc(100% + 2rem);
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr1::after {
    height: 0.3rem;
    left: calc(50% - 1.5rem);
    top: calc(100% + 2.5rem);
    width: 3rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr2 {
    font-size: 1.54rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1 > .box2 > .hdr2 {
    font-size: 1.8rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1.ani > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1.ani > .box2 {
  opacity: 0;
  transform: translateY(3rem) translateY(-50%);
  transition: opacity 0.5s, transform ease-out 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1.ani > .box2 {
    transform: translateY(4rem) translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box1.ani > .box2 {
    transform: translateY(5rem) translateY(-50%);
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1.ani.view > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box1.ani.view > .box2 {
  opacity: 1;
  transform: translateY(-50%);
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  max-width: 42rem;
  padding: 3rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 {
    margin: 0 auto -3rem;
    max-width: 76.8rem;
    padding: 3rem 2rem 0;
    transform: translateY(-3rem);
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 {
    margin: 0 auto -5rem;
    max-width: 120rem;
    padding: 5rem 5rem 0;
    transform: translateY(-5rem);
    width: calc(100% - 10rem);
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 7.5rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 > .par1 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box1 > .par1 {
    text-align: center;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 {
    height: 100%;
    left: calc(50% - 1.5rem);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 3rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .hdr1 {
    font-size: 2.52rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box1 > .hdr1 {
    height: 100%;
    width: 100%;
    font-size: 3.3rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 {
    margin: 0 auto 4rem;
    max-width: 65rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 {
    margin: 0 auto 5rem;
    max-width: 80rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] {
  height: auto;
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] {
    width: 40%;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box]:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2.5rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .img1 {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 80%;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm2 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm2 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box2 > .box2 > [class^=box] > .par1 > .elm2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.56;
  background-color: #a1689a;
  border: 0.2rem solid #181818;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - 0.5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - 0.75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov:hover {
  background-color: #81497a;
}
#main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov:hover::after {
  transform: translate(0.25rem, -50%);
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov:hover::after {
    transform: translate(0.375rem, -50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec2 > .inner > .box2 > .box3 > .lnk1.hov:hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class*=auto] > .inner > .sec3 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 {
    margin-bottom: 10rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-size: 1.82rem;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 2.38rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 0.2rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(100% + 1.5rem);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1::after {
    height: 0.25rem;
    left: calc(50% - 1.25rem);
    top: calc(100% + 2rem);
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr1::after {
    height: 0.3rem;
    left: calc(50% - 1.5rem);
    top: calc(100% + 2.5rem);
    width: 3rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1 > .box2 > .hdr2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1.ani > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1.ani > .box2 {
  opacity: 0;
  transform: translateY(3rem) translateY(-50%);
  transition: opacity 0.5s, transform ease-out 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1.ani > .box2 {
    transform: translateY(4rem) translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box1.ani > .box2 {
    transform: translateY(5rem) translateY(-50%);
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1.ani.view > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box1.ani.view > .box2 {
  opacity: 1;
  transform: translateY(-50%);
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  max-width: 42rem;
  padding: 3rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 {
    margin: 0 auto -3rem;
    max-width: 76.8rem;
    padding: 3rem 2rem 0;
    transform: translateY(-3rem);
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 {
    margin: 0 auto -5rem;
    max-width: 120rem;
    padding: 5rem 5rem 0;
    transform: translateY(-5rem);
    width: calc(100% - 10rem);
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 > [class^=par] {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 > [class^=par] {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box1 > [class^=par] {
    text-align: center;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.56;
  background-color: #a1689a;
  border: 0.2rem solid #181818;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - 0.5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - 0.75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov:hover {
  background-color: #81497a;
}
#main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
  transform: translate(0.25rem, -50%);
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
    transform: translate(0.375rem, -50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec3 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class*=auto] > .inner > .sec4 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec4 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec4 {
    margin-bottom: 10rem;
  }
}
#main[class*=auto] > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=auto] > .inner > .sec4 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec4 > .inner > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=auto] > .inner > .sec4 > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 1.5rem;
  left: 0;
  padding: 0 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec4 > .inner > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec4 > .inner > .box2 {
    padding: 0rem 2.5rem;
  }
}
#main[class*=auto] > .inner > .sec4 > .inner > .box2 > .par1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec4 > .inner > .box2 > .par1 {
    font-size: 1.54rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec4 > .inner > .box2 > .par1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec4.ani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.5s;
}
#main[class*=auto] > .inner > .sec4.ani > .inner > .box2 {
  opacity: 0;
  transform: translateY(3rem) translateY(-50%);
  transition: opacity 0.5s, transform ease-out 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec4.ani > .inner > .box2 {
    transform: translateY(4rem) translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec4.ani > .inner > .box2 {
    transform: translateY(5rem) translateY(-50%);
  }
}
#main[class*=auto] > .inner > .sec4.ani.view > .inner > .box1 {
  opacity: 1;
}
#main[class*=auto] > .inner > .sec4.ani.view > .inner > .box2 {
  opacity: 1;
  transform: translateY(-50%);
}
#main[class*=auto] > .inner > .sec5 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec5 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  padding: 3rem 1.5rem;
  background-color: #80891e;
  border: 0.2rem solid #181818;
  display: block;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 {
    padding: 5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 {
    border: 0.25rem solid #181818;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 {
    border: 0.3rem solid #181818;
  }
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1 > .hdr2 {
    font-size: 1.5rem;
  }
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1.hov {
  transition: background 0.35s;
}
#main[class*=auto] > .inner > .sec5 > .inner > .box1 > .lnk1.hov:hover {
  background-color: #565f1c;
}

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