@charset "UTF-8";
#ktsCont {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #19479B;
  font-size: 16px;
  line-height: 1.6em;
  background-color: #FFFFFF;
  word-break: break-all;
}

html {
  opacity: 0;
  pointer-events: none;
}
html.show-page {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
html.ended {
  -webkit-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2105px, 0, 0);
            transform: translate3d(-2105px, 0, 0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2105px, 0, 0);
            transform: translate3d(-2105px, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(2118px, 0, 0);
            transform: translate3d(2118px, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(2118px, 0, 0);
            transform: translate3d(2118px, 0, 0);
  }
}
.kokuyo-st-container {
  width: 100%;
  overflow: hidden;
}

#ktsCont {
  width: 100%;
  overflow: hidden;
}
#ktsCont * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#ktsCont .preload-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  width: 1px;
  height: 1px;
}
#ktsCont .preload-img img {
  display: block;
}
#ktsCont .hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#ktsCont .hover:hover {
  opacity: 0.8;
}
#ktsCont .wrap-2 {
  max-width: 960px;
  margin: 0 auto;
}
#ktsCont .wrap-3 {
  max-width: 800px;
  margin: 0 auto;
}
#ktsCont img {
  max-width: 100%;
}
#ktsCont a {
  text-decoration: none;
}
#ktsCont section {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
#ktsCont .bt-popup-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#ktsCont .bt-popup-contact.active {
  opacity: 1;
  pointer-events: auto;
}
#ktsCont .section-kv {
  display: block;
  background-image: url("../img/kv_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-kv #anim1 {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0.96);
          transform: translate3d(-50%, 0, 0) scale(0.96);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  pointer-events: none;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-kv #anim1 svg {
  position: absolute;
  width: 115% !important;
  height: 115% !important;
  top: -5%;
  left: -7.5%;
}
#ktsCont .section-kv #anim1.none {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ktsCont .section-kv #anim1.show {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
          transform: translate3d(-50%, 0, 0) scale(1);
}
#ktsCont .section-video {
  padding: 20px;
  background: url("../img/video_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
}
#ktsCont .section-video .video-wrapper {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#ktsCont .section-video .video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: url("../img/video_group.jpg") no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#ktsCont .section-video .video-container:hover .icon-play {
  opacity: 0.8;
}
#ktsCont .section-video .video-container .icon-play {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
#ktsCont .section-video .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#ktsCont .section-video .video-container.show iframe {
  opacity: 1;
}
#ktsCont .section-video .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
}
#ktsCont .section-slide-img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-slide-img .scrolling-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}
#ktsCont .section-slide-img#section-slide-img1 .scrolling-image {
  background-image: url("../img/bg-loop.jpg");
}
#ktsCont .section-slide-img#section-slide-img2 .scrolling-image {
  background-image: url("../img/bg-loop2.jpg");
  right: 0;
  left: auto;
  width: 4236px;
  background-position: right top;
}
#ktsCont .section-slide-img#section-slide-img2 .scrolling-image.animate {
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}
#ktsCont .section-slide-img .scrolling-image-container {
  display: block;
  width: 100%;
  height: 198px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-slide-img .scrolling-image-container .scrolling-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 4210px;
  height: 198px;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-slide-img .scrolling-image-container .scrolling-image.animate {
  -webkit-animation: slide-right 40s linear infinite;
          animation: slide-right 40s linear infinite;
}
#ktsCont .section-1 {
  display: block;
  background-image: url("../img/kv_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 768px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-1 .img-contain {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-1 .img-contain.show {
  opacity: 1;
}
#ktsCont .section-1 .section1_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0.6);
          transform: translate3d(-50%, 0, 0) scale(0.6);
  height: 100%;
  width: auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-slider {
  padding: 60px 0;
  padding-top: 120px;
  min-height: 768px;
  background-color: #00C7FF;
  background-image: url("../img/slider_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  position: relative;
}
#ktsCont .section-slider .slider-text {
  position: relative;
  top: -30px;
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  color: #19469A;
  font-weight: 900;
  font-family: 'Noto Sans JP';
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#ktsCont .section-slider .slider-text.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-slider:before {
  content: '';
  position: absolute;
  right: 163px;
  bottom: 0;
  width: 242px;
  height: 206px;
  background: url("../img/slider_bottom.png") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
#ktsCont .section-slider .slider-nav {
  width: 40px;
  z-index: 200;
  position: absolute;
  top: 158px;
  left: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#ktsCont .section-slider .slider-nav:before {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: #FFD600;
  width: 8px;
  height: 275px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ktsCont .section-slider .slider-nav .item {
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
#ktsCont .section-slider .slider-nav .item:last-child {
  margin-bottom: 0;
}
#ktsCont .section-slider .slider-nav .item.slick-current .img-contain:before, #ktsCont .section-slider .slider-nav .item.active .img-contain:before {
  opacity: 0;
}
#ktsCont .section-slider .slider-nav .item.slick-current .img-contain .bg-yellow, #ktsCont .section-slider .slider-nav .item.active .img-contain .bg-yellow {
  opacity: 1;
}
#ktsCont .section-slider .slider-nav .item .img-contain {
  position: relative;
}
#ktsCont .section-slider .slider-nav .item .img-contain img {
  border-radius: 6px;
  position: relative;
  opacity: 1;
}
#ktsCont .section-slider .slider-nav .item .img-contain:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
}
#ktsCont .section-slider .slider-nav .item .img-contain:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
}
#ktsCont .section-slider .slider-nav .item .img-contain .bg-yellow {
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #FFD600;
  border-radius: 6px;
  opacity: 0;
}
#ktsCont .section-slider .slider-nav .item .img-contain .bg-yellow:before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #FFD600;
  border-radius: 6px;
}
#ktsCont .section-slider .slider-main {
  z-index: 100;
  position: relative;
  margin: 15px 0;
  margin-top: 80px;
}
#ktsCont .section-slider .slider-main:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #FFD600;
}
#ktsCont .section-slider .slider-main .slick-list {
  overflow: visible;
}
#ktsCont .section-slider .slider-main .slick-slide {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain {
  display: block;
  position: relative;
  z-index: 1;
  margin: 80px 0;
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain .item-img-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: auto;
  z-index: 1;
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain .border-yellow {
  position: absolute;
  opacity: 0;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 30px;
  background-color: #FFD600;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ktsCont .section-slider .slider-main .slick-slide .img-contain img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
#ktsCont .section-slider .slider-main .slick-slide.slick-center .img-contain {
  z-index: 2;
}
#ktsCont .section-slider .slider-main .slick-slide.slick-center .img-contain .border-yellow {
  opacity: 1;
}
#ktsCont .section-slider .slider-main .slick-slide.slick-center .img-contain:before {
  opacity: 1;
}
#ktsCont .section-slider .slider-main .slick-slide.slick-center .img-contain:after {
  opacity: 0;
}
#ktsCont .section-slider .slider-main .slick-slide,
#ktsCont .section-slider .slider-main .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#ktsCont .section-slider .slider-main .slick-center,
#ktsCont .section-slider .slider-main .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#ktsCont .section-bg-move {
  display: block;
  width: 100%;
  height: 769px;
  background-image: url("../img/bg_move.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-bg-move#section-bg-move1 {
  margin-bottom: 0;
}
#ktsCont .section-bg-move#section-bg-move1 .group-img-phone {
  max-width: 1366px;
}
#ktsCont .section-bg-move#section-bg-move2 .bg-moving {
  max-width: 1335px;
  background-image: url("../img/bg_moving2.png");
}
#ktsCont .section-bg-move#section-bg-move2 .group-img-phone {
  max-width: 906px;
}
#ktsCont .section-bg-move.show .bg-moving {
  opacity: 1;
  top: 0;
}
#ktsCont .section-bg-move.show .group-img-phone {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}
#ktsCont .section-bg-move .bg-moving {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
  width: 100%;
  height: 2400px;
  max-width: 1216px;
  background-image: url("../img/bg_moving.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  top: 300px;
  -webkit-transition: top 1s ease, -webkit-transform 0.1s linear;
  transition: top 1s ease, -webkit-transform 0.1s linear;
  transition: top 1s ease, transform 0.1s linear;
  transition: top 1s ease, transform 0.1s linear, -webkit-transform 0.1s linear;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-bg-move .group-img-phone {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -40%, 0);
          transform: translate3d(-50%, -40%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
#ktsCont .section-2 {
  position: relative;
  width: 100%;
  height: 768px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-2 .bg {
  background-image: url("../img/section-2_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ktsCont .section-2 .group-center {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-2 .group-center img {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#ktsCont .section-2 .group-center img.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
#ktsCont .section-2 .group-center img.img1.hide {
  opacity: 0;
}
#ktsCont .section-2 .group-center img.img2 {
  -webkit-transform: translate3d(-46%, -50%, 0);
          transform: translate3d(-46%, -50%, 0);
}
#ktsCont .section-2 .group-center img.img3 {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
  -webkit-transition: all 0.6s 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: all 0.6s 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#ktsCont .section-2 .group-center img.img3.active {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}
#ktsCont .section-3 {
  position: relative;
  width: 100%;
  height: 1152px;
  background: url("../img/bg_move.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-3 .bg {
  background: url("../img/section3_bg.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 390px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#ktsCont .section-3 .group-img-phone {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1366px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-3 .group-img-phone .bt-app {
  position: absolute;
  top: 28%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 340px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #19469A;
  font-weight: 900;
  font-family: 'Noto Sans JP';
}
#ktsCont .section-3 .group-img-phone .group_phone_text3_1 {
  position: absolute;
  width: 56.8%;
  max-width: 775px;
  left: 50%;
  top: 9.55%;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0.8);
          transform: translate3d(-50%, 0, 0) scale(0.8);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#ktsCont .section-3 .group-img-phone .group_phone_text3_1.show {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
          transform: translate3d(-50%, 0, 0) scale(1);
}
#ktsCont .section-3 .group-img-phone .group_phone_text3_2 {
  position: absolute;
  width: 26.14%;
  left: 56.6%;
  top: 61.4%;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#ktsCont .section-3 .group-img-phone .group_phone_text3_2.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
#ktsCont .section-3 .group-img-phone #anim2 {
  position: absolute;
  width: 25%;
  left: 17.8%;
  top: 34%;
  overflow: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-4 {
  position: relative;
  width: 100%;
  height: 764px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-4 .bg-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-4 .bg {
  background: url("../img/section-4_bg.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ktsCont .section-4 .section-4_text {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-4 .section-4_text.show {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}
#ktsCont .section-5 {
  position: relative;
  width: 100%;
  height: 384px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-5 .bg-wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-5 .bg {
  background: url("../img/section-5_bg.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ktsCont .section-5 .section-5_text {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#ktsCont .section-5 .section-5_text.show {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}
#ktsCont .group-contact {
  display: block;
  width: 100%;
  max-width: 500px;
}
#ktsCont .group-contact .contact_title {
  display: block;
  margin: 0 auto;
}
#ktsCont .group-contact .contact_img {
  display: block;
  margin: 40px 0;
  margin-top: 60px;
}
#ktsCont .group-contact .group-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ktsCont .group-contact .group-bt .bt-item {
  width: 40%;
  margin: 0 22px;
}
#ktsCont .section-contact {
  width: 100%;
  display: block;
  background-color: #00C7FF;
  padding: 100px 20px;
  padding-top: 120px;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#ktsCont .section-contact .group-contact {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 720px;
  margin: 0 auto;
}
#ktsCont .section-contact .group-contact.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
#ktsCont .banner-bottom {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 990px;
  text-align: center;
}
#ktsCont .banner-bottom .banner-link {
  display: inline-block;
}
#ktsCont .group-bt-seemore {
  text-align: center;
  display: block;
  text-align: center;
  padding: 50px 20px;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#ktsCont .group-bt-seemore a {
  display: inline-block;
}
#ktsCont .popup-video {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#ktsCont .popup-video.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s 0s, visibility 0s 0s;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}
#ktsCont .popup-video .bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#ktsCont .popup-video .video-wrapper {
  position: relative;
  z-index: 120;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 120;
  width: 70%;
  max-width: 1130px;
  display: block;
}
#ktsCont .popup-video .video-wrapper .bt-close {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: -75px;
  right: -75px;
  background: url("../img/icon_close.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
#ktsCont .popup-video .video-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}
#ktsCont .popup-video .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ktsCont .popup-contact {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#ktsCont .popup-contact .bt-close {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 10%;
  background: url("../img/icon_close.png") no-repeat;
  background-size: 100% 100%;
  z-index: 120;
}
#ktsCont .popup-contact.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s 0s, visibility 0s 0s;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}
#ktsCont .popup-contact .bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #00C7FF;
}
#ktsCont .popup-contact .contact-wrapper {
  position: relative;
  z-index: 120;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 120;
  width: 70%;
  height: 100vh;
  overflow: hidden;
  max-width: 720px;
  display: block;
}
#ktsCont .popup-contact .contact-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 50px 20px;
}

@media screen and (max-width: 750px) {
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-638px, 0, 0);
              transform: translate3d(-638px, 0, 0);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-638px, 0, 0);
              transform: translate3d(-638px, 0, 0);
    }
  }
  @-webkit-keyframes slide-left {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(642px, 0, 0);
              transform: translate3d(642px, 0, 0);
    }
  }
  @keyframes slide-left {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(642px, 0, 0);
              transform: translate3d(642px, 0, 0);
    }
  }
  #ktsCont section {
    margin-bottom: 10px;
  }
  #ktsCont .banner-bottom .banner-link {
    padding: 0 15px;
  }
  #ktsCont .wrap-2 {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  #ktsCont .wrap-3 {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  #ktsCont .popup-video .video-wrapper {
    width: calc(100% - 20px);
  }
  #ktsCont .popup-video .video-wrapper .bt-close {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  #ktsCont .popup-contact .contact-content {
    padding-top: 70px;
  }
  #ktsCont .popup-contact .bt-close {
    width: 20px;
    height: 20px;
    top: 25px;
    right: 30px;
    z-index: 200;
  }
  #ktsCont .popup-contact .contact-wrapper {
    width: 100%;
    overflow-y: auto;
  }
  #ktsCont .bt-popup-contact {
    width: 120px;
  }
  #ktsCont .section-kv {
    height: 0;
    width: 100%;
    padding-bottom: 141.33%;
  }
  #ktsCont .section-kv #anim1 svg {
    width: 100% !important;
    height: auto !important;
    top: 0;
    left: 0;
  }
  #ktsCont .section-kv #anim1.none {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #ktsCont .section-kv #anim1.show {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
  #ktsCont .section-video {
    padding: 20px 15px;
  }
  #ktsCont .section-video .video-container .icon-play {
    width: 72px;
    bottom: 0;
    left: 0;
  }
  #ktsCont .section-slide-img .scrolling-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
  }
  #ktsCont .section-slide-img#section-slide-img2 .scrolling-image {
    height: 60px;
    width: 1284px;
  }
  #ktsCont .section-slide-img#section-slide-img2 .scrolling-image.animate {
    -webkit-animation: slide-left 30s linear infinite;
            animation: slide-left 30s linear infinite;
  }
  #ktsCont .section-slide-img .scrolling-image-container {
    height: 60px;
  }
  #ktsCont .section-slide-img .scrolling-image-container .scrolling-image {
    height: 60px;
    width: 1276px;
  }
  #ktsCont .section-slide-img .scrolling-image-container .scrolling-image.animate {
    -webkit-animation: slide-right 30s linear infinite;
            animation: slide-right 30s linear infinite;
  }
  #ktsCont .section-1 {
    height: 525px;
  }
  #ktsCont .section-slider {
    padding: 0;
    min-height: 0;
    height: auto;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper {
    position: relative;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix {
    position: relative;
    overflow: visible;
    display: block;
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner {
    width: 100%;
    background-color: #00C7FF;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner.fixed {
    position: fixed;
    top: 46px;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner.bg-fix-inner2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: none;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner.bg-fix-inner2.fixed {
    position: fixed;
    top: 46px;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner.bg-fix-inner2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #00C7FF;
    background-image: url(../img/slider_bg_sp_top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    pointer-events: none;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .bg-fix .bg-fix-inner.bg-fix-inner2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #00C7FF;
    background-image: url(../img/slider_bg_sp_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    pointer-events: none;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .content {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    padding: 140px 0;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .content .item {
    display: block;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  #ktsCont .section-slider .slider-main-sp-wrapper .content .item img {
    width: 100%;
    display: block;
  }
  #ktsCont .section-slider .slider_text1 {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 312px;
    width: 84%;
    pointer-events: none;
  }
  #ktsCont .section-slider .slider-text {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
    font-size: 18px;
    line-height: 26px;
    top: 455px;
    pointer-events: none;
  }
  #ktsCont .section-slider:before {
    width: 132px;
    height: 116px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #ktsCont .section-slider .slider-main-sp-wrapper {
    position: relative;
    display: block;
  }
  #ktsCont .section-slider .slider-main-sp {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    overflow: auto;
  }
  #ktsCont .section-slider .slider-main-sp img {
    width: 100%;
    display: block;
  }
  #ktsCont .section-slider .slider-main {
    margin: 0;
    position: relative;
    z-index: 100;
  }
  #ktsCont .section-slider .slider-main:before {
    z-index: 1;
    height: 330px;
    width: 20px;
    left: calc(50% + 22.5px);
    top: 95px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #ktsCont .section-slider .slider-main:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    height: 270px;
    width: 100px;
    left: calc(50% + 22.5px);
    top: 125px;
    background-color: #00C7FF;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #ktsCont .section-slider .slider-main .slick-list {
    z-index: 100;
  }
  #ktsCont .section-slider .slider-main .slick-slide {
    margin: 0;
    height: calc(100vh - 46px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 140px;
    padding-left: 37.5px;
  }
  #ktsCont .section-slider .slider-main .slick-slide .img-contain {
    width: 100%;
    max-width: 240px;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #ktsCont .section-slider .slider-main .slick-slide .img-contain:after {
    display: none;
  }
  #ktsCont .section-slider .slider-main .slick-slide .img-contain .border-yellow {
    opacity: 1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
  #ktsCont .section-bg-move {
    height: auto;
  }
  #ktsCont .section-bg-move#section-bg-move1 {
    height: auto;
    padding: 7.5px 0;
  }
  #ktsCont .section-bg-move#section-bg-move2 {
    height: auto;
    padding: 79px 0;
  }
  #ktsCont .section-bg-move#section-bg-move2 .bg-moving {
    background-image: url("../img/bg_moving2_sp.png");
  }
  #ktsCont .section-bg-move.show .bg-moving {
    background-image: url("../img/bg_moving_sp.png");
  }
  #ktsCont .section-bg-move.show .group-img-phone {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #ktsCont .section-bg-move .group-img-phone {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
  }
  #ktsCont .section-2 {
    height: 0;
    padding-bottom: 141.33%;
  }
  #ktsCont .section-2 .bg {
    background-image: url("../img/section-2_bg_sp.jpg");
  }
  #ktsCont .section-2 .group-center img.img1 {
    width: 70%;
  }
  #ktsCont .section-2 .group-center img.img2 {
    width: 98%;
  }
  #ktsCont .section-2 .group-center img.img3 {
    width: 90%;
  }
  #ktsCont .section-3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #ktsCont .section-3 .bg {
    height: 190px;
  }
  #ktsCont .section-3 .group-img-phone {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
  }
  #ktsCont .section-3 .group-img-phone .bt-app {
    top: 16.5%;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  #ktsCont .section-3 .group-img-phone .group_phone_text3_1 {
    width: 84%;
    top: 0;
  }
  #ktsCont .section-3 .group-img-phone .group_phone_text3_2 {
    width: 39.6%;
    left: 57.6%;
    top: 51.53%;
  }
  #ktsCont .section-3 .group-img-phone #anim2 {
    width: 62%;
    height: 62%;
    left: -4.2%;
    top: 48%;
  }
  #ktsCont .section-4 {
    height: 369px;
  }
  #ktsCont .section-4 .section-4_text {
    width: 91%;
    max-width: 338px;
  }
  #ktsCont .section-5 {
    height: 209px;
    background-image: url("../img/section-5_bg_sp.jpg");
  }
  #ktsCont .section-5 .section-5_text {
    width: 84%;
    max-width: 314px;
  }
  #ktsCont .group-contact {
    width: 84%;
    max-width: 350px;
  }
  #ktsCont .group-contact .group-bt .bt-item-logo {
    margin-bottom: 20px;
  }
  #ktsCont .group-contact .group-bt .bt-item {
    width: auto;
    margin-bottom: 20px;
  }
  #ktsCont .group-contact .group-bt .bt-item:last-child {
    margin-bottom: 0;
  }
  #ktsCont .section-contact {
    padding: 40px 0;
    padding-top: 45px;
  }
  #ktsCont .section-contact .group-contact {
    max-width: 350px;
  }
  #ktsCont .group-bt-seemore {
    padding: 20px;
  }
  #ktsCont .group-bt-seemore a img {
    width: 100%;
    max-width: 318px;
  }

  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  #ktsCont .section-slider:before {
    height: 50px;
    width: 60px;
    display: none;
  }
  #ktsCont .section-slider .slider-text {
    font-size: 16px;
    bottom: 80px;
  }
  #ktsCont .section-slider .slider-nav {
    left: calc(50% - 130px);
  }
  #ktsCont .section-slider .slider-main:before {
    height: 290px;
  }
  #ktsCont .section-slider .slider-main:after {
    height: 230px;
  }
  #ktsCont .section-slider .slider-main .slick-slide .img-contain {
    max-width: 200px;
  }
}
@media screen and (min-width: 751px) {
  .u-sp {
    display: none !important;
  }
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
    width: 100%;
    padding: 80px 15px;
  }

  .kokuyo-st-container .pagetop {
    width: 100%;
  }

  .kokuyo-st-container .pagetop a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: inherit;
  }

  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap,
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap.w810 {
    width: 100%;
    padding: 25px 3.50467vw;
  }

  .kokuyo-st-container .pagetop a {
    margin-right: 0;
  }
}
