/* CSS Document */

@charset "utf-8";

.cd-main-content {
	margin-top: 0px;
}
.cd-intro{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding-top: 110px;
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(slider_bg.png);
	background-size: cover;
	background-position: center;
	margin-bottom: 10%;
}

.cd-intro .intro_main {
	width: 98%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
}
.cd-intro .intro_msg {
	color:#fff;
	width:1200px;
	position: absolute;
	top: 150px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cd-intro .intro_msg .ms01 {font-size:24px; display:block; padding-bottom:0.2em; padding-left:1em;}
.cd-intro .intro_msg .ms02 {font-size:80px; display:block; line-height: 1em; padding-bottom:0.4em;}
.cd-intro .intro_msg .ms03 {font-size:48px; display: block;	line-height: 1em;}
.top_bg {
	background-image: url(../common/images/bg_center.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 5%;
}
ul.ulgoods {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
ul.ulgoods li {
	position: relative;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 3%;
	background-color: #fff;
	padding: 2% 1.5% 80px;
	border: 1px solid #ccc;
}
ul.ulgoods li img {
	max-height: 300px;
	margin-right: auto;
	margin-left: auto;
}
ul.ulgoods h3 {
	font-size: 180%;
	font-weight: normal;
	color: #022e51;
	margin-bottom: 0.5em;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
ul.ulgoods h4 {
	font-size: 90%;
	font-weight: bold;
	color: #022e51;
	margin-bottom: 0.2em;
	text-align: center;
}
ul.ulgoods h5 {
	font-size: 80%;
	font-weight: bold;
	color: #666;
	margin-bottom: 0.4em;
	text-align: center;
}
ul.ulgoods .goodsimg {
	text-align: center;
	margin-bottom: 1em;
}
ul.ulgoods .konou {
	line-height: 1.2em;
}
ul.ulgoods .more {
	background-image: linear-gradient(to right, #25aae1, #3f86ed);

	text-align: center;
	display: block;

	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	bottom: 0px;
}
ul.ulgoods .more {
  overflow: hidden;
}
ul.ulgoods .more a {
	position: relative;
	width: 100%;
	padding: 8px;
	display: block;
	z-index: 2;
	text-decoration: none;
	color:#fff;
}
ul.ulgoods .more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #6dc7fe;
  transition: all 200ms linear;
}
ul.ulgoods .more a:hover {
}
ul.ulgoods .more a:hover:before {
  left: 0;
}

#Path {display:none;}

@media only screen and (max-width:1199px){
.cd-intro{padding-top: 50px;height: 80vh;}

.cd-intro .intro_msg {
	width: 96%;
	top: 100px;
	padding-right: 2%;
	padding-left: 2%;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 896px){
ul.ulgoods li {width: 46%;}
ul.ulgoods li img {max-height: 200px;}
ul.ulgoods h3 {font-size: 140%;}
ul.ulgoods h4 {font-size: 85%;}
ul.ulgoods h5 {font-size: 75%;}

}

@media screen and (max-width: 768px) {
.cd-intro{height: 60vh;}
.cd-intro .intro_msg .ms01 {font-size:18px;}
.cd-intro .intro_msg .ms02 {font-size:50px;}
.cd-intro .intro_msg .ms03 {font-size:36px;}

}

@media screen and (max-width: 600px) {
.cd-intro{height: 50vh;}
.cd-intro .intro_msg {top: 80px;}
.cd-intro .intro_msg .ms01 {font-size:18px;}
.cd-intro .intro_msg .ms02 {font-size:36px;}
.cd-intro .intro_msg .ms03 {font-size:24px;}

ul.ulgoods li {width: 95%;}

}
