@charset "euc-jp";

ul.side-cat > li:first-of-type {
    /*display: none!important;*/
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
	color: #464e54;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

a {
	color: #464e54;
}

a:hover {
	color: #5e5e5e;
}

figure {
	padding: 0;
	margin: 0;
}

figure img {
	margin-bottom: 10px;
}

figure figcaption {
	line-height: 1.2;
}

/*
 * layout
 */

#header .inner_header,
#container,
#footer .inner_footer,
.inner_wrap{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
}

#header {
	padding-top: 20px;
}
/*
* Header
*/
.logo img {
	width: 240px;
	height: auto;
}

.hamburger-menu-handle {
	display: none;
}

/*
* footer
*/
#footer {
	background: #f7f6f4;
	padding: 40px 0;
}
.footer {
	padding: 40px 0;
}
.footer h3 {
	font-size: 18px;
	margin-bottom: 1em;
}
.footer h3 span {
	font-size: 15px;
}
.footer__info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
	.footer__info__nav {
		display: none;
	}
.footer__info > div {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 0 2% 0;
	padding: 20px;
	position: relative;
	width: 36%;
}
.footer__info > div img {
	max-width: 100%;
	height: auto;
}
.footer__info > div h4 {
	border-bottom: 1px solid #282828;
	font-weight: 800;
	font-size: 16px;
	line-height: 2.4;
	margin-bottom: 1em;
}
.footer__info > div h4 + p {
	margin-bottom: 1.6em;
}
.footer__info > div.contact ul {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 1.6em;
	list-style: none;
}
.footer__info > div dt {
	font-weight: 800;
	margin-bottom: .4em;
}
.footer__info > div p,.footer__info > div dd {
	font-size: 14px;
	margin-bottom: .8em;
	margin-left: 0;
}
.footer__info > div dt:not(:first-of-type) {
	margin-top: 1.6em;
}
.footer__info > div span {
	color: #fa5252;
	font-weight: 800;
}
.footer__info > div.contact {
	width: 26%;
}
.footer__info > div.contact img {
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
	display: block;
}
.footer__info > div.contact .contact_logo {
	margin-bottom: 20px;
}
.footer__info .contact_mail a {
	display: block;
	background: #6bc0c3;
	color: #fff;
	line-height: 1.0;
	font-weight: 900;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer__info .contact_mail a:hover {
	background: #5397ac;
}
.footer ul.inline {
	list-style: none;
	text-align: center;
}
.footer ul.inline li {
	display: inline-block;
}
.footer .copyright {
	margin-bottom: 1em;
	text-align: center;
}
/*
 * contents
 */

#contents {
	float: right;
	padding-left: 0;
	padding-right: 0px;
	width: calc(100% - 280px);
}

#contents .topicpath-nav {
	margin-bottom: 5px;
}

#contents .topicpath-nav li {
	padding: 0;
}

#contents .topicpath-nav a {
	margin-left: 5px;
}

/*RecentCheck Item*/
/*Products List*/
ul.product__list,
ul.recent_check {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	list-style-type: none !important;
}

.product__list li{
	width: 23%;
	font-size: 16px;
	margin-bottom: 2%;
}
.recent_check li {
	width: 15%;
	font-size: 11px;
	margin-bottom: 2%;
}
.product__list li > a,
.recent_check > li a {
	display: block;
}

.product__list li > a:first-of-type,
.recent_check > li a:first-of-type {
	margin-bottom: .5em;
	width: 100%;
	position: relative;
}

.product__list li > a:first-of-type::before,
.recent_check > li a:first-of-type::before {
	border: 1px solid #efefef;
	box-sizing: border-box;
	content: "";
	display: block;
	padding-top: 100%;
	position: relative;
	height: 100%;
}

.product__list li > a:first-of-type img,
.recent_check > li a:first-of-type img {
	max-width: 94%;
	max-height: 94%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

li.col_cel.is-empty {
	border: none;
	margin-bottom: 0;
	height: 0;
}

/* Free Page */
.free-content {
	padding: 40px;
	background: #faf9f9;
}

.free-content .page-key {
	margin-bottom: 30px;
}

.free-content section {
	width: 640px;
	margin: 0 auto 40px;
}

.free-content section col {}

/*
 * side
 */
#sidr-right {
	width: 250px;
	float: left;
}

#side {
	padding-left: 0;
}

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

.side-cat li img {
	display: inline-block;
	width: 34px;
	vertical-align: middle;
	margin-right: 10px;
}

.group-nav ul li {
	border: none;
	padding: 0;
}

.group-nav ul li span {
	font-size: 12px;
	color: #282828;
}

/*
 * 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;
}

/* 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 #eee;
}

.bor_r_1 {
	border-right: 1px solid #eee;
}

.bor_b_1 {
	border-bottom: 1px solid #eee;
}

.bor_l_1 {
	border-left: 1px solid #eee;
}

/* 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%;
}

/*
* Product
*/
#product form section table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*border-collapse: collapse;
}

#product form section table th,
#product form section table td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 8px;
}

#product form section table caption + thead tr:first-child th,
#product form section table caption + tbody tr:first-child th,
#product form section table caption + tbody tr:first-child td,
#product form section table colgroup + thead tr:first-child th,
#product form section table colgroup + tbody tr:first-child th,
#product form section table colgroup + tbody tr:first-child td,
#product form section table thead:first-child tr:first-child th,
#product form section table tbody:first-child tr:first-child th,
#product form section table tbody:first-child tr:first-child td {
	border-top: 0;
}

#product form section table thead:first-child tr:first-child > th:first-child,
#product form section table tbody:first-child tr:first-child > td:first-child,
#product form section table tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

#product form section table thead:first-child tr:first-child > th:last-child,
#product form section table tbody:first-child tr:first-child > td:last-child,
#product form section table tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

#product form section table thead:last-child tr:last-child > th:first-child,
#product form section table tbody:last-child tr:last-child > td:first-child,
#product form section table tbody:last-child tr:last-child > th:first-child,
#product form section table tfoot:last-child tr:last-child > td:first-child,
#product form section table tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#product form section table thead:last-child tr:last-child > th:last-child,
#product form section table tbody:last-child tr:last-child > td:last-child,
#product form section table tbody:last-child tr:last-child > th:last-child,
#product form section table tfoot:last-child tr:last-child > td:last-child,
#product form section table tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

#product form section table tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

#product form section table tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#product form section table caption + thead tr:first-child th:first-child,
#product form section table caption + tbody tr:first-child td:first-child,
#product form section table colgroup + thead tr:first-child th:first-child,
#product form section table colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

#product form section table caption + thead tr:first-child th:last-child,
#product form section table caption + tbody tr:first-child td:last-child,
#product form section table colgroup + thead tr:first-child th:last-child,
#product form section table colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

/*--------------200714追記ここから---------------*/
.feature_box a{
    text-decoration: underline;
}

.feature_box .feature_pickup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin-bottom: 1rem;
}

.feature_box .feature_pickup a {
    width: 60%;
}

.feature_box .feature_pickup p {
    margin-left: 2rem;
    -ms-flex-item-align: center;
	align-self: center;
}

.feature_box h1{
    margin-bottom: 2rem;
}

.feature_box h1 + p{
    margin-bottom: 1rem;
}

.free-content section .feature_colm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    list-style: none;
    width: 100%;
    margin-left: 0;
}

.free-content section .feature_colm .col3_item {
    width: 30%;
    display: inline-block;
    margin-bottom: 2%;
}

.br_smp{
    display: block;
}

/*--------------200714追記ここまで---------------*/

/*--------------200720変更ここから--------------*/

.cg_freespace_01 figure{
    margin-bottom: 2rem;
}

.cg_freespace_01 figure img{
    max-width: 1200px;
    width: 100%;
}

.cg_freespace_01 figure + p{
    margin-bottom: 1.5rem
}

.cg_freespace_01 figure + p + p{
    margin-bottom: 0;
}

.cg_freespace_01 p,.cg_freespace_01 a{
    font-size: 1.2em;
}

.cg_freespace_01 a{
    text-decoration: underline;
}
/*--------------200720変更ここまで--------------*/

@media (max-width: 980px) {

	/* ~980px */
	/* Free Page */
	.free-content {
		padding: 20px;
		background: #faf9f9;
	}

	.free-content section {
		width: 100%;
		margin: 0 auto 40px;
	}

	#base_gmoWrapp,
	#gmo_CMSPbar {
		overflow: hidden;
		min-width: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 960px) {

	/* ~768px */
	#contents {
		padding-left: 0;
		width: 100%;
	}
}

@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: 960px) {

	/*Recent Check Item*/
	/*Product Listm*/
	.product__list li {
		width: 32%;
		font-size: 11px;
		margin-bottom: 2%;
	}
  .recent_check li {
		width: 23.5%;
		font-size: 11px;
		margin-bottom: 2%;
	}

.footer h3 {
	font-size: 1.8rem;
	font-weight: 400;
	border-bottom: 1px solid #282828;
	line-height: 2.4;
	margin-bottom: 1em;
}
.footer h3 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.1rem;
	font-weight: 800;
}

.footer__info > div,
.footer__info > div.contact{
	width: 100%;
}
.footer__info > div.contact img {
	width: 80%;
	max-width: 260px;
	margin:0;
	display: block;
}
	.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);
	}

	.hamburger-menu-handle {
		position: absolute;
		right: 20px;
		top: 30px;
		z-index: 9999;
		display: block;
		line-height: 1.0;
		padding: -top:12px;
		border-top: 0.8em double #282828;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
      /*--------------200727追記ここから---------------*/
  
  #header .inner_header,
#container,
#footer .inner_footer,
.inner_wrap{
	padding: 0 20px;
}
  
      /*--------------200727追記ここまで---------------*/
  
	/*Product Listm*/
	/*Recent Check Item*/
	.product__list li,
	.recent_check li {
		width: 49%;
		font-size: 11px;
		margin-bottom: 2%;
	}
  
      /*--------------200714追記ここから---------------*/
    .feature_box .feature_pickup {
        display: block;
}

    .feature_box .feature_pickup::after{
        content: "";
        display: block;
        clear: both;
}

    .feature_box .feature_pickup a{
        float: left;
        width: 40%;
        margin-right: 1rem;
    }
    
    .feature_box .feature_pickup p{
        margin-left: 0;
    }
    
    .br_smp {
        display: inline;
    }

/*--------------200714追記ここまで---------------*/

}

@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);
	}
}

.stock_zero {
  background:#efefef;
  text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}

.fax_order_list {
  background:#ecdeb3;
 text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}
.fax_order_list span {
  display:block;
}
.pc { display: none; }
.smp { display: block; }

@media screen and (min-width: 481px) {
.pc { display:block!important; }
.smp { display: none!important; }
｝
  
ul.side-cat > li:first-of-type {
    /*display: none!important;*/
}
}
  .side__osechi {
    margin-bottom:20px;
    padding: 0 15px;
  }
  
    .side__osechi a {
      display:block;
  }
  
  @media screen and (min-width: 960px) {
      .side__osechi {
    padding: 0;
  }
  }

  
  
  