@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    padding-top: 0px;
}

html {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	letter-spacing: 0.07rem;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    background-color: #F4F4F4;
}
img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: bottom;
}
li{
	list-style-type: none;
}
a:link {
    text-decoration: none;
    color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
}
header,
footer,
main,
nav,
article,
aside,
section{
	display: block;
}
.space_punc{
padding-left: 13px; 
padding-right: 13px;
}
.punctuation{
background-color: #FFFFFF; 
width: 1px; 
height: 12px; 
display: inline-block; 
vertical-align: middle;
}
.ft_end a:before{
    content: '';
    margin-right: 7px;
    background-image: url(../images/csyaji.png);
    background-size: 7px auto;
    background-repeat: no-repeat;
    height: 11px;
    width: 7px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.float_left{
    float: left;
}
.mt_30{
margin-top: 30px;
}
.top_logo{
    max-width: 264px;
    /* [disabled]display: inline-block; */
    vertical-align: middle;
    width: 100%;
}
.toplogo_frame{
    background-color: #000000;
    display: table-cell;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 308px;
    padding-top: 31px;
    padding-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
}
.float_right{
float: right;
}
/*PC*/
@media screen and (min-width:768px) { 
.contents {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 94%;
}
.sp_header {
    display: none;
}
.head_catalog{
    float: right;
    margin-right: 55px;
}
.head_catalog:hover{
    opacity: 0.7;
}
.head_link{
    float: right;
}
.head_link:hover{
    opacity: 0.7;
}
.main_list {
    position: relative;
    top: -54px;
    width: 100%;
    height: 100%;
}
.main_list ul{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: table;
    width: 100%;
	table-layout: fixed;
}
.main_list ul li {
    width: 32%;
    float: left;
}
.main_list ul li:nth-child(3n-1) {
    margin-right: 2%;
    margin-left: 2%;
}
.main_list ul li:nth-child(3n+1) {
    clear: both;
}
.main_list ul li img{
	width: 100%;
}
.main_list ul:after {
  clear: both;
  display: block;
}
.main_list a:hover > img {
    opacity: 0.3;
	transition-property: all;
  	transition: 0.3s linear;
}
.main_list a:hover{
    background-color: rgba(255,255,255,1.00);
    display: block;
	
}
footer {
    background-color: #000000;
    display: inline-block;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
}
.ft_bg{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.footer1 {
    border-bottom: 2px solid #838383;
}
	.ft_br {
    padding-left: 0px;
	}
	.ft_br li {
    float: left;
    color: #FFFFFF;
}		
	.ft_br li a:hover{
    color: #e60012;
}	
	.ft_br li:after{
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    color: #FFFFFF;
}	
	.ft_br li:last-of-type:after{
    content : none ;
}	
	.ft_upper {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 40px;
    display: table;
}
	.ft_upper dd {
    display: table-cell;
    vertical-align: middle;

}
	.ft_upper2 dd {
    display: block;
    float: left;
}
	.ft_pp{
    padding-bottom: 20px;
    display: table;
	}
	.ft_pp a:hover{
    color: #E60012;
	}
	.ft_cs{
    padding-right: 110px;
    margin-bottom: 40px;
	}
	.ft_cs img{
    width: 165px;
    vertical-align: center;
	}
	.ft_left{
	float: left; margin-right: 110px;
	}
.ft_lower{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    display: table;
    padding-bottom: 14px;
}
.number{
    font-size: 180%;
    font-weight: bold;
    margin-left: 10px;
}
.number[href^="tel:"] {
	pointer-events: none;
	}
.notice{
    margin-left: 17px;    
}
.ft_end{
float: right;
}
.ft_end a:hover{
    text-decoration: underline;
}
.bg {
    background-image: url(../images/cskage.png),
	                  url(../images/cshhp_pc.jpg);
    height: 450px;
    background-size: contain,cover;
    background-repeat: no-repeat;
    border-top: 10px solid rgba(0,0,0,1.00);
}
.first{
margin-bottom: 20px;
}
.second {
margin-bottom: 10px;
}

.brands_menu tr td img {
    width: 6px;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.brands_menu tr td a {
    color: rgba(255,255,255,1.00);
	white-space: nowrap;
}
.brands_menu tr td a:hover {
    color: #E60012;
}
.brands_menu tr td {
    color: rgba(255,255,255,1.00);
    padding-right: 20px;
}
.brand_button table{
    display: none;
}
.brand_button div{
    display: none;
}
.brand_button{
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
.brand_button:hover > table{
    display: block;
}
.brand_button:hover > div{
    display: block;
    background-color: #000000;
}
.catalog{
    position: absolute;
    right: 89px;
    width: 135px;
    margin-right: -60px;
    padding-right: 0px;
}
.brands:hover {
    transition: background-color 0.3s linear;
    background-color: rgba(0,0,0,0.70);
}
.brands.catalog:hover {
    background-color: rgba(0,0,0,0.70);
    transition: background-color 0.3s linear;
}
.brand_line{
    border-bottom: thin solid rgba(255,0,4,1.00);
    margin-top: 10px;
    margin-bottom: 10px;
}
.brands.left{
    width: 308px;
    z-index: 650;
}
.head_table li{
    display: inline;
}
.category {
    color: #E60012;
    margin-top: 16px;
    font-weight: bold;
}
.brand_name{
    color: rgba(0,0,0,1.00);
}
.brand_name a{
    font-size: 150%;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
}
.brand_name a:hover{
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    background-color: rgba(0,0,0,0.00);
}
.brand_title{
    font-weight: bold;
}
.cutline{
    color: #7F7F7F;
    margin-bottom: 26px;
}
.ft_title{
    font-size: 120%;
    font-weight: bold;
}
.cp_navi {
    display: block;
    width: 94%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.cp_navi ul {
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.cp_navi ul li {
    list-style-type: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: table-cell;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
    display: block;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
}
.cp_navi > ul > li:hover > a {
    color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
    position: absolute;
    -webkit-transiton: opacity 0.2s;
    transition: opacity 0.2s;
    top: 29px;
}
.cp_navi > ul > li:hover > div {
    opacity: 1;
    visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}
.line {
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
}
.line2 {
    border-bottom: 1px solid #4d4d4d;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    clear: both;
    padding-top: 23px;
}
.ft_end a {margin-right: 10px;}
	
	

	
/*■追加■*/
/* タイトル*/
.main_title {
    position: relative;
    top: -206px;
}

.main_cap {
	float:left;
	color: #FFFFFF;
}

.main_cap img {
	width: 82px;
}

.main_cap2 {
	padding-top: 5px;
	padding-left: 30px;
}	

.main_list2 {
    position: relative;	
    top: -83px;
}	
	
	
/* バナー*/
.info{
	margin-top: -54px;
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #ffffff;
	text-align: center;
}

.info img{
	max-width: 100%;
	padding-left: 23px;
	padding-right: 23px;
}

.info a:hover > img {
    opacity: 0.3;
	transition-property: all;
  	transition: 0.3s linear;
}

.info_img{
     display: block;
     margin:auto;
}


/*SP版インフォ非表示*/
.info2 {
	display: none;
}
/*■追加■*/		

	
	
}




/*SP*/
@media screen and (max-width:767px) { 
/*■追加■*/		
/*タイトル*/	
.main_title {
    position: relative;
    top: -206px;
}	
	
.main_cap {
	color: #FFFFFF;
}

.main_cap img {
	width: 16.25vw;
}	
	
.main_cap2 {
	padding-top: 10px;
	padding-left: 0;
}

.main_list2 {
    position: relative;	
    top: -70px;
}	
	
	
/*PC版インフォ非表示*/
.info {
	display: none;
}

/*SP版インフォ表示*/
.info2{
	display: block;	
	margin-top: -74px;
	padding-top: 40px;
	padding-bottom: 92px;
	background-color: #ffffff;
	text-align: center;
}

.info2 img{
	max-width: 101%;
	padding-left: 23px;
	padding-right: 23px;
}

.info2 a:hover > img {
    opacity: 0.3;
	transition-property: all;
  	transition: 0.3s linear;
}
	
/*■追加■*/		
	
	
	
	
.contents{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -78px;
}
.sp_header{
    height: 60px;
    background-color: #000000;
    position: relative;
    top: -16px;
}
.sp_logo {
    margin-left: auto;
    margin-right: auto;
    width: 54%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 180px;
}
.cp_navi{
    display: none;
}
.category {
    color: #E60012;
    margin-top: 20px;
    font-weight: bold;
}
.brand_name{

}
.brand_name a{
    font-size: 150%;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
}
.cutline{
    color: #7F7F7F;
    margin-bottom: 34px;
}
.main_list ul li img{
    width: 100%;
}
.bg{
    background-image: url(../images/cshhp_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.main_list ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
footer{
    background-color: #000000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}

.ft_upper{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ft_cs {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ft_cs img{
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 250px;
}

.ft_pp{
    display: none;
}

.ft_title{
    display: none;
}

.ft_lower{
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 94%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.number{
    display: block;
    font-size: 179%;
    font-weight: bold;
}
.notice{
    display: block;
}
.ft_end {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.ft_end a{
    display: block;
}
.copyright{
    padding-bottom: 40px;
    padding-top: 0px;

}
.ft_bg{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
/*SPメニュー*/
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}
#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}
	header{
		padding: 16px 0;
		position: relative;
	}
	h1{
		width: 120px;
	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}
	nav{
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
	}
	header nav ul{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 0px;
	}
	header nav ul li{
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #494949;
    background-color: #000000;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	#nav_toggle{
    display: block;
    width: 33px;
    height: 30px;
    position: relative;
    top: 16px;
    z-index: 100;
    float: right;
    right: 13px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}
.ham_R{
    float: right;
    font-size: 80%;
    color: #E60012;
    position: relative;
    top: 3px;
}
.ham_R2{
    float: right;
    font-size: 60%;
    position: relative;
    top: 4px;
    font-weight: normal;
}
_::-webkit-full-page-media, _:future, :root .ham_R2{
    font-size: 70%;
	position: relative;
    top: 5px;
}
.arrow{
    width: 7px;
    margin-right: 9px;
    float: left;
    display: table-cell;
    position: relative;
    top: 3px;
}
.sp_menu-first{
    border-top: 1px solid #494949;
}
.sp_menu-none{
    border-top-style: none;
    font-size: 130%;
}
.h30{
height: 30px;
}
/*SPメニュー*/
.brand_name a:hover{
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    background-color: rgba(0,0,0,0.00);
}
}
