/*************************************/
.kv{
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.kv .swiper-wrapper .swiper-slide{
  height: 560px;
}
.kv .swiper-wrapper .swiper-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.kv .swiper-wrapper .swiper-slide .box{
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-shadow: 0 0px 12px rgba(0,0,0,0.8);
}
.kv .swiper-wrapper .swiper-slide .box.white{
  color: #ffffff;
}
.kv .swiper-wrapper .swiper-slide .box h2{
  display: block;
  font-size: 3em;
}
.kv .swiper-wrapper .swiper-slide .box .subtitle{
  display: block;
  font-size: 1.6em;
  margin-bottom: 1.5em;
}
.kv .swiper-wrapper .swiper-slide .box .option{
  text-align: center;
  display: block;
}
.kv .swiper-wrapper .swiper-slide .box .option .button{
  display: inline-block;
  margin-bottom: 5px;
}
.kv .swiper-wrapper .swiper-slide .box .option .button a{
  border-radius: 5px;
  padding: 8px 30px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2em;
  text-shadow: none;
}
.kv .swiper-wrapper .swiper-slide .box .option .button a.type_a{
  background-color: var(--hover-orange);
  border: 2px solid var(--hover-orange);
}
.kv .swiper-wrapper .swiper-slide .box .option .button a.type_b{
  background-color: transparent;
  border: 2px solid #ffffff;
}
.kv .swiper-wrapper .swiper-slide .box .option .button a:hover{
  /*animation: flash 0.3s;
  -webkit-animation: flash 0.3s;*/
  animation: jump 0.6s;
  -webkit-animation: jump 0.6s;
}
/*************************************/
article.index{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
article.index section{
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
article.index section h2{
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
  margin: 4em auto 2em auto;
}
article.index .bg_text{
  position: absolute;
  top: -0.54em;
  left: -0.06em;
  z-index: 1;
  font-family: 'Koulen';
  color: #ECECEC;
  font-size: 20em;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
/*************************************/
article.features section .list{
  display: grid;
  gap: 100px 20px;
  grid-template-columns: repeat(3,1fr);
  padding: 4em 15px 6em 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
article.features section .list .box{
  display: inline-block;
  text-align: center;
}
article.features section .list .box a{
  display: block;
  color: #000;
}
article.features section .list .box .pic{
  display: block;
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 120px;
  transition: all 0.2s linear; -webkit-transition: all 0.2s linear;
  transform: scale(0.8);
}
article.features section .list .box:hover .pic{
  transform: scale(1);
}
article.features section .list .box .pic img{
  width: 100%;
}
article.features section .list .box .title{
  font-size: 1.2em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
/*************************************/
article.services{
  background-color: #000;
  color: #fff;
}
article.services .box{
  display: -webkit-flex;
  display:         flex;
  min-height: 480px;
}
article.services .box:nth-child(even){
  flex-direction: row-reverse;
}
article.services .box .pic{
  -webkit-flex: initial;
          flex: initial;
  width: 640px;
  min-width: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
article.services .box.mstore{background: linear-gradient(180deg, #00041C 0%, #01095D 100%);}
article.services .box.aebiz{background: linear-gradient(180deg, #00041C 0%, #1a1d37 100%);}
article.services .box.media{background: linear-gradient(180deg, #120A21 0%, #280F64 100%);}
article.services .box.plan{background: linear-gradient(180deg, #00041C 0%, #01095D 100%);}
/***/
article.services .box.mstore .pic{background-image:url("../images/pic_services1.jpg")}
article.services .box.aebiz .pic{background-image:url("../images/pic_services2.jpg")}
article.services .box.media .pic{background-image:url("../images/pic_services3.jpg")}
article.services .box.plan .pic{background-image:url("../images/pic_services4.jpg")}
article.services .box .info{
  -webkit-flex: initial;
          flex: initial;
  padding:6em;
  max-width: 900px;
  min-width: 420px;
  margin: 0 auto;
}
article.services .box .info h2{
  display: block;
  width: 100%;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
article.services .box .info .desc{
  display: block;
  width: 100%;
  font-weight: lighter;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  margin: 0 0 2em 0;
}
article.services .box .info .option{
  display: block;
}
article.services .box .info .option .button{
  display: inline-block;
  margin-bottom: 5px;
}
article.services .box .info .option .button a{
  border-radius: 5px;
  padding: 8px 30px;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2em;
  text-shadow: none;
}
article.services .box .info .option .button a.type_a{
  background-color: var(--hover-orange);
  border: 2px solid var(--hover-orange);
}
article.services .box .info .option .button a.type_b{
  background-color: transparent;
  border: 2px solid #ffffff;
}
article.services .box .info .option .button a:hover{
  /*animation: flash 0.3s;
  -webkit-animation: flash 0.3s;*/
  animation: jump 0.6s;
  -webkit-animation: jump 0.6s;
}
/*************************************/
article.news{
  background-color: #ECECEC;
}
article.news .bg_text{
  color: #f2f2f2;
}
article.news section{
  width: 100%;
  padding: 0 15px;
}
article.news section .column{
  width: 100%;
  display: block;
  margin: 5em auto 8em auto;
  max-width: 1200px;
}
article.news section .column .pic{
  display: inline-block;
  width: 32%;
  min-width: 380px;
  text-align: center;
}
article.news section .column .pic a{
  display: block;
  width: 100%;
  height: 100%;
}
article.news section .column .pic img{
  max-width: 100%;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
article.news section .column .pic:hover img{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
article.news section .column .list{
  display: inline-block;
  width: calc(66% - 2em);
  vertical-align: top;
  margin-left: 1.5em;
}
article.news section .column .list .box{
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.8em 0;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
article.news section .column .list .box a{
  display: -webkit-flex;
  display: flex;
  color: #000;
}
article.news section .column .list .box .date{
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0em;
  font-family: 'Arial';
  padding: 5px 8px;
  color: #666;
  border-radius: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
article.news section .column .list .box:hover{
  background-color: #ccc;
}
article.news section .column .list .box .title{
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin: 0 0 0 8px;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
/*************************************/
article.spotlight section .list{
  padding: 4em 15px 6em 15px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
article.spotlight section .list .box{
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 100px;
  margin:0 30px 40px 30px;
}
article.spotlight section .list .box a{
  display: block;
  color: #000;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}
article.spotlight section .list .box a:hover{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
}
article.spotlight section .list .box img{
  height: 100px;
  line-height: 0;
}
/*************************************/
article.partner{
  background-color: #ECECEC;
}
article.partner .bg_text{
  color: #ffffff;
}
article.partner section .list{
  padding: 4em 15px 6em 15px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
article.partner section .list .box{
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 100px;
  margin:0 30px 40px 30px;
}
article.partner section .list .box a{
  display: block;
  color: #000;
  transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}
article.partner section .list .box a:hover{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
}
article.partner section .list .box img{
  height: 100px;
  line-height: 0;
}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/