@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	/*overflow-x: hidden;*/
    overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

caption,th,p{
text-align: center;
}
.blog_inner a:not([class]) {
text-decoration: none;
}
.blog_inner ul{
margin-left: 0px;
}
#hybrid {
  width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	color:#333;

}

#hybrid img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#hybrid img.neck {
	margin-top: 150px;
}

#hybrid p{
	font-size: 1em!important;
	margin-top: 0!important;
	line-height: 180%;
}


#hybrid h2,
#hybrid h3,
#hybrid h4,
#hybrid h5{
	color:#333;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#hybrid h1{
	font-size:2.5em;
	margin: 40px auto;
	line-height: 125%;
	font-weight: 700;
	text-align: center;
}


#hybrid h2{
	font-size:2.5em;
	margin: 25px auto 5px;
	line-height: 100%;
	font-weight: bold;	
    font-style: italic;
	}
#hybrid h2 span{
	font-size:0.6em!important;
}

#hybrid h3{
	font-size:1.3em;
	margin: 25px auto 5px;
	line-height: 100%;
	font-weight: bold;	
  text-align: left;
	letter-spacing: 0;
	width:95%;
	}

#hybrid .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#hybrid .main_text{
	margin:50px auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 600px;
}

#hybrid .main_text02{
	margin:50px auto 100px!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 600px;
}

#hybrid p.model{
	margin:0px auto 0px!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	width: 92%;
	max-width: 800px;
}

#hybrid section.item{
	width: 100%;
	max-width: 800px;
	margin: 70px auto 0px;
	text-align: center;
}

#hybrid section.item img{
	width: 100%;
}

#hybrid section.item img.title{
	width: 60%;
	margin:20px auto;
}

#hybrid section.item img.title02{
	width: 25%;
	margin:30px auto;
}

#hybrid section.item .flex div {
	flex-basis: 50%;
}
#hybrid section.item02{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}
#hybrid section.item02 img{
	width: 100%;
	padding: 1%;
}
#hybrid section.item02 .flex div {
	flex-basis: 50%;
}
#hybrid p.itemname{
	font-size: 1em!important;
	margin: 1em auto 0px!important;
 
	font-weight: 500;
}

#hybrid p.price{
	
	margin: 10px auto!important;
  text-align: right;
	flex:1;
}

.itemlist .price::after {
  content: "";
  flex: 1;
  border-bottom: 2px dotted #000;
  margin: 0 0px 15px 43px;
}

 .itemlist .price {
  white-space: nowrap;
}


#hybrid .style .textaria{
	margin: 30px auto;
	width: 100%;
}

#hybrid .style .textaria p.text{
	text-align: left;
	margin: 50px auto 20px!important;
}


#hybrid .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 95%;
 max-width: 800px;
 padding: 5px 0;
 margin: 15px auto;
}


#hybrid .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 180%;
}

#hybrid .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#hybrid .item p.itemname{

	font-size: 1em!important;
}

#hybrid .item p.price{
	margin: 0 auto 10px !important;

	display: flex;
}

#hybrid .itemlist p.price{
	margin: 0 auto!important;

	display: flex;
}

#hybrid p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}


/* 購入ボタン */

#hybrid .itemlist a,
#hybrid .buy{
	display: block;
	width: 100%;
	max-width: 110px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #333;
	background: #333;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;

}

#hybrid .itemlist a:hover,
#hybrid .buy:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #333;
	color: #333;
}

/* 回遊リンク */

#hybrid .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#hybrid .Banner4 h3 {
	font-size: 30px !important;
	margin: 100px auto 50px;
	padding: 20px 0;
	border-top: double #333;
	border-bottom: 1px solid #333;
	color: #333;
}

#hybrid .Banner4 ul {
	display:inline;
}

#hybrid .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

#hybrid .style .slide ul{
	width: 100%;
	max-width: 470px;
}

#hybrid .style .slide ul li img{
	width: 100%;
	max-width: 470px;
}

#hybrid section.item p.item_text{
	text-align: center;
	margin: 0 auto;


}	

.slick-dots {
    position: absolute;
    bottom: -60px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#hybrid .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

/*まっくろ*/

#news_detail .detail .content{
	background: none;
}

#news_detail .detail .content p {
	background: none;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
	display: none;
}

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

.sp_none {
	display:none;
}

#hybrid p,
#hybrid div{
	font-size: 3.8vw!important;
	line-height: 180%;
}


#hybrid h1{
	font-size: 5.5vw;
	margin: 40px auto 20px;
}
	
#hybrid h2{
	font-size: 7vw!important;
	width:95%;
}	

	
#hybrid .main_text{
	margin: 3.8vw auto!important;
	width: 90%;
}
	
#hybrid .main_text02{
	margin: 3vw auto!important;
	width: 90%;
}	

#hybrid section.item{
	margin: 6.125vw auto;
}

#hybrid section.item p.item_text{

	margin: 0 auto;
	width: 90%;

}	
	
#hybrid .itemlist div{
	font-size: 3vw!important;
}

#hybrid .itemlist p.price{
	font-size: 3.8vw!important;
}
	
#hybrid p.model,
#hybrid h3{
	width:90%;
}
	
.itemlist .price::after	{
margin: 0 15px 10px 20px;
}	
	
#hybrid .itemlist div:last-child{
	margin-bottom: 0vw;
	width: 20%;
}	

#hybrid .itemlist div:first-child{
	width: 80%;
	line-height: 120%;
}	
	
	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#hybrid .Banner4 {
	text-align: center;
	width: 100%;
}

#hybrid .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#hybrid .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}


}