@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#main {
	overflow: hidden;
}
#mv {
	position: relative;
}
.mv_text_inner h1 {
	line-height: 2em;
}
#mv_text {
	background: rgba(5,121,238,.8);
	color: #fff;
	z-index: 10;
	position: relative;
}
.mv_text_inner {
	position: relative;
}

.mv_news {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.16);
	border: 3px solid #e13232;
}
.mv_news_inner {
	position: relative;
	font-weight: 700;
	text-align: right;
	padding: 50px 10px 10px 10px;
}
.mv_news_tit {
	display: block;
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 2.8em;
	line-height: 1.4em;
}
.mv_news_inner .btn {
	display: inline-block;
	padding: 5px;
	width: 120px;
	font-size: 12px;
	background: #255a90;
	border: 1px solid #255a90;
}
.mv_news_inner .btn:after {
	content: none;
}
.mv_news .catnew {
  z-index: 10;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #e13232;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.mv_news .catnew:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #e13232;
  border-radius: 5px 0 0 5px;
}
.mv_news .catnew:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #aa1313;
  border-radius: 5px 0 0 5px;
}
#mv .slick-prev,#mv .slick-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
}
#mv .slick-prev {
	left: auto;
	top: 0;
	right: 52px;
}
#mv .slick-next {
	left: auto;
	top: 0;
	right: 0;
}
.item_slide_pic {
	background: #fff;
}
.item_slide_pic_inner {
	max-width: 70%;
	margin: 0 auto;
}
@media only screen and ( max-width : 1199px ) {
	#mv_text {
		width: 400px;
		height: 217px;
		top: 30%;
		padding: 20px;
	}
	.mv_text_inner h1 {
		font-size: 19px;
	}
}
@media only screen and ( max-width : 991px ) {
	#mv_text {
	}
	#mv_inner {
		width: 90%;
	}
	.mv_text_inner h1 {
		font-size: 17px;
	}
}
@media only screen and ( max-width : 890px ) {
	#mv_text {
		width: 350px;
		height: 190px;
		/*top: 28%;*/
		position: relative;
	}
}
@media only screen and ( max-width : 767px ) {
	#mv_text {
		margin-top: -50px;
	}
	#mv .slick-prev {
		right: 42px;
	}
	.mv_news {
		margin-top: 80px;
	}
}
@media only screen and ( max-width : 575px ) {
	#mv_text {
		width: 320px;
		height: 174px;
	}
	#mv_inner .fit{
		height: 70vh;
		min-height: 500px;
	}
}
@media only screen and ( max-width : 320px ) {
	#mv_text {
		width: 290px;
		height: 157px;
	}
	.mv_text_inner h1 {
		font-size: 15px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#mv_text {
		position: absolute;
		left: 0;
	}
	.mv_news {
		position: absolute;
		width: 90%;
		left: 0;
		bottom: -160px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#mv,#top_items {
		max-width: 1600px;
		margin: 0 auto;
	}
	#mv_inner {
		width: 80%;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#mv_text {
		width: 510px;
		height: 277px;
		top: 15%;
		padding: 30px;
	}
	.mv_text_inner h1 {
		font-size: 22px;
	}
	.mv_news {
		bottom: -170px;
	}
}
@media print, screen and ( min-width : 1400px ) {
	#mv_text {
		top: 20%;
		width: 600px;
		height: 326px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ITEM SLIDER

--------------------------------------------------------------------------------------------- */
#top_items {
	position: relative;
	z-index: 20;
}
#top_items .slick-prev,#top_items .slick-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
}
.item_slide_box a {
	display: block;
}
.item_slide_pic {
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
#top_items .slick-prev:before,#mv .slick-prev:before {
	background: #00558e;
}
#top_items .slick-next:before,#mv .slick-next:before {
	background: #255a90;
}
.item_cat li {
	color: #fff;
	line-height: 1em;
	background: #1368be;
}
/*.item_cat li.cat_blue {
	background: #1368be;
}
.item_cat li.cat_gry {
	background: #848484;
}*/
.item_cat li:last-child {
	margin-right: 0;
}
h2 {
	color: #3f3c39;
}
h2 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	text-transform: uppercase;
}
h2 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
@media only screen and ( max-width : 991px ) {
	h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	h2 span {
		font-size: 16px;
		margin-top: 15px;
		padding-top: 15px;
	}
	#top_items .item_slide {
		width: 80%;
		margin-right: -100px;
	}
	.item_slide_box {
		margin: 0 10px;
	}
	#top_items .slick-prev {
		left: -10px;
		top: 40px;
	}
	#top_items .slick-next {
		left: -10px;
		top: 92px;
	}
	#top_items {
		margin-top: -30px;
	}
	.item_slide_text {
		margin: 15px 0 10px 0;
		font-size: 16px;
	}
}
@media only screen and ( max-width : 880px ) {
	#top_items .item_slide {
		width: 100%;
		margin-right: -100px;
	}
	#top_items {
		margin-top: 30px;
	}
}
@media only screen and ( max-width : 767px ) {
	h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	h2 span {
		font-size: 14px;
	}
	#item__category {
		/*margin-top: 30px;*/
	}
	.item_slide_text {
		font-size: 14px;
	}
	#top_items .slick-prev {
		top: 20px;
	}
	#top_items .slick-next {
		top: 62px;
	}
	.item_slide_box {
		margin: 0 5px;
	}
}
@media only screen and ( max-width : 575px ) {
	#top_items .item_slide {
		margin-right: -25px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#top_items {
	}
	#item__category {
		/*margin-top: 60px;*/
	}
}
@media print, screen and ( min-width : 992px ) {
	h2 {
		font-size: 32px;
		margin-bottom: 60px;
	}
	h2 span {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.item_slide_box {
		margin: 0 10px;
	}
	#top_items {
		margin-top: -50px;
	}
	#top_items .item_slide {
		width: 70%;
		margin-right: -150px;
	}
	#top_items .slick-prev {
		left: -10px;
		top: 40px;
	}
	#top_items .slick-next {
		left: -10px;
		top: 92px;
	}
	#item__category {
		/*margin-top: 80px;*/
	}
	.item_slide_text {
		font-size: 18px;
		margin: 15px 0 10px 0;
	}
}
@media print, screen and ( min-width : 1300px ) {
	#top_items {
		margin-top: -80px;
	}
	.item_slide_box {
		margin: 0 15px;
	}
	#top_items .item_slide {
		width: 76%;
		margin-right: -150px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
#top_btn li a {
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
#top_btn li a:before,#top_btn li a:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 100px;
	height: 50px;
	transform: rotate( -45deg );
	transition: .5s;
}
#top_btn li a:hover {
	opacity: 1;
}
#top_btn li a:before {
	left: -50px;
	top: -40px;
}
#top_btn li a:after {
	right: -50px;
	bottom: -40px;
}
#top_btn li a:hover:before {
	top: -20px;
}
#top_btn li a:hover:after {
	bottom: -20px;
}
.cad_btn {
	background: #58aead;
}
.catalog_btn {
	background: #0579ee;
}
@media only screen and ( max-width : 991px ) {
	#top_btn li a {
		font-size: 17px;
	}
}
@media only screen and ( max-width : 767px ) {
	#top_btn li {
		margin-bottom: 20px;
	}
	#top_btn li:last-child {
		margin-bottom: 0;
	}
	#top_btn li a {
		padding: 20px 10px;
	}
	.btn_icon {
		margin-right: 10px;
	}
	.btn_arrow {
		margin-left: 10px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#top_btn ul {
		max-width: 90%;
		margin: 0 auto;
	}
	#top_btn li {
		width: 48%;
	}
	#top_btn li a {
		padding: 20px;
	}
	.btn_icon {
		margin-right: 15px;
	}
	.btn_arrow {
		margin-left: 15px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#top_btn li a {
		font-size: 22px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news .container {
  position: relative;
}
.top_product_info {
	background:#e5f2ff;
	color: #0d7def;
	border: 1px solid #0d7def;
}
.top_product_info p {
	text-align: center;
}
@media only screen and ( max-width : 991px ) {
	/*#news .news_list {
		padding-bottom: 80px;
	}*/
	#news .link_btn {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	#news .container {
		padding-bottom: 60px;
	}
  .top_product_info {
  	padding: 20px;
  	margin-top: 30px;
  	font-size: 18px;
  }
}
@media only screen and ( max-width : 767px ) {
	#news {
		margin-top: 40px;
	}
}
@media print, screen and ( min-width : 768px ) {
  #item__category .item_cat_box {
  	margin-top: 15px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #news h2 {
  }
  .news_title,
  #item__category h2 {
  	width: 220px;
  	margin-right: 60px;
  }
  #news dl,
  #item__category .item__category__list {
  	width: calc(100% - (220px + 60px));
  }
  .top_product_info {
  	width: calc(100% - (220px + 60px));
  	padding: 30px;
  	margin-top: 60px;
  	font-size: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
