/*
Theme Name:			Welcart Nova
Theme URI:			https://www.welcart.com/archives/4488.html
Description:		Welcart Nova is child theme for Welcart Basic.
Author:				Collne.Inc
Author URI:			https://www.collne.com/
Template:			welcart_basic
Version:			1.5
License:			GNU General Public License v2 or later
License URI:		https://www.gnu.org/licenses/gpl-2.0.html
Tags:				responsive-layout, nova, two-columns, right-sidebar. left-sidebar
Requires at least:	5.6
Requires PHP:		7.4 - 8.0
*/


/* =Base
-------------------------------------------------------------- */

/* font - */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Quattrocento Sans Regular'), local('QuattrocentoSans-Regular'), url('./fonts/QuattrocentoSans-Regular.otf') format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
	font-family: 'Quattrocento Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	overflow: hidden;
}
input, select, textarea {
	font-family: 'Quattrocento Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* -select - */
select {
	background: url(images/select-arrow.png) center right 10px no-repeat;
}
@-moz-document url-prefix() {
	select {
		height: 40px;
	}
}

/* -textarea - */
textarea {
	padding: 10px;
}
/* - input - */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: 0 10px;
	line-height: 40px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	display: inline-block;
	color: #fff;
	width: auto;
	padding: 0 30px;
	background-color: #c2c3c3;
	border: none;
	line-height: 40px;
	text-align: center;
	-moz-box-shadow: 0 3px #a5a6a7;
	-webkit-box-shadow: 0 3px #a5a6a7;
	box-shadow: 0 3px #a5a6a7;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	color: #fff;
	background-color: #d6d6d6;
	-moz-box-shadow: 0 2px #c2c3c3;
	-webkit-box-shadow: 0 2px #c2c3c3;
	box-shadow: 0 2px #c2c3c3;
}
input[type="radio"] {
	margin: 0 8px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* - a - */
a {
	color: #7c7c7c;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

/* - img - */
.home .widget {
	margin-bottom: 15px;
}
.home .widget:last-child {
	margin-bottom: 0;
}
.widget img {
    max-width: 100%;
    height: auto;
}

/* -- Campaign Tag #E47AAC -- */
.campaign_message {
	margin: 0 15px 5px;
	text-align: center;
}
/* - .cat-il, .search-li - */
.cat-il .campaign_message,
.search-li .campaign_message {
	margin: 5px 0 -5px;
}
/* - item-single.php - */
#itempage .campaign_message {
	margin: 10px 0 0;
	text-align: right;
}

/* =header
-------------------------------------------------------------- */

header.site-header {
	background-color: #1c1c1c;
	border-bottom: none;
	margin-bottom: 0;
}
header.site-header .inner {
	background-color: #1c1c1c;
	padding: 0 15px 15px;
}
header a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}

/* -- h1.site-title, div.site-title -- */
h1.site-title,
div.site-title {
	margin-top: 25px;
	padding: 0;
	letter-spacing: 2px;
	text-align: left;
}
h1.site-title a,
div.site-title a {
	color: #fff;
	font-weight: normal;
}
h1.site-title a:hover,
div.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}
h1.site-title img,
div.site-title img {
	vertical-align: middle;
}

/* -- .container -- */
header .container {
	margin-top: 25px;
	float: right;
}

/* -- .snav -- */
.snav {
	padding: 0;
	margin-right: 0;
}
.snav i {
	color: #909090;
}
.snav .search-box i,
.snav .membership i,
.snav .incart-btn i {
	display: inline-block;
	font-size: 1.57143em;
	padding: 0 0 0 20px;
}
.snav .search-box.On i:before,
.snav .membership.On i:before {
	color: #fff;
}
.snav .search-box i:hover,
.snav .membership i:hover,
.snav .incart-btn i:hover {
	cursor: pointer;
}
.snav .search-box form,
.snav .membership ul {
	display: block !important;
	position: absolute;
	top: -300%;
	left: auto;
	right: 0;
	width: 80%;
	height: auto;
	padding: 20px;
	background-color: rgba( 0,0,0,.8);
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 0;
}
.snav .search-box.On form,
.snav .membership.On ul {
    background-color: rgba( 0,0,0,.9);
	width: 80%;
	top: 100%;
	right: 0;
	height: auto;
	opacity: 1;	
}
/* -- .search-box -- */
.snav .search-box form {
	z-index: 3;
}
.search-box div.s-box {
	border: none;
}
.search-box input[type="text"] {
	color: #aaa;
	width: 100%;
	padding: 0 45px 0 10px;
	line-height: 44px;
	background: none;
	border: 1px solid #aaa;
}
.search-box .searchsubmit {
	width: auto;
	color: #aaa;
	padding: 0 15px;
	line-height: 44px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-box .searchsubmit:hover {
	color: #aaa;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* -- .memebership -- */
.snav .membership li {
	margin: 0 0 10px;
}
.snav .membership li:first-child {
	color: #fff;
	border: none;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
}
.snav .membership li,
.snav .membership li:last-child {
	border: 1px solid #aaa;
	padding-bottom: 0;
	text-align: center;
}
.snav .membership li a {
	color: #aaa;
	line-height: 44px;
	border: none;
}
.snav .membership li a:hover {
	color: #fff;
	background-color: #303030;
	text-decoration: none;
}
#site-navigation li li.current-menu-item a,
#site-navigation .sub-menu li.current_page_item a,
#site-navigation .sub-menu li.current-menu-parent a,
#site-navigation .current-menu-ancestor .sub-menu a {
	background: none;
}
/* -- .incart-btn -- */
.snav .incart-btn i {
	padding-right: .454545em;
}
.incart-btn .total-quant {
	position: absolute;
	top: -8px;
	right: -5px;
	left: initial;
	color: #fff;
	background-color: #d3222a;
}

/* -- .menu-trigger -- */
.menu-bar {
	float: right;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #909090;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/*-- .active -- */
.menu-trigger.active span:nth-of-type(1) {
	top: -12px;
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: -11px;
}
.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
.menu-trigger.active span {
	background-color: #fff;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

/* -- #site-navigation -- */
#site-navigation {
	clear: none;
	padding: 0;
	float: right;
}
#site-navigation {
	display: block;
	background-color: rgba( 0,0,0,.9);
	position: absolute;
	top: 100%;
	left: -100%;
	width:80%;
	z-index: 4;
	transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	opacity: 0;	
}
#site-navigation.On {
	left: 0;
	opacity: 1;	
}
#site-navigation .navigation-inner {
	overflow-y: auto;
	padding: 20px;
	height: 100%;
}
header div.nav-menu-open,
header div.header-nav-container {
	display: block;
}
#site-navigation li a {
	color:#aaa;
	display: block;
	padding: 0;
	border: none;
	line-height: 44px;
	letter-spacing: 1px;
}
#site-navigation li a:hover {
	color: #fff;
	text-decoration: none;
}
#site-navigation .nav-menu-open li li .fa {
	display: none;
}

/* -- .sns -- */
#site-navigation .sns {
	margin-top: 20px;
	padding: 0;		
}
#site-navigation .sns li {
	float: left !important;
	margin-right: 1px;
}
#site-navigation .sns li a {
	margin-bottom: 0;
	padding: 0;
	background-color: #3c3c3c;
	border: 2px solid #3c3c3c;
	text-align: center;
	line-height: normal;
}
#site-navigation .sns li a:hover {
	background-color: #1c1c1c;
	border: 2px solid #3c3c3c;
}
#site-navigation .sns li i {
	width: 38px;
	line-height: 38px;
	font-size: 16px;
}
#site-navigation .sns li a:hover i {
	color: #aaa;
}

/* =secondary
-------------------------------------------------------------- */

#secondary {
	color: #fff;
	padding: 30px 0;
	background-color: #3c3c3c;
	border: none;
}
#secondary h3 {
	color: #b86630;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 0;
	border: none;
	letter-spacing: 1px;
}
#secondary h3:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #666;
	margin-top: 8px;
}
#secondary a {
	color: #b86630;
}
#secondary a:hover {
	color: #aaa;
}
#secondary select {
	color: #fff;
	border: 2px solid #666;
}
#secondary select option {
	color: #333;
}


/* -- Welcart Widget -- */

/* - .widget_welcart_login - */
.widget_welcart_login .loginbox {
	padding: 0 5px;
}
.widget_welcart_login .liwpp_area {
	padding: 10px 5px 0;
	line-height: 40px;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	color: #fff;
	width: 100%;
	padding: 0 10px;
	line-height: 30px;
	background: none;
	border: 2px solid #666;
	margin-bottom: 10px;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	width: auto;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 5px;
	background-color: #5c5c5c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #999;
}

/* - .welcart_blog_calendar + .widget_calendar - */
.welcart_blog_calendar #calendar_wrap,
.widget_calendar .calendar_wrap {
	padding: 0 5px;
}
.welcart_blog_calendar table,
.welcart_blog_calendar th,
.welcart_blog_calendar td,
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
	border: none;
}
.widget_calendar table {
	margin: 0;
}
.welcart_blog_calendar caption,
.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 10px;
}
.welcart_blog_calendar th,
.widget_calendar th {
	font-weight: bold;
	height: 30px;
	background: none;
	vertical-align: middle;
}
.welcart_blog_calendar td,
.widget_calendar td {
	height: 30px;
	vertical-align: middle;
}
.welcart_blog_calendar tfoot td,
.widget_calendar tfoot td {
	height: auto;
	border: 2px solid #666;
}
.welcart_blog_calendar tfoot td a,
.widget_calendar tfoot td a {
	display: block;
	line-height: 30px;
}

/* - .widget_welcart_calendar - */
.widget_welcart_calendar table {
	width: 100%;
	float: none;
	border: none;
	margin: 0 5px 15px;
}
.widget_welcart_calendar th,
.widget_welcart_calendar td {
	border: none;
}
.widget_welcart_calendar caption {
	margin-bottom: 10px;
}
.widget_welcart_calendar th {
	font-weight: bold;
	height: 30px;
	background: none;
	vertical-align: middle;
}
.widget_welcart_calendar td {
	height: 30px;
	vertical-align: middle;
	letter-spacing: 1px;
}
.widget_welcart_calendar .businessday {
	color: #fff;
	background-color: #666;	
}

/* - .usces_recent_entries + .widget_welcart_page + .widget_welcart_post - */
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 5px;
}
.usces_recent_entries li,
.widget_welcart_page li {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}

/* - .widget_welcart_page - */
.widget_welcart_page ul ul {
	padding: 10px 0 0 10px;
}

/* - .widget_welcart_post - */
.widget_welcart_post li {
	margin-bottom: 0;
	padding-bottom: 20px;
	border: none;
}
.widget_welcart_post li:last-child {
	padding-bottom: 0;
}
.widget_welcart_post .title a {
	padding-bottom: 5px;
}
.widget_welcart_post li p {
	font-size: 12px;
}

/* - .widget_welcart_category - */
.widget_welcart_category ul {
	padding: 0 5px;
}
.widget_welcart_category ul ul {
	margin-left: 0;
	padding: 5px 0 0 10px;	
}
.widget_welcart_category li {
	padding-bottom: 10px;
	line-height: 150%;
	letter-spacing: 1px;
}
.widget_welcart_category li a {
	line-height: 200%;
}

/* - .widget_welcart_search - */
.widget_welcart_search .searchtext {
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	background: none;
	border: 2px solid #666;
	border-right: none;
}
.widget_welcart_search #searchsubmit {
	background-color: #666;
	border: 2px solid #666;
	padding: 0;
	line-height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@-moz-document url-prefix() {
	.widget_welcart_search #searchsubmit {
		line-height: 28px;
	}
}
.widget_welcart_search div a {
	background-color: #666;
	line-height: 30px;
}
#secondary .widget_welcart_search #searchsubmit:hover,
#secondary .widget_welcart_search div a:hover {
	color: #fff;
	background-color: #999;
}

/* - .widget_welcart_featured + .widget_welcart_bestseller - */
.widget_welcart_featured ul,
.widget_welcart_bestseller ul {
	padding: 0 5px !important;
}
.widget_welcart_featured .featured_list,
.widget_welcart_bestseller li {
	margin-bottom: 20px;
	padding-bottom: 0;
	border: none;
}
.widget_welcart_featured .featured_list:last-child,
.widget_welcart_bestseller li:last-child {
	margin-bottom: 0;
}
.widget_welcart_featured .thumimg,
.widget_welcart_bestseller .itemimg {
	float: left;
}
.widget_welcart_featured .thumimg a,
.widget_welcart_bestseller .itemimg a {
	padding-bottom: 0;
}
.widget_welcart_featured .thumtitle,
.widget_welcart_bestseller .itemname {
	float: right;
}
.widget_welcart_bestseller .itemprice {
	width: auto;
	float: right;
}
.widget_welcart_bestseller .itemsoldout {
	color: #fff;
	float: right;
}

/* ---- .tax_inc_block ---- */

.widget_welcart_bestseller .tax_inc_block {
	float: right;
	color: #fff;
	padding: 0;
}
.widget_welcart_bestseller .tax_inc_block em {
	color: inherit;
}


/* ———————— .widget_basic_item_list ———————— */

.home-widget .widget_basic_item_list h3 {
	color: #6c6c6c;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;	
}
.home-widget .widget_basic_item_list h3:after {
	display: block;
	content: " ";
	width: 70px;
	height: 2px;
	background-color: #aaa;
	margin: 15px auto 0;	
}
.widget_basic_item_list .itemimg {
	margin-bottom: 0;
}
.widget_basic_item_list .itemimg img {
	width: 100%;
	height: 300px;
	border-radius:30px;
}

/* -- front-page.php -- */
.home #content .home-widget .widget_basic_item_list article,
.blog #content .home-widget .widget_basic_item_list article,
#itempage-widget .widget_basic_item_list article {
    padding: 0;
    width: 49%;
    margin-right: 2%;
    position: relative;
	border: none;
}
.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
#itempage-widget .widget_basic_item_list article:nth-of-type(even)  {
	margin-right: 0;
}
.home #content .home-widget .widget_basic_item_list .item-info-wrap,
.blog #content .home-widget .widget_basic_item_list .item-info-wrap,
#itempage-widget .widget_basic_item_list .item-info-wrap {
	padding: 10px;
}
.widget_basic_item_list .itemsoldout {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	letter-spacing: 2px;
	z-index: 2;	
}
.widget_basic_item_list .itemsoldout .inner {
	position: absolute;
	font-weight: normal;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

/* -- Other -- */

#secondary .widget_basic_item_list article {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}
#secondary .widget_basic_item_list article:last-child {
	margin-bottom: 0;
}
#secondary .widget_basic_item_list .itemimg {
	width: 25%;
	float: left;
	text-align: center;
}
.home #secondary .widget_basic_item_list .itemprice {
	color: #fff;
}
.home #secondary .widget_basic_item_list .tax_inc_block em {
	color: #fff;
}
#secondary .widget_basic_item_list .item-info-wrap {
	width: 70%;
	float: right;
	margin: 0;
}
#secondary .widget_basic_item_list .itemsoldout {
	font-size: 12px;
}
#secondary .widget_basic_item_list .itemsoldout span.text {
	display: none;
}
#secondary .opt-tag {
	position: static;
}
#secondary .opt-tag li {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: normal;
}

/* -- WordPress Widgets -- */

/* - .widget_archive + .widget_categories + .widget_meta + .widget_recent_entries + .widget_recent_comments - */
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 5px;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li {
	padding-bottom: 10px;
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	padding-bottom: 0;
}
.widget_categories ul ul {
	padding: 10px 0 0 10px;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
	padding-bottom: 0;
}

/* - .widget_nav_menu ul, .widget_pages ul - */
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 5px;
}
.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: 0;
	padding-bottom: 10px;
	line-height: 150%;
	letter-spacing: 1px;
}
.widget_nav_menu ul li a,
.widget_pages li a {
	padding-bottom: 0;
}
.widget_nav_menu li ul,
.widget_pages li ul {
	margin-left: 0;
	padding: 10px 0 0 10px;
}
.widget_nav_menu ul li:last-child,
.widget_pages li:last-child {
	padding-bottom: 0;	
}

/* - .widget_tag_cloud - */
.widget_tag_cloud .tagcloud {
	padding: 0 5px;
}

/* - .widget_search - */
.widget_search .s-box {
	border: 2px solid #666;
}
.widget_search .search-text {
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	background: none;
}
.widget_search .searchsubmit {
	color: #666;
	padding: 0 10px;
	line-height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.widget_search .searchsubmit:hover {
	color: #666;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* =toTop
-------------------------------------------------------------- */

#toTop {
	right: 0;
}
#toTop i {
	width: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #1c1c1c;
	text-align: center;
}
#toTop i:hover {
	color: #fff;
	background-color: #3c3c3c;
}

/* =footer
-------------------------------------------------------------- */

footer {
	color: #aaa;
	padding: 20px 15px;
	background-color: #1c1c1c;
}
footer a {
	color: #fff;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
footer a:hover {
	color: #aaa;
}

/* -- footer nav -- */
footer nav {
	width: auto;
	padding: 0;
}
footer nav li {
	line-height: 34px;
	margin-bottom: 0;
}
footer nav li:nth-child(odd) {
	clear: both;
}
footer nav li a {
	padding-right: 20px;
}
footer nav ul ul {
	margin-top: 0;	
}
/* -- .copyright -- */
.copyright {
	color: #fff;
	padding: 20px 0 10px;
}

/* =main
-------------------------------------------------------------- */

.one-column #content {
	padding: 0 0 40px;
}
.two-column #content {
	padding: 0 15px 40px;
}

/* -- .itemimg  -- */
.itemimg {
	position: relative;
}

/* -- .item-info-wrap  -- */
.item-info-wrap .itemname {
	margin-bottom: 5px;
}
.item-info-wrap .itemprice {
	color: #3c3c3c;
	font-size: 14px;
	letter-spacing: 2px;
}
.item-info-wrap .itemprice .tax {
	font-size: 11px;
	letter-spacing: normal;
}

/* -- .tax_inc_block  -- */
.type-grid .tax_inc_block,
.search-li .tax_inc_block {
	text-align: center;
}

/* -- .itemsoldout  -- */
.front-il .itemsoldout,
.cat-il.type-grid .itemsoldout,
.search-li .itemsoldout {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	letter-spacing: 2px;
	z-index: 2;
}
.itemsoldout .inner {
	position: absolute;
	font-weight: normal;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.itemsoldout span {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	padding: 0 20px;
	letter-spacing: normal;
}

/* -- page-title -- */
.site-content .entry-title,
.site-content .item_page_title,
.site-content .page-title {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 15px;
	letter-spacing: 2px;
	line-height: 1em;
}

/* -- .opt-tag  -- */
.opt-tag {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
}
.opt-tag li {
	display: block;
	color: #fff;
	font-size: 12px;
	width: 35px;
	margin-left: 1px;
	float: left;
	line-height: 35px;
	text-align: center;
}
.opt-tag .new {
	background-color: #d3222a;
}
.opt-tag .recommend {
	background-color: #89c997;
}
.opt-tag .stock {
	background-color: #89a6c9;
}
.opt-tag .sale {
	background-color: #8266dc;
}

/* -- .pagination -- */
.pagination_wrapper li {
	text-align: center;
	font-size: 16px;
	width: 45px;
	line-height: 45px;
}
.pagination_wrapper li .current,
.pagination_wrapper li a {
	color: #fff;
	padding: 0;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.pagination_wrapper li .current {
	background-color: #3c3c3c;
}
.pagination_wrapper li a {
	background-color: #999;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.pagination_wrapper li a:hover {
	background-color: #3c3c3c;
	text-decoration: none;
}

/*-- .no-date -- */
p.no-date {
	letter-spacing: 1px;
}

/* =catgory.php + archive.php
-------------------------------------------------------------- */

.category #content {
	padding: 0 0 40px;
}

/* -- category-img -- */
#primary .page-header {
	position: relative;
	margin-bottom: 0;
}
#primary .page-header .taxonomy-img {
	overflow: hidden;
	height: 250px;
}
#primary .page-header .taxonomy-img img {
	width: auto;
	height: 250px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
#primary .page-header.over .wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	color: #fff;
	background-color: rgba(0,0,0,.6);
}
#primary .page-header.over .inner {
	padding: 0 25px;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#primary .page-header.over h1.page-title {
	width: auto;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	line-height: 1.25em;
	letter-spacing: 1.5px;
	border: none;
}
#primary .page-header .taxonomy-description {
	line-height: 160%;
	margin: 0 15px;
	padding: 10px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}
#primary .page-header.over .taxonomy-description a {
	color: #fff;
	text-decoration: underline;
}
#primary .page-header.over .taxonomy-description a:hover {
	color: #22b2d3;
	text-decoration: underline;
}
#primary .page-header .taxonomy-description a {
    color: #999;
	text-decoration: underline;
}
#primary .page-header .taxonomy-description a:hover {
	color: #22b2d3;
	text-decoration: underline;
}
#primary .page-header.over .taxonomy-description {
	width: auto;
	color: #fff;	
	margin: 20px 0 0;
	letter-spacing: 1px;
	border: none;
}
#primary .page-header.over .taxonomy-description a {
	color: #fff;	
}

/* -- ..cat-il.type-grid -- */
.cat-il.type-grid {
	padding: 2%;
}
.cat-il.type-grid article {
	padding: 0;
	width: 49%;
	margin-right: 2%;
	position: relative;
}
.cat-il.type-grid .itemimg {
	margin-bottom: 0;
}
.cat-il.type-grid .item-info-wrap {
	padding:10px;
	text-align: center;
}
.cat-il.type-grid .itemname {
	max-height: 63px;
	height: auto;
}
.cat-il.type-grid .itemprice {
	text-align: center;
}

/* -- .post-li -- */
.category .post-li {
	padding: 4%;
}
.post-li {
	letter-spacing: -.5em;
}
.post-li article {
	margin-bottom: 8%;
	padding-bottom: 0;
	border: none;
	letter-spacing: normal;
	vertical-align: top;
}
.post-li .thumb-img {
	margin-bottom: 10px;
}

/* =page.php + single.php
-------------------------------------------------------------- */

/* -- .entry-thumb -- */
.entry-thumb {
	margin-bottom: 30px;
}
.entry-thumb img {
	width: 100%;
	height: auto;
}
/* -- .entry-meta -- */
.entry-meta {
	margin-bottom: 30px;
}

/* -- h1,h2,h3,h4,h5,h6 -- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: normal;
}
.entry-content h1:first-letter {
	font-size: 1.5em;
	margin-right: .1em;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	color: #22b2d3;
}
.entry-content input[type="submit"] {
	background-color: #d3222a;
	-moz-box-shadow: 0 3px #a5141a;
	-webkit-box-shadow: 0 3px #a5141a;
	box-shadow: 0 3px #a5141a;	
}
.entry-content input[type="submit"]:hover {
	background-color: #e25157;
	-moz-box-shadow: 0 2px #d3222a;
	-webkit-box-shadow: 0 2px #d3222a;
	box-shadow: 0 2px #d3222a;	
}

/* ---- .link-pages ---- */

.link-pages {
	font-size: 16px;
}
.link-pages .post-page-numbers {
	background-color: #999;
	text-align: center;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 50%;
}
.link-pages .post-page-numbers,
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	padding: 0;
}
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	background-color: #3c3c3c;
	border: none;
}

/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .send input {
	background-color: #d3222a;
	-moz-box-shadow: 0 3px #a5141a;
	-webkit-box-shadow: 0 3px #a5141a;
	box-shadow: 0 3px #a5141a;	
}
.inqbox .send input:hover {
	background-color: #e25157;
	-moz-box-shadow: 0 2px #d3222a;
	-webkit-box-shadow: 0 2px #d3222a;
	box-shadow: 0 2px #d3222a;	
}


/* =search.php
-------------------------------------------------------------- */

.search-li article {
	padding: 0;
	width: 49%;
	margin-right: 2%;
	position: relative;
}
.search-li article:nth-of-type(even) {
	margin-right: 0;
}
.search-li article .itemimg {
	margin-bottom: 0;
}
.search-li article .itemimg img {
	width: 100%;
	height: auto;
}
.search-li article .item-info-wrap {
	padding:10px;
	text-align: center;
}
.search-li article .itemname {
	max-height: 63px;
	height: auto;
	overflow: hidden;
}
.search-li article .itemprice {
	text-align: center;
}

/* =404.php
-------------------------------------------------------------- */

.error404 h1.page-title {
	text-align: center;
}
.error404 #content {
	padding: 0 15px 40px;
}
.error-404 .page-content p {
	font-size: 16px;
	font-weight: normal;
	
}
.error-404 input[type="text"] {
	width: 70%;
	border: 2px solid #666;
}
.error-404 input[type="submit"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {

	/* =Base
	-------------------------------------------------------------- */
	
	/* -- Campaign Tag #E47AAC -- */
	
	/* - .item-single.php - */
	#itempage .campaign_message {
		font-size: 16px;
		margin: 20px 0 0;
		text-align: left;
	}
	
	/* =header
	-------------------------------------------------------------- */

	h1.site-title,
	div.site-title {
		width: auto;
	}
	h1.site-title img,
	div.site-title img {
		width: auto;
		height: 26px;
	}

	/* =secondary
	-------------------------------------------------------------- */

	/* - .widget_welcart_calendar - */
	.widget_welcart_calendar table {
		width: 44%;
		float: left;
		margin: 0 3% 3%;
	}

	/* - .welcart_blog_calendar + .widget_calendar - */
	.welcart_blog_calendar table,
	.widget_calendar table {
		width: 44%;
	}
	
	/* ———————— .widget_basic_item_list ———————— */
	
	
	/* -- front-page.php -- */
	.home #content .home-widget .widget_basic_item_list article,
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.blog #content .home-widget .widget_basic_item_list article,
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	#itempage-widget .widget_basic_item_list article,
	#itempage-widget .widget_basic_item_list article:nth-of-type(even) {
		width: 32%;
		margin-right: 2%;
	}
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	#itempage-widget .widget_basic_item_list article:nth-of-type(3n) {
		margin-right: 0;
	}
	
	/* -- other -- */
	#secondary .widget_basic_item_list {
		overflow: hidden;
	}
	#secondary .widget_basic_item_list article {
		width: 46%;
		margin-right: 8%;
		margin-bottom: 20px;
		padding-top: .714286em;
		float: left;
	}
	#secondary .widget_basic_item_list article:nth-of-type(even) {
		margin-right: 0;
	}
	#secondary .widget_basic_item_list article:nth-of-type(odd) {
		clear: both;
	}

	/* =footer
	-------------------------------------------------------------- */

	footer nav ul {
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap:         wrap;	}
	footer nav ul ul {
		display: block;
	}
	footer nav ul li {
		width: 33.3333%;
	}
	footer nav ul li li {
		width: 100%;
	}

	/* -- .copyright -- */
	.copyright {
		padding: 50px 0 10px;
	}

	/* =main
	-------------------------------------------------------------- */

	.one-column #content {
		padding: 0 15px 40px;
	}

	/* =category.php + archive.php
	-------------------------------------------------------------- */

	.cat-il.type-grid article {
		width: 32%;
	}
	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 2%;
	}
	.cat-il.type-grid article:nth-of-type(3n) {
		margin-right: 0;
	}

	/* -- .post-li -- */
	.post-li article {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.post-li article:nth-of-type(even) {
		margin-right: 0;
	}

	/* =search.php
	-------------------------------------------------------------- */

	.search-li article {
		width: 32%;
	}
	.search-li article:nth-of-type(even) {
		margin-right: 2%;
	}
	.search-li article:nth-of-type(3n) {
		margin-right: 0;
	}

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {

	/* =category.php + archive.php
	-------------------------------------------------------------- */

	.category #primary .page-header {
		height: auto;
		margin-bottom: 0;
	}
	.category #primary .page-header img {
		width: 100%;
		height: auto;
		position: initial;
		transform: none;
	}
	.category #primary .page-header .wrap {
		height: 100%;
	}

}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {


	/* =secondary
	-------------------------------------------------------------- */
	
	/* ———————— .widget_basic_item_list ———————— */
	#secondary .widget_basic_item_list article {
		width: 100%;
		float: none;
	}

	
	/* =category.php + archive.php
	-------------------------------------------------------------- */

	/* -- .post-li -- */
	.category .post-li {
		padding: 3.5%;
	}
	.post-li article {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.post-li article:nth-of-type(even) {
		margin-right: 3.5%;
	}
	.post-li article:nth-of-type(3n) {
		margin-right: 0;
	}
	
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {

	/* =Base
	-------------------------------------------------------------- */

	body {
		font-size: 14px;
	}

	/* =header
	-------------------------------------------------------------- */

	/* -- .snav -- */
	.incart-btn{
		clear: none;
	}


	/* =footer
	-------------------------------------------------------------- */
	footer nav ul li {
		width: 25%;
	}
	footer nav ul li li {
		padding-right: 0;
	}
	footer nav ul li li a {
		line-height: normal;
	}

	/* =secondary
	-------------------------------------------------------------- */

	.two-column #secondary select {
		color: #333;
	}

	/* - .widget_welcart_bestseller - */
	.home .widget_welcart_bestseller .itemsoldout {
		color: #fff;
	}
	.widget_welcart_bestseller .itemsoldout {
		color: #333;
	}
	
	/* ———————— .widget_basic_item_list ———————— */
	
	/* -- front-page.php +  -- */
	.home #content .home-widget .widget_basic_item_list article,
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	.blog #content .home-widget .widget_basic_item_list article,
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(even),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(3n),
	#itempage-widget .widget_basic_item_list article,
	#itempage-widget .widget_basic_item_list article:nth-of-type(even),
	#itempage-widget .widget_basic_item_list article:nth-of-type(3n) {
		width: 23.5%;
		margin: 0 2% 0 0;
	}
	.home #content .home-widget .widget_basic_item_list article:nth-of-type(4n),
	.blog #content .home-widget .widget_basic_item_list article:nth-of-type(4n),
	#itempage-widget .widget_basic_item_list article:nth-of-type(4n) {
		margin-right: 0;
	}
	.home-widget .widget_basic_item_list .itemimg,
	#itempage-widget .widget_basic_item_list .itemimg {
		width: 100%;
		float: none;
	}
	.home-widget .widget_basic_item_list .item-info-wrap,
	#itempage-widget .widget_basic_item_list .item-info-wrap {
		width: auto;
		margin: 0;
		padding: 10px;
	}
	
	/* -- secondary -- */
	#secondary .columnright .widget_basic_item_list .opt-tag {
		position: absolute;
	}
	#secondary .columnright .widget_basic_item_list .opt-tag li {
		width: 35px;
	}
	#secondary .widget_basic_item_list .item-info-wrap {
		padding: 0;
	}
	

	/* =main
	-------------------------------------------------------------- */

	#main {
		position: relative;
		width: auto;
		margin: 0 0 80px;
		padding: 0;
	}
	#main.one-column #content {
		padding: 0 15px 40px;
	}
	#main.two-column #content {
		width: 73.5%;
	}
	#main.two-column.left-set #content {
		padding: 2.5%;
		margin-right: 15px;
	}
	#main.two-column.right-set #content {
		padding: 2.5% 2.5% 2.5% 0;
		margin-left: 15px;
	}

	/* -- page-title -- */
	.site-content .entry-title,
	.site-content .item_page_title,
	.site-content .page-title {
		font-size: 28px;
		font-weight: normal;
		margin: 60px 15px 0;
		padding-bottom: 30px;
	}
	.site-content .entry-title,
	.site-content .page-title {
		border-bottom: 1px solid #e9e9e9;
	}
	/* =category.php + arhive.php
	-------------------------------------------------------------- */
	div.site-title img {
		width: auto;
		height: 36px;
	}
	.category #primary .page-header .taxonomy-img {
		max-height: 400px;
		height: auto;
	}
	.cat-il.type-grid {
		padding: 0 15px 0 0;
	}

	/* -- .post-li -- */
	.post-li {
		padding: 0;
	}

	/* =404.php
	-------------------------------------------------------------- */
	
	.error-404 input[type="text"] {
		width: 40%;
	}

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

	/* =main
	-------------------------------------------------------------- */

	#main .content-wrapper {
		width: 1140px;
		margin: 0 auto;
	}
	#main.one-column #content {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#main.two-column #content {
		width: 870px;
	}
	#main.two-column.right-set #content,
	#main.two-column.left-set #content {
		margin: 0;
		padding: 30px
	}

	/* -- page-title -- */
	.site-content .entry-title,
	.site-content .item_page_title,
	.site-content .page-title {
		width: 1140px;
		margin: 60px auto 0;
	}


	/* =secondary
	-------------------------------------------------------------- */

	/* - .widget_welcart_calendar - */
	.columnright .widget_welcart_calendar table {
		width: 100%;
		float: none;
		margin: 20px 0 10px;
	}


	/* -- secondary -- */
	#secondary .columnright .widget_basic_item_list .opt-tag {
		position: static;
	}
	#secondary .columnright .widget_basic_item_list .opt-tag li {
		width: 100%;
	}



	/* =category.php + arhive.php
	-------------------------------------------------------------- */
	body.category #primary .page-header .taxonomy-description {
		width: 1140px;
		margin: 0 auto;
	}
	body.category #content header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		margin: 0;
	}
	body.category #primary .page-header .inner {
		padding: 0;
	}
	/*-- no-image - */
	.cat-il.type-grid {
		padding: 0;
	}

}

/* -- .sort_navigation -- */

.item_sort_navigation {
	font-size: 12px;
	margin-bottom: 20px;
	letter-spacing: .5px;
}
.item_sort_navigation li {
	margin: 0 15px 10px 0;
	padding-right: 15px;
	border-right: 1px solid #aaa;
	float: left;
	line-height: 120%;
}
.item_sort_navigation li:last-child {
	margin-right: 0;
	border: none;
}



/* サイドバー検索 */
.sidebar-cat,
.sidebar-s {
	width:100%;
	max-width:229px;
}
.sidebar-submit {
	display:inline-block;
	width:100%;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}

/* taxonomy-description */
.taxonomy-description {
	display: none;
}