@charset "euc-jp";

.slider {
  margin: 0 0 50px;
  padding: 0 0;
  position: relative;
  height: 400px;
  overflow: hidden;
  box-sizing: border-box;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100%;
  height: 400px;
}

.bx-viewport img{
	max-width: none;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.topMainTitle{
  position: absolute;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  text-align: center;
}

.topMainTitle h2{
  text-align: center;
  font-size: 50px;
  margin: 0 0 5px;
  line-height: 1;
  color: #fff;
}

.topMainTitle h2 img{width: 422px;}

.topMainTitle p{
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  text-shadow: 0 0 7px #000, 0 0 15px #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.topAbout{
	font-size: 18px;
	text-align: center;
	line-height: 2.0;
	margin-bottom: 40px;
}

.topAbout p{margin-bottom: 50px;}

.recommendedTitle{
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.recommendedTitle img{
	width:71px;
	margin-bottom: 5px;
}

.topBnrWrap{margin: 50px 0 80px;}

.topBnrWrap ul{
	margin: 0;
	padding: 0;
}

.topBnrWrap ul li{
	list-style-type: none;
	height: 300px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}
 
.topBnrWrap ul li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 39px;
	color: #fff;
	text-decoration: none;
}

.topBnrWrap ul li a span{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}

.topBnrWrap ul li a span img{width: 39px;}

.topBnrWrap .bnr_product::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/bnr_product_back.png?cmsp_timestamp=20181026160612) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_concept::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/bnr_concept_back.png?cmsp_timestamp=20180921165907) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_company::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/back_company.jpg?cmsp_timestamp=20190416133258) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_contact::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/bnr_contact_back.png?cmsp_timestamp=20180921170009) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_voice::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/back_voice.jpg?cmsp_timestamp=20190416133420) top 40% center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_product:hover::after,
.topBnrWrap .bnr_concept:hover::after,
.topBnrWrap .bnr_company:hover::after,
.topBnrWrap .bnr_contact:hover::after,
.topBnrWrap .bnr_voice:hover::after{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.topBnrWrap .bnr_product img{max-width: 83px; margin-top: 10px;}
.topBnrWrap .bnr_concept img{max-width: 149px; margin-top: 10px;}
.topBnrWrap .bnr_voice img{max-width: 54px; margin-top: 10px;}
.topBnrWrap .bnr_company img{max-width: 84px; margin-top: 10px;}
.topBnrWrap .bnr_contact img{max-width: 79px; margin-top: 10px;}


/*--------------------------------------------------------------
メディアクエリ
--------------------------------------------------------------*/

@media (max-width: 768px) {

.slider {
  margin: 0 0 40px;
  padding: 0 0;
  position: relative;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

#slider div {
  width: 100%;
  height: auto;
}

.bx-viewport img{
	max-width: none;
	width: 100%;
	margin: auto;
	position:static;
	text-align: center;
}

.topMainTitle{
  position: absolute;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
}

.topMainTitle h2{
  text-align: center;
  font-size: 20px;
  margin: 0 0 5px;
  line-height: 1;
  color: #fff;
}

.topMainTitle h2 img{width: 300px; max-width: 100%;}

.topMainTitle p{
  font-size: 16px;
  font-weight:bold;
  color: #fff;
  text-shadow: 0 0 7px #000, 0 0 15px #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.topAbout{
	font-size: 16px;
	text-align: center;
	line-height: 2.0;
	margin-bottom: 40px;
}

.topAbout p{margin-bottom: 20px;}

.recommendedTitle{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.recommendedTitle img{
	width:51px;
	margin-bottom: 5px;
}

.topBnrWrap{margin: 50px 0 0px;}

.topBnrWrap ul{
	margin: 0;
	padding: 0;
}

.topBnrWrap ul li{
	list-style-type: none;
	height: 200px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}
 
.topBnrWrap ul li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}

.topBnrWrap ul li a span{
	display: block;
	position: absolute;
	margin: auto;
	bottom: 20px;
	text-align: center;
}

.topBnrWrap ul li a span img{width: 39px;}

.topBnrWrap .bnr_concept::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/bnr_concept_back.png?cmsp_timestamp=20180921165907) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_company::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/back_company.jpg?cmsp_timestamp=20190416133258) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_contact::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/bnr_contact_back.png?cmsp_timestamp=20180921170009) center center no-repeat;
	background-size: cover;
}

.topBnrWrap .bnr_product:hover::after,
.topBnrWrap .bnr_concept:hover::after,
.topBnrWrap .bnr_company:hover::after,
.topBnrWrap .bnr_contact:hover::after{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.topBnrWrap .bnr_product img{max-width: 83px; margin-top: 10px;}
.topBnrWrap .bnr_concept img{max-width: 149px; margin-top: 10px;}
.topBnrWrap .bnr_voice img{max-width: 54px; margin-top: 10px;}
.topBnrWrap .bnr_company img{max-width: 84px; margin-top: 10px;}
.topBnrWrap .bnr_contact img{max-width: 79px; margin-top: 10px;}
}