@charset "utf-8";
/* CSS Document */

a {	text-decoration: none; color : inherit;}
ul { list-style: none; padding: 0;}
body{ margin: 0; padding: 0; background: #f3ecec;}

h2,h3,#jump-menu,.more-single,.more-set,.cat_sub ul li h4,#about{
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
font-feature-settings: "palt";
}


/* TOPタイトル */
#main_title h1{
	width: 1170px;
    height: auto;
    font-size: 13px;
    padding: 15px;
    margin: 0 auto;
    color: #fff;
    background-color: #222;
    font-family: "Noto Sans JP";
    font-weight: 200;
}

/* TOPバナー */
#top-img{
	width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* バナー */
#banner-img{
	width: auto;
    height: 90px;
    margin: 0 17px 0 0px;
    display: inline-block;
}

#banner-img2{
	width: auto;
    height: 94px;
    margin: 0;
    display: inline-block;
	vertical-align: top;
}

#banner-img3{
	width: auto;
	height: 74px;
	margin: 7% 1% 7% 0;
	display: inline-block;
}

#banner-img4{
	width: auto;
    height: 74px;
    margin: 7% 0 7% 0;
    display: inline-block;
	vertical-align: top;
}


#jump-menu{
	width: 960px;
    padding: 25px 120px 20px;
    margin: 0 auto 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background: #d3231d;
	border-bottom: 10px solid #f3ecec;
	border-top: 10px solid #f3ecec;
	border-right: 10px solid #f3ecec;
	border-left: 10px solid #f3ecec;
	border-radius: 17px;
}

#jump-menu li{
	width: 31%;
	background: #fff;
	text-align: center;
	box-shadow: 0px 6px 0 rgba(0, 0, 0, .7);
	transition: 0.2s all ease 0s;
}

#jump-menu li a{
	padding: 15px 0 12px;
	color: #c72720;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

#jump-menu li:hover{
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}


#jump-menu li a img{
	vertical-align: middle;
    width: 37px;
    height: auto;
    margin: -4px 10px 0 0;
} 

/* 共通：リボン */
.ribbon {
	display: inline-block;
    position: relative;
    width: 100%;
    height: 54px;
    text-align: center;
    padding: 10px 0 14px;
    font-size: 23px;
    color: #FFF;
    box-sizing: border-box;
    margin: 0;	
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: -0.2%;
  border-width: 27px 0 27px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: -0.2%;
  border-width: 27px 20px 27px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ri-red{ background: #c72720;}
.ri-blue{ background: #0855a5;}
.ri-top{ margin: 9% 0 0;}



/*ランキング*/
/*カテゴリ＿親ブロック*/
.wrap-rank{
	margin: 5% 0 0;
	overflow: hidden;
}

/*カテゴリ＿下位＿水平スクロールのリスト*/
/*カテゴリ＿下位＿親ブロック*/
.cat_sub {
  width: 100%;
  height: auto;
	margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.cat_sub ul {
  	width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.cat_sub ul li {
	width: 20%;
    border-left: 1px solid #fff;
    margin: 0 15px 0 0;
}
.cat_sub ul li:last-child {
  border-right: 1px solid #fff;
}

#main-contents a img:hover {
	opacity: 0.8;
	transition: 0.3s linear;
	transform: translate3d(0, 3px, 0);
}

/*順位*/
.cat_sub ul li h4{
	color: #40210f;
	text-align: center;
	font-size: 20px;
	margin: 35px 0 0;
}

.cat_sub ul li h4 img{
	width: 30px;
	margin: 0 2px 0 0;
	height: auto;
}

/*------------------------------
    　　商品一覧
------------------------------*/
.cat_sub ul li img{
	width: 100%;
    height: auto;
}

.cat_sub ul li .name{
	margin: 0;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.cat_sub ul li .price{
	color: #c72720;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

.cat_sub ul li .price::after{
	 content: '(税抜)';
	font-size: 12px;
	color: #222222;
	margin: 0 0 0 2px;
}

.cat_sub ul li .icon{
	width: 100%;
	height: auto;
	padding: 0;
}

.cat_sub ul li div .icon1{
	width: 29%;
    height: auto;
    padding: 1% 2%;
    background: #c72720;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 13px;
	margin: 0;
}

.cat_sub ul li div .icon2{
	width: 52%;
	height: auto;
	padding: 1% 2%;
	background:#0855a5;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	margin: 0;
}



/*------------------------------------------------------

　　　　　　　PC クイック検索・キーワード検索の設定

------------------------------------------------------*/
.kensaku{
	color: #40210f;
	margin: 45px 0 0;
	font-size: 20px;
}


@media screen and ( min-width:480px )/*PC*/
{

	/*親ブロック*/
	.syspc_search_box{
		font-size: 62.5%; /*1em=10pxに合わせる*/
		font-size: 10px;
		font-family: "Noto Sans JP";
		width: 100%;
		overflow: hidden;
		font-weight: 400;
		margin: 10px 0 0;
	}
	/*クイック検索ボックス＿親ブロック*/
	.syspc_quk_box{
		width: 576px;
    height: 77.5px;
    font-size: 1.3em;
    font-weight: 500;
    float: left;
    border-bottom: 5px solid #bfb6b6;
    background: #d3231d;
    border-radius: 3px;
    margin: 0 10px 20px 0;
	}
	/*クイック検索＿見出し「クイック」*/
	.syspc_quick_ttl{
		display: inline-block;
    width: 576px;
    height: 2.4em;
    line-height: 2.5em;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    color: #fff;
	}
	/*クイック検索＿form_親ブロック*/
	.syspc_quk_form_box{
		width: 576px;
		overflow: hidden;
	}
	/*クイック検索＿セレクトボックス2個_親ブロック*/
	.syspc_quk_input_wrap{
		width: 473px;
		height: 100%;
		box-sizing: border-box;
		float: left;
	}
	/*クイック検索＿予算＿親*/
	.syspc_quk_input_wrap_yosan{
		width: 281px;
		height: 100%;
		box-sizing: border-box;
		font-size: 1.0em;
		font-weight: 400;
		float: left;
		position: relative;
	}
	/*クイック検索＿点数＿親*/
	.syspc_quk_input_wrap_ten{
		width: 192px;
		height: 100%;
		box-sizing: border-box;
		font-size: 1.0em;
		font-weight: 400;
		float: left;
		position: relative;
	}
	/*クイック検索＿セレクトボックスのサイズ_予算*/
	.syspc_search_select_yosan{
		display: inline-block;
		width: 231px;
		padding: 6px;
	}
	/*クイック検索＿セレクトボックスのサイズ_点数*/
	.syspc_search_select_ten{
		display: inline-block;
		width: 143px;
		padding: 6px;
	}
	/*クイック検索＿セレクトボックス*/
	select{
		-webkit-appearance:none;
		outline:none;
		text-indent: 0.01px;
		text-overflow: '';
		background: none transparent;
		vertical-align: middle;
		font-size: 1.0em;
		font-weight: 200;
		line-height: normal;
		font-family: "Noto Sans JP";
		color: inherit;
		appearance: button;
		background-color: #FFFFFF;
		border-color: #d3d3d4;
		border-width: 2px;
		border-radius: 3px;
	}
	select option{
		-webkit-appearance:none;
		background-color: #fff;
		color: #222;
	}
	select::-ms-expand {
		-webkit-appearance:none;
		display: none;
	}
	select:-moz-focusring { 
		-webkit-appearance:none;
		color: transparent; 
		text-shadow: 0 0 0 #828c9a;
	}

	.syspc_fromtext { 
		display: inline-block;
		width: 44px;
		text-align: center;
		color: #fff;
	}

	.syspc_quk_input_wrap div:before {
		z-index: 1;
		position: absolute;
		right: 10px;
		top: -3px;
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		line-height: 43px;
		color: #b01b1e;
		pointer-events: none;
	}
	/*システムヘッダー＿検索ボタン_親ブロック*/
	.syspc_search_btn{
		width: 103px;
		height: 4.0em;
		box-sizing: border-box;
		font-size: 1.0em;
		font-weight: 400;
		float: left;
		text-align: center;
	}
	/*システムヘッダー＿検索するボタン*/
	.syspc_search_btn input[type="submit"]{
		-webkit-appearance: none;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.05em;
    font-weight: 500;
    border: none;
    background: #40210f;
    border-radius: 3px;
    color: #fff;
    outline: none;
    width: 75px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
	box-shadow: 0px 3px 0 rgba(0, 0, 0, .7);
	}
	
	.syspc_search_btn input[type="submit"]:hover{
		box-shadow: none;
    transform: translate3d(0, 3px, 0);
		
	}


	/*キーワード検索ボックス＿親ブロック*/
	.syspc_key_box{
		width: 360px;
		height: 77.5px;
		font-size: 1.3em;
		font-weight: 500;
		float: left;
		border-bottom: 5px solid #bfb6b6;
    	background: #d3231d;
		border-radius: 3px;
	}
	/*キーワード検索＿見出し「キーワード」*/
	.syspc_key_ttl{
		display: inline-block;
		width: 360px;
		height: 2.4em;
		line-height: 2.5em;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 1.0em;
		font-weight: 400;
		float: left;
		color: #fff;
	}
	/*キーワード検索＿フォームのブロック*/
	.syspc_key_form_box{
		width: 360px;
		overflow: hidden;
	}
	/*キーワード検索＿入力欄_親ブロック*/
	.syspc_key_input_wrap{
		width: 257px;
		height: 100%;
		padding: 0 2%;
		box-sizing: border-box;
		float: left;
	}

	/*キーワード検索＿デザイン*/
	.syspc_key_form_box input[type="text"]{
		-webkit-appearance: none;
		width: 238px;
	  border: 1px solid #c0c0c0;
	  padding: 1.3% 2%;
		font-size: 1.0em;
		font-weight: 200;
		line-height: normal;
		font-family: "Noto Sans JP";
		border-color: #d3d3d4;
		border-width: 2px;
	  border-radius: 3px;
	  height: 2.0em;
	  overflow: hidden;
	}
	.syspc_key_form_box input[type="text"]:focus {
	  outline: 0;
	  height: 2.0em;
	}
	.syspc_key_form_box input[type="submit"]{
		cursor: pointer;
	  font-family: FontAwesome;
	  font-size: 1.05em;
		font-weight: 500;
	  border: none;
	  background: #40210f;
	  border-radius: 3px;
	  color: #fff;
	  outline : none;
	  width: 75px;
	  height: 34px;
	  display: inline-block;
	  vertical-align: middle;
	}
}


/*メインコンテンツの設定*/
#main-contents{
	width: 960px;
	margin: 0 auto;
	padding: 25px 120px 0;
	display: block;
	background: #fff;
}



/*------------------------------
    　　　タブ
------------------------------*/
/*tab-a_タブ切り替え全体のスタイル*/
.tabs-a,.tabs-b,.tabs-c {
	background-color: #fff;
	width:100%; 
    margin:4% 0 0;
	overflow: hidden;
}

/*tab-a_タブのスタイル*/
.tab_item-a,.tab_item-b,.tab_item-c {
width:49%; margin:0; display:inline-block; padding: 10px 0 6px; color:#777777; background:#e8dede; text-align:center; font-size:20px; cursor:pointer; font-weight: bold;  border-bottom: none; letter-spacing: 0.1em; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}
/* PC用のホバー
.tab_item-a:hover,.tab_item-b:hover,.tab_item-c:hover {opacity: 0.75;}
*/

/*tab-a_ラジオボタンを全て消す*/
input[name="tab_item-a"],input[name="tab_item-b"],input[name="tab_item-c"] {
	display: none;
}

/*tab-a_タブ切り替えの中身のスタイル*/
.tab_content-a,.tab_content-b,.tab_content-c,.tab_content-d {
	display: none;
	clear: both;
	overflow: hidden;
    width:100%;
	height: auto;
	border-top:8px solid #40210f;  
}


/*tab-a_選択されているタブのコンテンツのみを表示*/
#tab-a-1:checked ~ #tab-a-1_content,
#tab-a-2:checked ~ #tab-a-2_content,
#design:checked ~ #design_content {
	display: block;
	padding: 3% 0 0;
}

#tab-b-1:checked ~ #tab-b-1_content,
#tab-b-2:checked ~ #tab-b-2_content,
#design:checked ~ #design_content {
	display: block;
	padding: 3% 0;
}

#tab-c-1:checked ~ #tab-c-1_content,
#tab-c-2:checked ~ #tab-c-2_content,
#design:checked ~ #design_content {
	display: block;
	padding: 3% 0;
}


/*tab-a_選択されているタブのスタイルを変える*/
.tabs-a input:checked + .tab_item-a {
	background-color: #40210f; color: #fff; font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}

.tabs-b input:checked + .tab_item-b {
	background-color: #40210f; color: #fff; font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}

.tabs-c input:checked + .tab_item-c {
	background-color: #40210f; color: #fff; font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}


/*共通：単品用のボタン*/
.more-single{
	border-top: 3px solid #0855a5;
    border-right: 3px solid #0855a5;
    border-left: 3px solid #0855a5;
    border-bottom: 8px solid #0855a5;
    color: #0855a5;
    font-size: 18px;
    text-align: center;
    margin: 3% auto 0;
    width: 55%;
    font-weight: bold;
}

.more-single a{
	display: block;
	padding: 15px 0 11px;
}

.more-single:hover{
	background: #0855a5;
	color: #fff;
	transition-property: all;
  	transition: 0.3s linear;
}

/*共通：セット品用のボタン*/
.more-set{
	border-top: 3px solid #c72720;
    border-right: 3px solid #c72720;
    border-left: 3px solid #c72720;
    border-bottom: 8px solid #c72720;
    color: #c72720;
    font-size: 18px;
    text-align: center;
	margin: 3% auto 0;
    width: 55%;
	font-weight: bold;
}

.more-set a{
	padding: 15px 0 11px;
	display: block;
}

.more-set:hover{
	background: #c72720;
	color: #fff;
	transition-property: all;
  	transition: 0.3s linear;
}


.genre-h3{
	padding: 0 0 5px;
	border-bottom: 3px solid #40210f;
	font-size: 20px;
	color: #40210f;
	margin: 25px 0 15px;
}

.genre-h3 img{
	width: 55px;
	height: auto;
	margin: 0 5px -8px 0;
}

/*セット品はこちらボタン*/
.look-set{
	background: #5D5656;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 4% 0;
    margin: 5% 0 10%;
}

.look-set a{
	color: #fff;
	font-size: 14px;
}

.look-set:hover{
	background: #40210f;
	transition: 0.3s linear;
}



/*お問い合わせ*/
#mail{
	width: 366px;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}


#contact{
	text-align:center;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #000;
	font-size: 16px;
}

#contact h3{
	margin: 0 0 8px;
}

#contact p{
	margin: 0;
}

#about{
	text-align:center;
	font-size: 18px;
	border-top:1px solid #000;
	padding: 15px 0;
	font-weight: bold;
}

#Copywrite{
	width: 100%;
	text-align:center;
	font-size: 1vw;
	background-color: #222;
	padding: 2% 0 1%;
	color: #fff;
	margin: 0;
}