@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_t_100 { margin-top: 100px; }
.mar_b_100 { margin-bottom: 100px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #e2e2e2; }
.bor_r_1 { border-right: 1px solid #e2e2e2; }
.bor_b_1 { border-bottom: 1px solid #e2e2e2; }
.bor_l_1 { border-left: 1px solid #e2e2e2; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/****************************************
		アイコン追加
*****************************************/
/* 16px black */
.icon-b.icon-triangle_right {
  background-position: -320px -128px;
}
/* 16px white */
.icon-w.icon-triangle_right {
  background-position: -320px -128px;
}
/* 24px black */
.icon-lg-b.icon-triangle_right {
  background-position: -480px -192px;
}
/* 24px white */
.icon-lg-w.icon-triangle_right {
  background-position: -480px -192px;
}

/****************************************
		fat-nav
*****************************************/
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  margin: 5px;
  padding: 16px 13px;
  background: #333333;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: none;
}

.hamburger.active {
/*	background: none;*/
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #efefef;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav .hummenu_logo{
	width: 30%;
	margin: 0 auto;
	display: block;
}

@media (min-width: 769px) {
	.fat-nav {
		display: block !important;
		transform: none;
		height: 100%;
		position: absolute;
		/*
		position: static;
		overflow: visible;
		height: 100%;
		float: left;*/
	}
	body.no-scroll{
		overflow: auto !important;
	}
}


/****************************************
		base
*****************************************/

.bgc_wh {
  background-color: #ffffff;
}
.inner{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#wrapper {
	max-width: none;
	width: 100%;
	box-sizing: border-box;
/*	padding-top: 45px;*/
	min-height: 100%;
	position: relative;
}
#side{
	padding: 20px;
	box-sizing: border-box;
	width: 250px;
}
.site_logo{
	font-size: 1.6em;
}
.search_form{
	width: 100%;
	box-sizing: border-box;
}
.search_form input[name=keyword]{
	width: 70%;
}
.search_form button{
	width: 20%;
	float: right;
	box-sizing: border-box;
}

.indexbtn{
	float: right;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.indexmenu{
	
}

#side .unstyled img{
	display: inline-block;
}

#header,
#footer,
#contents{
	left: 0;
	float: none;
	padding: 0;
	margin-left: 250px;
	width: 98%;
	width : -webkit-calc(100% - 250px);
	width : calc(100% - 250px);
	box-sizing: border-box;
	overflow: hidden;
}

/* header */
#header{
	position: fixed;
	background: #ffffff;
	top: 0;
	text-align: right;
	border-bottom: 1px solid #eee;
}
#header > .inline{
	margin-bottom: 0;
}

/* footer */
#footer{
	padding: 20px 0 10px 0;
	color: #ffffff;
	background: #000000;
}
#footer a{
	color: #ffffff;
}

#footer .inner{
	width: 85%;
	padding: 0;
}
#footer .left{
	float: left;
	width: 50%;
}
#footer .right{
	float: right;
	width: 50%;
	text-align: right;
}

.totop{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

/* top */
#hero{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#hero > .box{
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.info{
	background: #E2E2E2;
	text-align: center;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.free_space{
	background: #919191;
	padding: 20px;
	text-align: center;
	color: #ffffff;
}
.section_title{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: normal;
}
.section_title .en{
	display: inline-block;
	width: 100%;
	max-width: 340px;
	border-bottom: solid 1px #8c8c8c;
	margin-bottom: 10px;
	font-size: 2em;
	font-family: serif;
	font-weight: bold;
}


.thumb{
	overflow: hidden;
	height: 100px;
	width: 100%;
	display: block;
}
.thumb img{
	overflow: hidden;
	min-width: 100%;
	object-fit: contain;
	font-family: 'object-fit: cover;';
	height: 100px;
}

/* カテゴリー一覧 */
.category-list{
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.category-list li a{
	text-decoration: underline;
}

.product_name{
	font-size: 1.1em;
}

.product_price{
	color: #ff5e00;
	font-weight: bold;
}

/* 商品詳細 */
.product-image{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-image li{
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

/****************************************
		スマホ対応
*****************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 1400px) {
	#hero > .box{
		width: 50%;
	}
}
@media (max-width: 1050px) {
	#hero > .box{
		width: 100%;
	}
	.product-image li:first-child{
		width: 100%;
	}
}
@media (max-width: 965px) {
	#wrapper{
/*		padding-top: 90px;*/
	}
}

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

	#wrapper{
		background: #ffffff;
/*		padding-top: 60px;*/
	}
	#side{
		width: 100%;
		padding-top: 90px;
	}
	#contents,
	#header,
	#footer{
		width: 100%;
		margin-left: 0;
	}
	#header{
		text-align: center;
		z-index: 10000;
	}
	#hero > .box{
		width: 100%;
	}
	#footer .left,
	#footer .right{
		float: none;
		width: 100%;
	}
	
	.hamburger {
		display: block;
	}
	.site_logo{
		padding: 10px;
		margin: 0 auto;
		font-size: 1.2em;
		width: 70%;
	}
	.site_logo img{
		max-width: 160px;
	}
	#contents .site_logo{
		opacity: 0;
	}
	
	/* 商品詳細 */
	.product-image li{
		width: 50%;
	}
}
