/*
Theme Name:			Welcart Panetteria
Theme URI:			https://www.welcart.com/
Author:				Collne.Inc
Author URI:			https://www.collne.com/
Description:		Welcart Panetteria is the Welcart Parent Theme.
Version:			1.2.4
License:			GNU General Public License v2 or later
License URI:		https://www.gnu.org/licenses/gpl-2.0.html
Tags:				responsive-layout, panetteria, one-columns, left-sidebar or right-sidebar
Requires at least:	5.6
Requires PHP:		7.0 - 7.4
*/

/* -- load-spinner -- */
.loadingAnim {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.loadingAnim:before, .loadingAnim:after {
	line-height: 1;
	position: fixed;
	z-index: 99;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	margin-right: auto;
	margin-left: auto;
	content: ' ';
	transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition-delay: .3s;
	background-color: #aaa;
}
.loadingAnim:before {
	top: 0;
}
.loadingAnim:after {
	bottom: 0;
}
.loaded .loadingAnim:before {
	height: 0;
	-webkit-transform: translateY(-1%);
	-ms-transform: translateY(-1%);
	transform: translateY(-1%);
}
.loaded .loadingAnim:after {
	height: 0;
	-webkit-transform: translateY(1%);
	-ms-transform: translateY(1%);
	transform: translateY(1%);
}
.loadingAnim_line {
	line-height: 1;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	width: 150px;
	height: 48px;
	margin: auto;
	transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition-delay: .6s;
	text-align: center;
}
.loadingAnim_line:after {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	margin: auto auto auto 0;
	content: ' ';
	-webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
	animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
	background-color: #aaa;
	will-change: transform, width;
}
.loadingAnim_line:before {
	font-size: 40px;
	display: inline-block;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #fff;
	will-change: opacity;
	content: "\f110";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1.2;
	vertical-align: -.0667em;
}
.loaded .loadingAnim_line {
	overflow: hidden;
	height: 0;
}
.loaded .loadingAnim_line:after, .loaded .loadingAnim_line:before {
	-webkit-animation: none;
	animation: none;
}
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	letter-spacing: normal;
}
html {
	overflow: auto;
	height: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #d6d6d6;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-name: fade-in;
	-moz-animation-name: fade-in;
	-webkit-animation-name: fade-in;
}
a {
	color: #444;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
a:hover,
input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	color: #555;
	text-decoration: none;
}
/* form */
/* -- reset input default style on iOS -- */
button,
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	font-size: 114.285%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
button,
input[type="submit"],
input[type="button"] {
	padding: 1em;
	line-height: 1.3;
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	background-color: #ccc;
}
input[type="password"],
input[type="text"],
input[type="reset"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	min-height: 2.4em;
	padding: 0 0.714em;
	line-height: 1.3;
	max-width: 100%;
}
input[type="radio"] {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	content: "";
	background-color: #fff;
	border: 1px solid #999999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 4px 0 0;
	outline: none;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	content: "";
	width: 10px;
	height: 10px;
	background: #aaa;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
input[type="checkbox"] {
	border: 1px solid #bbb;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	outline: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	min-width: 5em;
	background: #fff url(assets/images/angle-right-solid.svg) center right 0px no-repeat;
	padding: calc(0.357em - 1px) 2.86em calc(0.357em - 1px) 0.714em;
	min-height: 2.4em;
	border: solid 1px #e7e7e7;
	font-size: 100%;
	line-height: 1.3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0.714em;
	border: 0;
	outline: none;
	background: transparent;
	height: 5em;
	width: 100%;
	font-size: 100%;
	background-color: #fff;
}
option {
	background-color: #fff;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
	outline: none;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #aaa;
	border: 1px solid #aaa !important;
}
textarea {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.widget-area button,
.widget-area input[type="submit"],
.widget-area input[type="button"],
.widget-area input[type="password"],
.widget-area input[type="text"],
.widget-area input[type="reset"],
.widget-area input[type="email"],
.widget-area input[type="url"],
.widget-area input[type="tel"],
.widget-area input[type="number"],
.widget-area input[type="date"] {
	font-size: 100%;
	padding: 0.714em;
}
body.customize-partial-edit-shortcuts-shown .widget-area .customize-partial-edit-shortcut button {
	padding: 0;
}
.customize-partial-edit-shortcut-header_image,
.customize-partial-edit-shortcut-Panetteria_type_options-mp4_video,
.customize-partial-edit-shortcut-Panetteria_type_options-youtube_key,
.itemimg .customize-partial-edit-shortcut-Panetteria_type_options-display_soldout {
	left: 3rem;
	top: 9rem;
}
.customize-partial-edit-shortcut-Panetteria_type_options-svg_decoration {
	right: 2rem;
	top: 0rem;
}
.floating_widget_slide .slick-track .customize-partial-edit-shortcut {
	margin-left: 2rem;
}
.customize-partial-edit-shortcut-Panetteria_type_options-floating_widget {
	top: -1rem;
	margin-left: 4vw;
}

/* -- common -- */
/* animation
-------------------------------------------------------------- */
@-webkit-keyframes slider-img {
	0% {
		-webkit-transform: translateY(2%);
	}
	30% {
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@keyframes slider-img {
	0% {
		-webkit-transform: translateY(2%);
	}
	30% {
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-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);
	}
}
@-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);
	}
}
@-webkit-keyframes menu-bar03 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@-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);
	}
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes grow {
	0% {
		-webkit-transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.3)
	}
	}
	@keyframes grow {
	0% {
		transform:scale(1)
	}
	50% {
		transform:scale(1.3)
	}
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* -- width -- */
.inner {
	padding: 0 4%;
}
/* ------------------------------------------------ drawer menu */
.contents-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 0;
	background: #e7e7e7;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: scroll;
}
/* checkbox */
.check {
	display: none;
}
/* menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 14px;
	right: 14px;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 6;
}
.nofixed .menu-btn {
	position: absolute;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 1px;
	background: #222;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	color: #222;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
	white-space: nowrap;
}
.fixed .menu-btn__text {
	opacity: 0;
	bottom: 0px;
}
.menu-btn:hover .bar {
	background: #999;
}
.menu-btn:hover .menu-btn__text {
	color: #999;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(assets/images/cross.svg),auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 5;
}
.check:checked ~ .contents-wrap {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 2px;
	left: 1px;
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 29px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 1px;
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 4;
}
/* =Base
-------------------------------------------------------------- */
/* -- font -- */
body,
input,
select,
textarea,
.widget_title,
.home-widget h2,
.front-il h2,
.info-area h2,
.category-area .inner {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	color: #323232;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	word-break : break-all;
	background-color: #dedede;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
em {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
/* -- table -- */
caption {
	font-weight: bold;
	margin-bottom: 0.429em;
}
/* =body
-------------------------------------------------------------- */
#site-block {
	overflow: hidden;
}
#pages-block {
}
.contents-wrap {
	padding-top: 64px;
	-webkit-transition: 0.2s -webkit-transform ease-in-out 0s;
	transition: 0.2s all ease-in-out 0s;
}
.fixed .contents-wrap {
	padding-top: 48px;
}
.nofixed .contents-wrap,
.nofixed .fixed .contents-wrap {
	padding-top: 0;
}
.menu-on .contents-wrap {
	padding-top: 64px;
	-webkit-transform: translate3d(-90vw, 0, 0);
	transform: translate3d(-90vw, 0, 0);
}

/* =header
-------------------------------------------------------------- */
/* -- .headblock -- */
.site-header {
	width: 100%;
	position: relative;
	z-index: 3;
}
.global-block {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-transition: 0.2s -webkit-transform ease-in-out 0s;
	transition: 0.2s all ease-in-out 0s;
}
.fixed .global-block {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0.714em 0.714em rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0.714em 0.714em rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0.714em 0.714em rgba(0,0,0,0.05);
}
.nofixed .global-block,
.nofixed .fixed .global-block {
	position: relative;
	background-color: #fff;
}
.global-block .inner {
	min-height: 64px;
	position: relative;
	-webkit-transition: 0.1s -webkit-transform ease-in-out 0s;
	transition: 0.1s all ease-in-out 0s;
}
.fixed .global-block .inner {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	min-height: 48px;
}
/* -- .site-description -- */
.site-description {
	color: #fff;
	background-color: rgba(68,68,68,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	text-align: center;
	padding: 0.571em 4%;
	-webkit-transition: 0.3s -webkit-transform ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.nofixed .site-description {
	position: absolute;
	top: 64px;
}
.nofixed .fixed .site-description {
	top: 48px;
}
.site-description h2,
.site-description p {
	line-height: 1.3;
	font-size: 85.714%;
}

.site-description .description-insider {
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* -- .incart-btn -- */
.incart-btn {
	display: inline-block;
	font-size: 128.571%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: -0.5em;
}
.incart-btn i {
	font-size: 142.857%;
	display: inline-block;
	vertical-align: middle;
}
.incart-btn a {
	text-decoration: none;
	color: #222;
}
.total-quant {
	font-size: 10px;
	color: #fff;
	background-color: #aaa;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	min-width: 1.714em;
	min-height: 1.714em;
	display: inline-block;
	text-align: center;
	line-height: 1.714em;
	vertical-align: middle;
	white-space: nowrap;
}
/* -- .menu-bar -- */
.menu-bar {
	position: fixed;
	top: 0;
	right: 14px;
	z-index: 3;
	margin: 24px 0 0;
	-webkit-transition: 0.1s -webkit-transform ease-in-out 0s;
	transition: 0.1s all ease-in-out 0s;
}
.fixed .menu-bar {
	margin: 14px 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu-on .menu-bar {
	z-index: 3;
}
.widgetcart-on .menu-bar {
	z-index: 2;
}
.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: 2px;
	background-color: #222;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
.menu-on .menu-trigger span:nth-of-type(1) {
	top: -12px;
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-on .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	-webkit-animation: menu-bar03 .75s forwards;
	animation: menu-bar03 .75s forwards;
}
.menu-on .menu-trigger span:nth-of-type(3) {
	bottom: -10px;
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
/* -- #mobile-menu -- */
.menu-on .gray-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 3;
}
#mobile-menu {
	height: 100vh;
}
#mobile-menu .insider {
	padding: 1.428em;
}
.menu-on {
	height: 100%;
}
.menu-on #mobile-menu {
	right: 0;
	opacity: 1;
}
/* -- .search-box -- */
.search-box {
	float: none;
	padding: 1.428em 0;
	border-bottom: dotted 1px #222;
}
.search-box div.s-box {
	float: none;
	border: none;
}
.search-box i {
	display: none;
}
.search-box form {
	display: block;
}
/* -- .site-title -- */
.site-title {
	margin: 0;
	font-weight: normal;
	color: #444;
	position: absolute;
	display: flex;
	top: 50%;
	left: 4%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.site-title span {
	display: inline-block;
	font-size: 180%;
	line-height: 1.1;
	display: inline-flex;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fixed .site-title span {
	font-size: 160%;
}
.site-title a {
	text-decoration: none;
	color: #444;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 1px 5px #666;
	vertical-align: -webkit-baseline-middle;
	display: inline-flex;
}
.site-title img {
	max-width: inherit;
	width: auto;
	max-height: 40px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fixed .site-title img {
	max-height: 32px;
}
/* -- .membership -- */
.snav {
	position: relative;
}
.snav .membership {
	border-bottom: dotted 1px #222;
	padding: 3em 0 1.428em;
}
.snav .sns-wrapper + .membership {
	padding: 1.428em 0;
}
.snav .membership i {
	display: none;
}
.snav .membership ul {
	position: relative;
	padding: 0;
	border: none;
	background-color: transparent;
}
.snav .membership li:first-child {
	font-weight: bold;
}
.snav .membership li {
	margin: 0 0 0.714em;
	border-bottom: none;
}
.snav .membership li:last-child {
	margin-bottom: 0;
}
.snav .membership li a {
	text-align: center;
	line-height: 1.3;
	display: block;
	padding: 1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #777;
	color: #fff;
	font-size: 114.285%;
}
.snav .membership li a.usces_login_a {
	background-color: #aaa;
}
/* -- .sns -- */
.sns-wrapper {
	border-bottom: dotted 1px #222;
	padding-bottom: 1.428em;
}
.sns {
	padding: 0;
	text-align: left;
	letter-spacing: -0.5em;
	margin-left: 4.2em;
	display: flex;
	align-items: center;
}
.sns li {
	display: inline-block;
	margin: 0 0.8em 0 0;
}
.sns li a {
	display: block;
}
.sns li a i,
.f_sns li a i {
	font-style: normal;
	display: block;
	line-height: 1;
}
.lsf-icon:before {
	content: '';
	display: block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	width: 24px;
	height: 24px;
	background-color: #fff;
}
.facebook .lsf-icon:before {
	-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M2.89%202h14.23c.49%200%20.88.39.88.88v14.24c0%20.48-.39.88-.88.88h-4.08v-6.2h2.08l.31-2.41h-2.39V7.85c0-.7.2-1.18%201.2-1.18h1.28V4.51c-.22-.03-.98-.09-1.86-.09-1.85%200-3.11%201.12-3.11%203.19v1.78H8.46v2.41h2.09V18H2.89c-.49%200-.89-.4-.89-.88V2.88c0-.49.4-.88.89-.88z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M2.89%202h14.23c.49%200%20.88.39.88.88v14.24c0%20.48-.39.88-.88.88h-4.08v-6.2h2.08l.31-2.41h-2.39V7.85c0-.7.2-1.18%201.2-1.18h1.28V4.51c-.22-.03-.98-.09-1.86-.09-1.85%200-3.11%201.12-3.11%203.19v1.78H8.46v2.41h2.09V18H2.89c-.49%200-.89-.4-.89-.88V2.88c0-.49.4-.88.89-.88z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.twitter .lsf-icon:before {
	-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M18.94%204.46c-.49.73-1.11%201.38-1.83%201.9.01.15.01.31.01.47%200%204.85-3.69%2010.44-10.43%2010.44-2.07%200-4-.61-5.63-1.65.29.03.58.05.88.05%201.72%200%203.3-.59%204.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33%200%20.66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27%201.06.44%201.66.46-.98-.66-1.63-1.78-1.63-3.06%200-.67.18-1.3.5-1.84%201.81%202.22%204.51%203.68%207.56%203.83-.06-.27-.1-.55-.1-.84%200-2.02%201.65-3.66%203.67-3.66%201.06%200%202.01.44%202.68%201.16.83-.17%201.62-.47%202.33-.89-.28.85-.86%201.57-1.62%202.02.75-.08%201.45-.28%202.11-.57z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M18.94%204.46c-.49.73-1.11%201.38-1.83%201.9.01.15.01.31.01.47%200%204.85-3.69%2010.44-10.43%2010.44-2.07%200-4-.61-5.63-1.65.29.03.58.05.88.05%201.72%200%203.3-.59%204.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33%200%20.66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27%201.06.44%201.66.46-.98-.66-1.63-1.78-1.63-3.06%200-.67.18-1.3.5-1.84%201.81%202.22%204.51%203.68%207.56%203.83-.06-.27-.1-.55-.1-.84%200-2.02%201.65-3.66%203.67-3.66%201.06%200%202.01.44%202.68%201.16.83-.17%201.62-.47%202.33-.89-.28.85-.86%201.57-1.62%202.02.75-.08%201.45-.28%202.11-.57z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.instagram .lsf-icon:before {
	-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M12.7%2010c0-1.5-1.2-2.7-2.7-2.7S7.3%208.5%207.3%2010s1.2%202.7%202.7%202.7c1.5%200%202.7-1.2%202.7-2.7zm1.4%200c0%202.3-1.8%204.1-4.1%204.1S5.9%2012.3%205.9%2010%207.7%205.9%2010%205.9s4.1%201.8%204.1%204.1zm1.1-4.3c0%20.6-.4%201-1%201s-1-.4-1-1%20.4-1%201-1%201%20.5%201%201zM10%203.4c-1.2%200-3.7-.1-4.7.3-.7.3-1.3.9-1.5%201.6-.4%201-.3%203.5-.3%204.7s-.1%203.7.3%204.7c.2.7.8%201.3%201.5%201.5%201%20.4%203.6.3%204.7.3s3.7.1%204.7-.3c.7-.3%201.2-.8%201.5-1.5.4-1.1.3-3.6.3-4.7s.1-3.7-.3-4.7c-.2-.7-.8-1.3-1.5-1.5-1-.5-3.5-.4-4.7-.4zm8%206.6v3.3c0%201.2-.4%202.4-1.3%203.4-.9.9-2.1%201.3-3.4%201.3H6.7c-1.2%200-2.4-.4-3.4-1.3-.8-.9-1.3-2.1-1.3-3.4V10%206.7c0-1.3.5-2.5%201.3-3.4C4.3%202.5%205.5%202%206.7%202h6.6c1.2%200%202.4.4%203.4%201.3.8.9%201.3%202.1%201.3%203.4V10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M12.7%2010c0-1.5-1.2-2.7-2.7-2.7S7.3%208.5%207.3%2010s1.2%202.7%202.7%202.7c1.5%200%202.7-1.2%202.7-2.7zm1.4%200c0%202.3-1.8%204.1-4.1%204.1S5.9%2012.3%205.9%2010%207.7%205.9%2010%205.9s4.1%201.8%204.1%204.1zm1.1-4.3c0%20.6-.4%201-1%201s-1-.4-1-1%20.4-1%201-1%201%20.5%201%201zM10%203.4c-1.2%200-3.7-.1-4.7.3-.7.3-1.3.9-1.5%201.6-.4%201-.3%203.5-.3%204.7s-.1%203.7.3%204.7c.2.7.8%201.3%201.5%201.5%201%20.4%203.6.3%204.7.3s3.7.1%204.7-.3c.7-.3%201.2-.8%201.5-1.5.4-1.1.3-3.6.3-4.7s.1-3.7-.3-4.7c-.2-.7-.8-1.3-1.5-1.5-1-.5-3.5-.4-4.7-.4zm8%206.6v3.3c0%201.2-.4%202.4-1.3%203.4-.9.9-2.1%201.3-3.4%201.3H6.7c-1.2%200-2.4-.4-3.4-1.3-.8-.9-1.3-2.1-1.3-3.4V10%206.7c0-1.3.5-2.5%201.3-3.4C4.3%202.5%205.5%202%206.7%202h6.6c1.2%200%202.4.4%203.4%201.3.8.9%201.3%202.1%201.3%203.4V10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.youtube .lsf-icon:before {
	-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M17.7%205.3c-.2-.7-.7-1.2-1.4-1.4-2.1-.2-4.2-.4-6.3-.3-2.1%200-4.2.1-6.3.3-.6.2-1.2.8-1.4%201.4C2.1%206.9%202%208.4%202%2010s.1%203.1.3%204.7c.2.7.7%201.2%201.4%201.4%202.1.2%204.2.4%206.3.3%202.1%200%204.2-.1%206.3-.3.7-.2%201.2-.7%201.4-1.4.2-1.5.3-3.1.3-4.7s-.1-3.1-.3-4.7zM8%2013V7l5.2%203L8%2013z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M17.7%205.3c-.2-.7-.7-1.2-1.4-1.4-2.1-.2-4.2-.4-6.3-.3-2.1%200-4.2.1-6.3.3-.6.2-1.2.8-1.4%201.4C2.1%206.9%202%208.4%202%2010s.1%203.1.3%204.7c.2.7.7%201.2%201.4%201.4%202.1.2%204.2.4%206.3.3%202.1%200%204.2-.1%206.3-.3.7-.2%201.2-.7%201.4-1.4.2-1.5.3-3.1.3-4.7s-.1-3.1-.3-4.7zM8%2013V7l5.2%203L8%2013z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.line .lsf-icon:before {
	-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20315%20300%22%20style%3D%22enable-background%3Anew%200%200%20315%20300%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M280.3%2C206.4L280.3%2C206.4c-32.9%2C38-106.6%2C84.3-123.3%2C91.4c-16.8%2C7.1-14.3-4.5-13.6-8.5c0.4-2.4%2C2.2-13.5%2C2.2-13.5%20c0.5-4%2C1.1-10.3-0.5-14.2c-1.8-4.4-8.7-6.7-13.8-7.8C55.9%2C243.8%2C0%2C190.9%2C0%2C127.7C0%2C57.3%2C70.4%2C0%2C157%2C0c86.6%2C0%2C157%2C57.3%2C157%2C127.8%20C314%2C155.9%2C303.1%2C181.3%2C280.3%2C206.4z%20M230.2%2C121.9v-14.8h22.9c4.5%2C0%2C8.2-3.7%2C8.2-8.3c0-4.5-3.7-8.3-8.2-8.3H222%20c-4.5%2C0-8.2%2C3.7-8.2%2C8.3c0%2C0%2C0%2C0%2C0%2C0v31.2c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0v31.2c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3h31.2c4.5%2C0%2C8.2-3.7%2C8.2-8.3%20c0-4.5-3.7-8.3-8.2-8.3h-22.9v-14.8h22.9c4.5%2C0%2C8.2-3.7%2C8.2-8.3c0-4.6-3.7-8.3-8.2-8.3H230.2z%20M202.8%2C98.8c0-4.5-3.7-8.3-8.2-8.3%20c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v38.7l-31.9-43.7c-1.5-2.1-4-3.3-6.6-3.3c-0.9%2C0-1.8%2C0.1-2.6%2C0.4c-3.4%2C1.1-5.6%2C4.3-5.6%2C7.8v62.6%20c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3c4.5%2C0%2C8.2-3.7%2C8.2-8.3v-38.7l31.9%2C43.6c1.5%2C2.1%2C4%2C3.3%2C6.6%2C3.3c0.9%2C0%2C1.8-0.1%2C2.6-0.4%20c3.4-1.1%2C5.6-4.3%2C5.6-7.8V98.8z%20M127.7%2C98.8c0-4.5-3.7-8.3-8.2-8.3c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v62.6c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3%20c4.5%2C0%2C8.2-3.7%2C8.2-8.3V98.8z%20M103.7%2C161.4c0-4.5-3.7-8.3-8.2-8.3H72.6V98.8c0-4.5-3.7-8.3-8.2-8.3c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v62.6%20c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3h31.2C100%2C169.7%2C103.7%2C166%2C103.7%2C161.4z%22%2F%3E%3C%2Fsvg%3E');
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20315%20300%22%20style%3D%22enable-background%3Anew%200%200%20315%20300%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M280.3%2C206.4L280.3%2C206.4c-32.9%2C38-106.6%2C84.3-123.3%2C91.4c-16.8%2C7.1-14.3-4.5-13.6-8.5c0.4-2.4%2C2.2-13.5%2C2.2-13.5%20c0.5-4%2C1.1-10.3-0.5-14.2c-1.8-4.4-8.7-6.7-13.8-7.8C55.9%2C243.8%2C0%2C190.9%2C0%2C127.7C0%2C57.3%2C70.4%2C0%2C157%2C0c86.6%2C0%2C157%2C57.3%2C157%2C127.8%20C314%2C155.9%2C303.1%2C181.3%2C280.3%2C206.4z%20M230.2%2C121.9v-14.8h22.9c4.5%2C0%2C8.2-3.7%2C8.2-8.3c0-4.5-3.7-8.3-8.2-8.3H222%20c-4.5%2C0-8.2%2C3.7-8.2%2C8.3c0%2C0%2C0%2C0%2C0%2C0v31.2c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0v31.2c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3h31.2c4.5%2C0%2C8.2-3.7%2C8.2-8.3%20c0-4.5-3.7-8.3-8.2-8.3h-22.9v-14.8h22.9c4.5%2C0%2C8.2-3.7%2C8.2-8.3c0-4.6-3.7-8.3-8.2-8.3H230.2z%20M202.8%2C98.8c0-4.5-3.7-8.3-8.2-8.3%20c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v38.7l-31.9-43.7c-1.5-2.1-4-3.3-6.6-3.3c-0.9%2C0-1.8%2C0.1-2.6%2C0.4c-3.4%2C1.1-5.6%2C4.3-5.6%2C7.8v62.6%20c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3c4.5%2C0%2C8.2-3.7%2C8.2-8.3v-38.7l31.9%2C43.6c1.5%2C2.1%2C4%2C3.3%2C6.6%2C3.3c0.9%2C0%2C1.8-0.1%2C2.6-0.4%20c3.4-1.1%2C5.6-4.3%2C5.6-7.8V98.8z%20M127.7%2C98.8c0-4.5-3.7-8.3-8.2-8.3c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v62.6c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3%20c4.5%2C0%2C8.2-3.7%2C8.2-8.3V98.8z%20M103.7%2C161.4c0-4.5-3.7-8.3-8.2-8.3H72.6V98.8c0-4.5-3.7-8.3-8.2-8.3c-4.5%2C0-8.2%2C3.7-8.2%2C8.3v62.6%20c0%2C4.6%2C3.7%2C8.3%2C8.2%2C8.3h31.2C100%2C169.7%2C103.7%2C166%2C103.7%2C161.4z%22%2F%3E%3C%2Fsvg%3E');
}
.f_sns {
	text-align: center;
	letter-spacing: -0.5em!important;
	margin: 1.428em 0 0;
}
.f_sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.714em;
}
.f_sns li a {
	display: block;
	color: #fff;
}
/* -- #site-navigation -- */
#site-navigation {
	padding: 1.428em 0;
}
#site-navigation ul {
	padding: 0;
}
header div.nav-menu-open,
header div.header-nav-container {
	display: block;
}
#site-navigation li a {
	display: block;
	position: relative;
	line-height: 1.3;
	padding: 0.714em 1.428em 0.714em 0.714em;
	border-bottom: dotted 1px #222;
	color: #222;
}
#site-navigation ul ul {
	margin-top: 0;
}
#site-navigation li a:after {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#site-navigation .current_page_item a {
	background-color: rgba(0,0,0,0.15);
	color: #fff;
}
/* =main youtube
-------------------------------------------------------------- */
#main_youtube {
	display: grid;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#main_video {
	height: 100%;
	position: relative;
}
#main_video video {
	display: block;
}
.black_screen:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	z-index: 1;
}
#main_youtube #youtube_movie {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =main
-------------------------------------------------------------- */
#main {
	margin: 0;
	position: relative;
	z-index: 1;
}
.home #masthead + #main {
	margin-top: 0px;
	padding-top: 72px;
}
.home .site-content,
.blog .site-content,
.blog .storycontent {
	margin-top: 0;
	padding-top: 0;
}
.entry-thumb {
	margin-bottom: 1.714em;
}
.entry-meta {
	margin: 0;
}
.entry-content {
	padding: 0;
	margin-bottom: 2.836em;
}
.page_post .entry-content {
	margin-bottom: 0em;
	line-height: 1.8;
}
.comments-area {
	padding: 0;
}
/* -- .cat-slider -- */
.category-area {
	background-color: rgba(34,34,34,0.65);
}
.cat-slider {
	position: relative;
	width: 100%;
}
.cat-slider .slick-list {
	width: 82%;
	margin: 0 auto;
}
.cat-slider .slick-slide {
	opacity: 0;
	-webkit-transition: 0.4s -webkit-transform ease-in-out 0s;
	transition: 0.4s all ease-in-out 0s;
}
.cat-slider .slick-slide.slick-active {
	opacity: 1;
}
.cat-slider .slick-arrow {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cat-slider .slick-prev {
	left: 4%;
}
.cat-slider .slick-next {
	right: calc(4% - 12.5px);
}
.cat-slider .slick-prev:before,
.cat-slider .slick-next:before {
	color: #fff;
}
.cat-slider .block {
	min-height: 100%;
	position: relative;
	height: 100%;
}
.cat-slider .img {
	position: relative;
	margin: 0 0 1.428em;
}
.cat-slider .cat-desc-wrap {
	margin: 0 0 1.428em 0;
}
.cat-slider .cat-name {
	overflow: hidden;
	font-size: 142.857%;
	margin: 0 0 0.714em 0;
	color: #fff;
}
.cat-slider .cat-name span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em 0 0;
	padding: 0 1em 0 0;
	text-align: left;
}
.cat-slider .cat-name span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100vw;
	height: 1px;
	background-color: #fff;
}
.cat-slider .cat-name span::after {
	left: 100%;
}
.cat-slider .cat-description {
	font-size: 100%;
	color: #fff;
	line-height: 1.8;
}
.cat-slider .cat-description a {
	text-decoration: underline;
	color: #fff;
}
.cat-slider .list-button {
	text-align: center;
	width: 100%;
}
.cat-slider .list-button a {
	display: inline-block;
	background-color: #444;
	padding: 0.429em 0.857em;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.cat-slider .list-button a:after {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 0.8em;
}
.category-area .slick-slider {
	padding: 2.13em 0;
	margin-bottom: 0;
}
/* -- .info-area -- */
.info-area {
	background-color: #e1e1e1;
	background-image: -moz-linear-gradient(top, #f3f3f3, #e1e1e1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e1e1e1), color-stop(1, #e1e1e1));
	position: relative;
	overflow: hidden;
}
.info-area .inside {
	padding: 4.284em 4%;
	position: relative;
	z-index: 1;
}
.info-area .backdrop {
	position: absolute;
	right: -20%;
	bottom: 0;
	width: 56%;
	z-index: 0;
}
.info-area h2 {
	font-size: 128.6%;
	line-height: 1.3;
	color: #222;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1.428em;
}
.info-area h2 span {
	border-bottom: solid 1px #222;
	padding-bottom: 0.571em;
	display: inline-block;
}
.info-area .iawrap {
	margin: 0;
}
.info-area h2 + .iawrap {
	letter-spacing: -0.5em !important;
	margin: 0 0 3em;
}
.info-area .iawrap article {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	border-bottom: 1px dotted #ccc;
}
.info-area .info-area-wrap-narrow article {
	width: 85%;
}
.info-area .iawrap article:last-child {
	margin-bottom: 0;
}
.info-area .iawrap article a {
	display: block;
	letter-spacing: -0.5em !important;
	color: #222;
}
.home .info-area .iawrap article .thumb-img {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 4%;
	margin-bottom: 0em !important;
}
.info-area .iawrap article .text-area {
	display: inline-block;
	vertical-align: top;
	width: 72%;
}
.info-area .iawrap article .text-area time {
	display: block;
	margin-bottom: 0.25em;
	font-size: 92.857%;
}
.info-area .iawrap article .text-area .post-title {
	margin: 0;
	font-size: 107.142%;
	line-height: 1.3;
}
.info-area .info-area-wrap-narrow article:nth-last-child(2) .text-area .post-title,
.info-area .info-area-wrap-narrow article:last-child .text-area .post-title {
	margin-right: 40%;
}
.info-area .info-nav {
	text-align: center;
}
.info-area .info-nav a {
	display: inline-block;
	background-color: #444;
	padding: 0.429em 0.857em;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.info-area .info-nav a:after {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 0.8em;
}
/* -- Home Public Relations Area -- */
#content .page_post {
	overflow: hidden;
}
#content .page_post h2 {
	font-weight: 600;
	padding: 0 2rem 0.714em 0;
	margin-bottom: 0.714em;
	font-size: 128.571%;
}
#content .page_post .text_area:before {
	content: "\f138";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
#content .image_area {
	position: relative;
	margin: 0;
}
#content .text_area {
	margin: 2.143em 4%;
	text-align: left;
	position: relative;
}
.page_post a {
	display: block;
	color: inherit;
}
.mejs-container, .mejs-container .mejs-controls,
.mejs-embed, .mejs-embed body {
	background: #444 !important;
}
/* = Widget Common
-------------------------------------------------------------- */
.home-widget {
	padding: 2.856em 4vw;
}
.home-widget .widget {
	max-width: 1170px;
	width: 100%;
	position: relative;
	margin: 0 auto 1.428em;
	display: block;
}
.home-widget .widget:last-child {
	margin-bottom: 0;
}
/* -- Reset widget -- */
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul,
.widget_welcart_featured ul,
.widget_welcart_bestseller ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0;
}
.widget {
	margin-bottom: 2.284em;
	width: 94.787%;
}
.widget_title span > img {
	margin-right: .357em;
	vertical-align: -0.2em;
	height: 1.143em !important;
	width: auto;
	display: inline-block !important;
}
.widget a {
	text-decoration: none !important;
}
.tagcloud a:after {
	content: '/';
}
.tagcloud a:last-child:after {
	content: '';
}

/* New Widget Block */
#secondary .widget_block ul {
    list-style: disc;
	padding-left: 1.2rem;
}
#secondary .widget_block .wp-block-quote {
	display: flex;
	flex-wrap: wrap;
}
#secondary .widget_block .wp-block-quote:before {
	content: '';
	display: block;
	background-color: #333;
	width: 3px;
	margin-right: 0.5em;
}
#secondary .widget_block .wp-block-pullquote {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

/* .ucart_featured_body */
ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
	padding: 0 !important;
	text-align: left !important;
}
ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
	width: 23% !important;
	margin: 0 3% 0 0 !important;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
ul.ucart_featured_body .thumimg a,
.widget_ucart_featured .thumimg a,
.sidebar .widget_ucart_featured .thumimg a,
#sidebar .widget_ucart_featured .thumimg a {
	display: block;
	position: relative;
}
ul.ucart_featured_body .thumimg a:before,
.widget_ucart_featured .thumimg a:before,
.sidebar .widget_ucart_featured .thumimg a:before,
#sidebar .widget_ucart_featured .thumimg a:before,
.widget_welcart_bestseller .itemimg a:before {
	content: '';
	display: block;
	padding-top: 100%;
}
ul.ucart_featured_body .thumimg img,
.widget_ucart_featured .thumimg img,
.sidebar .widget_ucart_featured .thumimg img,
#sidebar .widget_ucart_featured .thumimg img,
.widget_welcart_bestseller .itemimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}
ul.ucart_featured_body li,
.widget_ucart_featured li,
.sidebar .widget_ucart_featured li,
#sidebar .widget_ucart_featured li {
	letter-spacing: -0.5em;
	padding-bottom: 0.571em;
	margin-bottom: 0.571em !important;
	border-bottom: dotted 1px #aaa !important;
}
ul.ucart_featured_body li:last-child,
.widget_ucart_featured li:last-child,
.sidebar .widget_ucart_featured li:last-child,
#sidebar .widget_ucart_featured li:last-child,
.widget_welcart_bestseller li:last-child {
	border-bottom: none !important;
}
ul.ucart_featured_body .thumtitle,
.widget_ucart_featured .thumtitle,
.sidebar .widget_ucart_featured .thumtitle,
#sidebar .widget_ucart_featured .thumtitle {
	width: 74%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.widget_welcart_bestseller .ucart_widget_body {
	counter-reset: count-number;
}
.widget_welcart_bestseller li {
	letter-spacing: -0.5em;
	padding-bottom: 0.571em;
	margin-bottom: 0.571em !important;
	border-bottom: dotted 1px #aaa !important;
	position: relative;
}
.widget_welcart_bestseller li::before {
	counter-increment: count-number;
	content: counters(count-number, ".") " ";
	background-color: #777;
	color: #fff;
	width: 2.4em;
	display: block;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	line-height: 2.4em;
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-indent: -0.357em;
	font-size: 114.3%;
}
.widget_welcart_bestseller li:nth-child(odd)::before {
	background-color: #aaa;
}
.widget_welcart_bestseller .itemimg {
	width: 25% !important;
	margin: 0 5% 0 15% !important;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.widget_welcart_bestseller .itemimg a {
	display: block;
	position: relative;
}
.widget_welcart_bestseller .title-block {
	width: 55%;
	display: inline-block;
	vertical-align: middle;
}
.widget_welcart_bestseller .itemsoldout {
	position: inherit;
	width: 100%;
	top: 0;
	left: 0;
	background-color: inherit;
	font-weight: 600;
	/*color: #ff8800;*/
}
.widget_panetteria_item_list .item-list {
	display: flex;
	margin-right: -10%;
	flex-wrap: wrap;
}
.widget_panetteria_item_list article {
    text-align: center;
    padding: 0;
    border: none;
    width: 40%;
    margin: 0 10% 2.124em 0;
}
.widget_panetteria_item_list article:last-child {
	border-bottom: none;
}
.widget_panetteria_item_list article a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #444;
}
.widget_panetteria_item_list article .itemimg {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0.714em;
    z-index: 0;
    margin-right: 0;
}
.widget_panetteria_item_list article .itemimg:before,
.widget_panetteria_item_list article .itemsoldout:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.widget_panetteria_item_list article img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.widget_panetteria_item_list article .itemsoldout {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.widget_panetteria_item_list article .itemsoldout .inner {
	max-width: 80%;
	width: 80%;
	padding: 0 !important;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.widget_panetteria_item_list article .itemsoldout .text {
	display: block;
}
.widget_panetteria_item_list article .opt-tag {
    position: relative;
    top: inherit;
    width: 100%;
    left: inherit;
}
.widget_panetteria_item_list article .item-info-wrap {
    display: block;
    width: 100%;
    margin: 0;
}
.widget_panetteria_item_list article .item-info-wrap .inner {
	padding: 0;
}
.widget_panetteria_item_list article .itemname {
	font-size: 92.9%;
	line-height: 1.3;
}
.wp-block-table table th,
.wp-block-table table td {
	border: 1px solid #dfdfdf;
	padding: 4px 8px;
}
.wp-block-table table + figcaption {
	text-align: center;
}
.wp-block-search .wp-block-search__input {
	width: 80%;
}
.wp-block-search .wp-block-search__button {
	width: 20%;
}
/* = Welcart widget-style
-------------------------------------------------------------- */
/* - .widget_welcart_category - */
.widget_welcart_category li {
	padding-bottom: 0;
	line-height: 1.3;
	border-bottom: dotted 1px #bbb;
	padding-bottom: 0.714em;
	margin-bottom: 0.714em;
}
.widget_welcart_category li a,
.widget_welcart_category li li a {
	display: inline-block;
}
.widget_welcart_category li a:before,
.widget_welcart_category li li a:before {
	content: "\f105";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 0.8em;
}
.widget_welcart_category li li {
	border-bottom: none;
	margin-bottom: 0em;
	padding: 0.357em 0;
	margin-left: 1em;
}
.widget_welcart_category li:last-child {
	border-bottom: none;
}
.widget_welcart_category li li:last-child {
	padding-bottom: 0em;
	margin-bottom: 0em;
}
.widget_welcart_category li .children {
	margin-top: 0.4em;
}
/* - .widget_welcart_bestseller + .widget_welcart_featured - */
.widget_welcart_featured .thumtitle a,
.widget_welcart_bestseller .itemname a {
	font-weight: normal !important;
	line-height: 1.3;
	display: inline-block;
}
/* - .widget_calendar - */
.widget_calendar th,
.widget_calendar td,
.widget_welcart_calendar th,
.widget_welcart_calendar td,
.welcart_blog_calendar th,
.welcart_blog_calendar td {
	line-height: 2.8em;
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: inherit;
}
.widget_welcart_calendar li {
	text-align: center;
}
.usces_calendar {
	font-size: 100%;
	margin: 0 auto 1em;
}
.usces_calendar caption {
	text-align: center;
	font-weight: normal;
}
.usces_calendar th, .usces_calendar td {
	text-align: center;
	font-weight: normal;
}
.usces_calendar .businesstoday {
	position: relative;
	z-index: 2;
	color: #fff;
}
.usces_calendar .businessday {
	position: relative;
	z-index: 1;
	color: #fff;
}
.usces_calendar .businesstoday:before {
	content: '';
	background-color: #d6d6d6;
	display: block;
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	z-index: -1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.usces_calendar .businessday:before {
	content: '';
	background-color: #777;
	display: block;
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	z-index: -1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.usces_calendar .businesstoday.businessday {
	position: relative;
	color: #fff;
}
.usces_calendar .businesstoday.businessday:before {
	content: '';
	background-color: #aaa;
	display: block;
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	z-index: -1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.business_days_exp_box.businessday {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	margin-left: 0.3em;
	display: inline-block;
	width: 0.929em;
	height: 0.929em;
	vertical-align: middle;
}
/* - .widget_welcart_post - */
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu ul li,
.widget_pages li,
.widget_welcart_page li {
	line-height: 1.3;
	padding-top: 0.714em;
	margin-top: 0.714em;
	border-top: dotted 1px #aaa;
}
.widget_archive li:first-of-type,
.widget_categories li:first-of-type,
.widget_meta li:first-of-type,
.widget_nav_menu ul.menu > li:first-of-type,
.widget_pages li:first-of-type,
.widget_welcart_page li:first-of-type,
.usces_recent_entries li:first-of-type {
	border-top: none;
}
.widget_archive li a {
	padding: 0;
	line-height: normal;
}
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu ul li a,
.widget_pages li a,
.widget_welcart_page li a,
.usces_recent_entries li a {
	padding: 0;
	line-height: normal;
	display: block;
}
.widget_categories li a {
	display: inline-block;
}
/* - .widget_archive - */
.widget select {
	height: auto;
	font-size: 100%;
	margin: 0;
	padding: calc(0.3em - 1px) 1em calc(0.3em - 1px) 0.5em;
	line-height: 1.3;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #e7e7e7;
	min-height: 33px;
	font-weight: 100;
	width: 100%;
	background: #fff url(assets/images/angle-right-solid.svg) no-repeat right center;
}
.widget_welcart_post .title {
	margin-bottom: 0.358em;
	font-size: 107.1%;
	font-weight: 400;
}
/* .widget_recent_entries - */
.widget_recent_entries li,
.usces_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_welcart_post li {
	line-height: 1.3;
	padding-bottom: 0.714em;
	margin-bottom: 0.714em;
	border-bottom: dotted 1px #aaa;
	border-top: none;
}
.widget_recent_entries li:last-child,
.usces_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_welcart_post li:last-child {
	border-bottom: none;
}
.widget_recent_entries li a,
.usces_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_welcart_post li a {
	font-weight: normal;
}
.widget_recent_entries li span,
.usces_recent_entries li span {
	display: block;
	line-height: normal;
}
.widget_recent_entries li span:before,
.usces_recent_entries li span:before {
	content: "\f017";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 5px;
}
/* - .widget_recent_comments - */
.widget_recent_comments li {
	margin-bottom: 10px;
}
/* - .widget_search - */
.widget_search .search-text {
	padding: 0 0.714em !important;
}
.s-box {
	position: relative;
	background-color: #fff;
	border: solid 1px #e7e7e7;
	padding: 0.571em 1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.s-box input[type="text"].search-text {
	width: calc(100% - 2.4em);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #aaa;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.s-box .searchsubmit {
	height: auto;
	padding: 0!important;
	line-height: 1;
	color: #444;
	font-size: 1.5em;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 1.5em!important;
	position: absolute;
	top: 50%;
	right: 0.714em;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block!important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

/* - .widget_welcart_login - */
.loginbox p label {
	line-height: 1.5;
}
.widget_welcart_login .loginbox p label:nth-child(1):before {
	content: "\f0e0";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 0.5em;
}
.widget_welcart_login .loginbox p label:nth-child(3):before {
	content: "\f09c";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 0.5em;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: 0.571em;
}
.loginbox input[type="checkbox"] {
	width: 1.429em;
	height: 1.429em;
	vertical-align: middle;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	background-color: #aaa;
	color: #fff;
}
.widget_welcart_login a {
	display: inline-block;
	line-height: 1.3;
	padding: 0.714em;
	width: 100%;
	background-color: #c7c7c7;
	color: #fff;
	text-align: center;
	margin-top: 0.714em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 100%;
}
.widget_welcart_login a:last-child {
	background-color: #777;
}
.widget_welcart_login a.login_widget_mem_info_a {
	background-color: #777;
}
.widget_welcart_login .loginbox br {
	display: none;
}
.widget_welcart_login .loginbox .submit {
	padding: 0.714em 0 0 0;
}

/* - .widget_welcart_search - */
.widget_welcart_search input[type="text"].searchtext {
	width: 100%;
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 0.714em;
}
.widget_welcart_search #searchsubmit {
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
}
.widget_welcart_search li div {
	padding-top: 0.714em;
}
.widget_welcart_search li div a {
	text-align: center;
	line-height: 1.3;
	display: block;
	padding: 0.714em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #777;
	color: #fff;
	font-size: 100%;
}

/* = Widget Area | Secondary
-------------------------------------------------------------- */
#secondary .wrapper {
	letter-spacing: -0.5em !important;
	margin-right: -5.213%;
	padding-top: 2.13em;
}
#secondary .wrapper .column {
	width: 100%;
	display: inline-block;
}
#secondary .widget_title {
	font-size: 114.3%;
	line-height: 1.3;
	font-weight: normal;
	padding-bottom: 0.714em;
	margin-bottom: 0.714em;
	border-bottom: solid 1px #222;
	position: relative;
}
#secondary .widget_title:after {
	content: '';
	border-bottom: solid 1px #aaa;
	display: block;
	width: 25%;
	position: absolute;
	left: 0;
	bottom: -1px;
}
#secondary .loginbox div {
	margin-bottom: 0.5em;
}
/* = Widget Area | Footer
-------------------------------------------------------------- */
.footer-widget {
	background-color: rgba(255,255,255,0.9);
	overflow: hidden;
	position: relative;
}
.footer-widget .wrapper {
	margin-right: -5.213%;
	padding: 2.13em 4% 0;
	overflow: hidden;
}
.footer-widget .wrapper .column {
	padding: 1.428em 0;
}
#page-bottomfixed .insider {
	letter-spacing: -0.5em !important;
	color: #fff;
}
#page-bottomfixed .insider a {
	color: #fff;
}
#page-bottomfixed .delay {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#page-bottomfixed .delay .widget {
	margin-bottom: 1.428em;
	text-align: center;
}
#page-bottomfixed .delay .slick-track {
	text-align: center;
	min-width: 100%;
}
#page-bottomfixed .delay .slick-initialized .slick-slide {
	display: inline-block;
	vertical-align: middle;
	float: none;
	-webkit-transition: 0.3s -webkit-transform ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
	padding: 0 1%;
	margin: 0;
	text-align: left;
}
.widget_title {
	font-size: 128.60%;
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
	margin-bottom: 1.142em;
	padding-bottom: 0.357em;
	border-bottom: dotted 2px #444;
	color: #444;
}
#page-bottomfixed .delay .slick-prev,
#page-bottomfixed .delay .slick-next {
	padding: 0 0.357em;
	z-index: 1;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0; 
	border-radius: 0;
	line-height: normal;
	display: block!important;
	white-space: nowrap;
}
#page-bottomfixed .delay .slick-prev:before,
#page-bottomfixed .delay .slick-next:before {
	color: #fff;
}
#page-bottomfixed .delay .slick-prev {
	left: 0;
	width: calc(32px - 0.714em);
}
#page-bottomfixed .delay .slick-next {
	right: 0;
	width: calc(32px - 0.714em);
}
.bottomfixed {
	position: fixed;
	left: 0;
	bottom: -100vh;
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.8s -webkit-transform ease-in-out 0.5s;
	transition: 0.8s all ease-in-out 0.5s;
	z-index: 3;
	background-color: rgba(0,0,0,0);
	padding: 0.714em;
}
.fixed .bottomfixed {
	bottom: 0%;
	opacity: 1;
	background-color: rgba(68,68,68,0.75);
}
.fixed .bottomfixed.unactive,
.fixed .bottomfixed.unactive2 {
	bottom: -100vh;
	background-color: rgba(0,0,0,0);
}
#page-bottomfixed .widget a,
.fixed .bottomfixed .widget a {
	display: block;
}
#flowtbut.close,
#flowtbut.open {
	position: absolute;
	top: 16px;
	left: 0.714em;
	display: block;
	text-align: center;
	-webkit-transition: 0.8s -webkit-transform ease-in-out 0.5s;
	transition: 0.8s all ease-in-out 0.5s;
	z-index: 1;
}
#flowtbut.close span,
#flowtbut.open span {
	display: block;
	font-size: 26px;
	width: 26px;
	line-height: 26px;
	height: auto;
	color: #fff;
}
#flowtbut.open span {
	color: #444;
}
#flowtbut.close span i:before {
	content: "\f057";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fixed #flowtbut.open {
	position: fixed;
	bottom: 0.714em;
	top: inherit;
}
.fixed #flowtbut.open span i:before {
	content: "\f055";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #666;
}
.fixed .unactive #flowtbut.open {
	position: absolute;
	top: -16px;
	bottom: inherit;
}
#page-bottomfixed .widget_welcart_calendar,
.fixed .bottomfixed .widget_welcart_calendar {
	color: #fff;
}
.footer-widget #page-bottomfixed .widget_title {
	border-bottom: dotted 2px #fff;
	color: #fff;
}
#page-bottomfixed .ucart_calendar_body li {
	letter-spacing: -0.5em!important;
}
.footer-widget .widget_panetteria_item_list .item-list {
	letter-spacing: -0.5em;
	margin-right: -5.213%;
}
.footer-widget .widget_panetteria_item_list .item-list article {
	width: 44.787%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5.213%;
	border-bottom: none;
	padding-bottom: 0;
}
.footer-widget .widget_panetteria_item_list article .itemimg {
	width: 100%;
	display: block;
	margin-right: 0;
}
.footer-widget .widget_panetteria_item_list article .item-info-wrap {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 0.5em 0 0;
}
.footer-widget .widget_panetteria_item_list article .opt-tag {
	position: inherit;
	top: inherit;
	left: inherit;
	white-space: nowrap;
	text-align: center;
}
.footer-widget .widget_panetteria_item_list article .itemsoldout .inner {
	text-align: center;
}
.footer-widget .campaign_discount {
	display: block;
	margin: 0.357em auto 0;
}

/* = Widget Area | Home
-------------------------------------------------------------- */
.home-widget .item-list {
	letter-spacing: -0.5em;
	margin: 0 -10% 0 0;
}
.home-widget .item-list article {
	text-align: center;
	padding: 0;
	border: none;
	width: 40%;
	margin: 0 10% 2.124em 0;
	display: inline-block;
	vertical-align: top;
}
.home-widget .item-list article a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #444;
}
.home-widget .item-list .itemimg {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0.714em;
	z-index: 0;
	margin-right: 0;
}
.home-widget .item-list .itemimg:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.home-widget .item-list .itemimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.home-widget .widget_panetteria_item_list article .opt-tag {
	position: relative;
	top: inherit;
	width: 100%;
	left: inherit;
}
.home-widget .widget_panetteria_item_list article .item-info-wrap {
	display: block;
	width: 100%;
	margin: 0;
}
.home-widget .widget_panetteria_item_list .widget_title {
	font-size: 171.428%;
	line-height: 1.3;
	color: #444;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1.428em;
	border-bottom: none;
}
.home-widget .widget_panetteria_item_list .widget_title span {
	border-bottom: solid 1px #444;
	padding-bottom: 0.571em;
	display: inline-block;
}
.itemname {
	line-height: 1.2;
	margin-bottom: 0.358em;
}
.campaign_point,
.campaign_discount {
	background-color: #aaa;
	color: #fff;
	padding: 0.357em 0.714em;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	margin: 0.357em 0 0;
}


/* =toTop
-------------------------------------------------------------- */
#toTop {
	position: fixed;
	right: 2.856em;
	bottom: 20%;
	z-index: 99;
}
#toTop a {
	display: block;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#toTop img {
	width: 48px;
	height: auto;
}
#toTop i {
	color: #444;
	font-size: 48px;
}
#toTop i:hover {
	color: #222;
}
/* =footer
-------------------------------------------------------------- */
.footer-backdrop {
	background-color: rgba(68,68,68,0.9);
	padding: 2.13em 0 2.13em;
}
/* .site-title-foot */
.footer-logo-block {
	text-align: center;
}
.site-title-foot {
	text-align: center;
	font-size: 185.714%;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 0.214em;
	display: inline-block;
	width: 60%;
}
.site-title-foot a {
	text-decoration: none;
	color: #fff;
}
.footer-desc {
	color: #fff;
	font-size: 85.7%;
	margin-bottom: 1.428em;
}
.footer-desc img {
	display: inline-block;
}
/* .footer-navigation */
.footer-navigation a {
	background-color: rgba(68,68,68,0.5);
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0.571em 1.143em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 85.7%;
	margin-bottom: 1px;
}
.footer-navigation .current_page_item a {
	background-color: rgba(68,68,68,1);
}
.footer-navigation a:before {
	content: "\f105";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 1em;
}
.footer-navigation .sub-menu a {
	padding-left: 2.858em;
}
/* .copyright */
.copyright {
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	padding: 0.714em 1.429em;
	font-size: 85.7%;
	line-height: 1.3;
}
/* =404.php
-------------------------------------------------------------- */
.error-404 .page-header .page-title {
	text-align: center;
}
.error-404 .page-content {
	background-color: #e7e7e7;
	padding: 1.428em 4vw;
}
.error-404 .page-content p {
	margin-bottom: 0.714em;
}
#not-found-image {
	margin: 0 4vw 1.428em;
}
/* =contetns
-------------------------------------------------------------- */
/* =front-page.php
-------------------------------------------------------------- */
/* -- .main-image -- */
.main-image {
	z-index: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main-image img {
	width: 100%;
}
/* -- .slick-slider -- */
.main-image #slider-block {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.fixed #front-slider {
	position: relative;
}
.fixed #front-slider .slick-slider {
	height: auto;
	position: fixed;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 100%;
}
.fixed #front-slider .slick-list {
	position: relative;
}
.fixed #front-slider:before {
	padding-top: 66.66%;
	content: '';
	display: block;
}
#front-slider .slick-slider,
#front-slider .slick-list {
	height: 100%;
	position: relative;
}
.fixed #front-slider .slick-track {
}
.fixed #front-slider .slick-track img {
	height: auto !important;
}
#front-slider .slick-slide a {
	display: block;
	height: 100%;
}
#front-slider .slick-slide a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	opacity: 1;
}
#main-image .catchcopy {
	width: 94.288%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 160%;
	line-height: 1.25;
	vertical-align: -webkit-baseline-middle;
	font-weight: 100;
	overflow: hidden;
}
#main-image .catchcopy span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0.357em;
	text-align: center;
	-webkit-transition: 0.6s all ease-in-out 0s;
	transition: 0.6s all ease-in-out 0s;
	opacity: 1;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/* -- .front-il -- */
#top-items,
.home-widget,
.storycontent,
#content.two-column {
	background-color: #f8f8f8;
}
.front-il {
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8;
}
.front-il h2 {
	font-size: 171.428%;
	line-height: 1.3;
	color: #444;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}
.front-il h2 span {
	border-bottom: solid 1px #444;
	padding-bottom: 0.571em;
	display: inline-block;
}
.front-il .front-il-block {
	padding: 3.57em 4vw;
}
.front-il .slick-slider {
	margin-bottom: 0;
}
.front-il .slick-list {
	width: 110%;
	margin: 0 -5%;
}
.front-il .il {
	text-align: center;
}
.front-il .il a {
	display: block;
	text-decoration: none;
	color: #444;
	position: relative;
	margin: 0 10.111%;
}
.front-il .itemimg {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0.714em;
	z-index: 0;
}
.front-il .itemimg:before,
.front-il-block .itemsoldout:before,
.cat-il .itemsoldout:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.front-il .itemimg img,
.front-il-block .itemsoldout .block,
.cat-il .itemsoldout .block {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.front-il-block .itemsoldout,
.cat-il .itemsoldout {
	background-color: rgba(68,68,68,0.5);
}
.front-il-block .itemsoldout,
.cat-il .itemsoldout {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
}
.front-il-block .itemsoldout .block,
.cat-il .itemsoldout .block {
	max-width: 80%;
	width: 80%;
	font-size: 110%;
	text-align: center;
}
.front-il-block .itemsoldout .block .text,
.cat-il .itemsoldout .block .text {
	display: block;
	font-size: 85.7%;
	line-height: 1.3;
}
.front-il-wap-reg {
	margin: 0 -10% 0 0;
	letter-spacing: -0.5em;
}
.front-il .front-il-wap-reg .il {
	width: 40%;
	margin: 0 10% 2.124em 0;
	display: inline-block;
	vertical-align: top;
}
.front-il .front-il-wap-reg .il a {
	margin: 0;
}
.opt-tag {
	letter-spacing: -0.5em !important;
	margin: 0.5em -1%;
	z-index: 1;
}
.opt-tag li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1%;
	font-size: 10px;
	line-height: 28px;
	width: 28px;
	height: 28px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	color: #fff;
	text-align: center;
}
.opt-tag .new {
	background-color: #aaa;
}
.opt-tag .recommend {
	background-color: #888;
}
.opt-tag .stock {
	background-color: #666;
}
.opt-tag .sale {
	background-color: #444;
}
.front-il .itemname {
	line-height: 1.3;
	font-size: 100%;
	margin-bottom: 0.5em;
}
.front-il .itemprice {
	font-size: 100%;
}
.front-il .itemprice .tax {
	font-style: normal;
}
.front-il .slick-arrow {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.front-il .slick-prev {
	left: -1vw;
}
.front-il .slick-next {
	right: calc(-1vw - 20px);
}
.front-il .slick-prev:before,
.front-il .slick-next:before {
	color: #444;
}
/* -- show-on-front -- */
/* -- .sof -- */
.home .sof .page {
	padding: 2.13em 0;
}
.home .sof {
	background-color: #fff;
}
.home .sof .entry-title {
	overflow: hidden;
	text-align: center;
	font-size: 128.60%;
	line-height: 1.3;
	margin: 0 0 1.071em;
}
.home .sof .entry-title span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0.929em;
	text-align: left;
}
.home .sof .entry-title span::before,
.home .sof .entry-title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100vw;
	height: 1px;
	background-color: #d6d6d6;
}
.home .sof .entry-title span::before {
	right: 100%;
}
.home .sof .entry-title span::after {
	left: 100%;
}
/* - blog - */
.blog #content .post {
	padding: 1.42857em 0;
	border-bottom: 1px solid #e7e7e7;
}
.blog #content .entry-meta {
	margin-bottom: 1.071em;
	font-size: 85.7%;
	letter-spacing: -0.5em !important;
}
.blog #content .entry-content {
	padding-bottom: 0;
}
.blog #content .entry-content .loopimg {
	margin-bottom: 1.071em;
}
.blog #content .entry-meta span {
	background-color: #dedede;
	display: inline-block;
	line-height: 1.3;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	margin: 0.214em 0;
	vertical-align: middle;
	margin-right: 0.214em;
	padding: 0.429em 0.858em;
	min-height: 1.716em;
}
.blog #content .thumb-img {
	margin-bottom: 0.714em;
	background-color: #fff;
	position: relative;
	border: 5px solid #fff;
}
.blog #content .thumb-img:before {
	display: block;
	content: '';
	padding-top: 75%;
}
.blog #content .thumb-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}

/* =archive.php
-------------------------------------------------------------- */

/* -- .cat-il.type-grid -- */
.page-header {
	position: relative;
	height: 100%;
}
.item-page-header {
	margin-top: 40px;
    position: relative;
    z-index: 1;
}
.item-page-header .inner_block {
	width: 92%;
	margin: 0 auto 1.428em;
}
.cat-main-image {
	z-index: -3;
	height: 100%;
	position: fixed;
	width: 100%;
	overflow: hidden;
	top: 0;
	background-color: #fff;
}
.cat-main-image span {
	display: block;
	min-height: 100vh;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cat-main-image img {
	max-width: inherit;
	width: auto;
	opacity: 0.65;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
.title-area {
	padding-top: 108px;
	padding-bottom: 20px;
}
.taxonomy-img {
	width: 100%;
	transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
}
.taxonomy-img img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border-radius: 3px;
}
.title-area .page-title {
	clear: none;
}
.taxonomy-description p {
	font-size: 100%;
}
.taxonomy-description p a {
	text-decoration: underline;
	cursor: pointer;
}
.storycontent,
.top-storycontent {
	position: relative;
	padding: 1.428em 0 0;
	margin-top: 72px;
}
.storycontent.sc-item {
	margin-top: 1em;
}
.storycontent:before,
.top-storycontent:before,
#content.two-column:before {
	content: '';
	display: inline-block;
	height: 11px;
	width: 100%;
	position: absolute;
	top: -11px;
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzMuNCAxMC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMy40IDEwLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjcsMEM5LjIsMCwyLjgsNC41LDAsMTAuOWgzMy40QzMwLjYsNC41LDI0LjIsMCwxNi43LDB6Ii8+Cjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzMuNCAxMC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMy40IDEwLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjcsMEM5LjIsMCwyLjgsNC41LDAsMTAuOWgzMy40QzMwLjYsNC41LDI0LjIsMCwxNi43LDB6Ii8+Cjwvc3ZnPg==");
	-webkit-mask-position: center bottom;
	-webkit-mask-repeat: repeat-x;
	mask-position: center bottom;
	mask-repeat: repeat-x;
	background-color: #f8f8f8;
}
.storycontent-none:before,
.top-storycontent-none:before {
	display: none;
}
.item-page-header .title_area {
	padding: 0.714em 0;
	background-color: rgba(255,255,255,0.5);
	display: inline-block;
	width: 104%;
	margin: 0 -2%;
}
.item-page-header .page-title {
	overflow: hidden;
	color: #444;
	font-size: 142.857%;
	line-height: 1.3;
	margin: 0 3%;
}
.title_area .taxonomy-description {
	margin: 0.714em 3% 0;
}
.item-page-header .page-title span {
	position: relative;
	display: inline-block;
	padding: 0 0.571em 0 0;
	text-align: left;
	margin-right: 1.714em;
}
.item-page-header .page-title span::after {
	position: absolute;
	top: 53.333%;
	content: '';
	width: 100vw;
	height: 0px;
	border-bottom: dotted 1px #aaa;
	left: 100%;
}
.cat-il {
	margin: 0 calc(4vw - 10%) 0 4vw;
	padding: 1.428em 0;
	letter-spacing: -0.5em;
}
.cat-il article {
	text-align: center;
	width: 40%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 2.8em;
	margin-right: 10%;
}
.cat-il article a {
	display: block;
	text-decoration: none;
	margin: 0;
}
.cat-il article .itemimg {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0.429em;
	z-index: 0;
}
.cat-il article .itemimg:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.cat-il article .itemimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.cat-il article .itemname {
	line-height: 1.3;
	font-size: 100%;
	margin-bottom: 0.5em;
}
.cat-il article .itemprice {
	font-size: 100%;
}
.cat-il article .itemprice .tax {
	font-style: normal;
}
.no-date {
	text-align: center;
}
/* -- .post-li -- */
.post-li {
	margin-top: 1.428em;
}
.post-li article {
	padding: 1.428em 0;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}
.post-li article:first-child {
	border-top: 1px solid #e7e7e7;
}
.post-li article .entry-title,
.post .entry-title {
	position: relative;
	padding-bottom: .429em;
	border-bottom: 2px solid #d6d6d6;
	margin-bottom: 0.714em;
	font-size: 114.3%;
	line-height: 1.3;
}
.post-li article .entry-title::after,
.post .entry-title::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #aaa;
}
.post-li article .entry-meta {
	margin-bottom: 1.071em;
	font-size: 85.7%;
	letter-spacing: -0.5em !important;
}
.post-li article .entry-content {
	margin-bottom: 0;
}
.post-li article .entry-content .loopimg {
	margin-bottom: 1.071em;
}
.post-li article .entry-meta span {
	background-color: #efefef;
	display: inline-block;
	line-height: 1.3;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	margin: 0.214em 0;
	vertical-align: middle;
	margin-right: 0.214em;
	padding: 0.429em 0.858em;
	min-height: 1.716em;
}
.post-li article .entry-meta span a {
	margin-left: 0.214em;
}
.post-li article .thumb-img {
	margin-bottom: 1em;
}
.post-li article .thumb-img img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.archive .post-li article .itemimg img {
	width: auto;
	height: auto;
}
/* -- pagenation -- */
.pagination_wrapper {
	width: 100%;
	padding: 2.856em 0;
}
.pagination_wrapper ul {
	text-align: center;
	letter-spacing: -0.5em !important;
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0;
}
.pagination_wrapper li {
	display: inline-block;
	vertical-align: middle;
	margin: 0.214em;
}
.pagination_wrapper li .current {
	display: block;
	border: solid 1px #949494;
	line-height: 2em;
	text-align: center;
	width: 2em;
	height: 2em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #949494;
	background-color: #fff;
}
.pagination_wrapper li a {
	display: block;
	/*border: solid 1px #4d4d4d;*/
	line-height: 2em;
	text-align: center;
	width: 2em;
	height: 2em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #4d4d4d;
}
/* = .entry-content,item-description
-------------------------------------------------------------- */
/* -- p -- */
.entry-content p,
.item-description p {
	margin-bottom: 1.4285em;
	line-height: 1.5;
}
.entry-content p:last-child,
.item-description p:last-child {
	margin-bottom: 0;
}
/* -- table -- */
.entry-content table,
.item-description table {
	width: 100%;
	margin-bottom: 1.714em;
	border-collapse: collapse;
}
.entry-content th,
.item-description th {
	padding: 0.714em;
	border: 1px solid #d6d6d6;
	border-bottom-style: none;
	vertical-align: middle;
}
.entry-content td,
.item-description td {
	padding: 0.714em;
	border: 1px solid #d6d6d6;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0.714em 0 0.714em 1.428em;
}
.entry-content ul li,
.item-description ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li,
.item-description ol li {
	list-style: decimal;
	line-height: 180%;
}
/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1,
.item-description h1 {
	font-size: 137.5%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content h2,
.item-description h2 {
	font-size: 131.25%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content h3,
.item-description h3 {
	font-size: 125%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content h4,
.item-description h4 {
	font-size: 118.75%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content h5,
.item-description h5 {
	font-size: 112.5%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content h6,
.item-description h6 {
	font-size: 106.25%;
	margin-bottom: 0.714em;
	line-height: 1.25;
}
.entry-content dl,
.item-description dl {
	margin: 1.42857em 0;
}
.entry-content dd,
.item-description dd {
	padding-left: 1rem;
}
.entry-content p,
.item-description p {
	margin-bottom: 1.42857em;
	line-height: 1.5;
}
.entry-content p:last-child,
.item-description p:last-child {
	margin-bottom: 0em;
}
.entry-content a,
.item-description a {
	text-decoration: underline;
}
.entry-content input[type="submit"],
.entry-content input[type="button"],
.item-description input[type="submit"],
.item-description input[type="button"] {
	color: #fff;
}
/* -- img -- */
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
	display: block;
}
.widget img {
	width: 100%;
}
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 0.714em 0.714em 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 0.714em 0 0 0.714em;
	float: right;
}
.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin: 0.714em 0;
	padding-top: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	border-radius: 3px; 
}
.wp-caption img {
	margin: 0 auto;
	padding: 0;
	border: none;
}
.wp-caption p {
	font-size: 90%;
	margin: 0;
	padding: 0.357em;
	line-height: 1.5;
}
.widget .widgettitle img {
	max-width: 40px;
	margin-right: 0.714em;
}
/* -- iframe -- */
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}
/* -- input select textarea -- */
.entry-content input[type="file"],
.item-description input[type="file"] {
	border: none;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	color: #fff;
	background-color: #aaa;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #aaa;
}
/* block style */
.entry-content .wp-block-post-template,
.entry-content .wp-block-query-loop,
.entry-content .comment-list,
.entry-content .wp-block-post-comments,
.entry-content .wp-block-post-excerpt,
.entry-content .wp-block-loginout,
.entry-content .wp-block-navigation,
.entry-content .wp-block-site-tagline,
.entry-content .wp-block-site-title,
.entry-content .wp-block-site-logo,
.entry-content .wp-block-group {
	margin: 1.25rem 0;
}
.entry-content .wp-block-post-navigation-link,
.entry-content .wp-block-post-terms,
.entry-content .wp-block-post-date {
	margin-top: 1.25rem;
	margin-bottom: 0;
}
.entry-content .wp-block-post-template li,
.entry-content .wp-block-query-loop li,
.entry-content .comment-list li {
	list-style: none;
}
.entry-content .comment-list .comment-author.vcard {
	display: block;
	margin: 0;
}
.entry-content .wp-block-navigation ul {
	margin: -;
}

/* =page.php
-------------------------------------------------------------- */
.page-header {
	padding: 1.714em 4% 0;
}
.site-content-item .page-header {
	padding: 110px 4% 1.714em;
}
.page-header .page-title {
	overflow: hidden;
	color: #444;
	font-size: 171.428%;
	line-height: 1.3;
	padding-bottom: 1.047em;
}
.page-header .page-title span {
	position: relative;
	display: inline-block;
	padding: 0 0.571em 0 0;
	text-align: left;
	margin-right: 1.714em;
}
.page-header .page-title span::after {
	position: absolute;
	top: 53.333%;
	content: '';
	width: 100vw;
	height: 0;
	border-bottom: dotted 1px #aaa;
	left: 100%;
}
.page .editer {
	margin-bottom: 0em !important;
	text-align: right;
}
.page .post-edit-link {
	display: inline-block;
	margin: 0.714em 0;
	background-color: #222;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 0.214em 0.429em;
}
.post-nav-links {
	padding: 0 0 1.714em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-nav-links .post-page-numbers {
	display: block;
	margin: 0 0 0 5px;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	min-width: 26px;
	text-align: center;
	color: #666;
}
.post-nav-links .post-page-numbers:hover,
.post-nav-links .post-page-numbers.current {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
/* =single.php
-------------------------------------------------------------- */
.single #main {
	margin-top: 111px;
}
.entry-thumb {
	margin: 0 -4vw 1.428em;
}
.entry-thumb img {
	max-width: inherit;
	width: 100%;
}
.single-post-block {
	padding: 0 4% 1.714em;
}
.post .entry-meta {
	margin-bottom: 1.071em;
	font-size: 85.7%;
	letter-spacing: -0.5em !important;
}
.post .entry-content {
	padding-bottom: 0.714em;
}
.post .entry-content .loopimg {
	margin-bottom: 1.071em;
}
.post .entry-meta span {
	background-color: #e7e7e7;
	display: inline-block;
	line-height: 1.3;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	margin: 0.214em 0;
	vertical-align: middle;
	margin-right: 0.214em;
	padding: 0.429em 0.858em;
	min-height: 1.716em;
}
.post .entry-meta span a {
	margin-left: 0.214em;
}
.single-content .post_nav {
	margin: 0 4% 1.714em;
	padding: 1.714em 0 0;
	border-top: 1px dotted #ddd;
}
.single-content .post_nav span {
	display: block;
	margin: 0.358em 0;
}
.single-content .post_nav a {
	font-size: 90%;
	line-height: 1.25;
}
.single-content .post_nav .prev:before {
	content: "\f137";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 0.25rem;
}
.single-content .post_nav .next:before {
	content: "\f138";
	display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 0.25rem;
}
/* single page comment */
.comments-title {
	margin-bottom: 1.714em;
}
.comment-list .comment {
	margin-bottom: 1.714em;
}
.comment-author.vcard {
	display: flex;
	align-items: center;
	margin-bottom: 0.857em;
}
.comment-author.vcard .avatar {
	margin-right: 5px;
}
.comment-meta.commentmetadata {
	margin-bottom: 0.428em;
}
.comment-body .reply {
	padding-top: 0.428em;
}
.comment-body .reply a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #aaa;
	color: #fff;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.navigation.comment-navigation {
	margin-bottom: 1.714em;
	display: flex;
	align-items: center;
}
.navigation.comment-navigation .screen-reader-text {
	margin-right: 0.857em;
	font-size: 80%;
}
.navigation.comment-navigation .nav-links {
	display: flex;
	align-items: center;
}
.navigation.comment-navigation .nav-links .nav-previous + .nav-next {
	margin-left: 0.857em;
}
.navigation.comment-navigation .nav-links a {
	font-size: 70%;
	line-height: 1;
	display: block;
	padding: 5px 5px;
	background-color: #aaa;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
/* =inquiry.php
-------------------------------------------------------------- */
.page-post-block {
	padding: 0 4% 1.714em;
}
.send {
	text-align: center;
}
.error_message {
	margin-bottom: 1em;
	color: #ff6600;
	font-weight: 600;
}
/* =comments.php
-------------------------------------------------------------- */
.comment-area {
	padding: 1.42857em 0 2.856em;
	border-top: 1px solid #e7e7e7;
}
.logged-in-as {
	margin-bottom: 0.429em;
}
.comment-form-comment label {
	margin: 0.429em 0 !important;
	display: inline-block;
}
.comment-area textarea {
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.form-submit {
	margin-top: 1em;
}
.form-submit .submit {
	background-color: #aaa;
	color: #fff;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	margin: 0.429em 0 !important;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
}
/* =search.php
-------------------------------------------------------------- */
.title .page-title em {
	font-style: normal;
}
.search-results .cat-il {
	margin: 0;
	padding: 1.428em 4vw;
	letter-spacing: normal;
}
.search-results .cat-il article,
.search-results .cat-il .article {
	text-align: left;
	width: 100%;
	margin: 0 0 1.428em;
	padding: 0 0 1.428em;
	border-bottom: 1px solid #ddd;
}
.search-results .cat-il article a,
.search-results .cat-il .article a {
	display: block;
	letter-spacing: -0.5em;
	width: 100%;
}
.search-results .cat-il article .img,
.search-results .cat-il .article .img {
	display: inline-block;
	width: 33%;
	margin-right: 5%;
	vertical-align: middle;
	position: relative;
}
.search-results .cat-il article .img:before,
.search-results .cat-il .article .img:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.search-results .cat-il article .img img,
.search-results .cat-il .article .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain
}
.search-results .cat-il article .text-block,
.search-results .cat-il .article .text-block {
	display: inline-block;
	width: 62%;
	vertical-align: middle;
}
.search-results .cat-il .article .text-block p {
	margin: 0;
}
.search-results .entry-content {
	margin-bottom: 0;
}
/* = .buy-theme
-------------------------------------------------------------- */
.buy-theme {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
.buy-theme br {
	display: none;
}
.buy-theme a {
	background-color: #F03E51;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}
.buy-theme a:hover {
	background-color: rgba(240,62,81,.8);
	color: #fff;
}
.buy-theme i {
	display: inline-block;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
/* ---- .tax_inc_block ---- */
.tax_inc_block {
    font-size: 12px;
    font-weight: 100;
    display: inline-flex;
	align-items: center;
	color: #555;
	vertical-align: middle;
}
.widget .tax_inc_block {
	font-size: 12px;
}
.tax_inc_block em {
    margin-right: 0.429em;
}

/**
* 16.1 Mobile Large 620px
*/
@media screen and (min-width: 38.75em) {
	/* =Base
	-------------------------------------------------------------- */
	#main-image .catchcopy {
		font-size: 200%;
	}
	.cat-slider .slick-list {
		width: 86%;
	}
	.cat-slider .block {
		margin: 0 1%;
		letter-spacing: -0.5em;
	}
	.cat-slider .img {
		display: inline-block;
		width: 38%;
		vertical-align: middle;
		margin: 0 7% 0 0;
	}
	.cat-slider .cat-desc-wrap {
		display: inline-block;
		width: 55%;
		vertical-align: middle;
		margin: 0 0 calc(30px + 0.714em) 0;
	}
	.cat-slider .list-button {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.front-il .front-il-wap-reg .il {
		width: 40%;
		margin: 0 10% 2.124em 0;
	}
	.info-area .iawrap article {
		width: 47%;
		margin-right: 3%;
		vertical-align: top;
		padding-bottom: 0;
		border-bottom: none;
	}
	.info-area .iawrap article:nth-last-child(2) .text-area .post-title,
	.info-area .iawrap article:last-child .text-area .post-title {
		margin-right: 0%;
	}
	.blog #content .thumb-img {
		margin-bottom: 0em;
	}
	.info-area .backdrop {
		width: 46%;
	}
	.info-area .info-area-wrap-narrow {
		padding-right: 15%;
	}
	.home .info-area .iawrap article .thumb-img {
		width: 33%;
	}
	.info-area .iawrap article .text-area {
		width: 63%;
	}

	.cat-slider .img:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.cat-slider .img img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		object-fit: contain;
	}
	.post-li article .thumb-img img {
		max-width: inherit;
		width: 100%;
	}
	.cat-slider .list-button {
		text-align: right;
	}

	/* =secondary
	-------------------------------------------------------------- */
	aside:not(#secondary) .widget_welcart_calendar li {
		margin-right: -4%;
		display: flex;
		flex-wrap: wrap;
	}
	aside:not(#secondary) .this-month,
	aside:not(#secondary) .next-month {
		width: 46%;
		margin-right: 4%;
	}
	.widget_welcart_calendar li p {
		width: 96%;
	}
	.usces_calendar {
		width: 100%;
		font-size: 92.9%;
	}
	.footer-widget .widget_title {
		text-align: left;
	}
	.widget_panetteria_item_list .item-list {
		letter-spacing: -0.5em;
		margin-right: -10%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-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;
	}
	.widget_panetteria_item_list article {
		width: 23.333%;
	}
	.widget_panetteria_item_list article:nth-last-child(2) {
		border-bottom: none;
	}
	.widget_welcart_featured .ucart_widget_body,
	.widget_welcart_bestseller .ucart_widget_body {
		letter-spacing: -0.5em;
		margin-right: -4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.widget_welcart_featured li,
	.widget_welcart_bestseller li {
		width: 46%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
		padding: 0.357em 0;
		margin-bottom: 0 !important;
	}
	.widget_welcart_bestseller .itemimg {
		position: relative;
		height: 100%;
	}
	ul.ucart_featured_body li:last-child,
	.widget_ucart_featured li:last-child,
	.sidebar .widget_ucart_featured li:last-child,
	#sidebar .widget_ucart_featured li:last-child,
	.widget_welcart_bestseller li:last-child {
		border-bottom: dotted 1px #aaa !important;
	}
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_welcart_bestseller li {
		padding: 0.714em 0;
		border-bottom: none !important;
	}
	/* =contetns
	-------------------------------------------------------------- */
	.cat-il article {
		width: 23.333%;
	}
	/* footer logo */
	.site-title-foot {
		width: 40%;
		margin-right: -5%;
	}
	/* =archive.php
	-------------------------------------------------------------- */
	.post-li .inner {
		letter-spacing: -0.5em;
	}
	.post-li .inner .itemimg,
	.post-li .inner .thumb-img {
		width: 33%;
		margin-right: 5%;
		display: inline-block;
		vertical-align: top;
	}
	.post-li .inner .post-content,
	.post-li .inner .text-block {
		width: 62%;
		display: inline-block;
		vertical-align: top;
	}
	.post-li .inner .itemimg img,
	.post-li .inner .thumb-img img {
		width: 100%;
		height: auto;
	}
}

/**
* 16.2 Tablet Small 740px
*/
@media screen and (min-width: 46.25em) {
	.info-area .backdrop {
		width: 42%;
		right: -16%;
	}
	#main-image .catchcopy {
		font-size: 230%;
	}
	/* -- .front-il -- */
	.info-area .backdrop {
		width: 38%;
		right: -12%;
	}
	.front-il .front-il-wap-reg .il {
		width: 23.333%;
	}
	.front-il .il a {
		margin: 0 15.222%;
	}

	/* -- item list -- */
	.site-content-item .page-header .block {
		transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
	}
	/* -- widget -- */
	.footer-widget .wrapper .column {
		letter-spacing: -0.5em!important;
	}
	.widget {
		width: 44.787%;
		display: inline-block;
		margin-right: 5.213%;
		vertical-align: top;
	}
	.widget_welcart_calendar {
		width: 94.787%;
	}
	.widget_welcart_featured .ucart_featured_body li {
		display: block;
		vertical-align: top;
		width: 100%;
		margin-right: 0%;
	}
	#il-first-widget .widget_welcart_featured .ucart_featured_body li {
		display: inline-block;
		width: 46%;
		margin-right: 4%;
		border-bottom: dotted 1px #aaa !important;
	}
	.widget_welcart_featured .ucart_featured_body li:nth-child(even) {
		margin-right: 0%;
	}
	.item-page-header.has-catimg .inner_block {
		letter-spacing: -0.5em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.taxonomy-img {
		width: 44%;
		margin-left: 0%;
		display: inline-block;
		vertical-align: middle;
	}
	.item-page-header.has-catimg .title_area {
		width: 53%;
		margin-left: 3%;
		vertical-align: middle;
		transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
	}
	.floating_widget_slide .slick-list.draggable {
		width: 92vw;
		margin: 0 auto;
	}
	/* -- Home Page Post -- */
	#content .page_post .wrap {
		width: 92%;
		margin: 0 auto;
		letter-spacing: -0.5em;
		height: 100%;
	}
	#content .text_area {
		display: inline-block;
		vertical-align: middle;
		width: calc(50% - 4vw);
	}
	#content .image_area {
		display: inline-block;
		vertical-align: middle;
		width: calc(50% + 4vw);
		height: 100%;
	}
	#content .text_area.right.img-none,
	#content .text_area.left.img-none {
		width: 100%;
		margin: 3.57em 0 3.57em 0;
	}
	#content .image_area.right {
		margin-left: 0;
		margin-right: -4vw;
	}
	#content .image_area.left {
		margin-left: -4vw;
		margin-right: 0;
	}
	#content .text_area.left {
		margin: 3.57em 4vw 3.57em 0;
	}
	#content .text_area.right {
		margin: 3.57em 0 3.57em 4vw;
	}
	.widget_panetteria_item_list article {
		width: 40%;
	}
	.widget_panetteria_item_list article:nth-last-child(2) {
		border-bottom: dotted 1px #e7e7e7;
	}
	.home-widget .widget_panetteria_item_list .item-list {
		width: auto;
		margin-right: -10%;
	}
	.home-widget .widget_panetteria_item_list article:nth-last-child(2) {
		border-bottom: none;
	}
	/* =home widget
	-------------------------------------------------------------- */
	.home-widget .item-list article {
		width: 23.333%;
	}
	/* footer logo */
	.site-title-foot {
		width: 30%;
	}
	/* = regular single table
	-------------------------------------------------------------- */
	.entry-content th,
	.item-description th,
	.entry-content td,
	.item-description td {
		padding: 0.714em;
		border: 1px solid #d6d6d6;
		display: table-cell;
	}
	.entry-content tr:first-child th {
		border-top: 1px solid #d6d6d6;
	}
	.entry-content tr:last-child td {
		border-bottom: 1px solid #d6d6d6;
	}
}
/**
* 16.3 Tablet Large 880px
*/
@media screen and (min-width: 55em) {
	.front-il .front-il-block {
		padding-top: 4.284em;
		padding-bottom: 4.284em;
	}
	.info-area .info-area-wrap-narrow {
		padding: 2.142em 15% 2.142em 0;
	}
	.post-li article .inner {
		letter-spacing: -0.5em;
	}
	.post-li article .thumb-img {
		margin-bottom: 0;
		display: inline-block;
		width: 33%;
		margin-right: 5%;
		vertical-align: top;
	}
	.post-li article .text-block {
		display: inline-block;
		width: 62%;
		vertical-align: top;
	}
	#main-image .catchcopy {
		font-size: 260%;
	}
	/* footer logo */
	.site-title-foot {
		width: 20%;
	}
	/* archive.php */
	.no-sidebar .post-li {
		letter-spacing: -0.5em;
		margin-right: -5%;
	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;
	}
	.no-sidebar .post-li article {
		width: 45%;
		margin: 0 5% 1.428em 0;
		display: inline-block;
		vertical-align: top;
	}
	.no-sidebar .post-li article:first-child {
		border-top: none;
	}
}

/**
* 16.4 Desktop Small 1000px
*/
@media screen and (min-width: 62.5em) {
	/* Drawer Menu */
	.drawer-menu {
		background-color: inherit !important;
	}
	.menu-btn,
	.close-menu {
		display: none;
	}
	.drawer-menu {
		box-sizing: inherit;
		position: inherit;
		top: inherit;
		right: inherit;
		width: inherit;
		height: inherit;
		background-color: inherit;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		overflow: hidden;
	}
	#mobile-menu {
		background-color: inherit !important;
	}
	/* =Base
	-------------------------------------------------------------- */
	.home #main {
		margin-top: 72px;
	}
	.home #masthead + #main {
		margin-top: 0px;
		/*padding-top: 112px; */
	}
	.home #main-image + #main,
	.home #main_youtube + #main,
	.home #main_video + #main,
	.home .cat-main-image + #main {
		margin-top: 0px;
	}
	#main_video video {
		display: block;
	}
	.inner_block {
		width: 92%;
		margin: 0 auto;
	}
	.storycontent {
		margin-top: 152px;
		min-height: 44em;
	}
	.fixed .storycontent {
		margin-top: 128px;
	}
	.fixed .item-page-header + .storycontent {
		margin-top: 1em;
	}
	.site-title {
		max-width: 33%;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
	}
	.nofixed .site-header {
		position: absolute;
	}
	.main-image {
		margin-top: 0;
	}
	.nofixed #main_video {
		margin-top: 72px;
	}
	.menu-bar {
		display: none;
	}
	.global-block {
		height: 72px;
		margin-top: 48px;
		position: relative;
		-webkit-transition: 0.1s all ease-in-out 0s;
		transition: 0.1s all ease-in-out 0s;
	}
	.fixed .global-block {
		height: 56px;
		margin-top: 40px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.global-block .inner {
		min-height: inherit;
		height: 100%;
	}
	.site-title span {
		font-size: 200%;
		-webkit-transition: 0.2s -webkit-transform ease-in-out 0s;
		transition: 0.2s all ease-in-out 0s;
	}
	.fixed .site-title span {
		font-size: 180%;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.site-description {
		padding: 0 4%;
		top: 0;
		text-align: left;
		height: 48px;
		position: fixed;
		background-color: rgba(68,68,68,0.75);
		-webkit-transition: 0.2s -webkit-transform ease-in-out 0s;
		transition: 0.2s all ease-in-out 0s;
	}
	.fixed .site-description {
		height: 40px;
		background-color: rgba(68,68,68,1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		top: 0;
	}
	.nofixed .site-description,
	.nofixed .fixed .site-description {
		height: 48px;
		position: absolute;
		top: 0;
	}
	.site-description h2,
	.site-description p {
		height: 100%;
		position: relative;
	}
	.site-description .description-insider {
		width: 66%;
		height: auto;
		overflow: hidden;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		position: absolute;
		top: 50%;
		left: 0%;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
	.page-template-uscescart .site-description .description-insider {
		width: 100%;
	}
	.cat-slider .cat-name {
		font-size: 171.428%;
	}
	.cat-slider .cat-description {
		font-size: 114.285%;
	}
	.contents-wrap {
		padding-top: 0;
	}
	.home .contents-wrap {
		padding-top: 48px;
	}
	#secondary {
		margin: 0 -4vw;
	}
	#mobile-menu {
		right: 0;
		transition-duration: .0s;
		-webkit-transition-duration: .0s;
		-moz-transition-duration: .0s;
		z-index: 4;
		max-width: 74%;
		height: auto!important;
		position: fixed;
		width: auto;
		background-color: inherit;
		transition-timing-function: inherit!important;
		transition-duration: inherit!important;
		transform: none!important;
	}
	.nofixed #mobile-menu {
		z-index: 4;
		position: absolute;
	}
	.nofixed .fixed #mobile-menu {
		position: absolute;
	}
	#mobile-menu .insider {
		padding: 0;
		display: block;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		margin-right: 4vw;
	}
	#mobile-menu .snav {
		position: relative;
		height: 48px;
		display: flex;
		z-index: 1;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
	}
	.fixed #mobile-menu .snav {
		height: 40px;
	}
	#mobile-menu .sns-wrapper {
		border-bottom: none;
		display: inline-block;
		padding-bottom: 0;
	}
	.fixed #mobile-menu .sns-wrapper {
		margin-top: 0;
	}
	.snav .sns-wrapper + .membership {
		padding: 0;
	}
	.sns {
		letter-spacing: -0.5em;
		white-space: nowrap;
		padding: 0;
		line-height: 1;
	}
	.sns li {
		display: inline-block;
		margin: 0 0 0 1.428em;
		min-width: auto;
	}
	.sns li a {
		color: #fff;
		display: inline-block;
	}
	.f_sns-wrapper {
		margin-top: 1.071em;
	}
	.f_sns {
		text-align: right;
	}
	.f_sns li {
		margin: 0 0 0 0.714em;
	}
	.incart-btn {
		display: inline-block;
		vertical-align: middle;
		font-size: 100%;
		position: relative;
		top: inherit;
		right: inherit;
		left: inherit;
		-webkit-transform: none;
		transform: none;
		color: #fff;
		margin-left: 1rem;
	}
	.fixed .incart-btn {
		margin-top: 0;
	}
	.incart-btn,
	.incart-btn a {
		color: #fff!important;
	}
	.view-cart {
		top: -320%;
		padding: 2.142em 0 3.57em;
		width: 100vw;
		right: -4vw;
		left: 0;
	}
	.incart-btn a {
		color: #fff;
		display: inline-block;
	}
	.snav .membership ul {
		letter-spacing: -0.5em;
	}
	.snav .membership ul li {
		width: 49%;
		margin: 0 2% 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	.snav .membership ul li:first-child {
		width: 100%;
		margin: 0 0 0.714em;
	}
	.snav .membership ul li:last-child {
		margin-right: 0%;
	}
	.snav .membership {
		padding: 0;
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		border-bottom: none!important;
		margin-left: 1rem;
		position: relative;
		max-height: 21px;
	}
	.fixed .snav .membership {
		margin-top: 0;
	}
	.snav .membership i,
	.search-box i {
		display: inline-block;
		font-size: 150%;
		line-height: 1;
		color: #fff;
		position: relative;
		top: inherit;
		right: inherit;
		-webkit-transform: none;
		transform: none;
		white-space: nowrap;
		cursor: pointer;
	}
	.snav .membership i:hover,
	.search-box i:hover,
	.incart-btn i:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		-webkit-transition: opacity 0.4s ease;
		-moz-transition: opacity 0.4s ease;
		-o-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
		line-height: 1;
	}
	.snav .membership ul {
		display: none;
		position: absolute;
		right: -5.7rem;
		left: auto;
		top: 40px;
		width: 200px;
		height: auto !important;
		box-shadow: 0 3px 5px 0 rgba(0,0,0,0.22);
		z-index: 1;
		opacity: 0;
		padding: 0.714em;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		text-align: left;
		background-color: #fff;
	}
	.snav .membership.On ul {
		display: block;
		opacity: 1;
		animation-duration: 0.4s;
		animation-name: fade-in;
		-moz-animation-duration: 0.4s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 0.4s;
		-webkit-animation-name: fade-in;
	}
	.snav .membership ul li {
		width: 100%;
		margin: 0;
		display: block;
	}
	.snav .membership ul li:nth-child(2) {
		margin-bottom: 0.714em;
	}
	.search-box {
		padding: 0;
		display: inline-block;
		position: relative;
		border-bottom: none!important;
		vertical-align: middle;
		margin-left: 1rem;
		max-height: 21px;
	}
	.fixed .search-box {
		margin-top: 0;
	}
	.snav .search-box form {
		display: none;
		position: absolute;
		right: -3.4rem;
		left: auto;
		top: 40px;
		width: 200px;
		box-shadow: 0 3px 5px 0 rgba(0,0,0,0.22);
		z-index: 1;
		opacity: 0;
		padding: 0.714em;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		text-align: left;
		background-color: #fff;
	}
	.snav .search-box.On form {
		display: block;
		opacity: 1;
		animation-duration: 0.4s;
		animation-name: fade-in;
		-moz-animation-duration: 0.4s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 0.4s;
		-webkit-animation-name: fade-in;
		padding: 0;
	}
	.snav .search-box.On form:before,
	.snav .membership.On ul:before {
		content: "";
		position: absolute;
		right: 3.4rem;
		top: -10px;
		left: inherit;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
		border-width: 0 10px 10px 10px;
	}
	.snav .membership.On ul:before {
		right: 5.6rem;
	}
	.s-box {
		background-color: #fff;
		border: none;
		padding: 0.571em 1em;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
	}
	#site-navigation {
		padding: 0;
		height: 72px;
		position: inherit;
		z-index: 0;
	}
	.fixed #site-navigation {
		height: 56px;
	}
	div.nav-menu-open,
	div.header-nav-container {
		display: block;
		margin: 0;
		text-align: right;
		padding-top: 4px;
	}
	#site-navigation ul {
		letter-spacing: -0.5em;
		display: inline-block;
	}
	#site-navigation ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 2px;
		white-space: normal;
	}
	#site-navigation li a {
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		padding: 0 1em;
		border-bottom: none;
		height: 66px;
		border-bottom: 2px solid #444;
		-webkit-transition: 0.2s -webkit-transform ease-in-out 0s;
		transition: 0.2s all ease-in-out 0s;
		font-size: 90%;
		letter-spacing: 0.075em;
		font-weight: 600;
	}
	.fixed #site-navigation li a {
		height: 50px;
	}
	#site-navigation .current-menu-item a,
	#site-navigation .current_page_item a {
		background-color: inherit;
		color: #aaa;
		border-bottom: 2px solid #aaa;
	}
	#site-navigation li a:after {
		content: "";
		position: absolute;
		top: auto;
		right: 0;
		-webkit-transform: none;
		transform: none;
		left: 0;
		bottom: -2px;
		display: inline-block;
		width: 0;
		height: 2px;
		background: #aaa;
		transition: 0.5s;
	}
	#site-navigation li a:before {
		position: absolute;
		bottom: -2px;
		content: "";
		display: inline-block;
		width: 0;
		height: 2px;
		background: #aaa;
		transition: 0.5s;
	}
	#site-navigation li a:after {
		left: 50%;
	}
	#site-navigation li a:before {
		right: 50%;
	}
	#site-navigation li a:hover:before,
	#site-navigation li a:hover:after {
		width: 50%;
	}
	#site-navigation ul li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	#site-navigation ul .sub-menu {
		opacity: 0;
		text-align: center;
		width: 100vw;
		height: auto;
		position: absolute;
		top: 120px;
		right: 0;
		letter-spacing: -0.5em;
		padding: 0 0 1em 0;
		visibility: hidden;
		background-color: rgba(68,68,68,0.75);
		-webkit-transition: 0.4s -webkit-transform ease-in-out 0s;
		transition: 0.4s all ease-in-out 0s;
		margin: 0;
		z-index: 999;
	}
	.fixed #site-navigation ul .sub-menu {
		top: 96px;
		background-color: rgba(68,68,68,1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#site-navigation ul .sub-menu .sub-menu {
		display: block;
		opacity: 1;
		text-align: left;
		width: 100%;
		height: auto;
		position: static;
		padding: 0;
		background-color: inherit;
		margin: 0;
	}
	#site-navigation ul .sub-menu li {
		display: inline-block;
		vertical-align: top;
		margin: 1em 0 0 0;
		border-bottom: none;
		height: 100%;
		width: auto;
		position: relative;
		text-align: left;
		padding: 0 0.714em 0 0.714em;
		background-color: rgba(68,68,68,0);
		border-right: solid 1px #fff;
	}
	#site-navigation ul .sub-menu li:last-child,
	#site-navigation ul .sub-menu li ul li {
		border-right: none;
	}
	#site-navigation ul .sub-menu li a {
		padding: 0;
		height: auto;
		display: inline-block;
		margin: 0;
		border-bottom: none;
		line-height: 1.3;
		color: #fff;
		font-weight: 100;
	}
	#site-navigation ul .sub-menu li a {
		border-bottom: 1px solid rgba(0,0,0,0.0);
	}
	#site-navigation ul .sub-menu li a:after {
		content: "";
		position: absolute;
		top: auto;
		right: 0;
		-webkit-transform: none;
		transform: none;
		left: 0;
		bottom: -1px;
		display: inline-block;
		width: 0;
		height: 1px;
		background: #fff;
		transition: 0.5s;
	}
	#site-navigation ul .sub-menu li a:before {
		display: none;
	}
	#site-navigation ul .sub-menu li a:after {
		left: 0%;
	}
	#site-navigation ul .sub-menu li a:hover:after {
		width: 100%;
	}
	#site-navigation ul .sub-menu li .sub-menu li {
		display: block;
	}
	#main-image .catchcopy {
		font-size: 300%;
	}
	/* -- input,select,textarea -- */
	button, input[type="submit"],
	input[type="button"] {
		width: auto;
		display: inline-block;
	}
	.widget-area button,
	.widget-area input[type="submit"],
	.widget-area input[type="button"] {
		width: 100%;
		display: block;
	}
	.widget_welcart_login .loginbox {
		letter-spacing: -0.5em;
	}
	.widget_welcart_login br {
		display: none;
	}
	.widget_welcart_login a:nth-child(2) {
		margin-right: 2%;
	}
	/* -- Front -- */
	#slider-block.fixed #front-slider.none .slider {
		bottom: -47%;
	}
	.front-il .front-il-wap-reg .il {
		width: 15%;
	}
	.front-il .il a {
		margin: 0 20%;
	}
	#content .text_area.left {
		margin: 5.355em 4vw 5.355em 0;
	}
	#content .text_area.right {
		margin: 5.355em 0 5.355em 4vw;
	}
	.info-area .info-area-wrap-narrow {
		padding-right: 20%;
		margin-left: 4%;
	}
	.info-area .backdrop {
		width: 32%;
		right: -10%;
	}
	.info-area h2 + .iawrap {
		margin: 0 -3% 3em 0;
	}
	.info-area .iawrap article {
		width: 22%;
		margin-bottom: 2.856em;
	}
	.home .info-area .iawrap article .thumb-img,
	.info-area .iawrap article .text-area {
		display: block;
		width: 100%;
		margin-right: 0%;
	}
	.home .info-area .iawrap article .thumb-img {
		position: relative;
		margin-bottom: 0.5em!important;
	}
	.blog #content .thumb-img:before {
		content: '';
		display: block;
		padding-top: 74.626%;
	}
	.blog #content .thumb-img img {
		width: 100%;
	}
	.info-area .iawrap article:last-child {
		margin-bottom: 1em;
	}
	#content .image_area span {
		position: relative;
		height: 100%;
		display: block;
	}
	#content .image_area span img { 
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: inherit;
		width: 100%;
		object-fit: contain;
	}
	/* -- widget -- */
	.widget {
		margin-bottom: 2.284em;
		width: 19.787%;
		display: inline-block;
		vertical-align: top;
		margin-right: 5.213%;
	}
	.home-widget .widget {
		margin: 0 auto 2.856em;
	}
	.widget_welcart_bestseller li {
		width: 96%;
	}
	.home-widget .widget_welcart_bestseller li {
		width: 29.333%;
	}
	.widget_welcart_bestseller li::before {
		width: 1.6em;
		line-height: 1.6em;
		font-size: 100%;
		text-indent: -6px;
	}
	.widget_panetteria_item_list article .itemimg {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 1.041em;
	}
	.widget_panetteria_item_list article .opt-tag {
		left: 0;
		right: 0;
		top: inherit;
		bottom: 0;
		text-align: center;
	}
	.widget_panetteria_item_list article .item-info-wrap {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.widget_welcart_calendar {
		width: 44.787%;
	}
	.usces_calendar {
		display: inline-table;
		font-size: 100%;
		vertical-align: top;
	}
	.bottomfixed {
		padding: 0.714em 0;
	}

	/*---- item-list ----*/
	.cat-il {
		margin: 0 -10% 0 0;
	}
	.cat-il article {
		width: 23.33%;
	}
	.no-sidebar .cat-il article {
		width: 15%;
	}
	.taxonomy-img {
		transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
	}
	.item-page-header {
		margin-top: 136px;
	}
	.site-content-item .page-header {
		padding-top: 140px;
	}
	.taxonomy-img {
		width: 33%;
	}
	.item-page-header.has-catimg .title_area {
		width: 64%;
	}
	.site-content-item {
		position: relative;
	}
	/* -- two-column -- */
	.two-column #primary {
		width: 70%;
		float: right;
	}
	.two-column #secondary {
		width: 24%;
		background: none;
		float: left;
		margin: 0;
	}
	.two-column.right-set #primary {
		float: left;
	}
	.two-column.right-set #secondary {
		float: right;
	}
	.two-column.left-set #primary {
		float: right;
	}
	.two-column.left-set #secondary {
		float: left;
	}
	.two-column.right-set .no-sidebar #primary,
	.two-column.left-set .no-sidebar #primary {
		float: none;
		width: 100%;
	}
	.two-column #secondary .wrapper {
		margin-right: 0%;
		padding: 1.428em 0;
	}
	.two-column .widget {
		margin-bottom: 2.284em;
		width: 100%;
		display: block;
		vertical-align: top;
		margin-right: 0%;
	}
	.two-column .usces_calendar {
		width: 100%;
		margin-right: 0%;
		display: inline-table;
		font-size: 100%;
		vertical-align: top;
	}
	/* =footer
	-------------------------------------------------------------- */
	.footer-backdrop {
		padding: 4.284em 0;
	}
	.footer-backdrop .inner {
		letter-spacing: -0.5em;
	}
	.footer-logo-block {
		width: 32%;
		margin-right: 7%;
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
	}
	.site-title-foot {
		text-align: left;
		width: 100%;
	}
	.footer-navigation {
		display: inline-block;
		vertical-align: bottom;
		width: 61%;
	}
	.flb-off .footer-navigation {
		width: 100%;
	}
	.footer-desc {
		margin-bottom: 0.357em;
	}
	/* -- nav -- */
	.footer-menu {
		letter-spacing: -0.5em;
		margin-left: -1.714em;
	}
	.flb-off .footer-menu {
		text-align: center;
	}
	.footer-menu li {
		display: inline-block;
		vertical-align: top;
		margin: 0 1.714em 0 0;
	}
	.footer-menu li:last-child {
		margin: 0 0 0 0;
	}
	.footer-navigation a {
		background-color: inherit;
		display: inline-block;
		padding: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		margin-bottom: 0.357em;
		line-height: 1.3;
		margin-top: 0.357em;
	}
	.footer-navigation .current_page_item a {
		background-color: inherit;
		text-decoration: underline;
	}
	.footer-menu .menu-item .sub-menu {
		display: inline;
		margin-left: 1.714em;
	}
	.footer-navigation .sub-menu a {
		padding-left: 0;
	}
	/* -- .two-column -- */
	.page-post-block,
	.single-post-block {
		padding: 0 0 1.714em;
	}
	.single-content .post_nav {
		margin: 0 0 1.714em;
	}
	/* -- .widget_welcart_featured -- */
	.widget_welcart_featured .ucart_featured_body {
		letter-spacing: normal;
		margin-right: 0%;
	}
	#page-bottomfixed .widget,
	.fixed .bottomfixed .widget {
		width: 19.787%;
		margin: 0 5.213% 0.714em 0;
	}
	#page-bottomfixed .widget_welcart_calendar,
	.fixed .bottomfixed .widget_welcart_calendar {
		width: 44.787%;
	}

	/* =archive.php
	-------------------------------------------------------------- */
	/* -- .post-li -- */
	.page-header {
		padding: 1.428em 0 0;
	}
	.post-li .inner {
		padding: 0 0;
	}
	.post-li article {
		padding: 2.856em 0;
	}
	/* -- .comment-area -- */
	.comment-area .inner {
		padding: 0 0;
	}
	/* -- single page -- */
	.entry-thumb,
	.post .entry-meta {
		margin: 0 0 2.856em;
	}
	/* -- image for logo -- */
	.site-title img {
		max-height: 52px;
	}
	.fixed .site-title img {
		max-height: 40px;
	}
	.site-title-foot img {
		max-width: inherit;
		width: auto;
		max-height: 48px;
	}
	/* =home widget
	-------------------------------------------------------------- */
	.home-widget .item-list article {
		width: 15%;
	}
	/* =404.php
	-------------------------------------------------------------- */
	.error-404 .page-content {
		padding: 2.856em;
		margin: 0 0 2.856em;
	}
	#not-found-image {
		margin: 0 0 1.428em;
	}
	/* = .buy-theme
	-------------------------------------------------------------- */
	.buy-theme {
		width: auto;
	}
	/* = search.php
	-------------------------------------------------------------- */
	.search-results .cat-il {
		padding: 1.428em 0;
	}
	.search-results .no-sidebar .cat-il {
		letter-spacing: -0.5em;
		margin: 0 -10% 0 0;
		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;
	}
	.search-results .no-sidebar .cat-il article,
	.search-results .no-sidebar .cat-il .article {
		width: 40%;
		margin: 0 10% 2.856em 0;
		padding: 0 0 2.856em;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;
	}
}

/* Desktop 1290px
-------------------------------------------------------------- */
@media screen and (min-width: 77.5em) {
	.item-page-header .inner_block,
	.inner_block,
	.sof .inner {
		width: 1170px;
	}
	/* =header
	-------------------------------------------------------------- */
	.inner {
		padding: 0;
	}
	.sof .inner {
		margin: 0 auto;
	}
	.global-block .inner {
		width: auto;
		margin: 0 2vw;
	}
	.site-description .description,
	.category-area .slick-slider {
		width: auto;
		margin: 0 2vw;
	}
	.site-title {
		left: 0%;
	}
	.site-title span {
		font-size: 260%;
	}
	.fixed .site-title span {
		font-size: 230%;
	}
	.site-description {
		padding: 0;
	}
	#main-image .catchcopy {
		font-size: 360%;
	}
	#mobile-menu .insider {
		margin-right: 2vw;
	}
	#content .page_post .wrap {
		width: 1170px;
		position: relative;
		height: 100%;
	}
	#content .text_area {
		width: calc(50% - (50vw - 585px));
	}
	#content .text_area.right {
		margin: 7.14em 0 7.14em calc(50vw - 585px);
	}
	#content .text_area.left {
		margin: 7.14em calc(50vw - 585px) 7.14em 0;
	}
	#content .image_area {
		width: calc(50% + 50vw - 585px);
	}
	#content .image_area.left {
		margin-left: calc(-50vw + 585px);
	}
	#content .image_area.right {
		margin-right: calc(-50vw - 585px);
	}
	.info-area .inside {
		width: 1170px;
		margin: auto;
		padding: 4.284em 0%;
	}
	.info-area .info-area-wrap-narrow {
		padding: 2.142em 10% 0 0;
	}
	.info-area .backdrop {
		width: 28%;
		right: -7%;
	}
	.cat-main-image span {
		display: block;
		min-height: 100vh;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100vw;
	}
	.front-il .front-il-block {
		padding: 2.854em 0 0;
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
	}
	.front-il-wap-reg {
		margin: 0 -10% 0 0;
	}
	.front-il .il {
		margin-bottom: 2.854em;
	}
	#secondary {
		margin-right: calc(585px - 50vw);
		margin-left: calc(585px - 50vw);
	}
	#secondary .inner {
		width: 1170px;
		margin: 0 auto;
	}
	.two-column.left-set #secondary .inner,
	.two-column.right-set #secondary .inner {
		width: auto;
	}
	.footer-widget .wrapper {
		padding: 3.57em 0 1.428em;
		width: 1170px;
		margin: 0 auto;
	}
	.footer-widget .wrapper .column {
		margin-right: -5%;
	}
	.widget {
		width: 20%;
		margin-right: 5%;
	}
	.widget_welcart_calendar {
		width: 45%;
	}
	.footer-backdrop .inner {
		width: 1170px;
		margin: 0 auto;
	}
	.site-content-item .page-header {
		padding: 140px 0 1.714em;
		width: 1170px;
		margin: 0 auto;
	}
	.site-content-item .page-header .block {
		margin: 0 0 0.714em 0;
	}
	#page-bottomfixed .insider {
		margin: 0;
		padding: 0;
	}
	#page-bottomfixed .delay {
		margin-right: 0;
		padding: 0;
	}
	.home-widget .widget_welcart_bestseller li {
		width: 21%;
	}
}

/**
* 16.6 Desktop Wide 1400px
*/
@media screen and (min-width: 87.5em) {
	#content .text_area {
		width: 40%;
	}
	#content .text_area.right {
		margin: 7.14em 0 7.14em 10%;
	}
	#content .text_area.left {
		margin: 7.14em 10% 7.14em 0;
	}
	.cat-main-image img {
		height: auto;
		width: 100%;
	}
}
