@charset "utf-8";

/* ---------- video ---------- */
#video::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/dott.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: 3px auto;
	z-index: 1;
}
#video h3{
	top: 50%;
	left:5%;
	transform: translateY(-50%);
	max-width: 680px;
	transition: all 1s;
	opacity: 0;
	z-index: 2;
}
#video h3.active{
	left:10%;
	opacity: 1;
}

/* ---------- message ---------- */
#message{
	background-image: url(../img/message_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#message .con_btn a::after{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f105";
	padding: 0 0 0 5px;
}

/* ---------- products ---------- */
#products .con_title::after{
	position: absolute;
	content: 'Products';
	font-size: 92px;
	font-weight: bold;
	font-style: italic;
	color: rgba(51,51,51,0.06);
	text-shadow: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pro_box .slick-slide{
  margin: 0 20px 20px;
}
.slick-prev, .slick-next {
    width: 38px!important;
    height: 38px!important;
}
.slick-prev::before, .slick-next::before{
	font-size: 38px!important;
	color: #2B8FD8!important;
}
.pro_box .slick-prev{
	top: 54%!important;
	left: -50px!important;
	z-index: 100;
}
.pro_box .slick-next{
	top: 54%!important;
	right: -50px!important;
	z-index: 100;
}
.pro_box .con_btn a{
}
.pro_box .con_btn a::after{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f105";
	line-height: 14px;
	vertical-align: middle;
	padding: 0 0 0 5px;
}

/* ---------- news ---------- */
#news .con_title{
	padding-bottom: 20px;
	margin: 0 30px 40px 10px;
}
#news .con_btn a{
	width: 100%;
	max-width: 160px;
	border-radius: 15px;
	box-sizing: border-box;
}
#news .con_btn a::after{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f105";
	line-height: 20px;
	vertical-align: top;
	padding: 0 0 0 5px;
}
#news .cate_box{
	border-top: 1px dashed #8f8f8f;
}
#news .cate_box:last-child{
	border-bottom: 1px dashed #8f8f8f;
}

/* ---------- advantage ---------- */
#advantage .con_title::after{
	position: absolute;
	content: 'Advantage';
	font-size: 92px;
	font-weight: bold;
	font-style: italic;
	color: rgba(51,51,51,0.06);
	text-shadow: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.adv_box .cate_box .box_item{
	min-height: 360px;
}
.adv_box .cate_box .box_img1{
	min-height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.adv_box .cate_box:nth-child(odd) .box_item{
	order: 1;
}
.adv_box .cate_box:nth-child(even) .box_item{
	order: 2;
}
.adv_box .cate_box:nth-child(odd) .box_img1{
	order: 2;
}
.adv_box .cate_box:nth-child(even) .box_img1{
	order: 1;
}
.adv_box .box_title1{
	margin-left: 0;
}
.adv_box .box_title1 span{
	padding-top: 3px;
}
.adv_box .cate_box{
  counter-increment: number 1;
}
.adv_box .counter::after{
  content: counter(number, decimal-leading-zero);
}

/* ---------- information ---------- */
#information{
	background-image: url(../img/info_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.info_box > div{
	width: 100%;
	max-width: 460px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.10);
}
.info_box .con_btn a::after{
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f105";
	line-height: 20px;
	vertical-align: top;
	padding: 0 0 0 5px;
}

/* ----- loopSlider ----- */
.loopSlider1 .loopSliderWrap1{
	top: 0;
	left: 0;
	height: 250px;
	overflow: hidden;
	position: absolute;
}
.loopSlider2 .loopSliderWrap2{
	top: 0;
	right: 0;
	height: 250px;
	overflow: hidden;
	position: absolute;
}
.loopSlider1{
	margin: 0 auto;
	width: 100%;
	height: 250px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider2{
	margin: 0 auto;
	width: 100%;
	height: 250px;
	text-align: right;
	position: relative;
	overflow: hidden;
}
.loopSlider1 ul{
	height: 250px;
	float: left;
	overflow: hidden;
}
.loopSlider2 ul{
	height: 250px;
	float: right;
	overflow: hidden;
}
.loopSlider1 ul li{
	width: 250px;
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
.loopSlider2 ul li{
	width: 250px;
	height: 250px;
	float: right;
	display: inline;
	overflow: hidden;
	position: relative;
}
.loopSlider1 ul li img,
.loopSlider2 ul li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loopSliderWrap1:after,
.loopSliderWrap2:after{
	content: "";
	display: none;
	clear: none;
}
.headerWrapper{
	display: none;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){
	.pro_box .box_txt1{
		min-height: 70px;
	}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#products .con_title::after{
		font-size: 62px;
	}
	.slick-prev, .slick-next {
	    display: none!important;
	}
	#news .con_title{
		padding-bottom: 10px;
		margin: 0 30px 20px 30px;
	}
	#advantage .con_title::after{
		font-size: 52px;
	}
	.info_box > div {
    max-width: 340px;
	}
	.loopSlider1 .loopSliderWrap1,.loopSlider2 .loopSliderWrap2,.loopSlider1,.loopSlider2,.loopSlider1 ul,.loopSlider2 ul{
		height: 200px;
	}
	.loopSlider1 ul li,.loopSlider2 ul li{
		width: 200px;
		height: 200px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#banner figure{
		max-width: 270px;
	}
	.adv_box .cate_box .box_item{
		min-height: auto;
	}
	.adv_box .cate_box .box_img1{
		min-height: 260px;
	}
	.adv_box .cate_box:nth-child(odd) .box_item,
	.adv_box .cate_box:nth-child(even) .box_item{
		order: 2;
	}
	.adv_box .cate_box:nth-child(odd) .box_img1,
	.adv_box .cate_box:nth-child(even) .box_img1{
		order: 1;
	}
	.loopSlider1 .loopSliderWrap1,.loopSlider2 .loopSliderWrap2,.loopSlider1,.loopSlider2,.loopSlider1 ul,.loopSlider2 ul{
		height: 160px;
	}
	.loopSlider1 ul li,.loopSlider2 ul li{
		width: 160px;
		height: 160px;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	.slick-prev::before, .slick-next::before {
	    position: absolute;
	    top: 3px;
	}
}