@charset "utf-8";
@media screen and (min-width: 481px) and (max-width: 767px){
.header {
	float: left;
	height: auto;
	width: 100%;
}
.box-header-top {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 2%;
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	float: left;
	height: auto;
	width: 15%;
}
.logo img {
	height: auto;
	width: 100%;
}
.call-top {
	float: right;
	height: auto;
	width: 9em;
	margin-top: 2%;
}
.icon-call-top {
	float: left;
	height: auto;
	width: 11%;
	margin-left: 2%;
}
.icon-call-top img {
	height: auto;
	width: 100%;
}
.text-call-top {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: right;
	height: auto;
	width: 80%;
}
.text-call-top a {
	color: #e7e8e9;
	text-decoration: none;
}



.marquee-container {
	width: 100%;
	display: flex;
	align-items: center;
	overflow-x: hidden;
	font-family: promptregular;
	font-size: 5vw;
	line-height: 160%;
	float: left;
	height: auto;
	background-color: #191919;
	padding-top: 15px;
	color: #e7e8e9;
	padding-bottom: 15px;
}
.content-wrapper {
  padding-inline: 10px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  animation: scroll 120s linear infinite;
}
p {
  white-space: nowrap;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}.box-welcome {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	margin-bottom: 2%;
	padding-top: 2%;
}
 .bg-welcome {
	float: left;
	width: 90%;
	animation: example 10s infinite;
	z-index: 1;
	visibility: visible;
	display: inline-block;
	height: auto;
	margin-left: 0%;
	margin-top: 0px;
	position: relative;
} 

@keyframes example {
  0%   { left:0px; top:0px;}
  25%  { left:30px; top:0px;}
  50%  { left:30px; top:0px;}
  75%  { left:0px; top:0px;}
  100% { left:0px; top:0px;}
}
.bg-welcome img {
	height: auto;
	width: 100%;
}
.box-welcome-left {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.box-welcome-right {
	float: left;
	height: auto;
	width: 94%;
	background-color: #252525;
	border-radius: 0px 0px 20px  20px;
	margin-left: 3%;
}

.title-welcome {
	font-family: serithairegular;
	font-size: 2rem;
	line-height: 120%;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 4%;
	margin-bottom: 1%;
	margin-left: 5%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.title-color-01 {
	color: #D6C212;
	margin-left: 0px;
	float: left;
}
.title-color-02 {
	color: #C5127D;
	margin-left: 0px;
	float: left;
}
.title-color-03 {
	color: #1393CA;
	margin-left: 0px;
	float: left;
}
.title-color-04 {
	color: #999999;
	margin-left: 0px;
	float: left;
}




.text-welcome {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 160%;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.color-gray {
	padding-bottom: 0.5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 2%;
}
.banner-device {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	visibility: visible;
	z-index: 111;
	display: inline-block;
	margin-top: -85%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-hilight {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
}
.box-hilight-01 {
	float: left;
	height: auto;
	width: 92%;
	margin-right: 0%;
	margin-left: 4%;
	margin-bottom: 5%;
	padding-bottom: 1%;
}
.picture-hilight {
	float: left;
	height: auto;
	width: 80%;
	background-color: #252525;
	border: 0px dotted #666;
	border-radius: 20px  20px 0px 0px;
	text-align: center;
	padding: 10%;
}
.picture-hilight img {
	height: auto;
	width: 80%;
}
.icon-star-hilight {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.icon-star-hilight img {
	height: auto;
	width: 5%;
	margin-right: 2%;
}
.text-hilight {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	line-height: 160%;
	float: left;
	height: auto;
	width: 80%;
	text-align: center;
	margin-left: 10%;
}
.bg-footer-hilight-01 {
	background: linear-gradient(131deg,#ed1c24,#f7941d,#a0410d,#f7941d,#ed1c24,#f21a07,#e7e8e9);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 0.9em;
	width: 100%;
	margin-top: 2%;
	color: #F00;
	
}
.bg-footer-hilight-02 {
	background: linear-gradient(282deg,#43f46d,#e9e90a,#139d9d,#007236);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 0.9em;
	width: 100%;
	margin-top: 2%;
	color: #390;
	
}
.bg-footer-hilight-03 {
	background: linear-gradient(288deg,#4bfddf,#372e76,#6b4cf9,#e1bd2a);
	animation: gradient-animation 5s ease infinite;
	background-size: 180% 180%;
	float: left;
	height: 0.9em;
	width: 100%;
	margin-top: 2%;
	color: #06F;
	
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.box-idea {
	background-image: url(../images/bg-idea.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-size: 100%;
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5%;
	padding-bottom: 10%;
	margin-bottom: 5%;
}
.bg-idea {
	background-image: url(../images/p-idea-01.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-size:100%;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
}


.icon-light {
	float: left;
	height: 100%;
	width: 100%;
	text-align: center;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	perspective-origin: 50% 50%;
	animation: rotateAnimation 20s infinite linear;
	margin-top: 25%;
}

.icon-light img {
	height: auto;
	width: 50%;
}

@keyframes rotateAnimation {
  0% {
    transform: rotateY(0deg);
  
  }
  25% {
    transform: rotateY(90deg);
   
  }
  50% {
    transform: rotateY(180deg);
   
  }
  75% {
    transform: rotateY(270deg);
  
  }
  100% {
    transform: rotateY(360deg);
    
  }
}
.text-idea {
	font-family: promptregular;
	font-size: 1rem;
	color: #e7e8e9;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 45%;
	margin-bottom: 5%;
}
.text-idea img {
	height: auto;
	width: 5%;
	margin-right: 2%;
	margin-left: 2%;
}

.box-port-home {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 5%;
	padding-top: 8%;
	padding-bottom: 2%;
	border: 1px solid #666;
	background-color: rgba(51,51,51,0.4);
}

.zoom {
	font-family: serithairegular;
	font-size: 1rem;
	color: #CCC;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
}

.port-slide {
	float: left;
	height: auto;
	width: 100%;
}
.image{

}

@keyframes enter-animation {
	0% {
		transform: translateY(200px);
    opacity: 0;
	}
	100% {
		transform: translateY(0);
    opacity: 1;
	}
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 2s 1;
  }
}
}
