/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  YN 2023.10.03 
------------------------------------------------------------------------------*/

/*MV*/

.mainvisual-catch {
    bottom: 40%;
    text-align: center;
}


.home .box .copy {
    font-weight: 500;

}
/*見出しの飾り*/
.title-type02:before, .title-type04:before {
    width: 42px;
    height: 1px;
}

/*商品一覧*/
.items{
	margin: 100px auto;
}
.home .banner-type02 ul li {
    background: var(--sub-color);
}

.home .banner-type02 ul li .text ,h3 {
	color: #333333;
}

.home .banner-type02 ul li .text h3 {
    color: #333333;
}
.home .banner-type02 ul li .text .btn a {
    background: var(--main-color-2);

}
/*バナー*/
.box-wrap.bg:before {
    background: #e3fbe4;

}

/*確かな技術と～*/

.home .image-text-type03 .text:before {
    background: var(--main-color);

}
/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {    /*20231024 arai*/
    .nav {
        display: none;
    }
}

