/* ================================
  category
================================ */

/*共通パーツ*/
#wrap {
  width: 100%;
  overflow: hidden
}
#topBox {
  overflow: hidden;
	padding:240px 0 160px;
	position:relative;
}
#category_01 #topBox {
	background: url("../img/img_product/top_img_01.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_02 #topBox {
	background: url("../img/img_product/top_img_02.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_03 #topBox {
	background: url("../img/img_product/top_img_03.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_04 #topBox {
	background: url("../img/img_product/top_img_04.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_05 #topBox {
	background: url("../img/img_product/top_img_05.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_06 #topBox {
	background: url("../img/img_product/top_img_06.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}
#category_07 #topBox {
	background: url("../img/img_product/top_img_07.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}

#category_08 #topBox {
	background: url("../img/img_product/top_img_08.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}

#category_09 #topBox {
	background: url("../img/img_product/top_img_09.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}

#category_10 #topBox {
	background: url("../img/img_product/top_img_10.jpg")no-repeat;
	background-size: contain;
	background-position: right top;
}

#topBox .inBox {
	width: 100%;
	max-width: 1200px;
	margin:auto;
}
#topBox .inBox h1 .categoryName{
font-size: clamp(30px, 5vw, 70px);
margin-bottom: 1rem;
white-space: nowrap;
line-height: 1.1;
	display: block;
}
#topBox .inBox h1 .small{
font-size: clamp(16px, 5vw, 30px);
font-weight: bold;
line-height: 1.2;
display: block;
}
#topBox .inBox h1 .pageKinds{
font-size: clamp(18px, 3vw, 36px);
font-weight: bold;
line-height: 1.2;
	display: block;
}

@media screen and (max-width: 1280px),{
	#topBox .inBox {
	margin: 0;
	padding: 0 5%;
}
#topBox {
	padding:160px 0 120px;
}
}
@media screen and (max-width: 768px),{
	#topBox {
	padding:100px 0 60px;
}
#topBox .inBox p br{
	display: none;
}
#topBox .inBox h1{
white-space: normal;
}

}
@media screen and (max-width: 470px),{
#topBox {
  padding: 90px 0 220px;
  }
#category_01 #topBox {
	background: url("../img/img_product/top_img_01.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#category_02 #topBox {
	background: url("../img/img_product/top_img_02.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}	
#category_03 #topBox {
	background: url("../img/img_product/top_img_03.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#category_04 #topBox {
	background: url("../img/img_product/top_img_04.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#category_05 #topBox {
	background: url("../img/img_product/top_img_05.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#category_06 #topBox {
	background: url("../img/img_product/top_img_06.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#category_07 #topBox {
	background: url("../img/img_product/top_img_07.jpg")no-repeat;
	background-size: 90%;
	background-position: right bottom;
	}
#topBox .inBox p {
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.2;
}
#topBox img{
	width: 250px;
	height: auto;
	right: -0%;
	top:auto;
	bottom: 0;
}
}
#itemList {
	background: #ecf5ff;
	padding: 6rem 0;
}

#itemList .inBox {
	max-width: 1200px;
	display: flex;
	margin:auto;
	justify-content: space-between;
}
#itemList .inBox a.proLink{
	background: #fff;
	border-radius: 10px;
	width: 48%;
	text-decoration: none;
	 box-shadow: 0 0 5px #ccc;
	margin-bottom:1rem;
}

#itemList .inBox a.proLink .fBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 15px 5%;
	border-bottom: 1px solid #000;
}

#itemList .inBox a.proLink .imgBox {
    width: 30%;
    display: flex;
    align-items: center;
    background: #ececec;
	overflow: hidden;
}
#itemList .inBox a.proLink .imgBox img{
    width: 100%;
	height: auto;
	transition:0.3s all;
}
#itemList .inBox a.proLink .textBox {
    flex: 1;
    position: relative;
}

#itemList .inBox a.proLink .textBox .proTitle {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: bold;
    line-height: 1.2;
	margin-bottom: 10px;
}
#itemList .inBox a.proLink .textBox .proTitle .mini{
	font-size: clamp(14px, 2vw, 18px);
}
#itemList .inBox a.proLink .textBox .proText {
    font-size: 14px;
}

#itemList .inBox a.proLink .textBox2 {
	padding: 15px 5%;
}
#itemList .inBox a.proLink .textBox2 p{
	font-size: 14px;
}

#itemList .inBox a.proLink .textBox2 .proLinkbtn {
	display: block;
    font-size: 16px;
    width: 120px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    background:linear-gradient(120deg, #091c34 0%, #760f30 100%);
    background-position-x: 0%;
    background-position-y: 0%;
	background-position:0% 50%;
	background-size: 250% auto;
	text-align: center;
	transition: all 0.4s ease;
    margin: 15px auto 10px;
}

@media screen and (max-width: 1280px),{
	#itemList .inBox {
	margin:0 5%;
}
}

@media screen and (max-width: 780px),{
#itemList {
	background: #ecf5ff;
	padding: 3rem 0;
}
#itemList .inBox {
	flex-direction: column;
}
	
	#itemList .inBox a.proLink{
	width: 100%;
}
	
#itemList .inBox a.proLink .textBox2 .proLinkbtn {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 20px;
	color: #fff;
	width: 80px;
  }
}

#categoryList {
	padding: 6rem 0 6rem;
}
#categoryList h2 {
	text-align: center;
	margin: 0 5% 4rem;
	font-size: clamp(20px, 3vw, 36px);
}
#categoryList .inBox{
	max-width: 1200px;
	display: flex;
	margin:auto;
	justify-content: space-between;
	flex-wrap: wrap;
}


#categoryList .categoryLink{
	width: 32%;
	max-width: 380px;
	position: relative;
	margin-bottom: 1.2rem;
}
#categoryList .categoryLink .categoryTitle {
	color: #fff;
	font-weight: bold;
	position: absolute;
	font-size: clamp(12px, 2.5vw, 20px);
	left: 10px;
	top: 10px;
	line-height: 1.2;
	z-index: 5;
}
@media screen and (max-width: 1280px),{
	#categoryList .inBox {
	margin:0 5%;
}
}
@media only screen and (min-width: 781px) {
	
#itemList .inBox a.proLink:hover .imgBox img{
  transform:scale(1.1,1.1);
  transition:0.3s all;
}
	
#itemList .inBox a.proLink:hover .proLinkbtn {
background-position: 100% 50%;
}	

	
	
}
@media screen and (max-width: 780px),{
	#categoryList .categoryLink{
	width: 48%;
	max-width: 380px;
	position: relative;
}
#categoryList .categoryLink .categoryTitle {
    left: 8px;
    top: 8px;
}
}
@media screen and (min-width: 781px),{
.img_Wrapper {
  overflow: hidden;
	background: #000; 
}
.img_Wrapper img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s; 
}
/*ホバー*/
.img_Wrapper img:hover {
  transform: scale(1.2);
	opacity: 0.5;
  transition-duratiosn: 0.3s;
}
}

#ProDes  {
	background: #0f2748;
}
#ProDes .inBox{
	max-width: 1200px;
	margin: auto;
	padding: 6rem 0;
}
#ProDes .inBox h2 {
	font-size: clamp(20px, 3vw, 36px);
	margin-bottom: 3rem;
	color: #fff;
}
#ProDes .inBox p {
	font-size: clamp(14px, 2vw, 18px);
	color: #fff;
	margin-bottom: 0.5rem;
}
#ProDes .inBox p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 1280px){
	#ProDes .inBox{
	margin: 0 5%;
}
}

@media screen and (max-width: 780px){ 
#ProDes .inBox{
	padding: 3rem 0;
}
#ProDes .inBox h2 {
	margin-bottom: 1.5rem;
}
}

/*----------------*/
.reqBtn{
	margin-top: 40px;
  transition: all 0.5s ease;	
}

.reqBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  color: rgb(255, 255, 255);
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.467) 0px 0px 3px;
  background: linear-gradient(120deg, rgb(88, 7, 19) 0%, rgb(190, 13, 39) 100%) 0% 50% / 400%;
  background-position: 0% 50%;
  border-radius: 60px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  text-decoration: none;
margin: 0 auto;
}


/*------20260703add---------*/
.leadTx{
    max-width: 1200px;
    margin: 40px auto -120px;
	background-color: rgba(255,255,255,0.7);
	padding: 2rem;
}

#SupSer  {
	background: #657FA4;
}
#SupSer .inBox{
	max-width: 1200px;
	margin: auto;
	padding: 6rem 0;
}
#SupSer .inBox h2 {
	font-size: clamp(20px, 3vw, 36px);
	margin-bottom: 3rem;
	color: #fff;
}
#SupSer .inBox p {
	font-size: clamp(14px, 2vw, 18px);
	color: #fff;
	margin-bottom: 0.5rem;
}
#SupSer .inBox p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 1280px){
	
.leadTx{
    margin: 30px 5% -60px;
	padding: 1rem;	
}	
	
#SupSer .inBox{
	margin: 0 5%;
}
}

@media screen and (max-width: 780px){ 

.leadTx{
    margin: 10px 0 0;
	padding: 1rem;	
}	
	
#SupSer .inBox{
	padding: 3rem 0;
}
#SupSer .inBox h2 {
	margin-bottom: 1.5rem;
}
}
