<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans JP',"游ゴシック", YuGothic,"メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;}

h2,h3,h4,h5,h6,li,p,#header {
    font-weight:500 ;
-ms-font-feature-settings: "normal";
letter-spacing:2px;
    }
		
 a{
	color:#3d1400;
	text-decoration: none;
}	


/***ヘッダー関連***/

#header_inner{
	width:1024px;
	margin:0 auto;
}


#header_inner a {
  text-decoration: none;
  color: #3d1400;
	font-size:10px;
	font-weight:500 ;
	letter-spacing:0;
}

.header_title{
	background:#efefef;
	letter-spacing:2px;
	color: #3d1400;
	font-weight:500 ;
}

.header_title_inner{
	width:1024px;
	margin:0 auto;
	font-size:12px;
}

.header_title_inner a{
	text-decoration: none;
  color: #3d1400;
	
}

/***グローバルナビゲーション関係スタート***/

#glnavi{
	background-color: #fc0;
	color:#3d1400;
}


#glnavi_inner{
width:1300px;
margin:0px auto;

}


#keyword{
width:1024px;
margin:15px auto;

}

.keytitle{
	color:#341400;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:150px;
	padding:3px;
}

.keymain{
	float:left;
	width:75px;
}


.keymain a{
	display:block;
	color:#3d1400;
	font-size:14px;
	background:#fc0;
	text-align:center;
	padding:3px;
	border-radius:7px;
	margin-right:5px;
	text-decoration: none;
  font-weight:400 ;
}


/***メガメニュー関係***/


#glnavi_inner &gt; ul &gt; li a {
  text-decoration: none;
  color: #3d1400;
	font-size:14px;
	font-weight:700 ;
}

#glnavi_inner &gt; ul {
  display: table;
	table-layout: fixed;
  /*padding-left: 50px;*/
	text-align: center;
	width: 100%;
}
#glnavi_inner &gt; ul &gt; li {
  display: table-cell;
  margin-right: 2em;
}
#glnavi_inner &gt; ul &gt; li:hover {
  color: #fff;
  background-color: #fdb802;
}
#glnavi_inner &gt; ul &gt; li:hover &gt; a {
  color: #fff;
}
#glnavi_inner &gt; ul &gt; li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#glnavi_inner &gt; ul &gt; li &gt; a {
  display: block;
  padding: 10px 1em;
  transition: all .2s ease-in;
}
#glnavi_inner &gt; ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.99);
	z-index: 9999;
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.4);
}
#glnavi_inner &gt; ul .menu .menu_inner {
	width:1024px;
	margin:0 auto;
  padding: 1em 0;
	font-size:12px;
	display: table;
	table-layout: fixed;
  /*padding-left: 50px;*/
}



#glnavi_inner &gt; ul {
  display: table;
	table-layout: fixed;
  /*padding-left: 50px;*/
	text-align: center;
	width: 100%;
}
#glnavi_inner &gt; ul &gt; li {
  /*display: table-cell;
  margin-right: 2em;*/
}


#glnavi_inner .menu .menu_inner .head_li{
	list-style:none inside;
	border-bottom:1px dotted #ccc;
	line-height:2em;
	text-align:left;
	
}

#glnavi_inner .menu .menu_inner .head_li a{
	font-size:13px;
	font-weight:400;
	
}


#glnavi_inner .menu .menu_inner .megamega{
	width:90%;
	font-size:14px;
	color:#3d1400;
	margin:10px auto;
}


/***footer関係***/

#footer_inner{
	width:1024px;
	margin:0 auto;
}

.foot_li{
	list-style:none inside;
	font-size:12px;
	border-bottom:1px dotted #ccc;
	line-height:3em;
}

.foot_li a{
	display:block;
}

#add{
	background:#3d1400;
}

#add_inner{
	padding:10px;
}
address{
	font-style:normal;
	text-align:center;
	color:#fff;
}

/***横並び関係***/


.box2{
	float:left;
	width:50%;

}

.box3{
	float:left;
	width:33%;
}

.box3r{
	float:right;
	width:33%;
}

.box3_last{
	float:left;
	width:34%;
}


.box4{
	float:left;
	width:25%;
}


.box5{
	float:left;
	width:20%;
}

.box6{
	float:left;
	width:16.6%;
}


.box7_3{
	float:left;
	width:60%;
}

.box3_7{
	float:left;
	width:30%;
}





.box_inner{
	width:95%;
	margin:0px auto;
}

.box_inner_max{
	width:98%;
	margin:0px auto;
}


.box2non3{
	float:left;
	width:30%;
}


.box2non7{
	float:left;
	width:70%;
}

.box_border{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-top:20px;
}



/***背景色関係***/

.bg_off{
	padding:55px 0;
	
}


.bg_on{
	background:#f7f5f2;
	padding:55px 0;	
}


.main_cont_inner{
	width:1024px;
	margin:0 auto;
}


/***テキスト関係***/

.fbold{
	font-weight:700;
}

.text-center{
	text-align:center;
}

.item_list{
	font-size:16px;
	color:#3d1400;
	font-weight:700;
	margin:10px 0;
}

.item_list_text{
	font-size:14px;
	color:#000;
	line-height:1.6em;
}


.item_days_text{
	font-size:14px;
	color:#000;
	line-height:1.6em;
}

.newitem{
	background:#F90;
	padding:2px 8px;
	color:#fff;
	text-align:center;
	display:inline-block;
	border-radius:5px;
}


.youtube{
	background:#C00;
	padding:2px 8px;
	color:#fff;
	text-align:center;
	display:inline-block;
	border-radius:5px;
}


.event{
	background:#F66;
	padding:2px 8px;
	color:#fff;
	text-align:center;
	display:inline-block;
	border-radius:5px;
}


.column{
	background:#096;
	padding:2px 8px;
	color:#fff;
	text-align:center;
	display:inline-block;
	border-radius:5px;
}



.item_plice_text{
	font-size:14px;
	color:#000;
	text-align:right;
	padding-top:20px;
}


.btn_type{
	border:1px solid #3d1400;
	color:#3d1400;
	padding:7px;
	display:block;
	width:60%;
	margin:25px auto;
	text-align:center;
	font-size:14px;
	text-decoration: none;
	font-weight:700;
}


.head_main {
	margin:  0;             
	position:  relative;    
	font-weight:  700;   
	margin-bottom: 55px;    
	font-size: 30px;        
	text-align:  center;
	color:#3d1400;
	letter-spacing:3px;
}

.head_main-point { 
	display:  block;        
	font-size:  14px;      
	margin-top:  10px;      
	position:  relative;    
	width: 290px;           
	margin: 10px auto 0;    
}

.head_main-point:before, .head_main-point:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #3d1400;
}

.head_main-point:before {
  left:0;
}
.head_main-point:after {
  right: 0;
}


/***余白関係***/


.mb10{margin-bottom:10px;}

.mb15{margin-bottom:15px;}

.mb20{margin-bottom:20px;}

.mb25{margin-bottom:25px;}

.mb30{margin-bottom:30px;}

.mb35{margin-bottom:35px;}

.mb40{margin-bottom:40px;}

.mb45{margin-bottom:45px;}

.mb50{margin-bottom:50px;}


/***ボーダー関係***/

.b-b{border-bottom:1px solid #3d1400; padding-bottom:5px;}


/***クリアだよ***/


.clear:after {
content: ".";
display: block;
clear: both;
font-size: 0;
line-height: 0;
visibility: hidden;
}




/***検索フォームだよ***/

input {
outline: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #d1d1d1;
font-size: 1.2em;
padding: 8px;
box-sizing: border-box;
}

input[type=text], .field {
display: block;
width: 100%;
height: 30px;
margin-bottom: 14px;
padding: 0 12px;
border: 0;
border-radius: 3px;
background-color: #eff1f5;
box-shadow: none;
color: #5c6b80;
font-size: 1em;
vertical-align: middle;
/*line-height: 45px;*/
transition: background-color .24s ease-in-out;
}
#form2{
position:relative;
padding: 1px;
max-width:300px;
margin-bottom:20px;
}
#sbox2{
height:30px;
padding:0 10px;
position:absolute;
left:0;
top:7px;
border-radius:50px;
outline:0;




background:#eee;
}
#sbtn2{
height:46px;
position:absolute;
right:20px;
top:0;
background:none;
color:#666;
border:none;
font-size:20px;
}
#sbtn5:hover{
color:#7fbfff;
}


/***コンテンツ用スライド***/

.swiper-container,{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.nms-plugin-123 .swiper-button-next, .nms-plugin-123 .swiper-button-prev { background-image: none; color: #3d1400; top:47%;}



/***ランキング用タブ***/


.no1{
	color:#FC3;
}

.no2{
	color:#CCC;
}

.no3{
	color:#960;
}


.tab-wrap {

	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: #F2D9AE;
}

.tab-switch:checked + .tab-label {
	color: #3d1400;
}

.tab-label::after {
	background: #3d1400;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}



/***レシピ吹き出し***/



.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #3d1400;
  font-size: 14px;
  background: #ffcc00;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #ffcc00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}




.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  max-width: 100%;
  color: #3d1400;
  font-size: 14px;
  background: #ffcc00;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 20px solid #ffcc00;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}



.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	max-width: 100%;
	color: #3d1400;
	font-size: 14px;
	background: #ffcc00;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 20px solid#ffcc00;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  max-width: 100%;
  color: #3d1400;
  font-size: 14px;
  background: #ffcc00;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #ffcc00;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

.balloon1-top a,.balloon1-left a,.balloon1-right a{
	display:block;
}


/***旧CSS***/


a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}



	font-size:14px;
	color:#000;
	line-height:32px;
	height:32px;
}
.pst2017b {
	font-size:14px;
	color:#000;
	line-height:42px;
	height:42px;
}
.head_text {
	font-size:12px;
	color:#3d4100;
	background:#f0f0f0;
	width:1024px;
	margin:0px auto;
}
.head_send {
	font-size:15px;
	font-weight:bold;
	color:#3d1400;
}
.head_send_text {
	font-size:11px;
}
.brbold {
	color:#3d1400;
	font-weight:900;
}
.orbold {
	color:#F90;
	font-weight:600;
}
.ortext {
	color:#F90;
}
h1 {
	font-size:12px;
	color:#3d1400;
}
.days {
	font-size:14px;
	color:#3d1400;
	font-weight:bold;
	padding:4px 0px 0px 16px;
}
.saletitle {
	font-size:14px;
	color:#3d1400;
	font-weight:bold;
	padding:4px 0px 0px 6px;
}
.saletitle2 {
	font-size:12px;
	color:#3d1400;
	font-weight:bold;
	padding:4px 0px 0px 6px;
}
.newstext {
	font-size:12px;
	padding:6px;
}
.newstext2 {
	font-size:18px;
	padding:0px 6px;
	color:#3d1400;
}
.newstext3 {
	font-size:11px;
	padding:6px 40px;
	text-align:left;
}
.leftnavi_text li a {
	display:block;
	line-height:31px;
	font-size:14px;
	color:#3d1400;
	font-weight:bold;
	background:url(//gigaplus.makeshop.jp/thoundcom/img/left/left_bgimg.jpg);
	padding:4px 0px 0px 26px;
	border-bottom:2px #ddd dotted;
}
.leftnavi_text li a:hover {
	color:#F90;
	font-weight:bold;
	background:url(//gigaplus.makeshop.jp/thoundcom/img/left/left_bgimg2.jpg);
}
.leftnavi_cate li {
	width:154px;
	float:left;
	font-size:13px;
	padding:10px 3px 0px;
	list-style:none inside;
}
.item_text {
	width:215px;
	margin:0px auto;
	padding:5px 4px 0px 8px;
	font-size:12px;
	color:#333;
}
.item_textB {
	width:160px;
	margin:0px auto;
	padding:5px 4px 0px 8px;
	font-size:12px;
	color:#333;
}
.item_textC {
	width:120px;
	margin:0px auto;
	padding:5px 4px 0px 8px;
	font-size:12px;
	color:#333;
}
.item_textD {
	width:241px;
	margin:0px auto;
	padding:5px 0px 0px 30px;
	font-size:12px;
	text-align:left;
	color:#333;
}
.item_textE {
	width:1024px;
	margin:0px auto;
	padding:5px 5px 0px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	color:#3d1400;
}
.item_textE a {
	color:#3d1400;
}
.plice_text {
	width:215px;
	margin:0px auto;
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-align:right;
}



.daysbox {
	width:110px;
	float:left;
}
.salebox {
	width:110px;
	float:left;
}
.newsbox {
	width:210px;
	float:right;
}
.left_news {
	margin-top:7px;
	border-bottom:2px #ddd dotted;
}
.lastbox {
	margin-bottom:15px;
	border:none;
}
.left_sale {
	margin-top:10px;
}
.leftnavi_text li, .leftnavi_cate li {
	list-style:inside none;
}
.leftnavi_brand li {
	width:160px;
	float:left;
	text-align:center;
	padding:10px 0px 0px;
	list-style:none inside;
}
.lastbox2 {
	margin-bottom:20px;
}
.lastbox5 {
	margin-bottom:50px;
}
.itemboxA {
	width:33%;
	float:left;
}
.img_box2017 {
	text-align:center;
}
.itemboxB {
	width:25%;
	float:left;
}
.itemboxC {
	width:20%;
	float:left;
}
.itemboxD {
	width:15%;
	float:left;
}
.itemboxE {
	width:45%;
	float:left;
}
#recommend .tab-index ul {
	display:table;
	width:100%;
	text-align:center;
}
#recommend .tab-index li {
	display:table-cell;
	width:20%;
	height:44px;
	line-height:44px;
	border-bottom:1px solid #ccc;
	background-color:#f4f4f4;
	font-size:14px;
}
#recommend .tab-index a {
	display:block;
	width:100%;
}
#recommend .tab-index li:not(:last-child) {
	border-right:1px solid #ccc;
}
#recommend .tab-index .active {
	background-color:#3D1400;
}
#recommend .tab-index .active a {
	color:#fff!important;
	font-weight:bold;
}
#recommend .tab-contents {
	display:none;
}
#recommend .tab-contents.active {
	display:block;
}
.pdt30 {
	padding-top:30px;
}
#concept_left {
	width:685px;
	float:left;
}
#concept_right {
	width:320px;
	float:right;
}
.cencept_3box {
	width:33%;
	float:left;
	margin-bottom:45px;
}
.cencept_2box {
	width:50%;
	float:left;
	margin-bottom:45px;
}
.cencept_3box_inner {
	width:320px;
	margin:0px auto;
}
.rad_img {
	width:320px;
	height:320px;
	transition:all .2s ease;
	overflow:hidden;
	position:relative;
}
.rad_img img {
	border-radius:50%;
}
.rad_img .caption {
	font-size:130%;
	text-align:center;
	color:#3d1400;
	font-weight:bold;
}
.rad_img .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(255,255,255,0.8);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.rad_img:hover .mask {
	opacity:1;
	padding-top:80px;
}
.concept_or {
	color:#F90;
	font-weight:bold;
}
.cencept_titleA {
	color:#3d1400;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:15px 0px;
}
.cencept_titleB {
	color:#3d1400;
	font-size:18px;
	font-weight:bold;
	margin:15px 0px;
}
.cencept_titleC {
	color:#3d1400;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:15px 0px;
}
.cencept_titleE {
	color:#3d1400;
	font-size:22px;
	font-weight:bold;
	margin:15px 0px;
}
#cencept_main {
	margin-bottom:50px;
}
.concept_img_l {
	width:320px;
	float:left;
	margin-right:10px;
}
.concept_img_r {
	width:320px;
	float:right;
	margin-left:10px;
}
.comp_box {
	border-bottom:2px dotted #ddd;
	margin-bottom:15px;
	padding-bottm:20px;
}
.comp_box2 {
	margin-bottom:60px;
	padding-bottm:20px;
}
.comp_l {
	width:30%;
	float:left;
}
.comp_r {
	width:65%;
	float:right;
}
.card {
	width:100%;
	margin:0px auto;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 5px #ccc;
}
.card a:hover {
	text-decoration:none;
}
.card-img {
	border-radius:5px 5px 0 0;
	max-width:100%;
	height:auto;
}
.card-content {
	padding:20px;
}
.card-title {
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
	color:#3d1400;
}
.card-text {
	color:#777;
	font-size:14px;
	line-height:1.5;
}
.card-link {
	text-align:center;
	border-top:1px solid #eee;
	padding:20px;
}
.card-link a {
	text-decoration:none;
	color:#0bd;
	margin:0 10px;
}
.card-link a:hover {
	color:#0090aa;
}
#dental, #triming, #ichiran, #outdoor, #rohas, #netshopg, #it100, #hone, #uma, #shika, #ramu, #kamo, #shishi {
	margin-top:-220px;
	padding-top:220px;
	display:inline-block;
}
.cencept_3box_inner685 {
	width:97%;
	margin:0px auto;
}

#container_inner:after, #grobalnavi_innder:after, #header:after, #head_guid:after, .left_news:after, .left_sale:after, .leftnavi_cate:after, .leftnavi_brand:after, .main_itembox:after, .mega_inner:after, #cencept_menu:after, #cencept_main:after, #concept_wrap_inner:after, .comp_box:after, .comp_box2:after {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

.flatinghead {
	position:fixed;
	top:0;
	width:100%;
	z-index:2;
}</pre></body></html>