@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  //background: url(../images/background.jpg) no-repeat;
  background-color: #db8b291f;
  background-size: cover; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto;
  display: block; }

h1 {
  margin: 0;
  line-height: 0;
  padding-top: 45px;
  position: relative; }
  h1 .logo01 {
    position: absolute;
    top: 0;
    left: 0; }
  h1 .order-product {
    position: absolute;
    width: 85%;
    height: 16%;
    bottom: 16%;
    left: 0;
    right: 0;
    margin: 0 auto; }


	  
@media screen and (max-width: 767px) {
	.desc{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		font-size: 15px;
	}
	.PC{
		display:none;
	}
	.mobile{
		display:block;
	}
}
@media screen and (min-width: 768px) {
	.PC{
		display:block;
	}
	.mobile{
		display:none;
	}
}
html {
  scroll-behavior: smooth;
}
.site-main{
	background-color: #fff;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.vdeo .vdeos{
	border-radius: 80px!important;
    border: 10px solid #F99901!important;
	margin-left:auto!important;
	margin-right:auto!important;
	}
.vdeo {
	background-color: #fff!important;
	text-align:center!important;
	width:100%!important;
}
.desc{
	text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.desc a{
	text-decoration: underline;
}
.desc div{
	margin-bottom:8px;
}
.video_select{
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}
.video_select img{
	width: 350px;
	display: inline;
	margin: 0 30px 10px;
	border-radius: 80px!important;
}
.video_select img.selected{
	border: 10px solid #F99901!important;
}
.video_select img:hover{
	cursor:pointer;
	opacity: 70%;
}
.video_line > div{
	display:inline-block;
}
.line2{
	margin-top:30px;
}
.hdsd{
	background: url(../images/background_hdsd.jpg) no-repeat;
	background-size: 100% 100%;
	text-align:center;
}
.hdsd video{
	border-radius: 80px!important;
	margin: 30px auto;
}
.carousel-control.right,
.carousel-control.left{
	background-image:none;
}
.glyphicon-chevron-right,
.glyphicon-chevron-left{
	color:black;
}
.carousel-indicators .active {
    background-color: #F99901;
}
.carousel-indicators li {
	background-color: #9e9e9e;
    border: none;
}
.carousel-indicators {
	bottom:-40px;
}
#myCarousel1{
	margin-bottom: 20px;
}
#myCarousel2 img{
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#myCarousel2{
	background-color: #FFE2C4;
	padding-bottom:20px;
}
#myCarousel2 .carousel-indicators {
	bottom:-20px;
}
#myCarousel3 img{
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#myCarousel3{
	background: url(../images/cachdung_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom:20px;
	margin-bottom:-5px;
}
#myCarousel3 .carousel-indicators li {
	background-color: #fff;
    border: none;
}
#myCarousel3 .carousel-indicators .active {
    background-color: red;
}
#myCarousel3 .carousel-indicators {
	bottom:-20px;
}
#myCarousel3 .carousel-control .glyphicon-chevron-right, 
#myCarousel3 .carousel-control .icon-next,
#myCarousel3 .carousel-control .glyphicon-chevron-left, 
#myCarousel3 .carousel-control .icon-prev {
	top: 35%;
}
.mobile .hdsd video {
    margin-top: 50px;
}
.use{
	background: url(../images/body_mb_4.png) no-repeat;
	background-size: 100% 100%;
}
.use .use_wrap{
    margin:0 10%;
	padding-top:90px;
    overflow-x:scroll;   
}
.use .use_wrap img{
	width: 600px;
}
.body_4_2{
	width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	padding-bottom: 70px;
}
.body_mb_6 img{
	width: 900px;
}
.use_wrap.body_mb_6{
    margin:0 10px;
	padding-top:10px;
    overflow-x:scroll;     
}
.use_wrap::-webkit-scrollbar,
 .body_mb_6::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 9px;
  height:10px;
  background-color: #9e9e9e29;
  border-radius: 10px;
}
.use_wrap::-webkit-scrollbar-thumb,
.use_wrap.body_mb_6::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF8601;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}