@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


.indent{
	padding-left: 1em;
	text-indent: -1em;
	}


form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}







body{
	font-family: 'Noto Serif','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-style: normal;
    font-weight: 400;
	font-size: 14px;
	line-height: 2;
	color: #3a3a3a;
	margin: 0 auto;
	padding: 0;
	}




header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: 930px;
	margin: 0 auto;
	}
header h1{
	margin: 0;
	padding: 0;
	line-height: 0;
	}
header ul{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	}
header ul li a{
	transition: 0.2s;
	font-size: 14px;
	}
header ul li a:hover{
	color: #d42123;
	transition: 0.2s;
	}





#page_title{
	background: #343434;
	color: #fff;
	padding:30px;
	margin: 0 0 40px 0;
	}
#page_title h2{
	width: 930px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	font-size: 20px;
	}


#all{
	width: 930px;
	margin: 0 auto;
	padding: 0px 0 150px 0;
	}

#all a:hover{
	color: #ff0000; text-decoration : underline;
	}
	
.block{
	margin: 0 0 80px 0;
	overflow: hidden;
	}
.block .lead{
	margin:50px 0 0 0;
	font-size: 18px;
	}
.block h3{
	font-size: 24px;
	border-bottom: solid 1px #343434;
	font-weight: normal;
	}


footer{
	background: #343434;
	color: #fff;
	padding: 50px 0;
	}
footer .content{
	width: 930px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.4;
	}
footer .content .data  h1{
	margin: 0;
	padding: 0;
	line-height: 0;
	}

footer .content ul{
	display: flex;
	gap: 30px;
	}
footer .content ul li a{
	transition: 0.2s;
	color: #fff;
	font-size: 14px;
	}
footer .content ul li a:hover{
	color: #d42123;
	transition: 0.2s;
	}
	
footer .content ul.sns{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	margin: 30px 0 0 0;
	}
footer .content ul.sns li:last-child img{
	width: 30px;
	}
footer .content ul.sns li:first-child img{
	width: 33px;
	}

#copy{
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	}





.scroll-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}










/* index */

.index_bnr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.index_bnr li{
	margin: 0 0 20px 0;
	}
.index_bnr li img:hover{
	opacity: 0.8;
	transition: .2s;
	}




/* about */

.about_table{
	border-bottom: solid 1px #333;
	}
.about_table th{
	background: #eee;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #333;
	}
.about_table td{
	padding: 15px;
	border-top: solid 1px #333;
	}
.fl_image{
	max-width: 400px;
	float: left;
	margin: 0 40px 20px 0;
	}
.fr_image{
	max-width: 400px;
	float: right;
	margin: 0 0 20px 40px;
	}
.fr_image img,
.fl_image img{
	width: 100%;
	}



/* brand */

.brand_main{
	margin: 100px 0 0 0;
	}

.brand_exp li{
	background: url('../img/brand/ico.png') no-repeat left center;
	padding: 0 0 0 20px;
	}
.brand_exp li span{
	color: #ff0000;
	}

.brand_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 36px;
	}
.brand_list li{
	margin: 0 0 20px 0;
	}
.brand_list li img{
	border: solid 1px #ccc;
	}
.brand_list li img:hover{
	opacity: 0.8;
	transition: .2s;
	}
.brand_list li p{
	text-align: center;
	}


.catalog_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.catalog_list li{
	margin: 0 0 20px 0;
	width: 300px;
	}
.catalog_list li img{
	width: 100%;;
	}
.catalog_list li img:hover{
	opacity: 0.8;
	transition: .2s;
	}
.catalog_list li p{
	text-align: center;
	}


/* lineup */

.lineup_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.lineup_list li{
	width: 310px;
	margin: 0 0 20px 0;
	font-weight: bold;
	}
.lineup_list li img{
	margin: 0 5px 0 0;
	}

.lineup_bnr{
	border-top: solid 1px #ccc;
	padding: 50px 0 0 0;
	text-align: right;
	}
.lineup_bnr img{
	width: 350px;
	}


.lineup_list_bnr{
	margin: 20px 0 0 0;
	gap: 15px;
	display: flex;
	}
.lineup_list_bnr li{
	width: 300px;
	}
.lineup_list_bnr li img:hover{
	opacity: 0.8;
	}








/* contact */



#contact table{
	width : 100%;
	margin : 0 0 80px 0;
	}
#contact table th{
	width : 300px;
	border : solid 1px #ccc;
	padding : 25px 0 25px 10px;
	background : #eee;
	}
#contact table td{
	border : solid 1px #ccc;
	padding : 25px 0 25px 20px;
	}
#contact table .req {
	background: #d42123;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	}
#contact table input[type=text],
#contact table textarea{
	margin : 5px 0;
	padding : 10px;
	border-radius : 5px;
	border: solid 1px #ccc;
	width : 500px;
	}
#contact table select{
	margin : 5px 0;
	padding : 10px;
	}
	
#contact form h2{
	border-bottom: solid 1px #000;
	font-size: 24px;
	text-align: left;
	margin: 0 0 30px 0;
	font-weight: bold;
	}
	
	
	.btn01{
		background : #d42123;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		}
	.btn01:hover{
		background : #ff5153;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		}
	.btn02:hover{
		background : #cecece;
		}










/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



	.sp{
		display : none;
		}

#sp_menu{
	display : none;
	}








/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}

body{
	color : #353535;
	font-size : 16px;
	padding: 0;
	margin: 0;
	}


#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 8px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    background: #d42123;
    border-radius: 5px;
	}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
	}
.menu_btn span:before{
    bottom: 6px;
	}
.menu_btn span:after{
    top: 6px;
	}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
	}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
	}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #d42123;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #d42123;
    top: 0;
    transform: rotate(-495deg);
	}

#menu_btn_check{
    display: none;
	}

#menu_btn_check:checked ~ .content{
    left: 0;
	}



#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: rgb(212,33,55,0.96);
    transition: all 0.5s;
    color: #fff;
    padding: 0 20px;
	}
#sp_menu .content ul {
    padding: 50px 0 0 0;
	}
#sp_menu .content ul:first-child li {
    border-bottom: solid 1px #fff;
    list-style: none;
	}
#sp_menu .content ul:first-child li a{
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	}






header{
	display: block;
	padding: 10px;
	width: 100%;
	}
header h1 img{
	width: 150px;
	}
header ul{
	display: none;
	}





#page_title{
	padding:20px 10px;
	margin: 0 0 20px 0;
	}
#page_title h2{
	width: 100%;
	font-size: 16px;
	}


#all{
	width: 100%;
	padding: 0px 0 100px 0;
	}

	
.block{
	margin: 0 0 50px 0;
	padding: 0 10px;
	}
.block h3{
	font-size: 20px;
	}


footer{
	padding: 20px 10px;
	}
footer .content{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 50px;
	}
footer .content .data  h1 img{
	width: 120px;
	}

footer .content ul{
	display: none;
	}
	
footer .content ul.sns{
	align-items: center;
	margin: 0;
	gap: 10px;
	}






.scroll-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 30px;
	transition: 0.2s;
	}












/* index */

.index_bnr{
	display: block;
	}
.index_bnr li{
	margin: 0 0 20px 0;
	}
.index_bnr li img{
	width: 100%;
	}


iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 44 / 31;
	}




/* about */

.about_table th{
	white-space: nowrap;
	}
.fl_image{
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 0 30px 0;
	}
.fr_image{
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 0 30px 0;
	}





/* brand */

.brand_main{
	margin: 0px 0 0 0;
	}

.brand_exp li{
	margin: 0 0 20px 0;
	}
	
.brand_list{
	justify-content: space-between;
	gap: 1%;
	}
.brand_list li{
	margin: 0 0 30px 0;
	width: 48%;
	}
.brand_list li img{
	width: 100%;
	}


.catalog_list{
	display: block;
	}
.catalog_list li{
	margin: 0 0 30px 0;
	width: 100%;
	}


/* lineup */

.lineup_list{
	display: block;
	}
.lineup_list li{
	width: 100%;
	margin: 0 0 20px 0;
	}

.lineup_bnr{
	text-align: center;
	}


.lineup_list_bnr{
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap
	}
.lineup_list_bnr li{
	}








/* contact */



#contact table{
	margin : 0 0 40px 0;
	}
#contact table th{
	width : 100%;
	display: block;
	padding : 10px;
	box-sizing: border-box;
	}
#contact table td{
	width : 100%;
	display: block;
	padding : 10px;
	box-sizing: border-box;
	}
#contact table input[type=text],
#contact table textarea{
	width : 100%;
	box-sizing: border-box;
	}





































/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/


