@charset "UTF-8";


/*---------------
スライダー
---------------*/
.slider_container {
	width: 100%;
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}



.slick-slide {
	text-align: center;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
	}

/*---------------
コンテンツ
---------------*/

.header_logo{
	width: 160px;
}
.ttl{
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 80px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}

.product_cnt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: auto;
	margin: 180px 0 0;
}
.cnt01{
	width: 50%;
	height: 400px;
}
.cnt02{
	width: 50%;
	height: 400px;
	overflow: hidden;
}
.p_ttl{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.sub_ttl{
	font-size: 2rem;
	letter-spacing: 1px;
	margin: 10px 0 0;
	font-weight: 600;
}
.cont_txt{
	font-size: 1.6rem;
	margin: 10px 0 0;
	line-height: 2em;
	width: 80%;
	text-align: justify;
}
.link_sn{
	color:#3888C7;
	text-decoration:underline;
}
/*---------------
ボタン
---------------*/
.btn{
	width: 50%;
	height: 40px;
	background-color: #B9A8A9;
	text-align: center;
	margin: 40px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	
}
.btn:hover,.product_btn:hover{
	opacity: 0.6;
	transition: 0.5s;
}
.btn a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px 0 0;
	color:#FFFFFF;
}

.btn a::after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	background-image: url(../../../assets/images/arrow.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top:17px;
	right: 10px;
}
.line_up{
	width: 100%;
	display: flex;
	justify-content:space-between;
	height: auto;
	margin: 200px 0 0;
}
.line_up2{
	justify-content:space-around;
}
.product_box{
	width: 34%;
	height: auto;
}
.product_box2{
	width: 50%;
	height: auto;
}
.product_img{
	position: relative;
	height: 200px;
	margin-bottom: 40px;
}

.product_img img{
	max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_img2 img{
	max-width: 45% !important;
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_ttl{
	text-align: center;
	font-size: 2rem;
	letter-spacing: 2;
	margin: 20px 0 0;
	font-weight: 600;
}
.product_txt{
	width: 70%;
	max-width: 400px;
	min-height: 160px;
	margin: 15px auto 0;
	max-height: 50%;
	overflow: hidden;
	line-height: 1.6em;
	text-align: justify;
	font-size: 1.6rem;
}
.product_txt2{
	width: 60%;
}
.product_btn{
	width: 70%;
	height: 40px;
	background-color: #B9A8A9;
	text-align: center;
	position: relative;
	display: flex;
	margin: 20px auto 0;
}
.product_btn2{
	width: 60%;
}
.product_btn a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px 0 0;
	color:#FFFFFF;
}
.product_btn a::after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 25px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	background-image: url(../../../assets/images/arrow.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top:17px;
	right: 10px;
}
.cnt01_ravi{
	padding: 0 0 0 5%;
}
.ravi_cont_txt{
	width: 100%;
}
.about_ttl{
	margin: 180px 0 0 0 ;
	padding: 40px 0 0 0 ;
}
.about_txt{
	width: 80%;
	
	margin:  120px auto 0;
}
.about_txt01,.about_txt02{
	font-size: 1.8rem;
    line-height: 2em;
    text-align: justify;
}
.footer{
	margin: 200px 0 0 0;
height: 100px;
	width: 100%;
	background-color: #000000;
	padding: 30px 0 0 0;
}
.footer a{
	color: #FFFFFF;
	text-align: center;
}
.product_img:hover{
	transform: scale(1.1);
	transition: 1s;
}