/*
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.6.0
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.4 - 8.0
*/

/* -- load-spinner -- */
.loadingAnim {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.loadingAnim::before,
.loadingAnim::after {
	content: " ";
	display: block;
	position: fixed;
	z-index: 99;
	right: 0;
	left: 0;
	width: 100%;
	height: 50%;
	margin-right: auto;
	margin-left: auto;
	transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition-delay: .3s;
	background-color: #aaa;
	line-height: 1;
}

.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 {
	display: inline-block;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 48px;
	margin: auto;
	overflow: hidden;
	transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
	transition-delay: .6s;
	line-height: 1;
	text-align: center;
}

.loadingAnim_line::after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	margin: auto auto auto 0;
	-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 {
	content: "\f110";
	display: inline-block;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #fff;
	font-family: "Font Awesome 6 Pro";
	font-size: 40px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1.2;
	text-rendering: auto;
	vertical-align: -.0667em;
	will-change: opacity;
}

.loaded .loadingAnim_line {
	height: 0;
	overflow: hidden;
}

.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 {
	height: 100%;
	overflow: auto;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

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 {
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
	border: 0;
	background-color: #d6d6d6;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

small {
	font-size: smaller;
}

img {
/*	-moz-animation-name: fade-in;	*/
/*	-webkit-animation-name: fade-in; 	*/
/*	animation-name: fade-in;	*/
/*	-moz-animation-duration: 1.5s;	*/
/*	-webkit-animation-duration: 1.5s;	*/
/*	animation-duration: 1.5s;	*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	color: #444;
	text-decoration: none;
}

a:hover,
input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .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"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	font-size: 114.285%;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

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"] {
	display: block;
	width: 100%;
	padding: 1em;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	background-color: #ccc;
	line-height: 1.3;
}

input[type="password"],
input[type="text"],
input[type="reset"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	max-width: 100%;
	min-height: 2.4em;
	padding: 0 .714em;
	line-height: 1.3;
}

input[type="radio"] {
	content: "";
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

input[type="radio"]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background: #aaa;
}

input[type="checkbox"] {
	border: 1px solid #bbb;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	outline: none;
}

select {
	min-width: 5em;
	min-height: 2.4em;
	padding: calc(.357em - 1px) 2.86em calc(.357em - 1px) .714em;
	border: solid 1px #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #fff url(assets/images/angle-right-solid.svg) center right 0 no-repeat;
	font-size: 100%;
	line-height: 1.3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	width: 100%;
	height: 5em;
	padding: .714em;
	border: 0;
	outline: none;
	background: transparent;
	background-color: #fff;
	font-size: 100%;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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 {
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #ddd;
	outline: none;
}

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 {
	border: 1px solid #aaa !important;
	box-shadow: 0 0 7px #aaa;
}

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"] {
	padding: .714em;
	font-size: 100%;
}

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 {
	top: 9rem;
	left: 3rem;
}

.customize-partial-edit-shortcut-Panetteria_type_options-svg_decoration {
	top: 0;
	right: 2rem;
}

.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 {
	content: "";
	display: table;
}

/* -- clearfix -- */
.cf::before,
.cf::after {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -- width -- */
.inner {
	padding: 0 4%;
}

/* ------------------------------------------------ drawer menu */
.contents-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .8);
}

.drawer-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	padding: 0;
	overflow: scroll;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
	background: #e7e7e7;
}

/* checkbox */
.check {
	display: none;
}

/* menu button */
.menu-btn {
	display: block;
	position: fixed;
	z-index: 6;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.nofixed .menu-btn {
	position: absolute;
}

.bar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 1px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #222;
}

.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 {
	display: block;
	visibility: visible;
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	color: #222;
	white-space: nowrap;
}

.fixed .menu-btn__text {
	bottom: 0;
	opacity: 0;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	cursor: url(assets/images/cross.svg), auto;
}

/* checked */
.check:checked ~ .drawer-menu {
	z-index: 5;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}

.check:checked ~ .contents-wrap {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	top: 2px;
	left: 1px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	top: 29px;
	left: 1px;
	width: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	visibility: visible;
	z-index: 4;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
}

/* =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 {
	margin: 0;
	padding: 0;
	background-color: #dedede;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

em {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/* -- table -- */
caption {
	margin-bottom: .429em;
	font-weight: bold;
}

/* =body
-------------------------------------------------------------- */
#site-block {
	overflow: hidden;
}

.contents-wrap {
	padding-top: 64px;
	-webkit-transition: .2s -webkit-transform ease-in-out 0s;
	transition: .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 {
	position: relative;
	z-index: 3;
	width: 100%;
}

.global-block {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .2s -webkit-transform ease-in-out 0s;
	transition: .2s all ease-in-out 0s;
	background-color: rgba(255, 255, 255, .8);
}

.fixed .global-block {
	background-color: rgba(255, 255, 255, 1);

}

.nofixed .global-block,
.nofixed .fixed .global-block {
	position: relative;
	background-color: #fff;
}

.global-block .inner {
	position: relative;
	min-height: 64px;
	-webkit-transition: .1s -webkit-transform ease-in-out 0s;
	transition: .1s all ease-in-out 0s;
}

.fixed .global-block .inner {
	min-height: 48px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* -- .site-description -- */
.site-description {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding: .571em 4%;
	-webkit-transition: .3s -webkit-transform ease-in-out 0s;
	transition: .3s all ease-in-out 0s;
	background-color:transparent;
	color: #000;
	text-align: center;
}

.nofixed .site-description {
	position: absolute;
	top: 64px;
}

.nofixed .fixed .site-description {
	top: 48px;
}

.site-description h2,
.site-description p {
	font-size: 85.714%;
	line-height: 1.3;
}

.site-description .description-insider {
	display: -webkit-box;
	height: 100%;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* -- .incart-btn -- */
.incart-btn {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 128.571%;
	letter-spacing: -.5em;
	cursor: pointer;
}

.incart-btn i {
	display: inline-block;
	font-size: 142.857%;
	vertical-align: middle;
}

.incart-btn a {
	color: #222;
	text-decoration: none;
}

.total-quant {
	display: inline-block;
	min-width: 1.714em;
	min-height: 1.714em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	line-height: 1.714em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/* -- .menu-bar -- */
.menu-bar {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 14px;
	margin: 24px 0 0;
	-webkit-transition: .1s -webkit-transform ease-in-out 0s;
	transition: .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;
	box-sizing: border-box;
	transition: all .4s;
}

.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;
	z-index: 3;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

#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 {
	padding: 1.428em 0;
	float: none;
	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 {
	display: flex;
	position: absolute;
	top: 50%;
	left: 4%;
	margin: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #444;
	font-weight: normal;
}

.site-title span {
	display: inline-flex;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	font-size: 180%;
	line-height: 1.1;
}

.fixed .site-title span {
	font-size: 160%;
}

.site-title a {
	display: inline-flex;
	color: #444;
	text-decoration: none;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0 1px 5px #666;
	vertical-align: -webkit-baseline-middle;
}

.site-title img {
	width: auto;
	max-width: inherit;
	max-height: 48px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.fixed .site-title img {
	max-height: 32px;
}

/* -- .membership -- */
.snav {
	position: relative;
}

.snav .membership {
	padding: 3em 0 1.428em;
	border-bottom: dotted 1px #222;
}

.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 .714em;
	border-bottom: none;
}

.snav .membership li:last-child {
	margin-bottom: 0;
}

.snav .membership li a {
	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%;
	line-height: 1.3;
	text-align: center;
}

.snav .membership li a.usces_login_a {
	background-color: #aaa;
}

/* -- .sns -- */
.sns-wrapper {
	padding-bottom: 1.428em;
	border-bottom: dotted 1px #222;
}

.sns {
	display: flex;
	align-items: center;
	margin-left: 4.2em;
	padding: 0;
	letter-spacing: -.5em;
	text-align: left;
}

.sns li {
	display: inline-block;
	margin: 0 .8em 0 0;
}

.sns li a {
	display: block;
}

.sns li a i,
.f_sns li a i {
	display: block;
	font-style: normal;
	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,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221024px%22%20height%3D%221024px%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22enable-background%3Anew%200%200%201024%201024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M512%2C0C229.2%2C0%2C0%2C229.2%2C0%2C512c0%2C255.6%2C187.2%2C467.4%2C432%2C505.8V660H302V512h130V399.2c0-46.1%2C9.9-84.8%2C27.9-115.5%20c0.8-1.3%2C1.6-2.7%2C2.4-4c1.6-2.6%2C3.3-5.1%2C5.1-7.6c4.4-6.2%2C9.2-12%2C14.3-17.5c11.3-11.9%2C24.3-22%2C38.9-30.1%20c14.6-8.1%2C30.7-14.2%2C48.3-18.4c3.2-0.7%2C6.4-1.4%2C9.7-2s6.6-1.2%2C10-1.6c3.4-0.5%2C6.8-0.9%2C10.2-1.2c8.6-0.9%2C17.5-1.3%2C26.7-1.3%20c56%2C0%2C114.6%2C10%2C114.6%2C10v126h-64.6c-2%2C0-3.9%2C0-5.8%2C0.1c-3.8%2C0.2-7.4%2C0.5-10.9%2C0.9c-5.2%2C0.7-10.1%2C1.6-14.6%2C2.9%20c-3.8%2C1.1-7.3%2C2.3-10.5%2C3.7c-2.6%2C1.1-5.1%2C2.4-7.4%2C3.8c-3.5%2C2-6.7%2C4.3-9.6%2C6.8c-0.5%2C0.4-1%2C0.8-1.4%2C1.3c-0.9%2C0.8-1.8%2C1.7-2.7%2C2.6%20c-0.4%2C0.4-0.9%2C0.9-1.3%2C1.4c-0.8%2C0.9-1.6%2C1.8-2.4%2C2.8c-0.8%2C1-1.5%2C1.9-2.2%2C2.9s-1.4%2C2-2.1%2C3c-0.3%2C0.5-0.6%2C1-1%2C1.6%20c-0.6%2C1-1.2%2C2.1-1.8%2C3.2c-0.3%2C0.5-0.6%2C1.1-0.8%2C1.6c-0.5%2C1.1-1.1%2C2.2-1.5%2C3.3c-0.5%2C1.1-0.9%2C2.2-1.4%2C3.4c-0.4%2C1.1-0.8%2C2.3-1.2%2C3.5%20c-0.2%2C0.6-0.4%2C1.2-0.6%2C1.8c-0.4%2C1.2-0.7%2C2.4-1%2C3.6c-1.2%2C4.8-2.1%2C9.7-2.6%2C14.7c-0.1%2C1.2-0.2%2C2.5-0.3%2C3.8c-0.2%2C2.5-0.2%2C5-0.2%2C7.6v96%20h142l-22.7%2C148H592v357.8c244.8-38.4%2C432-250.2%2C432-505.8C1024%2C229.2%2C794.8%2C0%2C512%2C0z%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%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221024px%22%20height%3D%221024px%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22enable-background%3Anew%200%200%201024%201024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M512%2C0C229.2%2C0%2C0%2C229.2%2C0%2C512c0%2C255.6%2C187.2%2C467.4%2C432%2C505.8V660H302V512h130V399.2c0-46.1%2C9.9-84.8%2C27.9-115.5%20c0.8-1.3%2C1.6-2.7%2C2.4-4c1.6-2.6%2C3.3-5.1%2C5.1-7.6c4.4-6.2%2C9.2-12%2C14.3-17.5c11.3-11.9%2C24.3-22%2C38.9-30.1%20c14.6-8.1%2C30.7-14.2%2C48.3-18.4c3.2-0.7%2C6.4-1.4%2C9.7-2s6.6-1.2%2C10-1.6c3.4-0.5%2C6.8-0.9%2C10.2-1.2c8.6-0.9%2C17.5-1.3%2C26.7-1.3%20c56%2C0%2C114.6%2C10%2C114.6%2C10v126h-64.6c-2%2C0-3.9%2C0-5.8%2C0.1c-3.8%2C0.2-7.4%2C0.5-10.9%2C0.9c-5.2%2C0.7-10.1%2C1.6-14.6%2C2.9%20c-3.8%2C1.1-7.3%2C2.3-10.5%2C3.7c-2.6%2C1.1-5.1%2C2.4-7.4%2C3.8c-3.5%2C2-6.7%2C4.3-9.6%2C6.8c-0.5%2C0.4-1%2C0.8-1.4%2C1.3c-0.9%2C0.8-1.8%2C1.7-2.7%2C2.6%20c-0.4%2C0.4-0.9%2C0.9-1.3%2C1.4c-0.8%2C0.9-1.6%2C1.8-2.4%2C2.8c-0.8%2C1-1.5%2C1.9-2.2%2C2.9s-1.4%2C2-2.1%2C3c-0.3%2C0.5-0.6%2C1-1%2C1.6%20c-0.6%2C1-1.2%2C2.1-1.8%2C3.2c-0.3%2C0.5-0.6%2C1.1-0.8%2C1.6c-0.5%2C1.1-1.1%2C2.2-1.5%2C3.3c-0.5%2C1.1-0.9%2C2.2-1.4%2C3.4c-0.4%2C1.1-0.8%2C2.3-1.2%2C3.5%20c-0.2%2C0.6-0.4%2C1.2-0.6%2C1.8c-0.4%2C1.2-0.7%2C2.4-1%2C3.6c-1.2%2C4.8-2.1%2C9.7-2.6%2C14.7c-0.1%2C1.2-0.2%2C2.5-0.3%2C3.8c-0.2%2C2.5-0.2%2C5-0.2%2C7.6v96%20h142l-22.7%2C148H592v357.8c244.8-38.4%2C432-250.2%2C432-505.8C1024%2C229.2%2C794.8%2C0%2C512%2C0z%22%2F%3E%3C%2Fsvg%3E");
}

.twitter .lsf-icon::before {
	-webkit-mask-image: url("./assets/images/ico-x.svg");
	mask-image: url("./assets/images/ico-x.svg");
}

.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 {
	margin: 1.428em 0 0;
	letter-spacing: -.5em !important;
	text-align: center;
}

.f_sns li {
	display: inline-block;
	margin: 0 .714em;
	vertical-align: middle;
}

.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;
	padding: .714em 1.428em .714em .714em;
	border-bottom: dotted 1px #222;
	color: #222;
	line-height: 1.3;
}

#site-navigation ul ul {
	margin-top: 0;
}

#site-navigation li a::after {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

#site-navigation .current_page_item a {
	background-color: rgba(0, 0, 0, .15);
	color: #fff;
}

/* =main youtube
-------------------------------------------------------------- */
#main_youtube {
	display: grid;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#main_video {
	position: relative;
	height: 100%;
}

#main_video video {
	display: block;
}

.black_screen::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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");
}

#main_youtube #youtube_movie {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* =main
-------------------------------------------------------------- */
#main {
	position: relative;
	z-index: 1;
	margin: 0;
}

.home #masthead + #main {
	margin-top: 0;
	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 {
	margin-bottom: 2.836em;
	padding: 0;
}

.page_post .entry-content {
	margin-bottom: 0;
	line-height: 1.8;
}

.comments-area {
	padding: 0;
}

/* -- .cat-slider -- */
.category-area {
	background-color: rgba(34, 34, 34, .65);
}

.cat-slider {
	position: relative;
	width: 100%;
}

.cat-slider .slick-list {
	width: 82%;
	margin: 0 auto;
}

.cat-slider .slick-slide {
	-webkit-transition: .4s -webkit-transform ease-in-out 0s;
	transition: .4s all ease-in-out 0s;
	opacity: 0;
}

.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 {
	position: relative;
	height: 100%;
	min-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 {
	margin: 0 0 .714em 0;
	overflow: hidden;
	color: #fff;
	font-size: 142.857%;
}

.cat-slider .cat-name span {
	display: inline-block;
	position: relative;
	margin: 0 2.5em 0 0;
	padding: 0 1em 0 0;
	text-align: left;
}

.cat-slider .cat-name span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100vw;
	height: 1px;
	background-color: #fff;
}

.cat-slider .cat-name span::after {
	left: 100%;
}

.cat-slider .cat-description {
	color: #fff;
	font-size: 100%;
	line-height: 1.8;
}

.cat-slider .cat-description a {
	color: #fff;
	text-decoration: underline;
}

.cat-slider .list-button {
	width: 100%;
	text-align: center;
}

.cat-slider .list-button a {
	display: inline-block;
	padding: .429em .857em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #444;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
}

.cat-slider .list-button a::after {
	content: "\f105";
	display: inline-block;
	margin-left: .8em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.category-area .slick-slider {
	margin-bottom: 0;
	padding: 2.13em 0;
}

/* -- .info-area -- */
.info-area {
	position: relative;
	overflow: hidden;
	background-color: #e1e1e1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e1e1e1), color-stop(1, #e1e1e1));
}

.info-area .inside {
	position: relative;
	z-index: 1;
	padding: 4.284em 4%;
}

.info-area .backdrop {
	position: absolute;
	z-index: 0;
	right: -20%;
	bottom: 0;
	width: 56%;
}

.info-area h2 {
	margin: 0 auto;
	margin-bottom: 1.428em;
	color: #222;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

.info-area h2 span {
	display: inline-block;
	padding-bottom: .571em;
	border-bottom: solid 1px #222;
}

.info-area .iawrap {
	margin: 0;
}

.info-area h2 + .iawrap {
	margin: 0 0 3em;
	letter-spacing: -.5em !important;
}

.info-area .iawrap article {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

.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;
	color: #222;
	letter-spacing: -.5em !important;
}

.home .info-area .iawrap article .thumb-img {
	display: inline-block;
	width: 24%;
	margin-right: 4%;
	margin-bottom: 0 !important;
	vertical-align: top;
}

.info-area .iawrap article .text-area {
	display: inline-block;
	width: 72%;
	vertical-align: top;
}

.info-area .iawrap article .text-area time {
	display: block;
	margin-bottom: .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;
	padding: .429em .857em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #444;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
}

.info-area .info-nav a::after {
	content: "\f105";
	display: inline-block;
	margin-left: .8em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

/* -- Home Public Relations Area -- */
#content .page_post {
	overflow: hidden;
}

#content .page_post h2 {
	margin-bottom: .714em;
	padding: 0 2rem .714em 0;
	font-size: 128.571%;
	font-weight: 600;
}

#content .page_post .text_area::before {
	content: "\f138";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.4rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

#content .image_area {
	position: relative;
	margin: 0;
}

#content .text_area {
	position: relative;
	margin: 2.143em 4%;
	text-align: left;
}

.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 {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 1.428em;
}

.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 {
	width: 94.787%;
	margin-bottom: 2.284em;
}

.widget_title span > img {
	display: inline-block !important;
	width: auto;
	height: 1.143em !important;
	margin-right: .357em;
	vertical-align: -.2em;
}

.widget a {
	text-decoration: none !important;
}

.tagcloud a::after {
	content: "/";
}

.tagcloud a:last-child::after {
	content: "";
}

/* New Widget Block */
#secondary .widget_block ul {
	padding-left: 1.2rem;
	list-style: disc;
}

#secondary .widget_block .wp-block-quote {
	display: flex;
	flex-wrap: wrap;
}

#secondary .widget_block .wp-block-quote::before {
	content: "";
	display: block;
	width: 3px;
	margin-right: .5em;
	background-color: #333;
}

#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 {
	display: inline-block;
	width: 23% !important;
	margin: 0 3% 0 0 !important;
	text-align: center;
	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 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-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 {
	margin-bottom: .571em !important;
	padding-bottom: .571em;
	border-bottom: dotted 1px #aaa !important;
	letter-spacing: -.5em;
}

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 {
	display: inline-block;
	width: 74%;
	margin: 0;
	vertical-align: middle;
}

.widget_welcart_bestseller .ucart_widget_body {
	counter-reset: count-number;
}

.widget_welcart_bestseller li {
	position: relative;
	margin-bottom: .571em !important;
	padding-bottom: .571em;
	border-bottom: dotted 1px #aaa !important;
	letter-spacing: -.5em;
}

.widget_welcart_bestseller li::before {
	content: counters(count-number, ".") " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	width: 2.4em;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	color: #fff;
	font-size: 114.3%;
	line-height: 2.4em;
	text-align: center;
	text-indent: -.357em;
	counter-increment: count-number;
}

.widget_welcart_bestseller li:nth-child(odd)::before {
	background-color: #aaa;
}

.widget_welcart_bestseller .itemimg {
	display: inline-block;
	position: relative;
	width: 25% !important;
	margin: 0 5% 0 15% !important;
	text-align: center;
	vertical-align: middle;
}

.widget_welcart_bestseller .itemimg a {
	display: block;
	position: relative;
}

.widget_welcart_bestseller .title-block {
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}

.widget_welcart_bestseller .itemsoldout {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	background-color: inherit;
	font-weight: 600;

	/*color: #ff8800;*/
}

.widget_panetteria_item_list .item-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10%;
}

.widget_panetteria_item_list article {
	width: 40%;
	margin: 0 10% 2.124em 0;
	padding: 0;
	border: none;
	text-align: center;
}

.widget_panetteria_item_list article:last-child {
	border-bottom: none;
}

.widget_panetteria_item_list article a {
	display: block;
	position: relative;
	color: #444;
	text-decoration: none;
}

.widget_panetteria_item_list article .itemimg {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin-right: 0;
	margin-bottom: .714em;
}

.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 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.widget_panetteria_item_list article .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

.widget_panetteria_item_list article .itemsoldout .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 !important;
	-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;
	left: inherit;
	width: 100%;
}

.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 {
	padding: 4px 8px;
	border: 1px solid #dfdfdf;
}

.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 {
	margin-bottom: .714em;
	padding-bottom: .714em;
	border-bottom: dotted 1px #bbb;
	line-height: 1.3;
}

.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;
	margin-right: .8em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.widget_welcart_category li li {
	margin-bottom: 0;
	margin-left: 1em;
	padding: .357em 0;
	border-bottom: none;
}

.widget_welcart_category li:last-child {
	border-bottom: none;
}

.widget_welcart_category li li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_welcart_category li .children {
	margin-top: .4em;
}

/* - .widget_welcart_bestseller + .widget_welcart_featured - */
.widget_welcart_featured .thumtitle a,
.widget_welcart_bestseller .itemname a {
	display: inline-block;
	font-weight: normal !important;
	line-height: 1.3;
}

/* - .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 {
	margin: 0 auto 1em;
	font-size: 100%;
}

.usces_calendar caption {
	font-weight: normal;
	text-align: center;
}

.usces_calendar th,
.usces_calendar td {
	font-weight: normal;
	text-align: center;
}

.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: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 2.4em;
	height: 2.4em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #d6d6d6;
}

.usces_calendar .businessday::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 2.4em;
	height: 2.4em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
}

.usces_calendar .businesstoday.businessday {
	position: relative;
	color: #fff;
}

.usces_calendar .businesstoday.businessday::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 2.4em;
	height: 2.4em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #aaa;
}

.business_days_exp_box.businessday {
	display: inline-block;
	width: .929em;
	height: .929em;
	margin-left: .3em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	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 {
	margin-top: .714em;
	padding-top: .714em;
	border-top: dotted 1px #aaa;
	line-height: 1.3;
}

.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 {
	display: block;
	padding: 0;
	line-height: normal;
}

.widget_categories li a {
	display: inline-block;
}

/* - .widget_archive - */
.widget select {
	width: 100%;
	height: auto;
	min-height: 33px;
	margin: 0;
	padding: calc(.3em - 1px) 1em calc(.3em - 1px) .5em;
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #fff url(assets/images/angle-right-solid.svg) no-repeat right center;
	font-size: 100%;
	font-weight: 100;
	line-height: 1.3;
}

.widget_welcart_post .title {
	margin-bottom: .358em;
	font-size: 107.1%;
	font-weight: normal;
}

/* .widget_recent_entries - */
.widget_recent_entries li,
.usces_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_welcart_post li {
	margin-bottom: .714em;
	padding-bottom: .714em;
	border-top: none;
	border-bottom: dotted 1px #aaa;
	line-height: 1.3;
}

.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;
	margin-right: 5px;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

/* - .widget_recent_comments - */
.widget_recent_comments li {
	margin-bottom: 10px;
}

/* - .widget_search - */
.widget_search .search-text {
	padding: 0 .714em !important;
}

.s-box {
	position: relative;
	padding: .571em 1em;
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.s-box input[type="text"].search-text {
	width: calc(100% - 2.4em);
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #aaa;
	border-left: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.s-box .searchsubmit {
	display: inline-block !important;
	position: absolute;
	top: 50%;
	right: .714em;
	width: 1.5em !important;
	height: auto;
	padding: 0 !important;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	color: #444;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.5em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	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;
	margin-right: .5em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.widget_welcart_login .loginbox p label:nth-child(3)::before {
	content: "\f09c";
	display: inline-block;
	margin-right: .5em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .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;
	width: 100%;
	margin-top: .714em;
	padding: .714em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #c7c7c7;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
	text-align: center;
}

.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: .714em 0 0 0;
}

/* - .widget_welcart_search - */
.widget_welcart_search input[type="text"].searchtext {
	width: 100%;
	margin-bottom: .714em;
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.widget_welcart_search #searchsubmit {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	text-align: center;
}

.widget_welcart_search li div {
	padding-top: .714em;
}

.widget_welcart_search li div a {
	display: block;
	padding: .714em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #777;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
	text-align: center;
}

/* = Widget Area | Secondary
-------------------------------------------------------------- */
#secondary .wrapper {
	margin-right: -5.213%;
	padding-top: 2.13em;
	letter-spacing: -.5em !important;
}

#secondary .wrapper .column {
	display: inline-block;
	width: 100%;
}

#secondary .widget_title {
	position: relative;
	margin-bottom: .714em;
	padding-bottom: .714em;
	border-bottom: solid 1px #222;
	font-size: 114.3%;
	font-weight: normal;
	line-height: 1.3;
}

#secondary .widget_title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 25%;
	border-bottom: solid 1px #aaa;
}

#secondary .loginbox div {
	margin-bottom: .5em;
}

/* = Widget Area | Footer
-------------------------------------------------------------- */
.footer-widget {
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .9);
}

.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 {
	color: #fff;
	letter-spacing: -.5em !important;
}

#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 {
	min-width: 100%;
	text-align: center;
}

#page-bottomfixed .delay .slick-initialized .slick-slide {
	display: inline-block;
	margin: 0;
	padding: 0 1%;
	float: none;
	-webkit-transition: .3s -webkit-transform ease-in-out 0s;
	transition: .3s all ease-in-out 0s;
	text-align: left;
	vertical-align: middle;
}

.widget_title {
	margin-bottom: 1.142em;
	padding-bottom: .357em;
	border-bottom: dotted 2px #444;
	color: #444;
	font-size: 128.6%;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
}

#page-bottomfixed .delay .slick-prev,
#page-bottomfixed .delay .slick-next {
	display: block !important;
	z-index: 1;
	padding: 0 .357em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	line-height: normal;
	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 - .714em);
}

#page-bottomfixed .delay .slick-next {
	right: 0;
	width: calc(32px - .714em);
}

.bottomfixed {
	position: fixed;
	z-index: 3;
	bottom: -100vh;
	left: 0;
	width: 100%;
	padding: .714em;
	-webkit-transition: .8s -webkit-transform ease-in-out .5s;
	transition: .8s all ease-in-out .5s;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
}

.fixed .bottomfixed {
	bottom: 0%;
	opacity: 1;
	background-color: rgba(68, 68, 68, .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 {
	display: block;
	position: absolute;
	z-index: 1;
	top: 16px;
	left: .714em;
	-webkit-transition: .8s -webkit-transform ease-in-out .5s;
	transition: .8s all ease-in-out .5s;
	text-align: center;
}

#flowtbut.close span,
#flowtbut.open span {
	display: block;
	width: 26px;
	height: auto;
	color: #fff;
	font-size: 26px;
	line-height: 26px;
}

#flowtbut.open span {
	color: #444;
}

#flowtbut.close span i::before {
	content: "\f057";
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.fixed #flowtbut.open {
	position: fixed;
	top: inherit;
	bottom: .714em;
}

.fixed #flowtbut.open span i::before {
	content: "\f055";
	display: inline-block;
	color: #666;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.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: -.5em !important;
}

.footer-widget .widget_panetteria_item_list .item-list {
	margin-right: -5.213%;
	letter-spacing: -.5em;
}

.footer-widget .widget_panetteria_item_list .item-list article {
	display: inline-block;
	width: 44.787%;
	margin-right: 5.213%;
	padding-bottom: 0;
	border-bottom: none;
	vertical-align: top;
}

.footer-widget .widget_panetteria_item_list article .itemimg {
	display: block;
	width: 100%;
	margin-right: 0;
}

.footer-widget .widget_panetteria_item_list article .item-info-wrap {
	display: block;
	width: 100%;
	margin: .5em 0 0;
	vertical-align: top;
}

.footer-widget .widget_panetteria_item_list article .opt-tag {
	position: inherit;
	top: inherit;
	left: inherit;
	text-align: center;
	white-space: nowrap;
}

.footer-widget .widget_panetteria_item_list article .itemsoldout .inner {
	text-align: center;
}

.footer-widget .campaign_discount {
	display: block;
	margin: .357em auto 0;
}

/* = Widget Area | Home
-------------------------------------------------------------- */
.home-widget .item-list {
	margin: 0 -10% 0 0;
	letter-spacing: -.5em;
}

.home-widget .item-list article {
	display: inline-block;
	width: 40%;
	margin: 0 10% 2.124em 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: top;
}

.home-widget .item-list article a {
	display: block;
	position: relative;
	color: #444;
	text-decoration: none;
}

.home-widget .item-list .itemimg {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin-right: 0;
	margin-bottom: .714em;
}

.home-widget .item-list .itemimg::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.home-widget .item-list .itemimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-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;
	left: inherit;
	width: 100%;
}

.home-widget .widget_panetteria_item_list article .item-info-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

.home-widget .widget_panetteria_item_list .widget_title {
	margin: 0 auto;
	margin-bottom: 1.428em;
	border-bottom: none;
	color: #444;
	font-size: 171.428%;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

.home-widget .widget_panetteria_item_list .widget_title span {
	display: inline-block;
	padding-bottom: .571rem;
	border-bottom: solid 1px #444;
}

.itemname {
	margin-bottom: .358em;
	line-height: 1.2;
}

.campaign_point,
.campaign_discount {
	display: inline-block;
	margin: .357em 0 0;
	padding: .357em .714em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #aaa;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}


/* =toTop
-------------------------------------------------------------- */
#toTop {
	position: fixed;
	z-index: 99;
	right: 2.856em;
	bottom: 20%;
}

#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 {
	padding: 2.13em 0 2.13em;
	background-color: rgba(68, 68, 68, .9);
}

/* .site-title-foot */
.footer-logo-block {
	text-align: center;
}

.site-title-foot {
	display: inline-block;
	width: 60%;
	margin-bottom: .214em;
	color: #fff;
	font-size: 185.714%;
	line-height: 1.3;
	text-align: center;
}

.site-title-foot a {
	color: #fff;
	text-decoration: none;
}

.footer-desc {
	margin-bottom: 1.428em;
	color: #fff;
	font-size: 85.7%;
}

.footer-desc img {
	display: inline-block;
}

/* .footer-navigation */
.footer-navigation a {
	display: block;
	margin-bottom: 1px;
	padding: .571em 1.143em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(68, 68, 68, .5);
	color: #fff;
	font-size: 85.7%;
	text-decoration: none;
}

.footer-navigation .current_page_item a {
	background-color: rgba(68, 68, 68, 1);
}

.footer-navigation a::before {
	content: "\f105";
	display: inline-block;
	margin-right: 1em;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.footer-navigation .sub-menu a {
	padding-left: 2.858em;
}

/* .copyright */
.copyright {
	padding: .714em 1.429em;
	background-color: rgba(255, 255, 255, .8);
	font-size: 85.7%;
	line-height: 1.3;
	text-align: center;
}

/* =404.php
-------------------------------------------------------------- */
.error-404 .page-header .page-title {
	text-align: center;
}

.error-404 .page-content {
	padding: 1.428em 4vw;
	background-color: #e7e7e7;
}

.error-404 .page-content p {
	margin-bottom: .714em;
}

#not-found-image {
	margin: 0 4vw 1.428em;
}

/* =contetns
-------------------------------------------------------------- */

/* =front-page.php
-------------------------------------------------------------- */

/* -- .main-image -- */
.main-image {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}

.main-image img {
	width: 100%;
}

/* -- .slick-slider -- */
.main-image #slider-block {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.fixed #front-slider {
	position: relative;
}

.fixed #front-slider .slick-slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.fixed #front-slider .slick-list {
	position: relative;
}

.fixed #front-slider::before {
	content: "";
	display: block;
	padding-top: 66.66%;
}

#front-slider .slick-slider,
#front-slider .slick-list {
	position: relative;
	height: 100%;
}

.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 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94.288%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 160%;
	font-weight: 100;
	line-height: 1.25;
	text-align: center;
	vertical-align: -webkit-baseline-middle;
}

#main-image .catchcopy span {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 .357em;
	-webkit-transition: .6s all ease-in-out 0s;
	transition: .6s all ease-in-out 0s;
	opacity: 1;
	text-align: center;
	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 {
	margin: 0 auto;
	margin-bottom: 1em;
	color: #444;
	font-size: 171.428%;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

.front-il h2 span {
	display: inline-block;
	padding-bottom: .571em;
	border-bottom: solid 1px #444;
}

.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;
	position: relative;
	margin: 0 10.111%;
	color: #444;
	text-decoration: none;
}

.front-il .itemimg {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin-bottom: .714em;
}

.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 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-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, .5);
}

.front-il-block .itemsoldout,
.cat-il .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}

.front-il-block .itemsoldout .block,
.cat-il .itemsoldout .block {
	width: 80%;
	max-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: -.5em;
}

.front-il .front-il-wap-reg .il {
	display: inline-block;
	width: 40%;
	margin: 0 10% 2.124em 0;
	vertical-align: top;
}

.front-il .front-il-wap-reg .il a {
	margin: 0;
}

.opt-tag {
	z-index: 1;
	margin: .5em -1%;
	letter-spacing: -.5em !important;
}

.opt-tag li {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 1%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #777;
	color: #fff;
	font-size: 10px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
}

.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 {
	margin-bottom: .5em;
	font-size: 100%;
	line-height: 1.3;
}

.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 {
	margin: 0 0 1.071em;
	overflow: hidden;
	font-size: 128.6%;
	line-height: 1.3;
	text-align: center;
}

.home .sof .entry-title span {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 .929em;
	text-align: left;
}

.home .sof .entry-title span::before,
.home .sof .entry-title span::after {
	content: "";
	position: absolute;
	top: 50%;
	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: -.5em !important;
}

.blog #content .entry-content {
	padding-bottom: 0;
}

.blog #content .entry-content .loopimg {
	margin-bottom: 1.071em;
}

.blog #content .entry-meta span {
	display: inline-block;
	min-height: 1.716em;
	margin: .214em 0;
	margin-right: .214em;
	padding: .429em .858em;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	background-color: #dedede;
	line-height: 1.3;
	vertical-align: middle;
}

.blog #content .thumb-img {
	position: relative;
	margin-bottom: .714em;
	border: 5px solid #fff;
	background-color: #fff;
}

.blog #content .thumb-img::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.blog #content .thumb-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-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 {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.item-page-header .inner_block {
	width: 92%;
	margin: 0 auto 1.428em;
}

.cat-main-image {
	position: fixed;
	z-index: -3;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.cat-main-image span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100vh;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.cat-main-image img {
	width: auto;
	max-width: inherit;
	opacity: .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%;
	-moz-transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
	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;
	margin-top: 72px;
	padding: 1.428em 0 0;
}

.storycontent.sc-item {
	margin-top: 1em;
}

.storycontent::before,
.top-storycontent::before,
#content.two-column::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -11px;
	width: 100%;
	height: 11px;
}

.storycontent-none::before,
.top-storycontent-none::before {
	display: none;
}

.item-page-header .title_area {
	display: inline-block;
	width: 104%;
	margin: 0 -2%;
	padding: .714em 0;
	background-color: rgba(255, 255, 255, .5);
}

.item-page-header .page-title {
	margin: 0 3%;
	overflow: hidden;
	color: #444;
	font-size: 142.857%;
	line-height: 1.3;
}

.title_area .taxonomy-description {
	margin: .714em 3% 0;
}

.item-page-header .page-title span {
	display: block;
	position: relative;
	padding: 0 .571em 0 0;
	text-align: center;
	font-size: 2em;
}

.item-page-header .page-title span::after {
/*	content: ""; */
/*	position: absolute; */
/*	top: 53.333%; */
/*	left: 100%; */
/*	width: 100vw; */
/*	height: 0; */
/*	border-bottom: dotted 1px #aaa;	*/
}

.cat-il {
	margin: 0 calc(4vw - 10%) 0 4vw;
	padding: 1.428em 0;
	letter-spacing: -.5em;
}

.cat-il article {
	display: inline-block;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 2.8em;
	text-align: center;
	vertical-align: top;
}

.cat-il article a {
	display: block;
	margin: 0;
	text-decoration: none;
}

.cat-il article .itemimg {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin-bottom: .429em;
}

.cat-il article .itemimg::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.cat-il article .itemimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.cat-il article .itemname {
	margin-bottom: .5em;
	font-size: 100%;
	line-height: 1.3;
}

.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 {
	margin: 0;
	padding: 1.428em 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;
	margin-bottom: .714em;
	padding-bottom: .429em;
	border-bottom: 2px solid #d6d6d6;
	font-size: 114.3%;
	line-height: 1.3;
}

.post-li article .entry-title::after,
.post .entry-title::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -2px;
	left: 0;
	width: 20%;
	height: 2px;
	background-color: #aaa;
}

.post-li article .entry-meta {
	margin-bottom: 1.071em;
	font-size: 85.7%;
	letter-spacing: -.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 {
	display: inline-block;
	min-height: 1.716em;
	margin: .214em 0;
	margin-right: .214em;
	padding: .429em .858em;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	background-color: #efefef;
	line-height: 1.3;
	vertical-align: middle;
}

.post-li article .entry-meta span a {
	margin-left: .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 {
	position: relative;
	padding: 0;
	clear: both;
	overflow: hidden;
	letter-spacing: -.5em !important;
	text-align: center;
}

.pagination_wrapper li {
	display: inline-block;
	margin: .214em;
	vertical-align: middle;
}

.pagination_wrapper li .current {
	display: block;
	width: 2em;
	height: 2em;
	border: solid 1px #949494;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #949494;
	line-height: 2em;
	text-align: center;
}

.pagination_wrapper li a {
	display: block;
	width: 2em;
	height: 2em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #4d4d4d;

	/*border: solid 1px #4d4d4d;*/
	line-height: 2em;
	text-align: center;
}

/* = .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: .714em;
	border: 1px solid #d6d6d6;
	border-bottom-style: none;
	vertical-align: middle;
}

.entry-content td,
.item-description td {
	padding: .714em;
	border: 1px solid #d6d6d6;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: .714em 0 .714em 1.428em;
}

.entry-content ul li,
.item-description ul li {
	line-height: 180%;
	list-style: disc;
}

.entry-content ol li,
.item-description ol li {
	line-height: 180%;
	list-style: decimal;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1,
.item-description h1 {
	margin-bottom: .714em;
	font-size: 137.5%;
	line-height: 1.25;
}

.entry-content h2,
.item-description h2 {
	margin-bottom: .714em;
	font-size: 131.25%;
	line-height: 1.25;
}

.entry-content h3,
.item-description h3 {
	margin-bottom: .714em;
	font-size: 125%;
	line-height: 1.25;
}

.entry-content h4,
.item-description h4 {
	margin-bottom: .714em;
	font-size: 118.75%;
	line-height: 1.25;
}

.entry-content h5,
.item-description h5 {
	margin-bottom: .714em;
	font-size: 112.5%;
	line-height: 1.25;
}

.entry-content h6,
.item-description h6 {
	margin-bottom: .714em;
	font-size: 106.25%;
	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.7;
}

.entry-content p:last-child,
.item-description p:last-child {
	margin-bottom: 0;
}

.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 {
	display: block;
	max-width: 100%;
	height: auto;
}

.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 .714em .714em 0;
	float: left;
}

.alignright,
div.alignright {
	margin: 0;
	padding: .714em 0 0 .714em;
	float: right;
}

.aligncenter,
div.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	margin: .714em 0;
	padding-top: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
}

.wp-caption img {
	margin: 0 auto;
	padding: 0;
	border: none;
}

.wp-caption p {
	margin: 0;
	padding: .357em;
	font-size: 90%;
	line-height: 1.5;
}

.widget .widgettitle img {
	max-width: 40px;
	margin-right: .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"] {
	background-color: #aaa;
	color: #fff;
}

.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;
}

/* =page.php
-------------------------------------------------------------- */
.page-header {
	padding: 1.714em 4% 0;
}

.site-content-item .page-header {
	padding: 110px 4% 1.714em;
}

.page-header .page-title {
	padding-bottom: 1.047em;
	overflow: hidden;
	color: #444;
	font-size: 171.428%;
	line-height: 1.3;
}

.page-header .page-title span {
	display: inline-block;
	position: relative;
	margin-right: 1.714em;
	padding: 0 .571em 0 0;
	text-align: left;
}

.page-header .page-title span::after {
	content: "";
	position: absolute;
	top: 53.333%;
	left: 100%;
	width: 100vw;
	height: 0;
	border-bottom: dotted 1px #aaa;
}

.page .editer {
	margin-bottom: 0 !important;
	text-align: right;
}

.page .post-edit-link {
	display: inline-block;
	margin: .714em 0;
	padding: .214em .429em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
	color: #fff;
}

.post-nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 1.714em;
}

.post-nav-links .post-page-numbers {
	display: block;
	min-width: 26px;
	margin: 0 0 0 5px;
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.post-nav-links .post-page-numbers:hover,
.post-nav-links .post-page-numbers.current {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
}

/* =single.php
-------------------------------------------------------------- */
.single #main {
	margin-top: 111px;
}

.entry-thumb {
	margin: 0 -4vw 1.428em;
}

.entry-thumb img {
	width: 100%;
	max-width: inherit;
}

.single-post-block {
	padding: 0 4% 1.714em;
}

.post .entry-meta {
	margin-bottom: 1.071em;
	font-size: 85.7%;
	letter-spacing: -.5em !important;
}

.post .entry-content {
	padding-bottom: .714em;
}

.post .entry-content .loopimg {
	margin-bottom: 1.071em;
}

.post .entry-meta span {
	display: inline-block;
	min-height: 1.716em;
	margin: .214em 0;
	margin-right: .214em;
	padding: .429em .858em;
	-moz-border-radius: 2.787em;
	-webkit-border-radius: 2.787em;
	-khtml-border-radius: 2.787em;
	border-radius: 2.787em;
	background-color: #e7e7e7;
	line-height: 1.3;
	vertical-align: middle;
}

.post .entry-meta span a {
	margin-left: .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: .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;
	margin-right: .25rem;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.single-content .post_nav .next::before {
	content: "\f138";
	display: inline-block;
	margin-right: .25rem;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

/* 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: .857em;
}

.comment-author.vcard .avatar {
	margin-right: 5px;
}

.comment-meta.commentmetadata {
	margin-bottom: .428em;
}

.comment-body .reply {
	padding-top: .428em;
}

.comment-body .reply a {
	display: inline-block;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	line-height: 1;
}

.navigation.comment-navigation {
	display: flex;
	align-items: center;
	margin-bottom: 1.714em;
}

.navigation.comment-navigation .screen-reader-text {
	margin-right: .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: .857em;
}

.navigation.comment-navigation .nav-links a {
	display: block;
	padding: 5px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #aaa;
	color: #fff;
	font-size: 70%;
	line-height: 1;
}

/* =inquiry.php
-------------------------------------------------------------- */
.page-post-block {
	padding: 0 4% 1.714em;
}

.send {
	text-align: center;
}

.error_message {
	margin-bottom: 1em;
	color: #f60;
	font-weight: 600;
}

/* =comments.php
-------------------------------------------------------------- */
.comment-area {
	padding: 1.42857em 0 2.856em;
	border-top: 1px solid #e7e7e7;
}

.logged-in-as {
	margin-bottom: .429em;
}

.comment-form-comment label {
	display: inline-block;
	margin: .429em 0 !important;
}

.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: .429em 0 !important;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
	border: solid 1px #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

/* =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 {
	width: 100%;
	margin: 0 0 1.428em;
	padding: 0 0 1.428em;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.search-results .cat-il article a,
.search-results .cat-il .article a {
	display: block;
	width: 100%;
	letter-spacing: -.5em;
}

.search-results .cat-il article .img,
.search-results .cat-il .article .img {
	display: inline-block;
	position: relative;
	width: 33%;
	margin-right: 5%;
	vertical-align: middle;
}

.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 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-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;
	z-index: 999;
	right: 0;
	bottom: 0;
	width: 100%;
}

.buy-theme br {
	display: none;
}

.buy-theme a {
	display: block;
	padding: 20px 40px;
	overflow: hidden;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	background-color: #f03e51;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.buy-theme a:hover {
	background-color: rgba(240, 62, 81, .8);
	color: #fff;
}

.buy-theme i {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: text-bottom;
}

/* ---- .tax_inc_block ---- */
.tax_inc_block {
	display: inline-flex;
	align-items: center;
	color: #555;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
}

.widget .tax_inc_block {
	font-size: 12px;
}

.tax_inc_block em {
	margin-right: .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: -.5em;
	}

	.cat-slider .img {
		display: inline-block;
		width: 38%;
		margin: 0 7% 0 0;
		vertical-align: middle;
	}

	.cat-slider .cat-desc-wrap {
		display: inline-block;
		width: 55%;
		margin: 0 0 calc(30px + .714em) 0;
		vertical-align: middle;
	}

	.cat-slider .list-button {
		position: absolute;
		right: 0;
		bottom: 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%;
		padding-bottom: 0;
		border-bottom: none;
		vertical-align: top;
	}

	.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: 0;
	}

	.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 {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		-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 {
		width: 100%;
		max-width: inherit;
	}

	.cat-slider .list-button {
		text-align: right;
	}

	/* =secondary
	-------------------------------------------------------------- */
	aside:not(#secondary) .widget_welcart_calendar li {
		display: flex;
		flex-wrap: wrap;
		margin-right: -4%;
	}

	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 {
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10%;
		letter-spacing: -.5em;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
	}

	.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 {
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -4%;
		letter-spacing: -.5em;
	}

	.widget_welcart_featured li,
	.widget_welcart_bestseller li {
		display: inline-block;
		width: 46%;
		margin-right: 4%;
		margin-bottom: 0 !important;
		padding: .357em 0;
		vertical-align: top;
	}

	.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: .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: -.5em;
	}

	.post-li .inner .itemimg,
	.post-li .inner .thumb-img {
		display: inline-block;
		width: 33%;
		margin-right: 5%;
		vertical-align: top;
	}

	.post-li .inner .post-content,
	.post-li .inner .text-block {
		display: inline-block;
		width: 62%;
		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 {
		right: -16%;
		width: 42%;
	}

	#main-image .catchcopy {
		font-size: 230%;
	}

	/* -- .front-il -- */
	.info-area .backdrop {
		right: -12%;
		width: 38%;
	}

	.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 {
		-moz-transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	/* -- widget -- */
	.footer-widget .wrapper .column {
		letter-spacing: -.5em !important;
	}

	.widget {
		display: inline-block;
		width: 44.787%;
		margin-right: 5.213%;
		vertical-align: top;
	}

	.widget_welcart_calendar {
		width: 94.787%;
	}

	.widget_welcart_featured .ucart_featured_body li {
		display: block;
		width: 100%;
		margin-right: 0%;
		vertical-align: top;
	}

	#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 {
		padding-top: 1em;
		padding-bottom: 1em;
		letter-spacing: -.5em;
	}

	.taxonomy-img {
		display: inline-block;
		width: 44%;
		margin-left: 0%;
		vertical-align: middle;
	}

	.item-page-header.has-catimg .title_area {
		width: 53%;
		margin-left: 3%;
		vertical-align: middle;
	}

	.floating_widget_slide .slick-list.draggable {
		width: 92vw;
		margin: 0 auto;
	}

	/* -- Home Page Post -- */
	#content .page_post .wrap {
		width: 92%;
		height: 100%;
		margin: 0 auto;
		letter-spacing: -.5em;
	}

	#content .text_area {
		display: inline-block;
		width: calc(50% - 4vw);
		vertical-align: middle;
	}

	#content .image_area {
		display: inline-block;
		width: calc(50% + 4vw);
		height: 100%;
		vertical-align: middle;
	}

	#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-right: -4vw;
		margin-left: 0;
	}

	#content .image_area.left {
		margin-right: 0;
		margin-left: -4vw;
	}

	#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 {
		display: table-cell;
		padding: .714em;
		border: 1px solid #d6d6d6;
	}

	.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: -.5em;
	}

	.post-li article .thumb-img {
		display: inline-block;
		width: 33%;
		margin-right: 5%;
		margin-bottom: 0;
		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 {
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5%;
		letter-spacing: -.5em;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
	}

	.no-sidebar .post-li article {
		display: inline-block;
		width: 45%;
		margin: 0 5% 1.428em 0;
		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 {
		position: inherit;
		top: inherit;
		right: inherit;
		box-sizing: inherit;
		width: inherit;
		height: inherit;
		overflow: hidden;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		opacity: 1;
		background-color: inherit;
	}

	#mobile-menu {
		background-color: inherit !important;
	}

	/* =Base
	-------------------------------------------------------------- */
	.home #main {
		margin-top: 72px;
	}

	.home #masthead + #main {
		margin-top: 0;
		padding-top: 112px;
	}

	.home #main-image + #main,
	.home #main_youtube + #main,
	.home #main_video + #main,
	.home .cat-main-image + #main {
		margin-top: 0;
	}

	#main_video video {
		display: block;
	}

	.inner_block {
		width: 92%;
		margin: 0 auto;
	}

	.storycontent {
		min-height: 44em;
		margin-top: 152px;
	}

	.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 {
		position: relative;
		height: 72px;
		margin-top: 48px;
		-webkit-transition: .1s all ease-in-out 0s;
		transition: .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 {
		height: 100%;
		min-height: inherit;
	}

	.site-title span {
		-webkit-transition: .2s -webkit-transform ease-in-out 0s;
		transition: .2s all ease-in-out 0s;
		font-size: 200%;
	}

	.fixed .site-title span {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		font-size: 180%;
	}

	.site-description {
		position: fixed;
		top: 0;
		height: 48px;
		padding: 0 4%;
		-webkit-transition: .2s -webkit-transform ease-in-out 0s;
		transition: .2s all ease-in-out 0s;
		background-color: transparent;
		text-align: left;
	}

	.fixed .site-description {
		top: 0;
		height: 40px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background-color: transparent;
	}

	.nofixed .site-description,
	.nofixed .fixed .site-description {
		position: absolute;
		top: 0;
		height: 48px;
	}

	.site-description h2,
	.site-description p {
		position: relative;
		height: 100%;
	}

	.site-description .description-insider {
		display: block;
		position: absolute;
		top: 50%;
		left: 0%;
		width: 66%;
		height: auto;
		overflow: hidden;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.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: 28px;
	}

	#secondary {
		margin: 0 -4vw;
	}

	#mobile-menu {
		position: fixed;
		z-index: 4;
		right: 0;
		width: auto;
		max-width: 74%;
		height: auto !important;
		transform: none !important;
		-webkit-transition-duration: s;
		-moz-transition-duration: s;
		transition-duration: inherit !important;
		transition-timing-function: inherit !important;
		background-color: inherit;
	}

	.nofixed #mobile-menu {
		position: absolute;
		z-index: 4;
	}

	.nofixed .fixed #mobile-menu {
		position: absolute;
	}

	#mobile-menu .insider {
		display: block;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		margin-right: 4vw;
		padding: 0;
	}

	#mobile-menu .snav {
		display: flex;
		position: relative;
		z-index: 1;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		height: 48px;
	}

	.fixed #mobile-menu .snav {
		height: 40px;
	}

	#mobile-menu .sns-wrapper {
		display: inline-block;
		padding-bottom: 0;
		border-bottom: none;
	}

	.fixed #mobile-menu .sns-wrapper {
		margin-top: 0;
	}

	.snav .sns-wrapper + .membership {
		padding: 0;
	}

	.sns {
		padding: 0;
		letter-spacing: -.5em;
		line-height: 1;
		white-space: nowrap;
	}

	.sns li {
		display: inline-block;
		min-width: auto;
		margin: 0 0 0 1.428em;
	}

	.sns li a {
		display: inline-block;
		color: #fff;
	}

	.f_sns-wrapper {
		margin-top: 1.071em;
	}

	.f_sns {
		text-align: right;
	}

	.f_sns li {
		margin: 0 0 0 .714em;
	}

	.incart-btn {
		display: inline-block;
		position: relative;
		top: inherit;
		right: inherit;
		left: inherit;
		margin-left: 1rem;
		-webkit-transform: none;
		transform: none;
		color: #fff;
		font-size: 100%;
		vertical-align: middle;
	}

	.fixed .incart-btn {
		margin-top: 0;
	}

	.incart-btn,
	.incart-btn a {
		color: #fff !important;
	}

	.view-cart {
		top: -320%;
		right: -4vw;
		left: 0;
		width: 100vw;
		padding: 2.142em 0 3.57em;
	}

	.incart-btn a {
		display: inline-block;
		color: #fff;
	}

	.snav .membership ul {
		letter-spacing: -.5em;
	}

	.snav .membership ul li {
		display: inline-block;
		width: 49%;
		margin: 0 2% 0 0;
		vertical-align: middle;
	}

	.snav .membership ul li:first-child {
		width: 100%;
		margin: 0 0 .714em;
	}

	.snav .membership ul li:last-child {
		margin-right: 0%;
	}

	.snav .membership {
		display: inline-block;
		position: relative;
		max-height: 21px;
		margin-bottom: 0;
		margin-left: 1rem;
		padding: 0;
		border-bottom: none !important;
		vertical-align: middle;
	}

	.fixed .snav .membership {
		margin-top: 0;
	}

	.snav .membership i,
	.search-box i {
		display: inline-block;
		position: relative;
		top: inherit;
		right: inherit;
		-webkit-transform: none;
		transform: none;
		color: #fff;
		font-size: 150%;
		line-height: 1;
		white-space: nowrap;
		cursor: pointer;
	}

	.snav .membership i:hover,
	.search-box i:hover,
	.incart-btn i:hover {
		-webkit-transition: opacity .4s ease;
		-moz-transition: opacity .4s ease;
		-o-transition: opacity .4s ease;
		transition: opacity .4s ease;
		opacity: .5;
		line-height: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}

	.snav .membership ul {
		display: none;
		position: absolute;
		z-index: 1;
		top: 40px;
		right: -5.7rem;
		left: auto;
		width: 200px;
		height: auto !important;
		padding: .714em;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		opacity: 0;
		background-color: #fff;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
		text-align: left;
	}

	.snav .membership.On ul {
		display: block;
		-moz-animation-name: fade-in;
		-webkit-animation-name: fade-in;
		animation-name: fade-in;
		-moz-animation-duration: .4s;
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		opacity: 1;
	}

	.snav .membership ul li {
		display: block;
		width: 100%;
		margin: 0;
	}

	.snav .membership ul li:nth-child(2) {
		margin-bottom: .714em;
	}

	.search-box {
		display: inline-block;
		position: relative;
		max-height: 21px;
		margin-left: 1rem;
		padding: 0;
		border-bottom: none !important;
		vertical-align: middle;
	}

	.fixed .search-box {
		margin-top: 0;
	}

	.snav .search-box form {
		display: none;
		position: absolute;
		z-index: 1;
		top: 40px;
		right: -3.4rem;
		left: auto;
		width: 200px;
		padding: .714em;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		opacity: 0;
		background-color: #fff;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
		text-align: left;
	}

	.snav .search-box.On form {
		display: block;
		padding: 0;
		-moz-animation-name: fade-in;
		-webkit-animation-name: fade-in;
		animation-name: fade-in;
		-moz-animation-duration: .4s;
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		opacity: 1;
	}

	.snav .search-box.On form::before,
	.snav .membership.On ul::before {
		content: "";
		position: absolute;
		top: -10px;
		right: 3.4rem;
		left: inherit;
		width: 0;
		height: 0;
		margin: auto;
		border-width: 0 10px 10px 10px;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
	}

	.snav .membership.On ul::before {
		right: 5.6rem;
	}

	.s-box {
		padding: .571em 1em;
		border: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		background-color: #fff;
	}

	#site-navigation {
		position: inherit;
		z-index: 0;
		height: 72px;
		padding: 0;
	}

	.fixed #site-navigation {
		height: 56px;
	}

	div.nav-menu-open,
	div.header-nav-container {
		display: block;
		margin: 0;
		padding-top: 4px;
		text-align: right;
	}

	#site-navigation ul {
		display: inline-block;
		letter-spacing: -.5em;
	}

	#site-navigation ul li {
		display: inline-block;
		margin: 0 0 0 2px;
		vertical-align: top;
		white-space: normal;
	}

	#site-navigation li a {
		display: table-cell;
		height: 66px;
		padding: 0 1em;
		-webkit-transition: .2s -webkit-transform ease-in-out 0s;
		transition: .2s all ease-in-out 0s;
		border-bottom: 2px solid #444;
		font-size: 90%;
		font-weight: 600;
		letter-spacing: .075em;
		text-align: center;
		vertical-align: middle;
	}

	.fixed #site-navigation li a {
		height: 50px;
	}

	#site-navigation .current-menu-item a,
	#site-navigation .current_page_item a {
		border-bottom: 2px solid #aaa;
		background-color: inherit;
		color: #aaa;
	}

	#site-navigation li a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: auto;
		right: 0;
		bottom: -2px;
		left: 0;
		width: 0;
		height: 2px;
		-webkit-transform: none;
		transform: none;
		transition: .5s;
		background: #aaa;
	}

	#site-navigation li a::before {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -2px;
		width: 0;
		height: 2px;
		transition: .5s;
		background: #aaa;
	}

	#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 {
		visibility: visible;
		opacity: 1;
	}

	#site-navigation ul .sub-menu {
		visibility: hidden;
		position: absolute;
		z-index: 999;
		top: 120px;
		right: 0;
		width: 100vw;
		height: auto;
		margin: 0;
		padding: 0 0 1em 0;
		-webkit-transition: .4s -webkit-transform ease-in-out 0s;
		transition: .4s all ease-in-out 0s;
		opacity: 0;
		background-color: rgba(68, 68, 68, .75);
		letter-spacing: -.5em;
		text-align: center;
	}

	.fixed #site-navigation ul .sub-menu {
		top: 96px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background-color: rgba(68, 68, 68, 1);
	}

	#site-navigation ul .sub-menu .sub-menu {
		display: block;
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		opacity: 1;
		background-color: inherit;
		text-align: left;
	}

	#site-navigation ul .sub-menu li {
		display: inline-block;
		position: relative;
		width: auto;
		height: 100%;
		margin: 1em 0 0 0;
		padding: 0 .714em 0 .714em;
		border-right: solid 1px #fff;
		border-bottom: none;
		background-color: rgba(68, 68, 68, 0);
		text-align: left;
		vertical-align: top;
	}

	#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 {
		display: inline-block;
		height: auto;
		margin: 0;
		padding: 0;
		border-bottom: none;
		color: #fff;
		font-weight: 100;
		line-height: 1.3;
	}

	#site-navigation ul .sub-menu li a {
		border-bottom: 1px solid rgba(0, 0, 0,);
	}

	#site-navigation ul .sub-menu li a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: auto;
		right: 0;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 1px;
		-webkit-transform: none;
		transform: none;
		transition: .5s;
		background: #fff;
	}

	#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"] {
		display: inline-block;
		width: auto;
	}

	.widget-area button,
	.widget-area input[type="submit"],
	.widget-area input[type="button"] {
		display: block;
		width: 100%;
	}

	.widget_welcart_login .loginbox {
		letter-spacing: -.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 {
		margin-left: 4%;
		padding-right: 20%;
	}

	.info-area .backdrop {
		right: -10%;
		width: 32%;
	}

	.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: .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 {
		display: block;
		position: relative;
		height: 100%;
	}

	#content .image_area span img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: inherit;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		object-fit: contain;
	}

	/* -- widget -- */
	.widget {
		display: inline-block;
		width: 19.787%;
		margin-right: 5.213%;
		margin-bottom: 2.284em;
		vertical-align: top;
	}

	.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;
		font-size: 100%;
		line-height: 1.6em;
		text-indent: -6px;
	}

	.widget_panetteria_item_list article .itemimg {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.041em;
	}

	.widget_panetteria_item_list article .opt-tag {
		top: inherit;
		right: 0;
		bottom: 0;
		left: 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: .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 {
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		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%;
		margin: 0;
		float: left;
		background: none;
	}

	.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 {
		width: 100%;
		float: none;
	}

	.two-column #secondary .wrapper {
		margin-right: 0%;
		padding: 1.428em 0;
	}

	.two-column .widget {
		display: block;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2.284em;
		vertical-align: top;
	}

	.two-column .usces_calendar {
		display: inline-table;
		width: 100%;
		margin-right: 0%;
		font-size: 100%;
		vertical-align: top;
	}

	/* =footer
	-------------------------------------------------------------- */
	.footer-backdrop {
		padding: 4.284em 0;
	}

	.footer-backdrop .inner {
		letter-spacing: -.5em;
	}

	.footer-logo-block {
		display: inline-block;
		width: 32%;
		margin-right: 7%;
		text-align: left;
		vertical-align: bottom;
	}

	.site-title-foot {
		width: 100%;
		text-align: left;
	}

	.footer-navigation {
		display: inline-block;
		width: 61%;
		vertical-align: bottom;
	}

	.flb-off .footer-navigation {
		width: 100%;
	}

	.footer-desc {
		margin-bottom: .357em;
	}

	/* -- nav -- */
	.footer-menu {
		margin-left: -1.714em;
		letter-spacing: -.5em;
	}

	.flb-off .footer-menu {
		text-align: center;
	}

	.footer-menu li {
		display: inline-block;
		margin: 0 1.714em 0 0;
		vertical-align: top;
	}

	.footer-menu li:last-child {
		margin: 0 0 0 0;
	}

	.footer-navigation a {
		display: inline-block;
		margin-top: .357em;
		margin-bottom: .357em;
		padding: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		background-color: inherit;
		line-height: 1.3;
	}

	.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 {
		margin-right: 0%;
		letter-spacing: normal;
	}

	#page-bottomfixed .widget,
	.fixed .bottomfixed .widget {
		width: 19.787%;
		margin: 0 5.213% .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 {
		width: auto;
		max-width: inherit;
		max-height: 48px;
	}

	/* =home widget
	-------------------------------------------------------------- */
	.home-widget .item-list article {
		width: 15%;
	}

	/* =404.php
	-------------------------------------------------------------- */
	.error-404 .page-content {
		margin: 0 0 2.856em;
		padding: 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 {
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10% 0 0;
		letter-spacing: -.5em;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
	}

	.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: 1024px;
	}

	/* =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 {
		position: relative;
		width: 1024px;
		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: 1024px;
		margin: auto;
		padding: 4.284em 0%;
	}

	.info-area .info-area-wrap-narrow {
		padding: 2.142em 10% 0 0;
	}

	.info-area .backdrop {
		right: -7%;
		width: 28%;
	}

	.cat-main-image span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100vw;
		min-height: 100vh;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.front-il .front-il-block {
		width: 1024px;
		margin-right: auto;
		margin-left: auto;
		padding: 2.854em 0 0;
	}

	.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: 1024px;
		margin: 0 auto;
	}

	.two-column.left-set #secondary .inner,
	.two-column.right-set #secondary .inner {
		width: auto;
	}

	.footer-widget .wrapper {
		width: 1024px;
		margin: 0 auto;
		padding: 3.57em 0 1.428em;
	}

	.footer-widget .wrapper .column {
		margin-right: -5%;
	}

	.widget {
		width: 20%;
		margin-right: 5%;
	}

	.widget_welcart_calendar {
		width: 45%;
	}

	.footer-backdrop .inner {
		width: 1024px;
		margin: 0 auto;
	}

	.site-content-item .page-header {
		width: 1024px;
		margin: 0 auto;
		padding: 140px 0 1.714em;
	}

	.site-content-item .page-header .block {
		margin: 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 {
		width: 100%;
		height: auto;
	}
}
