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

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.コンテンツ

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除*/
.fs-l-pageMain {
	max-width: 100%;
}
.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}

/*パンくず調整*/
.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:80px;
	}
}

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/* FSプロダクトリスト非表示 */
.fs-c-productList{ display: none; }

/* 文字サイズ調整 */
/*.fs-l-main{
	font-size:1.4em;
}*/

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	/*background-color: #e1f8fb;*/
}

/*全体の設定/フォントなど*/
.js-main{
	/*text-align: center;*/
	/*font-size:1.3rem;*/
	line-height: 1.5;
	letter-spacing: 0.07em;
	font-family:'Noto Sans JP','Helvetica Neue', Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
	font-weight: 400;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:black;
}
.js-main a:hover,a:hover img{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}

/*PC980px、SP100%*/
.js-container{
	width:100%;
	max-width:1200px;
	margin:auto;
}


/*================================
2.コンテンツ
================================*/


h1{
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-menu_wrapper{
	margin:50px auto;
	width:980px;
	max-width: 90%;
}


/*メニュー*/
.main-menu{
	margin:80px auto;
	width:100%;
	
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
	align-items: center;
}
.main-menu_item{
	width:25%;
	padding:10px;
}
@media screen and (max-width: 768px){   
	.main-menu_item{
		width:90%;
	}
}

/*ボタン*/
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  color: #222;
  font-size: 0.9em;
  /*font-weight: 700;*/
  border: 1px solid #222;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff6666;
  border-color:#ff6666;
}

.button03 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}




/*--------------------------------
ブランドリスト
--------------------------------*/

.parts-brand_list_wrapper{
	margin:50px auto;
	width:980px;
	max-width: 90%;
}

.parts-brand_list_wrapper h2{
	font-family: 'Julius Sans One', sans-serif;
	text-align: center;
	font-size: 1.5em;
	line-height:1.5;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	margin-bottom:0;
	padding-bottom:30px;
}
	
/*ラインナップ*/
.parts-brand_list_container{
	/*Flex boxの設定*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	width:100%;
	max-width: 980px;
	margin:auto;

	text-align: left;
}

.parts-brand_list_container .parts-brand_list_item{
	padding-bottom:30px;
}
.parts-brand_list_item_in img{
	width:100%;
}
@media (min-width: 769px) {
	.parts-brand_list_container > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 30px ) / 3 );
		margin-right: 15px;
	}
	.parts-brand_list_container > div:nth-child( 3n ) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.parts-brand_list_container > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 5px ) / 2 );
		margin-right: 5px;
	}
	.parts-brand_list_container > div:nth-child( 2n ) {
		margin-right: 0;
	}
	.parts-brand_list_container .parts-brand_list_item{
		padding: 2.5vw 0;
	}
}

.parts-brand_list_item_in{
	/*Flex boxの設定*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in01{
	width:40%;
}
.in02{
	width:60%;
}

.circle{
	border-radius: 50%;
}


/*--------------------------------
バナーエリア
--------------------------------*/

.main_banner{
	margin:auto;
	width:980px;
	max-width: 90%;
}

.main_banner picture img{
	width:100%;
}
