@charset "UTF-8";
body .cnt_area {
  position: relative;
}

body .cnt_area .kv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

body .cnt_area .kv a {
  max-width: 1100px;
  width: 100%;
}

body .cnt_area .kv a .kv04 {
  max-width: 1100px;
  width: 100%;
}

body .cnt_area .kv_slide {
  width: 100%;
  padding-top: 20px;
}

body .cnt_area .kv_slide .slick01 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

body .cnt_area .kv_slide .slide-dots {
  padding-top: 20px;
  text-align: center;
}

body .cnt_area .kv_slide .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

body .cnt_area .kv_slide .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

body .cnt_area .kv_slide .slide-dots li button:before {
  content: '●';
  color: #fff;
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

body .cnt_area .kv_slide .slide-dots li.slick-active button:before {
  content: '●';
  color: rgba(255, 255, 255, 0.411);
}

body .cnt_area .bnr_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  body .cnt_area .bnr_area {
    width: 90%;
    margin: 0 auto;
  }
}

body .cnt_area .bnr_area .bnr {
  max-width: 1000px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .cnt_area .bnr_area .bnr:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

body .cnt_area .bnr_area .bnr img {
  max-width: 1000px;
  width: 100%;
}

body .cnt_area .cnt_box {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 117, 194, 0.35);
}

@media screen and (max-width: 760px) {
  body .cnt_area .cnt_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .cnt_area .cnt_box .cnt_ttl {
  padding-top: 60px;
  font-size: 55px;
  color: #ffc209;
  letter-spacing: 5px;
  font-family: 'Anton', sans-serif;
  font-style: oblique;
}

@media screen and (max-width: 750px) {
  body .cnt_area .cnt_box .cnt_ttl {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

body .cnt_area .cnt_box .img_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 80px 0;
}

@media screen and (max-width: 980px) {
  body .cnt_area .cnt_box .img_box {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 760px) {
  body .cnt_area .cnt_box .img_box {
    padding: 40px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body .cnt_area .cnt_box .img_box a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 32%;
}

@media screen and (max-width: 980px) {
  body .cnt_area .cnt_box .img_box a {
    padding-right: 0;
  }
}

body .cnt_area .cnt_box .img_box a img {
  max-width: 345px;
}

@media screen and (max-width: 980px) {
  body .cnt_area .cnt_box .img_box a img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}

body .cnt_area .cnt_box .img_box a:hover {
  -webkit-transform: translateY(-10px) scale(1.04);
          transform: translateY(-10px) scale(1.04);
  -webkit-filter: drop-shadow(0px 10px 8px rgba(30, 12, 63, 0.3));
          filter: drop-shadow(0px 10px 8px rgba(30, 12, 63, 0.3));
}

body .cnt_area .cnt_box .img_box .pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 980px) {
  body .cnt_area .cnt_box .img_box .pt40 {
    padding-top: 0;
  }
}

body .cnt_area .cnt_box .img_box .no_link {
  pointer-events: none;
}

body .cnt_area .cnt_box .img_box .last_box::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

body .cnt_area .cnt_box .more_btn {
  max-width: 338px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 760px) {
  body .cnt_area .cnt_box .more_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body .cnt_area .cnt_box .more_btn img {
  max-width: 338px;
  width: 100%;
}

@media screen and (max-width: 760px) {
  body .cnt_area .cnt_box .more_btn img {
    max-width: 250px;
  }
}

body .cnt_area .cnt_box .more_btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.76));
}

body .cnt_area .cnt_box .product_btn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  body .cnt_area .cnt_box .product_btn {
    width: 90%;
  }
}

body .cnt_area .cnt_box .product_btn img {
  max-width: 1100px;
  width: 100%;
}

body .cnt_area .cnt_box .product_btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body .cnt_area .cnt_box .small {
  font-family: 16px;
  color: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  body .cnt_area .cnt_box .small {
    width: 90%;
  }
}

body .cnt_area .bnr_box {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .cnt_area .bnr_box a {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  body .cnt_area .bnr_box a {
    width: 90%;
  }
}

body .cnt_area .bnr_box a:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

body .cnt_area .bnr_box a img {
  max-width: 950px;
  width: 100%;
}
/*# sourceMappingURL=layout.css.map */