/*
Theme Name: Welcart Beldad
Theme URI: https://www.welcart.com/archives/7730.html
Description: Welcart Beldad is child theme for Welcart Basic.
Author: Welcart Inc.
Author URI: https://www.welcart.com/
Template: welcart_basic
Version: 1.5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, Beldad, two-columns, left-sidebar
Requires at least: 6.1
Requires PHP: 7.4
*/


/* = Fonts
-------------------------------------------------------------- */
html,
body {
  background-color: #fff;
/* 	overscroll-behavior: none; */
	height: 100%;
}


body {
	font-family: "Noto Sans JP","Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* -------- title -------- */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.f-logo {
	font-family: Suranna, "Noto Sans JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#itempage .item-name,
.skuform .skuname {
	font-family: "Noto Sans JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* -- ,section-head -- */

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
.section-head h2,
.page-header h1,
.skuform .field_price,
#wc_reviews-title,
#cart_table,
#confirm_table .ttl h3 {
	font-family: "Noto Sans JP","Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section-head h2,
.page-header h1 {
	font-family: Suranna, "Noto Sans JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


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


body {
/* 	overflow: hidden; */
	font-size: 14px;
	line-height: normal;
}

/* -------- a -------- */

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* -------- img -------- */

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

/* -------- input -------- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	height: 40px;
	padding: 0 .714em;
	border-radius: 3px;
	line-height: 40px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	height: 40px;
	padding: 0 1.428em;
	line-height: 40px;
}

input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 3px;
	vertical-align: middle;
}

input[type="radio"] {
	border-radius: 50%;
}

/* -- focus -- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
/* 	border-color: rgba(82, 168, 236, .8);
	outline: thin dotted 9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6); */
}

/* -------- select -------- */

select {
	height: 40px;
	padding: 0 2.143em 0 .714em;
	border-width: 1px;
	border-style: solid;
	line-height: 40px;
}

/* -------- em -------- */

em {
	color: #e00;
}

/* -------- fade-in -------- */

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


/* = ALL
-------------------------------------------------------------- */


/* -------- #loader-bg -------- */

#loader-bg {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#loader {
	position: absolute;
	z-index: 12;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#loader i {
	margin-bottom: 10px;
	font-size: 36px;
}


/* -------- .site -------- */

.site {
	position: relative;
	left: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}

.site.open-menu {
	left: 80%;
}

.site.open-menu .gray-bg {
  position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

/* -------- .column -------- */

.column1070 {
	max-width: 1070px;
	margin: 0 auto;
}

/* -------- .slick slide -------- */

.slick-prev,
.slick-next {
	z-index: 1;
	width: 30px;
	height: 30px;
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-prev::before,
.slick-next::before {
	opacity: 1;
	color: rgba(61, 61, 61, .8);
	font-family: flexslider-icon;
	font-size: 30px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}

.slick-prev::before {
	content: "\f001";
}

.slick-next::before {
	content: "\f002";
}


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

header {
	position: static;
	margin: 0;
	border-bottom: none;
}

/* -------- .top -------- */

header .top {
	padding: 1.071em;
}

/* -- .site-description -- */
.site-description {
	width: auto;
	min-height: auto;
	padding: 0;
	overflow: auto;
	background: none;
	color: inherit;
	font-size: 13px;
	font-weight: normal;
	text-align: end;
}

/* -------- .bottom -------- */

header .bottom {
	padding: 1.071em;
	border-top-width: 2px;
	border-top-style: solid;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

h1.site-title a,
div.site-title a {
	display: block;
	line-height: 1.333em;
}

h1.site-title img,
div.site-title img {
	vertical-align: middle;
}


/* -------- .h-column -------- */

.h-column {
	float: right;
}

.h-column .list {
	float: right;
}

.h-column .iconbtn {
	position: relative;
	width: 120px;
	height: 40px;
	margin-left: .357em;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}

.h-column .iconbtn:hover {
	background-color: #ccc;
	cursor: pointer;
}

.h-column .iconbtn img {
	position: absolute;
	top: 50%;
	left: 18%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.h-column .iconbtn-member img {
	left: 50%;
}

.incart {
	margin-right: 10px;
}

/* -- .close -- */
.widgetcart .close:hover,
.membership .close:hover,
.mobile-menu .close:hover {
	cursor: pointer;
}

.incart {
display:none!important;
}
/* -- .incart -- */
.incart .iconbtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align:end;
}

.incart .total-quant {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 22%;
	right: 9px;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	background-color:#ffffff!important;
	color: #ec5a00!important;
}

/* -------- .widgetcart -------- */

.widgetcart .view-cart-wrap {
	display: none;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
}

.open-widgetcart .widgetcart .view-cart-wrap {
	display: block;
	-moz-animation-name: fade-in;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-moz-animation-duration: .3s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	opacity: 1;
}

/* -- .view-cart -- */
.widgetcart .view-cart {
	max-width: 620px;
	margin: 0 auto;
	padding: 5em 1.071em;
}

/* - a - */
#wgct_row a {
	color: inherit;
}

/* - .empty_cart - */
.widgetcart .empty_cart {
	padding: 1.875em 0;
	font-size: 1.143em;
}

/* - #wdgctToCart - */
.widgetcart #wdgctToCart a {
	padding: .714em;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	color: inherit;
	text-decoration: none;
}

/* - #wdgctToCheckout - */
.widgetcart #wdgctToCheckout a {
	width: auto;
	max-width: 200px;
	height: 46px;
	margin: 0 auto;
	padding: 0 1.25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	color: #fff;
	font-size: 1.143em;
	font-weight: normal;
	line-height: 46px;
}

/* - table - */
.widgetcart th.footer {
	padding: .714em 0;
	font-size: inherit;
}

.widgetcart th.header {
	padding: .714em .357em;
}

.widgetcart th.total_price {
	padding: .5em 0 .5em .25em;
	font-size: 20px;
}

.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush,
.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	border: none;
}

.widgetcart th.item,
.widgetcart th.quant,
.widgetcart th.price,
.widgetcart th.trush {
	padding: .714em .357em;
	background: none;
}

.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	padding: .714em .357em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1em;
}

/* -- .close -- */
.widgetcart .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

/* -- .membership -- */
.membership .over {
	display: none;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
}

.open-membership .membership .over {
	display: block;
	-moz-animation-name: fade-in;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-moz-animation-duration: .2s;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	opacity: 1;
}

.membership .over-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.admin-bar .membership .over-inner {
	margin-top: 47px;
}

.membership .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}

.membership ul {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 100%;
	max-width: 360px;
	padding: 0 1.071em;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}

.membership li {
	margin-top: .714em;
}

.membership li:first-child {
	margin-top: 0;
	font-weight: bold;
}

.membership li a {
	display: block;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	border-width: 1px;
	border-style: solid;
	line-height: 2.857em;
	text-align: center;
}

/* -------- .mobile-menu -------- */

.mobile-menu {
	position: absolute;
	z-index: 12;
top: -35px;
	left: -80%;
	width: 80%;
	height: 100dvh!important;
/* 	padding: 4.75em 0; */
	overflow-y: auto;
	background-color: #fff;
	font-size: 1.143em;
}

.mobile-menu .close {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 25px;
}
.mobile-menu .member {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 25px;
}
.member-mobile-menu {
	padding: 50px 20px 20px 20px;
    background-color: #fafbfc;
	border-bottom: 1px solid #d9e0e8;
}
.usces_login_a {
	background-color: #fbc024!important;
    border-radius: 6px;
    display: block;
    text-align: center;
	margin: auto;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.new-register-btn{
		background-color: #18b0eb!important;
    border-radius: 6px;
    display: block;
    text-align: center;
		margin: auto;
		color: #fff;
		font-weight: bold;
}

.logout-btn{
		background-color: rgba(126, 126, 126, 0.1)!important;
    border-radius: 6px;
    display: block;
    text-align: center;
		margin: auto;
		color: #fff;
		font-weight: bold;
}

.guest-name {
	color: #000;
    margin-bottom: 10px;
}

@media (max-width: 768px) { 
	.usces_login_a, .new-register-btn, .logout-btn {
		    width: 240px;
		    padding: 10px 20px;
	}
}

/* -- #site-navigation -- */
#site-navigation {
	padding: 0;
	letter-spacing: .5px;
	display:none;
}
@media screen and (max-width:1000px) {
#site-navigation {
	display:block;
}
 }

#site-navigation ul {
	padding: 0;
}

#site-navigation li a {
	margin: 0;
	padding: .625em 0 .625em .937em;
	border: none;
}

#site-navigation ul.sub-menu {
	margin-left: 1.25em;
}

#site-navigation li li {
	margin-left: 0;
}

#site-navigation ul.sub-menu a::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 1px;
	margin-right: 6px;
	vertical-align: middle;
}
/* -- #site-navigation2 -- */
#site-navigation2 {
	margin-bottom: .625em;
	padding: 0;
	letter-spacing: .5px;
}
@media screen and (max-width:1000px) {
#site-navigation {
	display:block;
}
 }

#site-navigation ul {
	padding: 0;
}

#site-navigation li a {
	margin: 0;
	padding: .625em 0 .625em .937em;
	border: none;
}

#site-navigation ul.sub-menu {
	margin-left: 1.25em;
}

#site-navigation li li {
	margin-left: 0;
}

#site-navigation ul.sub-menu a::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 1px;
	margin-right: 6px;
	vertical-align: middle;
}

/* -- .sub-navigation -- */
.sub-navigation {
	border-top-width: 1px;
	border-top-style: dotted;
}

.sub-navigation li a {
	display: block;
	padding: .625em 0 .625em .937em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


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


footer {
	margin: 0;
	padding: 0;
	color: inherit;
}

/* - a - */
footer a {
	color: inherit;
}

/* -------- #toTop -------- */

#toTop {
	right: 0;
	bottom: 0;
}

#toTop a {
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
}

#toTop i {
	color: #fff;
	line-height: 55px;
}

#toTop i:hover {
	color: #fff;
}

/* -------- .top -------- */

footer .top {
	padding: 2.143em 1.071em;
}

/* -- .f-widgetArea -- */
.f-widgetArea {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.f-widgetArea .widget {
	margin-bottom: 2.143em;
	padding-bottom: 2.143em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.f-widgetArea .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.f-widgetArea h2 {
	margin-bottom: 1.111em;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 100%;
}

.f-widgetArea .widget_calendar td,
.f-widgetArea .welcart_blog_calendar td,
.f-widgetArea .widget_welcart_calendar td {
	background-color: #fff;
}

/* -- .f-mainnav -- */
.f-mainnav {
	padding: 0;
}

/* -- ul.sub-menu -- */
.f-mainnav li a {
	font-weight: bold;
}

.f-mainnav .sub-menu {
	margin: .769em 0 0 .769em;
	font-size: 13px;
}

.f-mainnav .sub-menu li {
	margin-bottom: .769em;
}

.f-mainnav .sub-menu li a {
	font-weight: normal;
}

.f-mainnav .sub-menu li:last-child {
	margin-bottom: 0;
}

.f-mainnav li li li::before {
	display: none;
}

/* -- .f-subnav -- */
.f-subnav {
	margin-top: 1.538em;
	padding: 1.538em 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: .928em;
}

.f-subnav li {
	display: inline-block;
	margin: .375em 0 0;
	padding: 0 1.666em 0 0;
}

/* -------- .bottom -------- */

footer .bottom {
	padding: 1.428em 1.071em;
}

footer .flex-container {
	display: flex;
	justify-content: center;
}

/* -- .f-logo -- */
.f-logo {
	font-size: 1.714em;
	letter-spacing: 1.5px;
	line-height: 1em;
}

/* -- .sns -- */
.sns {
	margin-left: 1.428em;
	padding-left: .714em;
	border-left-width: 1px;
	border-left-style: solid;
}

.sns li {
	margin-left: .714em;
	float: left;
}

.sns li a {
	display: block;
}

.sns li i::before {
	content: "";
	display: block;
	width: 1.714em;
	height: 1.714em;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	background-color: #ccc;
}

.facebook-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%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%20width%3D%22300%22%20height%3D%22298.179%22%20viewBox%3D%220%200%20300%20298.179%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_2%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%202%22%20d%3D%22M126.563%2C298.179h0A149.517%2C149.517%2C0%2C0%2C1%2C55%2C266.089a150.75%2C150.75%2C0%2C0%2C1-33.867-39.27A150.1%2C150.1%2C0%2C1%2C1%2C263.61%2C247.945a150.677%2C150.677%2C0%2C0%2C1-40.144%2C32.861%2C148.992%2C148.992%2C0%2C0%2C1-50.027%2C17.371V193.36h34.951L215.039%2C150h-41.6V121.863a29.982%2C29.982%2C0%2C0%2C1%2C1.151-8.5%2C20.593%2C20.593%2C0%2C0%2C1%2C3.865-7.4c3.982-4.78%2C10.157-7.307%2C18.351-7.509.352-.009.715-.013%2C1.077-.013H216.8V61.523a233.922%2C233.922%2C0%2C0%2C0-33.578-2.93%2C67.667%2C67.667%2C0%2C0%2C0-23.307%2C3.832%2C48.646%2C48.646%2C0%2C0%2C0-17.87%2C11.25%2C49.637%2C49.637%2C0%2C0%2C0-11.445%2C18.3%2C72.964%2C72.964%2C0%2C0%2C0-4.034%2C24.979V150H88.476V193.36h38.086V298.178Z%22%2F%3E%3C%2Fsvg%3E");
}

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

.instagram-svg::before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Instagram-Glyph-Black-Logo.wine%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M150%2C0c-40.738%2C0-45.846.173-61.845.9-15.966.728-26.87%2C3.264-36.411%2C6.972a73.527%2C73.527%2C0%2C0%2C0-26.568%2C17.3%2C73.518%2C73.518%2C0%2C0%2C0-17.3%2C26.569C4.166%2C61.285%2C1.631%2C72.189.9%2C88.155c-.73%2C16-.9%2C21.108-.9%2C61.845s.172%2C45.845.9%2C61.845c.729%2C15.966%2C3.264%2C26.87%2C6.973%2C36.411a73.538%2C73.538%2C0%2C0%2C0%2C17.3%2C26.569%2C73.531%2C73.531%2C0%2C0%2C0%2C26.568%2C17.3c9.541%2C3.707%2C20.445%2C6.243%2C36.411%2C6.972%2C16%2C.73%2C21.108.9%2C61.845.9s45.845-.173%2C61.845-.9c15.966-.728%2C26.87-3.264%2C36.411-6.972a76.7%2C76.7%2C0%2C0%2C0%2C43.87-43.87c3.707-9.541%2C6.243-20.445%2C6.972-36.411.73-16%2C.9-21.108.9-61.845s-.173-45.846-.9-61.845c-.728-15.966-3.264-26.87-6.972-36.411a73.53%2C73.53%2C0%2C0%2C0-17.3-26.569%2C73.538%2C73.538%2C0%2C0%2C0-26.569-17.3C238.715%2C4.167%2C227.811%2C1.631%2C211.845.9%2C195.846.173%2C190.737%2C0%2C150%2C0Zm0%2C27.027c40.051%2C0%2C44.8.153%2C60.612.875%2C14.625.667%2C22.567%2C3.11%2C27.853%2C5.165a46.47%2C46.47%2C0%2C0%2C1%2C17.247%2C11.221%2C46.477%2C46.477%2C0%2C0%2C1%2C11.221%2C17.247c2.054%2C5.286%2C4.5%2C13.228%2C5.165%2C27.853.722%2C15.817.875%2C20.561.875%2C60.613s-.153%2C44.8-.875%2C60.613c-.667%2C14.625-3.11%2C22.567-5.165%2C27.853a49.678%2C49.678%2C0%2C0%2C1-28.468%2C28.468c-5.286%2C2.054-13.228%2C4.5-27.853%2C5.165-15.814.722-20.558.875-60.613.875s-44.8-.153-60.613-.875c-14.625-.666-22.567-3.11-27.853-5.164a46.466%2C46.466%2C0%2C0%2C1-17.247-11.221%2C46.477%2C46.477%2C0%2C0%2C1-11.221-17.247c-2.054-5.286-4.5-13.228-5.165-27.853-.722-15.817-.875-20.561-.875-60.613s.153-44.8.875-60.613c.667-14.625%2C3.11-22.567%2C5.165-27.853A46.476%2C46.476%2C0%2C0%2C1%2C44.287%2C44.287%2C46.476%2C46.476%2C0%2C0%2C1%2C61.534%2C33.066c5.286-2.054%2C13.228-4.5%2C27.853-5.165%2C15.817-.722%2C20.561-.875%2C60.613-.875%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M240.435%2C264.356a50%2C50%2C0%2C1%2C1%2C50-50A50%2C50%2C0%2C0%2C1%2C240.435%2C264.356Zm0-127.027a77.027%2C77.027%2C0%2C1%2C0%2C77.027%2C77.027%2C77.027%2C77.027%2C0%2C0%2C0-77.027-77.027m98.07-3.043a18%2C18%2C0%2C1%2C1-18-18%2C18%2C18%2C0%2C0%2C1%2C18%2C18%22%20transform%3D%22translate(-90.435%20-64.356)%22%2F%3E%3C%2Fsvg%3E");
}

/* -- .copyright -- */
.copyright {
	padding: 1.154em 0 0;
	font-size: .928em;
}


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

#secondary {
	padding: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

#secondary section {
	margin: 0;
	padding: 2.143em 1.071em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#secondary section:last-child {
	border: none;
}

#secondary h3 {
	margin-bottom: 1.111em;
	padding: 0 0 0 12px;
	border: none;
	border-left-width: 4px;
	border-left-style: solid;
	font-size: 1.286em;
	font-weight: normal;
	line-height: 100%;
}

/* -------- Common Widget -------- */

.widget_welcart_category ul,
.widget_welcart_search ul,
.widget_search form,
.widget_welcart_login ul {
	width: auto;
}

/* -- calendar -- */
.widget_welcart_calendar li {
	text-align: right;
}

/* - table - */
.widget_calendar table,
.welcart_blog_calendar table,
.widget_welcart_calendar table {
	width: 100%;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_welcart_calendar table {
	margin-bottom: .714em;
	float: none;
}

.widget_calendar caption,
.welcart_blog_calendar caption,
.widget_welcart_calendar caption {
	margin-bottom: .5em;
	font-size: 1em;
}

.widget_calendar th,
.widget_calendar td,
.welcart_blog_calendar th,
.welcart_blog_calendar td,
.widget_welcart_calendar th,
.widget_welcart_calendar td {
	padding: .571em .357em;
	border: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.widget_calendar th,
.welcart_blog_calendar th,
.widget_welcart_calendar th {
	color: inherit;
	font-weight: normal;
}

.widget_calendar tfoot td,
.welcart_blog_calendar tfoot td,
.widget_welcart_calendar tfoot td {
	border: none;
	background: none;
}

/* ------ .list-widget ------ */

/* -- .list-widget-A -- */
.widget_welcart_category ul,
.widget_categories ul,
.widget_nav_menu ul {
	margin: 0 0 0 1.071em;
	padding: 0;
}

.widget_welcart_category li,
.widget_categories li,
.widget_nav_menu li {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.widget_welcart_category li .children,
.widget_categories .children,
.widget_nav_menu .sub-menu {
	margin: 0 0 10px 10px;
	padding: 0;
	border-left: 1px solid #ccc;
}

.widget_welcart_category .children li,
.widget_categories .children li,
.widget_nav_menu .sub-menu li {
	margin-bottom: 0;
}

.widget_welcart_category li a,
.widget_welcart_category li li a,
.widget_nav_menu li a {
	display: block;
}

.widget_welcart_category li a,
.widget_categories li a,
.widget_nav_menu li a {
	padding: 0 0 10px;
}

.widget_welcart_category li li a,
.widget_categories li li a,
.widget_nav_menu li li a {
	padding: .714em 0;
	font-weight: normal;
}

.widget_welcart_category li li a::before,
.widget_categories li li a::before,
.widget_nav_menu li li a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	margin-right: 10px;
	background-color: #aaa;
	vertical-align: middle;
}

.widget_welcart_category li .children ul,
.widget_categories li .children ul,
.widget_nav_menu li .sub-menu ul {
	margin: 0 0 0 20px;
	border: none;
}

/* -- .list-widget-B -- */
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_pages ul,
.widget_archive ul,
.widget_welcart_post ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	margin: 0 0 0 1.071em;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

.usces_recent_entries li,
.widget_welcart_page li,
.widget_pages li,
.widget_archive li,
.widget_welcart_post li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}

.usces_recent_entries li a::before,
.widget_welcart_page li a::before,
.widget_pages li a::before,
.widget_archive li a::before,
.widget_welcart_post li a::before,
.widget_meta li a::before,
.widget_recent_entries li a::before,
.widget_recent_comments li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	margin-right: .714em;
	vertical-align: middle;
}

/* -- item-widget -- */
#secondary .widget_basic_item_list .opt-tag,
#secondary .widget_welcart_bestseller .opt-tag,
#secondary .widget_welcart_featured .opt-tag {
	display: none;
}

/* -- .tax_inc_block -- */
#secondary .widget_basic_item_list .tax_inc_block,
#secondary .widget_welcart_featured .tax_inc_block,
#secondary .widget_welcart_bestseller .tax_inc_block {
	margin: 0;
}

#secondary .widget_welcart_featured .tax_inc_block {
	font-size: 12px;
}

#secondary .widget_welcart_featured .tax_inc_block em {
	margin-right: 3px;
}

/* -- .widget_welcart_post -- */

.widget_welcart_post li a {
	position: relative;
	padding: 0 0 .357em 1.428em;
	font-weight: bold;
}

.widget_welcart_post li p {
	padding: .416em 0 1.25em 1.666em;
	font-size: 12px;
	line-height: 200%;
}

/* -- .widget_recent_entries -- */
.widget_recent_entries li a {
	position: relative;
	padding: 0 0 .714em 1.428em;
}

.widget_recent_entries .post-date {
	display: block;
	margin: -.5em 0 .714em 1.428em;
}

/* -- .widget_recent_comments -- */
.widget_recent_comments li a {
	position: relative;
	padding: 0 0 .214em 1.428em !important;
}

.widget_recent_comments .comment-author-link {
	display: inline-block;
	margin: 0 0 .714em .714em;
}

/* -------- Welcart Widget -------- */

/* -- .widget_basic_item_list -- */
#secondary .widget_basic_item_list .item-list {
	margin: 0 0 0 .714em;
	letter-spacing: normal;
}

#secondary .widget_basic_item_list .list {
	margin-bottom: 1.428em;
	overflow: hidden;
}

#secondary .widget_basic_item_list .list:last-child {
	margin-bottom: 0;
}

#secondary .widget_basic_item_list .itemimg {
	position: relative;
	width: 25%;
	float: right;
}

#secondary .widget_basic_item_list .itemimg .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	font-size: .85714em;
	text-align: center;
}

#secondary .widget_basic_item_list .itemimg .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: normal;
}

#secondary .widget_basic_item_list .itemimg .sub_text {
	display: none;
}

#secondary .widget_basic_item_list .item-info-wrap {
	width: 70%;
	text-align: left;
}

#secondary .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}

#secondary .widget_basic_item_list .itemprice {
	font-weight: normal;
	text-align: right;
}

/* -- .widget_welcart_bestseller -- */
#secondary .widget_welcart_bestseller ul {
	padding: 0 0 0 1.071em;
}

#secondary .widget_welcart_bestseller li {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border: none;
}

#secondary .widget_welcart_bestseller li:last-child {
	margin-bottom: 0;
}

#secondary .widget_welcart_bestseller .itemimg {
	position: relative;
	margin-top: -35px;
}

#secondary .widget_welcart_bestseller .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
}

#secondary .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: normal;
}

#secondary .widget_welcart_bestseller .sub_text {
	display: none;
}

#secondary .widget_welcart_bestseller .itemname {
	margin-bottom: .357em;
}

#secondary .widget_welcart_bestseller .itemname a {
	padding: 0;
}

#secondary .widget_welcart_bestseller .itemprice {
	font-weight: normal;
	text-align: right;
}

/* -- before -- */
.widget_welcart_bestseller .rankimg::before {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 0 5px;
	background-color: #999;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.widget_welcart_bestseller .rank1 .rankimg::before {
	content: "1";
	background-color: #ffd700;
}

.widget_welcart_bestseller .rank2 .rankimg::before {
	content: "2";
	background-color: #c0c0c0;
}

.widget_welcart_bestseller .rank3 .rankimg::before {
	content: "3";
	background-color: #c47222;
}

.widget_welcart_bestseller .rank4 .rankimg::before {
	content: "4";
}

.widget_welcart_bestseller .rank5 .rankimg::before {
	content: "5";
}

.widget_welcart_bestseller .rank6 .rankimg::before {
	content: "6";
}

.widget_welcart_bestseller .rank7 .rankimg::before {
	content: "7";
}

.widget_welcart_bestseller .rank8 .rankimg::before {
	content: "8";
}

.widget_welcart_bestseller .rank9 .rankimg::before {
	content: "9";
}

.widget_welcart_bestseller .rank10 .rankimg::before {
	content: "10";
}

/* -- .widget_welcart_featured -- */
.widget_welcart_featured ul {
	padding: 0 0 0 1.071em !important;
}

.widget_welcart_featured .featured_list {
	position: relative;
	margin-bottom: 1.428em;
	padding: 0;
	border-bottom: none;
}

.widget_welcart_featured .featured_list:last-child {
	margin-bottom: 0;
}

#secondary .widget_welcart_featured .itemsoldout {
	display: none;
}

/* -- .widget_welcart_search -- */
.widget_welcart_search #searchform {
	display: block;
	position: relative;
	width: auto;
	max-width: 480px;
	margin: 0 1.071em;
	padding: 0;
	float: none;
	background: none;
}

.widget_welcart_search .searchtext {
	width: 100%;
	height: 40px;
	padding: 0 100px 0 2%;
	border-width: 1px;
}

.widget_welcart_search #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 40px;
	padding: 0 .714em;
	border-radius: 0 3px 3px 0;
	background: none;
}

.widget_welcart_search div {
	text-align: left;
}

.widget_welcart_search #searchsubmit + div {
	background: none;
}


.widget_welcart_search div a {
	display: inline-block;
	width: 100%;
	height: 46px;
	padding: 0 1.428em;
	border-radius: 4px;
	line-height: 46px;
	text-align: center;
}

/* -- .widget_welcart_login -- */
.widget_welcart_login .loginbox {
	padding: 0;
}

.widget_welcart_login .loginbox .submit {
	margin-top: .357em;
}

.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	width: auto;
	height: 40px;
	padding: 0 1.428em;
	line-height: 40px;
}

.widget_welcart_login input.loginpass {
	width: auto;
}

.widget_welcart_login .loginbox a::before {
	content: "\f138";
	display: inline-block;
	margin-right: .374em;
	font-family: FontAwesome;
}

/* -------- WordPress Widget -------- */

/* -- .widget_tag_cloud -- */
.widget_tag_cloud .tagcloud {
	padding: 0 0 0 1.071em;
	line-height: 180%;
}

/* -- .widget_search -- */
.widget_search form {
	display: block;
	position: relative;
	width: auto;
	max-width: 480px;
	padding: 0;
	float: none;
	background: none;
}

.widget_search div {
	border: none;
}

.widget_search .search-text {
	height: 40px;
	padding: 0;
	line-height: 40px;
}

.widget_search .searchsubmit {
	width: 40px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

/* -- .widget_media_image -- */
.widget_media_image {
	text-align: center;
}

/* -- .widget_calendar -- */
.widget_calendar td {
	position: relative;
}

.widget_calendar td a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 31px;
}


/* = Content
-------------------------------------------------------------- */


#content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

/* -- .two-column -- */
.two-column #content {
	max-width: none;
	margin-bottom: 2.142em;
}

/* -- .page-header + .entry-header -- */
.page-header,
.entry-header {
	margin-top: 20px;
	padding: 20px 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

.page-header h1,
.page-header div {
	display: inline-block;
	vertical-align: middle;
}

#content .page-header h1,
#content .entry-header h1.entry-title {
	margin: 0;
	font-size: 1.428em;
	letter-spacing: 1px;
	line-height: 1.428em;
	border-bottom: 1px solid #0084D9;
	font-weight:bold;
}

.page-header div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}

.page-header div::after {
	content: "/";
	display: inline-block;
	margin: 0 .5em;
}

/* -- article -- */
.blog #content article {
	margin: 0;
	padding: 0;
	border: none;
}

/* -- #searchform -- */
#searchform {
	padding: 1.071em;
}

#searchform .s-box {
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-radius: 50px;
}

#searchform .search-text {
	width: 100%;
	padding: 0 3em 0 .714em;
	border: none;
	line-height: 2.857em;
}

#searchform .search-text:focus {
	outline: 0;
}

#searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	background: none;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

/* -- .pagination-wrap -- */
.pagination-wrap.top {
	margin: 0 1.071em 1.071em;
	padding-top: 1.071em;
	border-top-width: 1px;
	border-top-style: solid;
}

.pagination-wrap.bottom {
	margin: 1.428em 1.071em 0;
}

/* -- .page-numbers -- */
ul.page-numbers {
	float: right;
}

.pagination-wrap.top ul.page-numbers {
	margin-left: 1.428em;
	padding-left: 1.428em;
	border-left-width: 1px;
	border-left-style: solid;
}

ul.page-numbers li {
	margin-top: .178em;
	margin-bottom: .178em;
	margin-left: .357em;
	float: left;
	text-align: center;
}

ul.page-numbers li a,
ul.page-numbers li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

ul.page-numbers li a {
	border-width: 1px;
	border-style: solid;
}

ul.page-numbers li span.page-numbers.dots {
	background: none;
}

/* -- .count -- */
.pagination-wrap .count {
	float: right;
	line-height: 35px;
}

/* -------- .product-area -------- */

.layout-grid {
	margin: 0 1.071em;
}

.layout-grid .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.layout-grid .list:nth-child(even) {
	margin-right: 0;
}

.layout-grid .list:nth-child(2n+1) {
	clear: both;
}

.layout-grid .list:nth-child(n+3) {
	margin-top: 4%;
}

.product-list span {
	display: block;
}

.product-list .thumbnail {
	margin-bottom: .714em;
}

.product-list .title {
	margin-bottom: .357em;
}

.product-list .thumbnail {
	position: relative;
	text-align: center;
}

.product-list .thumbnail img {
	width: 100%;
}

.product-list .campaign_message,
.widget .campaign_message {
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 8px;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -.5px;
}

.product-list .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.product-list .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}

.product-list .itemsoldout .sub_text {
	margin-top: 5px;
	font-size: 12px;
}

.product-list .price {
	margin-top: .833em;
	color: #e00;
	text-align: center;
}

/* -- .tax_inc_block -- */
.product-list .tax_inc_block {
	font-size: 12px;
	text-align: center;
}

.product-list .tax_inc_block em {
	margin-right: 3px;
}

.product-list .excerpt {
	display: none;
}

.product-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

/* -- opt-tag -- */
.opt-tag {
	margin: .833em 0;
	font-size: 12px;
}

.opt-tag li {
	display: inline-block;
	width: auto;
	margin: 2px 0;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	font-size: 10px;
	line-height: 18px;
}

/* -- .no-date -- */
.product-area .no-date {
	margin: 0 1.071em;
	padding: 2.143em 0 0;
	text-align: center;
}

/* -- .layout-list -- */
.layout-list .list {
	width: auto;
	margin-bottom: 1.428em;
	padding-bottom: 1.428em!important;
	float: none;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-radius: 0;
}

.layout-list .list,
.layout-list .list:nth-child(even),
.layout-list .list:nth-child(n+3) {
	margin: 0 1.071em 1.428em;
}

.layout-list .list:last-child {
	margin-bottom: 0;
}

.layout-list .list .title,
.layout-list .list .price,
.layout-list .list .excerpt {
	margin-left: 40%;
}

.layout-list .list .thumbnail {
	width: 35%;
	margin-bottom: 0;
	float: left;
	margin-right: 40px;
}

.layout-list .list .price {
	text-align: right;
}

.layout-list .list .opt-tag {
	display: inline-block;
	margin-left: 5%;
}

.layout-list .list .excerpt {
	display: block;
	margin-top: 1em;
	font-size: 12px;
}

/* -------- .info-list -------- */

.info-list {
	margin: 0 1.071em;
}

.info-list .list {
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.info-list .list:last-child {
	margin-bottom: 0;
}

.info-list .thumbnail {
	width: 35%;
	margin-bottom: 0;
	float: left;
}

.info-list .title,
.info-list .date {
	display: block;
}

.info-list .title {
	margin-left: 40%;
	font-weight: bold;
}

.info-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

.info-list .date i {
	margin-right: .5em;
}

.info-list .excerpt {
	margin: 1.071em 0 0 40%;
}

.info-list .excerpt p {
	font-size: 12px;
	line-height: 180%;
}

/* = index.php && show_on_front == Page
-------------------------------------------------------------- */

.index-content #content {
	margin-top: 2.142em;
}

.home .sof {
	margin: 2.142em 0;
}


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


/* -------- .widget_welcart_featured -------- */

/* -- .home-widget -- */
.home-widget {
	margin: 1.428em 0 2.143em;
}

/* -- .widget -- */
.home-widget .widget {
	margin-bottom: 1.428em;
}

.home-widget .widget:last-child {
	margin-bottom: 0;
}

/* -- .home-widget -- */
.home-widget .widget_welcart_bestseller ul,
.home-widget .widget_welcart_featured ul {
	margin: 0 1.071em;
	padding: 0 !important;
	overflow: inherit;
}

.home-widget .widget_basic_item_list .item-list {
	margin: 0 1.071em;
	letter-spacing: normal;
}

.home-widget .widget_welcart_featured li,
.home-widget .widget_basic_item_list .list,
.home-widget .widget_welcart_bestseller li {
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
	border: none;
}

.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	border-width: 1px;
	border-style: solid;
}

.home-widget .widget_welcart_featured .itemsoldout,
.home-widget .widget_basic_item_list .itemsoldout,
.home-widget .widget_welcart_bestseller .itemsoldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	text-align: center;
}

.home-widget .widget_welcart_featured .itemsoldout .text,
.home-widget .widget_basic_item_list .itemsoldout .text,
.home-widget .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.home-widget .widget_welcart_featured .itemsoldout .sub_text,
.home-widget .widget_basic_item_list .itemsoldout .sub_text,
.home-widget .widget_welcart_bestseller .itemsoldout .sub_text {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

.home-widget .widget_welcart_featured li:nth-child(even),
.home-widget .widget_basic_item_list .list:nth-child(even),
.home-widget .widget_welcart_bestseller li:nth-child(even) {
	margin-right: 0;
}

.home-widget .widget_welcart_featured li:nth-child(n+3),
.home-widget .widget_basic_item_list .list:nth-child(n+3),
.home-widget .widget_welcart_bestseller li:nth-child(n+3) {
	margin-top: 4%;
}

.home-widget .widget_welcart_featured li:nth-child(odd),
.home-widget .widget_basic_item_list .list:nth-child(odd),
.home-widget .widget_welcart_bestseller li:nth-child(odd) {
	clear: both;
}

/* -- .slider -- */
.home-widget .widget_welcart_featured .slider li,
.home-widget .widget_basic_item_list .slider .list,
.home-widget .widget_welcart_bestseller .slider li {
	width: auto;
	margin: 0;
}

.home-widget .widget_welcart_featured .slider li:nth-child(n+3),
.home-widget .widget_basic_item_list .slider .list:nth-child(n+3),
.home-widget .widget_welcart_bestseller .slider li:nth-child(n+3) {
	margin: 0;
}

.home-widget .widget_welcart_featured .slider li:nth-child(odd),
.home-widget .widget_basic_item_list .slider .list:nth-child(odd),
.home-widget .widget_welcart_bestseller .slider li:nth-child(odd) {
	clear: none;
}

.home-widget .widget_welcart_featured .slider li .inner,
.home-widget .widget_basic_item_list .slider .list a,
.home-widget .widget_welcart_bestseller .slider li .inner {
	display: block;
	margin: 0 .714em;
}

/* -- .itemimg -- */
.home-widget .widget_welcart_featured .thumimg,
.home-widget .widget_basic_item_list .itemimg,
.home-widget .widget_welcart_bestseller .itemimg {
	position: relative;
	width: auto !important;
	margin-bottom: .714em;
	float: none;
	text-align: -webkit-center;
}

.home-widget .widget_welcart_featured .thumimg img,
.home-widget .widget_welcart_bestseller .itemimg img {
	width: auto;
	max-width: 100%;
}

/* -- .itemname -- */
.home-widget .widget_welcart_featured .thumtitle,
.home-widget .widget_welcart_bestseller .itemname {
	width: auto;
}

.home-widget .widget_basic_item_list .itemname {
	margin-bottom: .357em;
}

/* -- .itemprice -- */
.home-widget .widget_welcart_featured .itemprice,
.home-widget .widget_basic_item_list .itemprice,
.home-widget .widget_welcart_bestseller .itemprice {
	width: auto;
	margin-top: .833em;
	font-weight: normal;
	text-align: center;
}

/* -- .tax_inc_block -- */
.home-widget .widget_welcart_featured .tax_inc_block,
.home-widget .widget_basic_item_list .tax_inc_block,
.home-widget .widget_welcart_bestseller .tax_inc_block {
	width: auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

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

.home-widget .widget_welcart_featured .tax_inc_block em {
	margin-right: 3px;
}

.home-widget .widget_welcart_featured .opt-tag {
	margin: .833em 0;
}

.home-widget .widget_welcart_bestseller .opt-tag {
	margin: .416em 0 .833em;
}

.home-widget .widget_basic_item_list .opt-tag li,
.home-widget .widget_welcart_featured .opt-tag li,
.home-widget .widget_welcart_bestseller .opt-tag li {
	display: inline-block;
	width: auto;
	padding: 0 5px;
	float: none;
}

.no-sidebar .lower .widget_welcart_bestseller li .opt-tag li {
	width: auto;
	margin: 2px 0;
}

/* -- .widget_welcart_bestseller -- */
.home-widget .widget_welcart_bestseller .inner {
	position: relative;
}

.home-widget .widget_welcart_bestseller .rankimg {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}


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


/* -------- Common -------- */

/* -- .lower -- */
#main .lower {
	margin-top: -1.428em;
}

/* -- .home-area -- */
.home-area {
	margin: 1.428em 0 1.428em;
}

/* -- .section-head -- */
.section-head {
	margin-bottom: 1.428em;
	padding: .714em 1.071em;
	color: #fff;
}

.section-head h2,
.section-head div {
	display: inline-block;
	vertical-align: middle;
}

.section-head h2 {
	font-size: 1.428em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.428em;
}

.section-head div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}

.section-head div::after {
	content: "/";
	display: inline-block;
	margin: 0 .25em 0 .5em;
}

/* -------- #main-visual -------- */

#main-visual {
	text-align: center;
	margin-top:15px;
}

#main-visual .flex-row {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

#main-visual .flex-viewport {
	overflow: visible !important;
}

#main-visual  .flexslider {
	margin: 0;
	border: none;
	background: none;
}

#main-visual  .flex-nav-next .flex-next {
	text-align: center;
}

#main-visual  .flexslider li img {
	padding: 0 .714em;
}

/* -- paging -- */
.flex-direction-nav a::before {
	color: rgba(61, 61, 61, .8);
}

#main-visual .flex-control-nav {
	position: static;
	margin: 1.428em 0 1.071em;
	padding: 0 .714em;
	text-align: right;
}

#main-visual .flex-control-paging li {
	display: inline-block;
	margin: 0 0 0 5px;
}

#main-visual .flex-control-paging li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: 9999px;
}

/* -------- .info-area -------- */

.info-area {
	margin: 1.428em 1.071em 0;
}

.info-area .draggable {
	padding: 0 !important;
	overflow: hidden;
}

.info-area .slick-vertical .slick-slide {
	margin: 0;
}

.info-area .info-cat,
.info-area .info-title {
	display: inline-block;
	float: left;
}

.info-area .info-cat {
	margin-right: 1.25em;
	padding: 0 .666em;
	background-color: #c00;
	color: #fff;
	font-size: .857em;
	line-height: 25px;
}

.info-area .info-date {
	margin: 5px 1.071em 0 0;
	float: left;
}

.info-area .info-title {
	margin-top: 3px;
	clear: both;
}

.info-area .info-title a {
	text-decoration: underline;
}

/* -------- .topics-area -------- */

.topics-area .slick-track {
	margin: 0;
}

#content .topics-area article {
	padding: 0 10px;
}

.topics-area span {
	display: block;
}

.topics-area .thumbnail {
	margin-bottom: 1.0714em;
	text-align: -webkit-center;
}

/* -------- .cat-area -------- */

.cat-area .list {
	text-align: center;
}

.cat-area .list a {
	display: block;
}

.cat-area span {
	display: block;
}

.cat-area .thumbnail {
	margin-bottom: .714em;
}

.cat-area .thumbnail img {
	margin: 0 auto;
}

/* -- .slider -- */
.cat-area .slider a {
	margin: 0 .714em;
}

/* -- .noslider -- */
.cat-area .noslider .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.cat-area .noslider .list:nth-child(even) {
	margin-right: 0;
}

.cat-area .noslider .list:nth-child(n+3) {
	margin-top: 4%;
}

/* -------- .pickup-area -------- */

.pickup-area .list a {
	display: block;
}

.pickup-area span {
	display: block;
}

.pickup-area .thumbnail {
	margin-bottom: 1.071em;
}

.pickup-area .title {
	margin-bottom: .357em;
}

.pickup-area .excerpt {
	font-size: .857em;
	line-height: 1.8;
}

/* -- .slider -- */
.pickup-area .slider {
	margin: 0 0;
}

/* -- .noslider -- */
.pickup-area .noslider {
	margin: 0 1.071em;
}

.pickup-area .noslider .list {
	margin-bottom: 6%;
}

.pickup-area .noslider .list:last-child {
	margin-bottom: 0;
}

/* -------- .product-area -------- */

/* -- .slider -- */
.layout-grid.slider .list {
	width: auto;
	margin: 0;
}

.layout-grid.slider .list:nth-child(2n+1) {
	clear: none;
}

.layout-grid.slider .list a {
	display: block;
	margin: 0 1.071em;
}


/* = category.php
-------------------------------------------------------------- */


/* -------- #show -------- */

#show {
	margin: 1.071em 0 1.428em;
	padding: .714em 1.071em;
}

#show .layout {
	float: right;
	background-color:#ffffff;
	padding: 5px 0;
}

#show .layout li:first-child {
/* 	margin-top: 6px; */
	font-size: 12px;
}

#show .layout li:first-child::after {
/* 	content: ":"; */
	display: inline-block;
	margin: 0 10px;
}

#show .layout li {
/* 	margin-left: 5px; */
	float: left;
	margin: 0 5px;
}

#show .layout li.grid:hover,
#show .layout li.list:hover {
	cursor: pointer;
}

#show .layout li img {
	width: 30px;
	height: 30px;
}

/* -------- .category-info -------- */

.category-info {
	margin: 1.071em;
}

.cat-img,
.cat-desc {
	margin: 1.071em 0;
}

.cat-img {
	text-align: center;
}

.cat-desc {
	font-size: 12px;
	line-height: 2;
}


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


/* -------- .entry-meta -------- */

.entry-meta {
	margin: 0 1.071em .714em;
	padding: 0;
	border: none;
}

.entry-meta span {
	display: inline-block;
	margin: 0 .769em .384em 0;
	font-size: 13px;
}

.entry-meta .author::before,
.entry-meta .cat::before {
	margin-right: .35em;
	font-size: 12px;
}

.entry-meta .date::before {
	display: none;
}

.entry-meta .author::before {
	content: "\f14b";
}

.entry-meta .cat::before {
	content: "\f07b";
}

/* -------- .entry-img -------- */

.entry-img {
	margin-bottom: 1.071em;
	text-align: center;
}

/* -------- .entry-content -------- */

.entry-content {
	margin: 0 1.071em;
}

/* -- h1,h2,h3,h4,h5,h6 -- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: normal;
}

.entry-content h2 {
	margin-bottom: 1em;
	padding: .625em;
	border-bottom: none;
	border-top-width: 3px;
	border-top-style: solid;
	font-size: 1.143em;
}

.entry-content h3 {
	margin-bottom: 1em;
	padding: 0;
	border: none;
	font-size: 1.143em;
	line-height: normal;
}

/* -- p -- */
.entry-content p {
	margin-bottom: 2.143em;
	line-height: 2;
}

/* -- a -- */
.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

/* -- .wp-block-gallery -- */

.entry-content .wp-block-gallery li {
	list-style: none;
}

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

.link-pages .post-page-numbers,
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	padding: 0;
}

.link-pages .post-page-numbers {
	width: 35px;
	height: 35px;
	border-color: #000;
	background-color: #fff;
	color: #000;
	line-height: 35px;
	text-align: center;
}

.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

/* -------- .single-related -------- */

.single-related {
	margin: 0;
}

.single-related h2 {
	margin-bottom: 1.875em;
	padding: .625em;
	color: #fff;
	font-size: 1.143em;
}

.single-related .cf {
	margin: 0 1.071em;
}

.single-related .list {
	width: 48%;
	margin-right: 4%;
	float: left;
}

/* -- margin-right -- */
.single-related .list:nth-child(even) {
	margin-right: 0;
}

/* -- margin-top -- */
.single-related .list:nth-child(n+3) {
	margin-top: 4%;
}

/* -- clear -- */
.single-related .list:nth-child(2n+1) {
	clear: both;
}

.single-related .list span {
	display: block;
}

.single-related .thumbnail {
	margin-bottom: .714em;
	text-align: center;
}

.single-related .title {
	display: block;
}

/* -- comment-area -- */
.comment-area {
	margin: 0 1.071em;
}

.comment-area #respond .comment-form-cookies-consent label {
	display: inline;
	margin: 0;
	font-weight: normal;
	vertical-align: middle;
}

.comment-area #respond input[type="text"],
.comment-area #respond input[type="email"],
.comment-area #respond input[type="url"] {
	max-width: 100%;
}

.comment-area #respond textarea {
	padding: .714rem;
}

.comment-area .no-comments {
	margin: 2rem 0;
}

/* -- Block Editor -- */
.entry-content .wp-block-query li h2 {
	background-color: initial;
}

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


	/* -------- Common Widget -------- */

	/* -- calendar -- */
	.widget_calendar table,
	.welcart_blog_calendar table {
		margin-right: 1%;
		margin-left: 1%;
	}

	.widget_welcart_calendar table {
		width: 48%;
		max-width: none;
		margin: 0 1% 1%;
		float: left;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		overflow: hidden;
	}

	#secondary .widget_basic_item_list .list {
		width: 46%;
		margin-right: 8%;
		float: left;
	}

	#secondary .widget_basic_item_list .list:nth-child(even) {
		margin-right: 0;
	}

	#secondary .widget_basic_item_list .list:nth-child(odd) {
		clear: both;
	}


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


	/* -------- .widget_welcart_featured -------- */

	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 30.666%;
	}

	.home-widget .widget_welcart_featured li:nth-child(even),
	.home-widget .widget_basic_item_list .list:nth-child(even),
	.home-widget .widget_welcart_bestseller li:nth-child(even) {
		margin-right: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n),
	.home-widget .widget_basic_item_list .list:nth-child(3n),
	.home-widget .widget_welcart_bestseller li:nth-child(3n) {
		margin-right: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+3),
	.home-widget .widget_basic_item_list .list:nth-child(n+3),
	.home-widget .widget_welcart_bestseller li:nth-child(n+3) {
		margin-top: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+4),
	.home-widget .widget_basic_item_list .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller li:nth-child(n+4) {
		margin-top: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(odd),
	.home-widget .widget_basic_item_list .list:nth-child(odd),
	.home-widget .widget_welcart_bestseller li:nth-child(odd) {
		clear: none;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(3n + 1) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child(even),
	.home-widget .widget_welcart_featured .slider li:nth-child(n+4),
	.home-widget .widget_basic_item_list .slider .list:nth-child(even),
	.home-widget .widget_basic_item_list .slider .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(even),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(n+4) {
		margin: 0;
	}

	.home-widget .widget_welcart_featured .slider li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .slider .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(3n + 1) {
		clear: none;
	}


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


	/* -------- .product-area -------- */

	.layout-grid .list {
		width: 30.666%;
	}

	.layout-grid .list:nth-child(even) {
		margin-right: 4%;
	}

	.layout-grid .list:nth-child(3n) {
		margin-right: 0;
	}

	.layout-grid .list:nth-child(2n+1) {
		clear: none;
	}

	.layout-grid .list:nth-child(3n+1) {
		clear: both;
	}

	.layout-grid .list:nth-child(n+3) {
		margin-top: 0;
	}

	.layout-grid .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(3n+1) {
		clear: none;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 30.666%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(even) {
		margin-right: 4%;
	}

	.cat-area .noslider .list:nth-child(3n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+3) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -------- .pickup-area -------- */
	.info-area .info-title {
		clear: none;
	}

	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -20px;
	}

	.pickup-area .slider .slick-next {
		right: -20px;
	}

	/* -- .noslider -- */
	.pickup-area .slider .list a {
		margin: 0 .714em;
	}

	/* -- .noslider -- */
	.pickup-area .noslider .list {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}

	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 0;
	}

	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 4%;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(n+4),
	.layout-grid.slider .list:nth-child(even) {
		margin: 0;
	}


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

	/* -------- .single-related -------- */

	.single-related .list {
		width: 30.666%;
		float: left;
	}

	/* -- margin-right -- */
	.single-related .list:nth-child(even) {
		margin-right: 4%;
	}

	.single-related .list:nth-child(3n) {
		margin-right: 0;
	}

	/* -- margin-top -- */
	.single-related .list:nth-child(n+3) {
		margin-top: 0;
	}

	.single-related .list:nth-child(n+4) {
		margin-top: 4%;
	}

	/* -- clear -- */
	.single-related .list:nth-child(2n+1) {
		clear: none;
	}

	.single-related .list:nth-child(3n+1) {
		clear: both;
	}


}


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


	header .top,
	header .bottom {
		padding: 1.071em 2.143em;
	}

	/* -------- .bottom -------- */

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: auto;
		font-size: 3em;
	}

	/* -------- .h-column -------- */

	.h-column {

	}

	.h-column .iconbtn {
		width: 50px;
		height: 50px;
	}

	/* -- .membership -- */
	.membership li a {
		line-height: 3.214em;
	}


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


	footer nav {
		width: auto;
	}

	footer nav li {
		width: auto;
		padding: 0;
		float: none;
	}

	/* -------- .top -------- */

	footer .top {
		padding: 2.857em 2.143em 1.428em;
	}

	/* -- .f-widgetArea -- */
	.f-widgetArea {
		min-width: 360px;
		margin: 0 0 1.071em 3.571em;
		padding: 0 0 0 3.571em;
		float: right;
		border-bottom: none;
		border-left-width: 1px;
		border-left-style: solid;
	}

	.f-widgetArea .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714em;
		float: none;
	}

	.f-widgetArea .widget_calendar th,
	.f-widgetArea .widget_calendar td,
	.f-widgetArea .welcart_blog_calendar th,
	.f-widgetArea .welcart_blog_calendar td,
	.f-widgetArea .widget_welcart_calendar th,
	.f-widgetArea .widget_welcart_calendar td {
		padding: .357em;
	}

	/* -- .f-mainnav -- */
	.f-mainnav li,
	.f-mainnav li:last-child {
		margin: 0 3.571em 2.143em 0;
		float: left;
	}

	.f-mainnav .sub-menu li {
		margin-right: 0;
		margin-bottom: .769em;
		float: none;
	}

	.f-mainnav .sub-menu li:last-child {
		margin-bottom: 0;
	}

	/* -- .f-subnav -- */
	.f-subnav {
		padding: 0;
		border: none;
	}

	.f-subnav li {
		padding: 0 1.154em;
		border-right-width: 1px;
		border-right-style: solid;
	}

	.f-subnav li:first-child {
		border-left-width: 1px;
		border-left-style: solid;
	}

	/* -------- .bottom -------- */

	footer .bottom {
		padding: 1.428em 2.143em;
	}

	/* -- .f-logo -- */
	.f-logo {
		font-size: 2.143em;
	}

	/* -- .sns -- */
	.sns li {
		margin-left: 1.071em;
	}

	.sns li i::before {
		width: 2.143em;
		height: 2.143em;
	}

	/* -- .copyright -- */
	.copyright {
		padding-top: 1.071em;
		font-size: 1em;
	}


	/* = Secondary
	-------------------------------------------------------------- */


	#secondary section {
		padding: 2.143em;
	}


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


	/* -------- .widget_welcart_featured -------- */

	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0 2.143em;
	}

	/* -- .upper -- */
	.home-widget .widget_welcart_featured li,
	.home-widget .widget_basic_item_list .list,
	.home-widget .widget_welcart_bestseller li {
		width: 23.125%;
		margin-right: 2.5%;
	}

	.home-widget .widget_welcart_featured li:nth-child(even),
	.home-widget .widget_welcart_featured li:nth-child(3n),
	.home-widget .widget_basic_item_list .list:nth-child(even),
	.home-widget .widget_basic_item_list .list:nth-child(3n),
	.home-widget .widget_welcart_bestseller li:nth-child(even),
	.home-widget .widget_welcart_bestseller li:nth-child(3n) {
		margin-right: 2.5%;
	}

	.home-widget .widget_welcart_featured li:nth-child(4n),
	.home-widget .widget_basic_item_list .list:nth-child(4n),
	.home-widget .widget_welcart_bestseller li:nth-child(4n) {
		margin-right: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+4),
	.home-widget .widget_basic_item_list .list:nth-child(n+4),
	.home-widget .widget_welcart_bestseller li:nth-child(n+4) {
		margin-top: 0;
	}

	.home-widget .widget_welcart_featured li:nth-child(n+5),
	.home-widget .widget_basic_item_list .list:nth-child(n+5),
	.home-widget .widget_welcart_bestseller li:nth-child(n+5) {
		margin-top: 4%;
	}

	.home-widget .widget_welcart_featured li:nth-child(3n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(3n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(3n + 1) {
		clear: none;
	}

	.home-widget .widget_welcart_featured li:nth-child(4n + 1),
	.home-widget .widget_basic_item_list .list:nth-child(4n + 1),
	.home-widget .widget_welcart_bestseller li:nth-child(4n + 1) {
		clear: both;
	}

	/* -- .slider -- */
	.home-widget .widget_welcart_featured .slider li:nth-child(even),
	.home-widget .widget_welcart_featured .slider li:nth-child(3n),
	.home-widget .widget_welcart_featured .slider li:nth-child(n+5),
	.home-widget .widget_basic_item_list .slider .list:nth-child(even),
	.home-widget .widget_basic_item_list .slider .list:nth-child(3n),
	.home-widget .widget_basic_item_list .slider .list:nth-child(n+5),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(even),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(3n),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(n+5) {
		margin: 0;
	}

	.home-widget .widget_welcart_featured .slider li:nth-child(4n + 1),
	.home-widget .widget_basic_item_list .slider .list:nth-child(4n + 1),
	.home-widget .widget_welcart_bestseller .slider li:nth-child(4n + 1) {
		clear: none;
	}

	.home-widget .widget_welcart_featured .slick-prev,
	.home-widget .widget_basic_item_list .slick-prev,
	.home-widget .widget_welcart_bestseller .slick-prev {
		left: -30px;
	}

	.home-widget .widget_welcart_featured .slick-next,
	.home-widget .widget_basic_item_list .slick-next,
	.home-widget .widget_welcart_bestseller .slick-next {
		right: -30px;
	}


	/* = Content
	-------------------------------------------------------------- */


	/* -------- .entry-header -------- */

	.entry-header,
	.page-header {
		padding: 20px 30px;
	}

	/* -------- .pagination-wrap -------- */

	.pagination-wrap.top {
		margin: 0 2.143em 1.071em;
	}

	.pagination-wrap.bottom {
		margin: 1.428em 2.143em 0;
	}

	/* -------- #searchform -------- */

	#searchform {
		padding: 1.071em 2.143em;
	}

	/* -------- .layout-grid -------- */

	.layout-grid {
		margin: 0 2.143em;
	}

	/* -------- .common-guide-widget -------- */
	.common-guide-widget {
		padding: 2.428em 2.143em 5.714em;
	}


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


	.home-area {
		margin: 2.143em 0;
	}

	/* -------- .info-area -------- */

	.info-area {
		margin: 1.071em 2.143em;
	}

	/* -------- .layout-grid -------- */

	.layout-grid .list {
		width: 23.125%;
		margin-right: 2.5%;
	}

	.layout-grid .list:nth-child(even),
	.layout-grid .list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.layout-grid .list:nth-child(3n+1) {
		clear: none;
	}

	.layout-grid .list:nth-child(4n+1) {
		clear: both;
	}

	.layout-grid .list:nth-child(4n) {
		margin-top: 0;
		margin-right: 0;
	}

	.layout-grid .list:nth-child(n+5) {
		margin-top: 4%;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 23.125%;
		margin-right: 2.5%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(even),
	.cat-area .noslider .list:nth-child(3n) {
		margin-right: 2.5%;
	}

	.cat-area .noslider .list:nth-child(4n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+4) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+5) {
		margin-top: 4%;
	}


	/* -------- .pickup-area -------- */

	/* -- .slider -- */
	.pickup-area .slider {
		margin: 0 1.428em;
	}

	/* -------- .product-area -------- */

	/* -- .slider -- */
	.layout-grid.slider .list:nth-child(even),
	.layout-grid.slider .list:nth-child(3n) {
		margin: 0;
	}

	.layout-grid.slider .slick-prev {
		left: -30px;
	}

	.layout-grid.slider .slick-next {
		right: -30px;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 1.071em 2.143em;
	}


	/* = singular.php
	-------------------------------------------------------------- */


	#show {
		padding: .714em 2.143em;
	}

	.entry-meta {
		margin: 0 2.143em .714em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 2.143em;
	}

	/* -- .wp-block-gallery -- */

	.wp-block-gallery {
		overflow: hidden;
	}

	.wp-block-gallery li {
		margin-right: 2%;
		float: left;
	}

	/* -- .column2 -- */
	.wp-block-gallery.columns-2 li {
		width: 49%;
	}

	.wp-block-gallery.columns-2 li:nth-child(even) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-2 li:nth-child(n + 3) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-2 li:nth-child(2n + 1) {
		clear: both;
	}

	/* -- .column3 -- */
	.wp-block-gallery.columns-3 li {
		width: 32%;
	}

	.wp-block-gallery.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-3 li:nth-child(n + 4) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-3 li:nth-child(3n + 1) {
		clear: both;
	}

	/* -- .column4 -- */
	.wp-block-gallery.columns-4 li {
		width: 23.5%;
	}

	.wp-block-gallery.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-4 li:nth-child(n + 5) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-4 li:nth-child(4n + 1) {
		clear: both;
	}

	/* -- .column5 -- */
	.wp-block-gallery.columns-5 li {
		width: 18.4%;
	}

	.wp-block-gallery.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-5 li:nth-child(n + 6) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-5 li:nth-child(5n + 1) {
		clear: both;
	}

	/* -- .column6 -- */
	.wp-block-gallery.columns-6 li {
		width: 15%;
	}

	.wp-block-gallery.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-6 li:nth-child(n + 7) {
		margin-top: 2%;
	}

	.wp-block-gallery.columns-6 li:nth-child(6n + 1) {
		clear: both;
	}


	.single-related h2 {
		padding: .625em 1.875em;
	}

	.single-related .cf {
		margin: 0 2.143em;
	}

	/* -- comment-area -- */
	.comment-area {
		margin: 0 2.143em;
	}

}


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

	.common-parts {
		margin: 1.428em 0;
		padding: 1.071em 2.143em;
	}

	.home .common-parts {
		margin: 0.543em 2.143em 1.071em;
		padding: 0;
		background: none;
	}

	/* -------- #searchform -------- */

	#searchform {
		width: 300px;
		padding: 0;
		float: right;
		background: none;
	}

	/* -------- .info-area -------- */

	.info-area {
		margin: 6px 320px 0 0;
	}

	.info-area .info-cat,
	.info-area .info-title {
		float: left;
	}


}

	.menus {
		display: none;
	}


	#site-navigation ul ul  {
		display: none;
	}
@media screen and (max-width: 768px) {

	#site-navigation ul ul  {
		display: block;
	}
}
/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	/* = Base
	-------------------------------------------------------------- */

	/* -------- input -------- */

	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		height: 50px;
		line-height: 50px;
	}

	.widget_welcart_search div a,
	.widgetcart #wdgctToCheckout a {
		height: 56px;
		line-height: 56px;
	}

	.widget_welcart_search #searchform {
		margin: 0;
	}

	.widget_welcart_search .searchtext,
	.widget_welcart_search #searchsubmit {
		height: 50px;
	}


	/* = All
	-------------------------------------------------------------- */


	/* -------- #loader-bg -------- */

	#loader {
		font-size: 18px;
	}

	#loader i {
		margin-bottom: 20px;
		font-size: 60px;
	}

	/* -- .open-menu -- */
	.site.open-menu {
		left: 0;
	}

	/* -- .gray-bg -- */
	.site.open-menu .gray-bg {
		display: none;
	}

	/* -- .slick -- */
	.slick-prev {
		left: -48px;
	}

	.slick-next {
		right: -48px;
	}


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


	header .inner {
		display: block;
		width: auto;
		padding-bottom: 0;
	}

	/* -------- .top -------- */

	header .top {
		max-width: 1070px;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	/* -- .site-description -- */
	.site-description {
		float: none;
	}

	/* -------- .bottom -------- */

	header .bottom {
		-webkit-transition-duration: unset;
		-moz-transition-duration: unset;
		transition-duration: unset;
	}

	/* -- .site-title -- */
	h1.site-title a,
	div.site-title a {
		font-weight: normal;
	}

	.h-column .menus .iconbtn,
	.mobile-menu .close {
		display: none;
	}

	.h-column {
		margin-top: 0;
		float: none;
	}

	.h-column .menus.list {
		margin: 0;
		padding-top: .714em;
		float: none;
		clear: both;
	}

	.h-column .list {
		margin-top: .357em;
	}

	.mobile-menu {
		position: static;
		width: auto;
		padding: 0;
		background: none;
	}

	/* -- .membership + .widgetcart -- */
	.membership .close,
	.widgetcart .close {
		right: 20%;
	}

	/* -- #site-navigation -- */

	#site-navigation {
		margin-bottom: 0;
		font-size: 17px;
	}

	/* -- ul -- */
	#site-navigation ul {
		width: auto;
	}

	#site-navigation li {
		position: static;
border-right: none;
	}

	#site-navigation li a {
		position: relative;
		padding: 0 1.251em;
		overflow: hidden;
	}

	#site-navigation li:hover a {
		color: #000000;
	}

	#site-navigation li a::before {
		content: " ";
		display: block;
		position: absolute;
		z-index: -1;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		transition-duration: .1s;
	}

	#site-navigation li a:hover {
		background: none;

	}

	#site-navigation li:hover a::before {
		top: 0;
	}
		#site-navigation li:hover a: {
		color:#000000;
	}

	/* -- .current -- */
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a {
/* 		background: #ffffff; */
	}

	#site-navigation li.current-menu-item a,
	#site-navigation li.current_page_item a {

	}

	/* -- ul.sub-menu -- */

	#site-navigation ul.sub-menu {
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 40px 40px 40px;
		border: none;
		opacity: 0;
		font-size: 14px;
		letter-spacing: normal;
	}

	#site-navigation ul li:hover > ul {
		display: block;
		top: auto;
		-moz-animation-name: fade-in;
		-webkit-animation-name: fade-in;
		animation-name: fade-in;
		-moz-animation-duration: .2s;
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		opacity: 1;
	}

	#site-navigation ul.sub-menu li {
		width: auto;
		margin: 40px 40px 0 0;
		float: left;
		background: none;
	}

	#site-navigation ul.sub-menu li a {
		padding: 0;
		background: none;
		color: #fff;
		font-weight: bold;
		line-height: normal;
	}

	#site-navigation ul.sub-menu li a:hover {
		background: none;
		color: rgba(255, 255, 255, .6);
	}

	#site-navigation ul.sub-menu a::before {
		display: none;
	}

	/* -- ul.sub-menu ul -- */
	#site-navigation ul.sub-menu ul {
		display: block;
		position: static;
		margin: 20px 0 0 20px;
		padding: 0;
		border: none;
		border-left: 1px solid #fff;
		opacity: 1;
		background: none;
	}

	#site-navigation ul ul li:hover > ul {
		-moz-animation-name: none;
		-webkit-animation-name: none;
		animation-name: none;
	}

	#site-navigation ul.sub-menu ul li {
		margin: 0 0 15px;
		float: none;
	}

	#site-navigation ul.sub-menu ul li:last-child {
		margin: 0;
	}

	#site-navigation ul.sub-menu li li a {
		width: auto;
		padding: 0;
		font-weight: normal;
	}

	#site-navigation ul.sub-menu li li a::before {
		content: "";
		display: inline-block;
		position: static;
		width: 10px;
		height: 1px;
		margin-right: 10px;
		background-color: #fff;
		vertical-align: middle;
	}

	/* -- ul.sub-menu ul ul -- */
	#site-navigation ul.sub-menu ul ul {
		border: none;
	}

	/* -- current setting -- */
	#site-navigation li.current-menu-item > a,
	#site-navigation li.current-menu-ancestor > a {
		background: none;

	}

	#site-navigation li.current-menu-item > a::before,
	#site-navigation li.current-menu-ancestor > a::before {
		top: 0;
	}

	#site-navigation li li.current-menu-ancestor > a,
	#site-navigation li li.current-menu-item > a {
		background: none;
	}

	#site-navigation li li.current-menu-ancestor a:hover,
	#site-navigation li li.current-menu-item a:hover {
		background: none;
	}

	/* -- .sub-navigation -- */
	.sub-navigation {
		position: absolute;
		top: .85em;
		right: 2.5em;
	}

	.sub-navigation {
		right: auto;
		left: auto;
		width: 1070px;
		border: none;
		font-size: .8571em;
	}

	.sub-navigation ul {
		float: right;
		overflow: hidden;
	}

	.sub-navigation li {
		margin-right: .729em;
		float: left;
	}

	.sub-navigation li a {
		display: inline-block;
		padding: 0;
		border: none;
		background: none;
	}

	.sub-navigation li::before {
		content: "\f0c8";
		display: inline-block;
		margin: -5px 5px 0;
		font-family: FontAwesome;
		font-size: 10px;
		vertical-align: middle;
	}

	/* = Footer
	-------------------------------------------------------------- */

	/* -------- #toTop -------- */

	#toTop {
		right: 30px;
		bottom: 20%;
	}

	/* -------- footer nav -------- */

	footer nav li:nth-of-type(6n) {
		clear: none;
	}


	/* = Secondary
	-------------------------------------------------------------- */

	#secondary {
		width: 22.43%;
		margin-top: 0;
		padding: 0;
		border: none;
	}

	.left-set #secondary {
		float: left;
	}

	.home #secondary,
	.right-set #secondary {
		float: right;
	}

	#secondary section {
		margin-bottom: 2.143em;
		padding: 0;
		border: none;
	}

	#secondary h3 {
		margin-bottom: 1em;
		padding: 0 0 1em;
		border-left: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		font-size: 20px;
		line-height: 1;
	}

	/* -------- Common Widget -------- */

	.usces_recent_entries ul,
	.widget_welcart_page ul,
	.widget_pages ul,
	.widget_archive ul,
	.widget_welcart_post ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_recent_comments ul {
		margin: 0 0 0 .714em;
	}

	/* -- table -- */
	.widget_calendar table,
	.welcart_blog_calendar table,
	.widget_welcart_calendar table {
		width: 100%;
		margin: 0;
		float: none;
		border-collapse: collapse;
	}

	.widget_welcart_calendar table {
		margin-bottom: .714em;
	}

	/* -- list -- */
	.widget_welcart_category ul,
	.widget_categories ul,
	.widget_nav_menu ul {
		margin: 0 0 0 .357em;
	}

	/* -------- Welcart Widget -------- */

	/* -- .widget_basic_item_list -- */
	#secondary .widget_basic_item_list .item-list {
		margin: 0 0 0 .714em;
	}

	#secondary .widget_basic_item_list .list {
		width: auto;
		margin: 0 0 1.428em;
		float: none;
	}

	#secondary .widget_basic_item_list .item-info-wrap {
		margin-left: 0;
	}

	/* -- .widget_welcart_bestseller -- */
	#secondary .widget_welcart_bestseller ul {
		padding: 0 0 0 .714em;
	}

	/* -- .widget_welcart_featured -- */
	.widget_welcart_featured ul {
		padding: 0 0 0 .714em !important;
	}


	/* = Content
	-------------------------------------------------------------- */


	#main {
		width: auto;
		margin: 2.857em 2.143em;
	}

	.home #main {
		margin: 0 1.071em;
	}

	#main.two-column {
		margin: 0 2.143em 4.286em;
	}

	/* -- 2Cloumn -- */
	.two-column .site-content-wrap {
		max-width: 1170px;
		margin: 0 auto;
	}

	.two-column #primary {
		width: 72.898%;
	}

	.two-column.left-set #primary {
		float: right;
	}

	.two-column.right-set #primary {
		float: left;
	}

	#main.two-column #content {
		width: 100%;
	}

	.two-column #secondary {
		width: 22.43%;
	}

	/* -- .common-parts -- */
	.common-parts {
		margin: 0 0 2.143em;
	}

	.common-guide-widget h2 {
		margin-bottom: 1.5em;
		font-size: 20px;
	}

	/* -- .section-head -- */
	.section-head,
	.page-header {
		margin-top: 0;
		margin-bottom: 2.857em;
		padding: 0 0 1.071em;
		border: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		background: none;
		color: inherit;
	}

	.section-head h2,
	.page-header h1 {
		font-size: 1em;
	}

	.section-head div,
	.page-header div {
		font-size: 1.714em;
		line-height: 30px;
	}

	.section-head h2,
	#content .page-header h1 {
		font-size: 2em;
		line-height: 30px;
	}

	/* -------- .pagination-wrap -------- */

	.pagination-wrap.top {
		margin: 0 0 1.428em;
		padding-top: 0;
		border: none;
	}

	.pagination-wrap.bottom {
		margin: 2.143em 0 0;
	}


	/* = index.php && show_on_front == Page
	-------------------------------------------------------------- */

	#main.index-content {
		margin-top: 2.857em;
	}

	.home .sof {
		margin: 2.857em 0;
	}


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


	.home-widget {
		margin: 3.571em 0;
	}

	#beldad3.home-widget {
		margin: 0 0 2.857em;
	}

	#beldad4.home-widget {
		margin: 2.857em 0 0;
	}

	/* -- .widget -- */
	.home-widget .widget {
		margin-bottom: 2.857em;
	}


	/* -------- .widget_welcart_featured -------- */

	.home-widget .widget_welcart_featured ul,
	.home-widget .widget_basic_item_list .item-list,
	.home-widget .widget_welcart_bestseller ul {
		margin: 0;
	}

	.home-widget .widget_basic_item_list .item-info-wrap {
		width: auto;
		margin-left: 0;
	}

	/* -- .upper -- */
	.upper .widget_welcart_featured li,
	.upper .widget_basic_item_list .list,
	.upper .widget_welcart_bestseller li,
	.no-sidebar .lower .widget_welcart_featured li,
	.no-sidebar .lower .widget_basic_item_list .list,
	.no-sidebar .lower .widget_welcart_bestseller li {
		width: 18%;
	}

	.upper .widget_welcart_featured li:nth-child(4n),
	.upper .widget_basic_item_list .list:nth-child(4n),
	.upper .widget_welcart_bestseller li:nth-child(4n),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(4n),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(4n),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(4n) {
		margin-right: 2.5%;
	}

	.upper .widget_welcart_featured li:nth-child(5n),
	.upper .widget_basic_item_list .list:nth-child(5n),
	.upper .widget_welcart_bestseller li:nth-child(5n),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(5n),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(5n),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(5n) {
		margin-right: 0;
	}

	.upper .widget_welcart_featured li:nth-child(n+5),
	.upper .widget_basic_item_list .list:nth-child(n+5),
	.upper .widget_welcart_bestseller li:nth-child(n+5),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(n+5),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(n+5),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(n+5) {
		margin-top: 0;
	}

	.upper .widget_welcart_featured li:nth-child(n+6),
	.upper .widget_basic_item_list .list:nth-child(n+6),
	.upper .widget_welcart_bestseller li:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(n+6),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(n+6) {
		margin-top: 5%;
	}

	.upper .widget_welcart_featured li:nth-child(4n+1),
	.upper .widget_basic_item_list .list:nth-child(4n+1),
	.upper .widget_welcart_bestseller li:nth-child(4n+1),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(4n+1),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(4n+1),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(4n+1) {
		clear: none;
	}

	.upper .widget_welcart_featured li:nth-child(5n+1),
	.upper .widget_basic_item_list .list:nth-child(5n+1),
	.upper .widget_welcart_bestseller li:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_featured li:nth-child(5n+1),
	.no-sidebar .lower .widget_basic_item_list .list:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_bestseller li:nth-child(5n+1) {
		clear: both;
	}

	/* -- .slider -- */
	.upper .widget_welcart_featured .slider li:nth-child(5n+1),
	.upper .widget_basic_item_list .slider .list:nth-child(5n+1),
	.upper .widget_welcart_bestseller .slider li:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(5n+1),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(5n+1),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(5n+1) {
		clear: none;
	}

	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(n+6),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(n+6),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(n+6) {
		margin-top: 0;
	}

	.no-sidebar .lower .widget_welcart_featured .slider li:nth-child(4n),
	.no-sidebar .lower .widget_basic_item_list .slider .list:nth-child(4n),
	.no-sidebar .lower .widget_welcart_bestseller .slider li:nth-child(4n) {
		margin-right: 0;
	}

	.upper .widget_welcart_featured .slider .slick-prev,
	.upper .widget_basic_item_list .slider .slick-prev,
	.upper .widget_welcart_bestseller .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-prev,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-prev,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-prev {
		left: -48px;
	}

	.upper .widget_welcart_featured .slider .slick-next,
	.upper .widget_basic_item_list .slider .slick-next,
	.upper .widget_welcart_bestseller .slider .slick-next,
	.no-sidebar .lower .widget_welcart_featured .slider .slick-next,
	.no-sidebar .lower .widget_basic_item_list .slider .slick-next,
	.no-sidebar .lower .widget_welcart_bestseller .slider .slick-next {
		right: -48px;
	}


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


	/* -------- #main-visual -------- */

	#main-visual .flex-control-nav {
		width: 950px;
		margin: 1.428em 0 2.143em;
	}

	/* -------- .home-area -------- */

	.home-area {
		margin: 2.857em 0;
	}

	.topics-area {
		margin-top: 1.428em;
	}

	/* -------- .lower -------- */

	#main .lower {
		position: relative;
		margin: 3.571em 0 5.714em;
	}

	.no-sidebar .products-box {
		width: auto;
		float: none;
	}

	.products-box {
		width: 72.898%;
		float: left;
	}

	/* -------- .layout-grid -------- */

	.no-sidebar .layout-grid .list {
		width: 18%;
	}

	.no-sidebar .layout-grid .list:nth-child(4n) {
		margin-right: 2.5%;
	}

	.no-sidebar .layout-grid .list:nth-child(5n) {
		margin-right: 0;
	}

	.no-sidebar .layout-grid .list:nth-child(4n+1) {
		clear: none;
	}

	.no-sidebar .layout-grid .list:nth-child(5n+1) {
		clear: both;
	}

	.no-sidebar .layout-grid .list:nth-child(n+5) {
		margin-top: 0;
	}

	.no-sidebar .layout-grid .list:nth-child(n+6) {
		margin-top: 4%;
	}

	.no-sidebar .layout-grid.slider .list,
	.no-sidebar .layout-grid.slider .list:nth-child(4n) {
		margin-right: 0;
	}

	.no-sidebar .layout-grid.slider .list:nth-child(5n+1) {
		clear: none;
	}

	.no-sidebar .layout-grid.slider .list:nth-child(n+6) {
		margin-top: 0;
	}

	/* -------- .cat-area -------- */

	/* -- .noslider -- */
	.cat-area .noslider .list {
		width: 14.583%;
		float: left;
	}

	.cat-area .noslider .list:nth-child(4n) {
		margin-right: 2.5%;
	}

	.cat-area .noslider .list:nth-child(6n) {
		margin-right: 0;
	}

	.cat-area .noslider .list:nth-child(n+5) {
		margin-top: 0;
	}

	.cat-area .noslider .list:nth-child(n+7) {
		margin-top: 4%;
	}

	/* -------- .pickup-area -------- */

	.pickup-area .title {
		margin-bottom: .333em;
		font-size: 1.071em;
	}

	.pickup-area .excerpt {
		font-size: .928em;
	}

	.pickup-area .slider,
	.pickup-area .noslider {
		margin: 0;
	}

	/* -- .slider -- */
	.pickup-area .slider .slick-prev {
		left: -48px;
	}

	.pickup-area .slider .slick-next {
		right: -48px;
	}

	/* -- .noslider -- */
	.pickup-area .noslider .list {
		width: 32%;
		margin-right: 2%;
		padding: 0;
		float: left;
	}

	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 2%;
	}

	.pickup-area .noslider .list:nth-child(3n) {
		margin-right: 0;
	}

	.pickup-area .noslider .list:nth-child(n+3) {
		margin-top: 0;
	}

	.pickup-area .noslider .list:nth-child(n+4) {
		margin-top: 3.5%;
	}

	/* -------- .product-area -------- */

	.product-area {
		margin: 0;
	}

	.product-list {
		margin: 0;
	}

	/* -- .no-date -- */
	.product-area .no-date {
		margin: 0;
	}


	/* = category.php
	-------------------------------------------------------------- */


	/* -------- .category-info -------- */

	.category-info {
		margin: 0 0 2.142em;
	}

	.cat-img,
	.cat-desc {
		margin: 2.142em 0;
	}

	.cat-desc {
		font-size: inherit;
	}

	/* -------- .info-list -------- */

	.info-list {
		margin: 0;
	}

	.info-list .list {
		margin-bottom: 2.143em;
	}

	.info-list .title {
		font-size: 1.143em;
	}

	.info-list .excerpt p {
		font-size: inherit;
	}


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


	#show {
		padding: .714em;
	}

	.entry-header {
		margin: 0 0 1.428em;
		padding: 0;
		border: none;
	}

	#content .entry-header h1.entry-title {
		font-size: 1.714em;
		line-height: 30px;
		font-weight:bold;
		margin-top: 70px;
	}

	/* -------- .entry-meta -------- */

	.entry-meta {
		margin: 0 0 1.428em;
	}

	.entry-meta span {
		margin: 0;
		padding: 0 .714em;
		border-right-width: 1px;
		border-right-style: solid;
		font-size: 1em;
	}

	.entry-meta span.date {
		border-left-width: 1px;
		border-left-style: solid;
	}

	/* -------- .entry-img -------- */

	.entry-img {
		margin-bottom: 2.143em;
	}

	/* -------- .entry-content -------- */

	.entry-content {
		margin: 0 0 4.286em;
	}

	.entry-content h2,
	.entry-content h3 {
		margin-bottom: 1em;
		font-size: 1.428em;
		line-height: 1.428em;
	}

	/* -------- .single-related -------- */

	.single-related h2 {
		margin-bottom: 1.25em;
		padding: .75em;
		font-size: 1.428em;
		line-height: 1.428em;
	}

	.single-related .cf {
		margin: 0;
	}

	/* -- comment-area -- */
	.comment-area {
		margin: 0;
	}

}

.column1071 {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
	justify-content:space-between;
}

.h-column {

}

.site-title {
    width: 240px!important;
}
.top-contents {
	background-color;rgb(237, 242, 248);
	color:#0084D9;
	padding: 0 2.143em;
display: none!important;
}

.top-top {
	height:35px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	    max-width: 1070px;
    margin: auto;
}
    .h-column {
        display: flex;
        align-items: center;
    }

.site-description {
	line-height:35px;
}
.inner .bottom {
	border: none;
}
.iconbtn-cart-sp {
	 width: 40px!important;
	height: 40px!important;
		border-radius: 10px;!important;
	color: #ffffff;
	padding: 10px;
	background-color: #ec5a00!important;
}
.iconbtn-cart-sp a {
	display: flex;
	margin-top:-3px;
}
.iconbtn-cart-sp .total-quant {
	    top: 6%;
    right: 9px;
}
.incart .iconbtn {
		background-color: #ec5a00!important;
		padding: 0 14px;
		border-radius: 10px;!important;
	width: 120px;
    /* display: flex; */
    /* align-items: center; */
    height: 37px !important;
}
.iconbtn {

}
.iconbtn p {
		color: #ffffff;
	line-height: 37px;
	margin-right: 23px;
}

.site-navigation-pc {
	display:block!important;
}

.site-navigation-pc {
	display:block!important;
	max-width: 1070px;
	margin: auto;
}

@media screen and (max-width:768px) {
.site-navigation-pc {
	display:none!important;
}
 }

.header-nav-pc {

}
#site-navigation ul li {
	font-size: 16px;
}
}
.current-menu-item {

}

    #site-navigation li.current-menu-parent a, #site-navigation li.current_page_item a, #site-navigation li.current-menu-item a, #site-navigation li a:hover {
background-color: rgba(0, 0, 0, 0.1);!important;
/* 		color: #000000!important; */
    }
    #site-navigation li.current-menu-parent a, #site-navigation li.current_page_item a, #site-navigation li.current-menu-item a, #site-navigation li a:before {
        background-color: transparent!important;
    }
@media screen and (min-width: 62.5em) {
	    #site-navigation li a {
		padding: 16px 10px;
    }
	    #site-navigation ul li:first-child {
        border-left: none!important;
    }
}

.custom-header-center {
	padding: 5px 0!important;
}

    #main-visual .flex-control-nav {
        width: 100%!important;
        margin: 1.428em 0 2.143em;
		text-align:center;
		margin-top:10px!important;
				margin-bottom:10px;
		
    }

.flex-control-paging li a {
    width: 40px!important;
    height: 10px!important;
    border-radius: 50px!important;
}

@media screen and (min-width: 62.5em) {
    .cat-area .noslider .list {
        width: 20.583%!important;
        float: left;
    }
}

.category-slider-box {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.thumbnail-product {
	position: relative;
}

.item-rank {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	z-index: 2;
}

/* ランク別カラー */
.rank-s { background: #c9a300; } /* ゴールド */
.rank-a { background: #005bd1; } /* ブルー */
.rank-b { background: #00a7a0; } /* グリーン */
.rank-c { background: #ff8c00; } /* オレンジ */
.rank-d { background: #999999; } /* グレー */


.top-product-title{
	display: block;
	margin-top: 10px;

}

.top-product-title .maker {
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 4px;
}

.top-product-title .item-name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.list a:hover .top-product-title .item-name {
	color: #005bd1;
	text-decoration: underline;
}

.list {
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}


.top-product-price {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	color: #ec5a00;
	font-size: 22px;
	line-height: 1.2;
	display:flex!important;
	align-items:center;
}

.top-product-price .tax {
	font-size: 13px;
	color: #666;
	margin-top: 6px;
	font-weight: normal;
}


.section-head01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 24px;
}

/* .section-title01 {
	position: relative;
	padding-left: 16px;
	font-size: 26px;
	font-weight: bold;
	color: #111;
	margin: 0;
} */

.heading2 {
	font-size: 26px;
	border-bottom: 1px solid #0084D9;
	width: 100%;
}

.heading2 span {
display: flex;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgb(43, 139, 214), rgb(39, 195, 178));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	margin-bottom: -10px;
}

.heading2 span::before {
content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
background: linear-gradient(90deg, rgb(43, 139, 214), rgb(39, 195, 178));
}

.section-head02 {
	display: flex;
	align-items: center;
	margin: 40px 0 24px;
}

.section-title02 {
	position: relative;
	padding-left: 16px;
	font-size: 26px;
	font-weight: bold;
	color: #111;
	margin: 0;
}

/* 左のブルーバー */
/* .section-title01::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 28px;
background: linear-gradient(90deg, rgb(43, 139, 214), rgb(39, 195, 178));
	border-radius: 2px; */
}

/* 右側リンク */
.section-link {
	font-size: 15px;
	font-weight: bold;
	color: #0084D9;
	text-decoration: none;
	position: relative;
	padding-right: 18px;
}

.section-link::after {
	content: "›";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.section-link:hover {
	text-decoration: underline;
}


/* ヘッダートップ */
.header-top {
	background: #0084D9;
	color: #fff;
padding: 0 16px;
	    z-index: revert-layer!important;
}

.header-top-inner {
	display: flex!important;
	align-items: center;
	justify-content: space-between;
	height: 74px;
	max-width: 1170px;

	margin: auto;
}
.header-logo a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
}

.logo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	color: #005bd1;
	font-weight: bold;
	font-size: 18px;
}

.site-name {
	font-size: 20px;
	font-weight: bold;
}

.header-info {
	display: flex;
	align-items: center;
	gap: 32px;
}

.header-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: rgb(255 255 255 / 10%);
	border-radius: 50px;
	padding: 7px 20px;
}

.header-info-item .text {
	font-size: 13px;
	line-height: 1.4;
}

.header-info-item strong {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.header-info-item .tel {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
}

.header-info-item .tel:hover {
	text-decoration: underline;
}

.icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	position: relative;
}

/* トラック */
.icon.truck::before {
	content: "🚚";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

/* 電話 */
.icon.phone::before {
	content: "📞";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.accent-blue {
	color:#53eafd;
	font-weight:bold;
}
.text strong {
	font-size: 16px;
}
.sp {
	display:none;
}

@media (max-width: 768px) {

	.header-top-inner {
		height: auto;
		padding: 5px 0;
		gap: 10px;
	}
.site-title {
    width: 180px !important;
}
	.header-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
				display:none;
	}

	.site-name {
		font-size: 18px;
	}
	.sp {
	display:block;
}
	.incart {
    margin-right: 0;
}
}


/* ヘッダー下段 */
.header-bottom {
	background-color:#edf2f8;
	padding: 0 16px;
}

.header-bottom-inner {
	display: flex!important;
	align-items: center;
	justify-content: space-between;
	max-width:1170px;
	padding 0 16px;
	margin: auto;
}

.site-navigation-pc ul {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation-pc a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.site-navigation-pc a:hover {
	color: #005bd1;
}


.header-info-item-tell {
background-color: #009966;
}

.iconbtn-member {
	    background-color: #000000 !important;
    width: 35px!important;
    height: 35px !important;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
}




/* =========================================
   カテゴリー一覧の親要素（グリッドレイアウト用）
   ※ PHPのループをこのクラスで囲ってください
   ========================================= */
.category-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
    gap: 16px; /* アイテム間の隙間 */
    margin-bottom: 4rem; /* 下の余白 */
}

/* PCサイズ（画面幅768px以上）の設定 */
@media (min-width: 768px) {
    .category-grid-container {
        grid-template-columns: repeat(4, 1fr); /* PCは4列 */
        gap: 24px;
    }
}

/* =========================================
   各アイテムのデザイン (.list)
   ========================================= */
.category-list {
    text-align: center;
	    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
/*     border: 1px solid #ddd; */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.category-list a {
    display: block;
    text-decoration: none; /* 下線を消す */
    color: inherit;
    transition: opacity 0.3s;
}

/* 画像エリア (.thumbnail) */
.category-thumbnail {
    display: block;
    position: relative;
    width: 100%;
}

/* 画像本体 */
.category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 枠いっぱいにトリミング */
    vertical-align: bottom;
    transition: transform 0.5s ease; /* 画像のズームアニメーション用 */
}

/* タイトルテキスト (.title) */
.title {
    display: block;
    font-weight: 700;      /* 太字 */
    color: #475569;        /* 濃いグレー文字 (slate-600) */
    font-size: 14px;       /* スマホ文字サイズ */
    line-height: 1.4;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .title {
        font-size: 16px;   /* PC文字サイズ */
    }
}

/* =========================================
   ホバー（マウスを乗せた時）のエフェクト
   ========================================= */
   
/* 枠線と影を青く強調 */
.category-list a:hover .category-list {
    border-color: #bae6fd; /* 薄い水色 (sky-200) */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* 濃い影 */
    transform: translateY(-2px); /* 少し浮き上がる */
}

/* 画像を少し拡大 */
.category-list a:hover .category-thumbnail img {
    transform: scale(1.05);
}

/* タイトル文字を青く */
.category-list a:hover .title {
    color: #0284c7; /* 濃い水色 (sky-600) */
}

/* =========================================
       2. 検索タグ（容量・条件）のデザイン
       ========================================= */
    .category-tag-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px; /* タグ間の隙間 */
        margin-top: 30px;
        margin-bottom: 60px;
    }

       .category-tag-container .tag-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #f0f9ff;;
        border: 1px solid var(--color-border);
        border-radius: 50px; /* 丸いカプセル型 */
        text-decoration: none;
        color: var(--color-text-sub);
        font-size: 18px;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

/* ホバー時の動き */
       .category-tag-container .tag-link:hover {
        color: var(--color-accent-dark);
        border-color: var(--color-accent);
        background-color: #147bff; /* 非常に薄い水色背景 */
    }


/* --- カード全体のレイアウト（横3列） --- */
.maker-card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4列 */
    gap: 20px; /* カード同士の間隔 */
    margin: 40px 0;
}

/* --- カード個別のデザイン --- */
.maker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd; /* 薄いグレーの枠線 */
    padding: 15px 15px;
    text-decoration: none;  /* リンクの下線を消す */
    color: #333;            /* 文字色 */
    transition: all 0.3s ease; /* ホバー時の動きを滑らかに */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.maker-logo {
	max-width: 200px;
}

/* --- 画像（ロゴ）の設定 --- */
.maker-logo img {
    max-width: 100%;
    height: auto;
    max-height: 60px; /* ロゴの高さ制限 */
    object-fit: contain;
}

/* --- テキストの設定 --- */
.maker-name {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

/* --- ホバー時（マウスを乗せた時）のデザイン --- */
.maker-card:hover {
    border-color: #0056b3; /* 枠線を青色に */
    box-shadow: 0 4px 10px rgba(0, 86, 179, 0.15); /* 影をつける */
    transform: translateY(-2px); /* 少し上に浮かす */
}

.maker-card:hover .maker-name {
    color: #0056b3; /* 文字も青色に */
}

/* --- スマホ・タブレット対応 --- */
@media screen and (max-width: 768px) {
    .maker-card-container {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列にする */
        gap: 10px;
    }
    
    .maker-card {
        padding: 15px 10px;
    }
}

.site-footer {
  background: linear-gradient(90deg, #2b8bd6, #27c3b2);
  padding: 20px 0;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  position: relative;
  padding: 0 18px;
margin-bottom: 0;
}

.footer-nav li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: rgba(255,255,255,.5);
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}

.footer-nav a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  .footer-nav ul {
    gap: 8px 0;
  }

  .footer-nav li {
    padding: 0 12px;
  }

  .footer-nav a {
    font-size: 13px;
  }
}

	.pickup-area .slider .list {
		padding: 0!important;
	}

    .category-slider-box .list {
        padding: 25px;
    }
		.category-list .title {
		margin-top: 15px;
	}

.layout .list {
	padding: 0;
	border-radius:0;
}

#show .layout li.current  {
	background-color:#00a9b3!important;
}
.product-select-box {
	background-color: #edf2f8!important;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.product-list .list {
	padding: 5px;
}
.side-bar-block {
	border: solid 1px #d4dfeb;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.widgettitle {
	font-size: 18px;
	border-bottom: solid 1px #0084D9;
	margin-bottom: 12px;
}
.widgettitle img {
	display: none;
}

.sidebar-hr {
	border-color:  #d4dfeb;
	margin: 24px 0;
	border: 1px;
}

.product-select-box-right {
	display:flex;
}
.sort {
	background-color: #ffff;
    margin-right: 20px;
}

.widget_welcart_category ul li {
	position: relative;
}
.widget_welcart_category ul li::after{
	right 4px;
	box-sizing: border-box;
	width: 22px;
	height: 4px;
	border: 6px solid transparent;
	border-left: 6px solid #0084D9;
	position: absolute;
	top: -9px;
	bottom: 0;
right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
}

#site-navigation ul.sub-menu  {
	background-color: 
		    background-color: rgb(237, 242, 248, 0.5) !important;;
}
/* レスポンシブ */
@media screen and (max-width:1000px) {
.header-bottom-inner {
	padding: 2px;
}
 }
/* レスポンシブ */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 60px 15px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
	.header-bottom {
		display:none;
	}
		.menus {
/* display: block; */
	}
		.pickup-area .slider .list {
		padding: 0 3px!important;
	}
	.upper {
		padding: 0 15px;
	}
	.section-head01  {
	     margin: 10px 0 5px;	
		font-size: 18px;
	}
		.section-title01  {
		font-size: 18px;
	}
			.section-title02  {
		font-size: 18px;
	}
	.section-head02 {
    margin: 10px 0 5px;
				font-size: 18px;
}
	.product-area .slider .list {
		padding: 0;
	}
		.product-area .slider .list a{
		margin: 0 0.5em;
	}
.top-product-title .item-name  {
		font-size: 14px;
	}
	.top-product-price {
		font-size: 18px;
	}
 .slick-prev {
    left: -20px;
}
	.slick-next {
    right: -20px;
}

	.category-slider-box .list {
		padding: 10px;
	}
	.category-thumbnail img {
		width: 85%;
	}
	.maker-logo {
		text-align:center;
		width: 120px;
	}
	.maker-card-container {
		margin-top: 0;
	}
	.layout-list .list .thumbnail {
	width: 35%;
	margin-bottom: 0;
	float: left;
	margin-right: 17px;
}
	#content {
		padding: 0 .714286em 2.142856em;
		margin-top: 30px;
}
	}
.iconbtn-cart-sp {
	 width: 40px!important;
	height: 40px!important;
		border-radius: 10px;!important;
	color: #ffffff;
	padding: 10px;
	background-color: #ec5a00!important;
	position: relative;
}
.iconbtn-cart-sp .total-quant {
top: -11%;
    right: -6px;
}
/* --- テキストの設定 --- */
.maker-name {
    font-size: 14px;

}
.pc {
	display: none;
}

#secondary {
	border: none;
}
#secondary section {
		border: none;
}
#block-13 {
	display: none;
}

}



.header-top {
  position: relative;
  z-index: 1000;
  transform: none !important;
}
.common-parts {
	display:none;
}

.site.open-menu body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.site {
  transform: none !important;
}

.site.open-menu .gray-bg {
  position: fixed;
  inset: 0;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(0,0,0,.5);
}

@media (max-width: 768px) {

  #mobile-menu .sub-menu {
    display: none;
    background: #fff;
  }
	 /* 開いている親メニュー */
  #mobile-menu .menu-item-has-children.is-open > a {
    background: #dcebf7;      /* 薄い青 */
    color: #1a4d7a;
  }

  /* 右側の矢印も色変更 */
  #mobile-menu .menu-item-has-children.is-open > a::after {
    color: #1a4d7a;
  }

  #mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  #mobile-menu .sub-menu a {
    padding: 14px 32px;
    font-size: 14px;
    color: #5f6f82;
  }

}

@media (max-width: 768px) {

  #mobile-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    font-weight: 700;
    background: #eef3f6;
  }

}

@media (max-width: 768px) {

  #mobile-menu .menu-item-has-children > a::after {
    content: "\f078"; /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transition: transform .25s ease;
  }

  #mobile-menu .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }

}

@media (max-width: 768px) {

  /* アイコン用余白 */
  #mobile-menu .main-navigation a {
    position: relative;
    padding-left: 44px;
  }

  /* 共通 */
  #mobile-menu .main-navigation a::before {
    position: absolute;
    left: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #6b7a8c;
  }

  /* 各アイコン定義 */
  #mobile-menu .icon-sale > a::before {
    content: "\f02c"; /* tag */
  }

  #mobile-menu .icon-new > a::before {
    content: "\f017"; /* clock */
  }

  #mobile-menu .icon-rank > a::before {
    content: "\f091"; /* trophy */
  }

  #mobile-menu .icon-help > a::before {
    content: "\f059"; /* question-circle */
  }

}


@media (max-width: 768px) {

.mobile-menu-bottom {
background-color: #fafbfc;
	padding: 20px 20px;
		border-top: 1px solid #d9e0e8;
  }
	
.mobile-menu-bottom-btn {
			 position: relative!important;
	top: 0!important;
		right: 0!important;
    width: 240px!important;
    padding: 7px 0;
    border-radius: 6px;
    border: 1px solid #d3dbe6;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #617083;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
	background-color: #fafbfc;
	font-weight: 400;
	}
	#mobile-menu-close-btn p {
			margin-left: 20px;
	}
  #mobile-menu-close-btn i {
    font-size: 18px;
	  margin-top: 3px;
	  color: #617083;
  }

}

/* =========================
   商品ベネフィット
========================= */

.item-name-upper {
	display: flex;
	margin-bottom: 10px;
}
.item-page-maker {
	padding: 5px 10px;
    background-color: #e3eef8;
    color: #1482d3;
    border-radius: 6px;
    font-size: 16px;
    margin-right: 15px;
}
.item-page-model {
		padding: 5px 10px;
	    font-size: 16px;
	color: #627084;
}
.item-name-bottom {
	display: flex;
}
.item-name-bottom p{
	padding: 5px 10px;
	border: 1px solid #d9dfe7;
	border-radius: 6px;
	margin-right: 10px;

}


/* =========================
   商品動画セクション
========================= */
.product-detail-box {
	margin: 60px 0;
	text-align: center;
		position: relative;
	max-width: 1170px;
	padding: 60px 20px 20px 20px;
	margin: auto;
}
.product-movie-section .movie-wrapper,
.product-movie-section .section-title,
.product-movie-section .movie-points {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.product-movie-section .section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1c2b3a;
}


/* iframe比率固定 */
.movie-iframe {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.movie-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

/* mp4動画 */
.product-movie-video {
	width: 100%;
	border-radius: 16px;
	background: #000;
}

/* ポイント */
.movie-points {
	display: flex;
	justify-content: center;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
}

.movie-points li {
	font-size: 14px;
	color: #4a5d73;
	display: flex;
	align-items: center;
	gap: 6px;
}

.movie-points i {
	color: #22a06b;
}
.movie-box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
}

.movie-box video {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.movie-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #fff;
  transition: opacity .3s;
  pointer-events: none; /* ←重要：動画クリックを邪魔しない */
}


.movie-box.is-playing .movie-play-btn {
  opacity: 0;
}

/* スマホ */

	.appeal-section {
		padding: 40px 0 20px 0;
}
	.movie-points {
		flex-direction: column;
		gap: 10px;
	}
}

.movie-text1 {
	    padding: 5px 10px;
    background-color: #e3eef8;
    color: #1482d3;
    border-radius: 6px;
    font-size: 18px;
	width: 260px;
    margin: auto;
}

.product-movie-section 
	h3 {
		margin-bottom: 5px!important;
		font-size: 24px;
	}
.movie-text2 {
	color: #617083;
}

.movie-wrapper {
	margin:30px 0;
}

/* =========================
   商品詳細セクション
========================= */
.product-detail-section .section-title{
		font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1c2b3a;
}
.product-info-section {
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 16px;
  display: grid;
  gap: 32px;
}

/* 共通カード */
.product-spec-card,
.product-condition-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
	max-width: 720px;
	margin: auto;
	margin-bottom: 30px;
}

.product-info-title {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 商品詳細テーブル */
.product-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.product-spec-table th,
.product-spec-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e6eef5;
  font-size: 14px;
}

.product-spec-table th {
  width: 35%;
  color: #6b7a90;
  font-weight: 600;
  text-align: left;
  background: #f8fbfe;
  border-radius: 8px 0 0 8px;
}

.product-spec-table td {
  font-weight: 600;
  color: #1f2d3d;
}

/* 商品状態 */
.product-condition-card {
  background: #e9f7f6;
}

.condition-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.condition-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #145a55;
}

.condition-list i {
  color: #22c55e;
  font-size: 18px;
}

/* モバイル */
@media (max-width: 768px) {
  .product-spec-table th {
    width: 40%;
  }
}

/* 訴求セクション */

.open-lp-modal {
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 14px 36px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

/* モーダル */
.lp-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.lp-modal.is-open {
  display: block;
}

.lp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}

.lp-modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 24px;
  padding: 40px;
  max-height: 90vh;
  overflow-y: auto;
}

.lp-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
}

/* LP中身 */
.lp-hero {
  text-align: center;
  padding-bottom: 40px;
}

.lp-badge {
  background: #22c1b5;
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 16px;
}

.lp-worries ul {
  list-style: none;
  padding: 0;
}

.reason-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.lp-cta {
  text-align: center;
  margin-top: 40px;
}

.cta-buy {
  background: #ff6b6b;
  color: #fff;
  padding: 16px 40px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 10px;
}

.cta-contact {
  border: 2px solid #22c1b5;
  padding: 16px 40px;
  border-radius: 999px;
  color: #22c1b5;
}
.appeal-title {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: ;
    color: #1c2b3a;
}

.appeal-text {
	    color: #617083;
}

/* フロントページと同じ矢印デザイン */
.related-slider .slick-prev,
.related-slider .slick-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 5;
}

.related-slider .slick-prev {
  left: -22px;
}

.related-slider .slick-next {
  right: -22px;
}

/* 矢印アイコン */
.related-slider .slick-prev::before,
.related-slider .slick-next::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 6px solid rgba(85, 85, 85, .6);;
  border-right: 6px solid rgba(85, 85, 85, .6);;
	border-radius: 1px;
}

.related-slider .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 16px;
}

.related-slider .slick-next::before {
  transform: rotate(45deg);
  margin-left: 12px;
}


.shop-info-area {
  background: #f4f8fb;
  padding: 60px 20px;
}

.shop-info-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.shop-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.shop-info-head {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
}

.shop-info-head .dot {
  width: 10px;
  height: 10px;
  background: #ff4d4f;
  border-radius: 50%;
}

.shop-info-body {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.shop-info-body a {
  display: inline-block;
  margin-top: 12px;
  color: #1aa6b7;
  font-weight: 600;
}

/* ===== スマホ ===== */
@media (max-width: 768px) {
  .shop-info-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shop-info-card {
    padding: 0;
  }

  .shop-info-head {
    padding: 18px;
    font-size: 16px;
  }

  .shop-info-body {
    display: none;
    padding: 0 18px 18px;
  }

  .shop-info-card.is-open .shop-info-body {
    display: block;
  }
}

.voice-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.voice-head img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #e9f3f6;
}

.stars {
  color: #f5b400;
  font-size: 18px;
}


.voice-section {
  padding: 80px 0;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .voice-list {
    grid-template-columns: 1fr;
  }
}
.voice-card {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  display: flex !important;
  flex-direction: column !important;
}

.voice-card .voice-text {
  flex: 1 !important;
}

.voice-title {
  text-align: center;
  margin-bottom: 60px;
	font-size: 28px;
    font-weight: 700;
}

.voice-title span {
  color: #1fb5a8; /* サイトのアクセントカラーに合わせる */
}

.voice-title small {
  display: block;
  font-size: 14px;
	color: #6b7c93;
	font-weight: 400;
}


.voice-text {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 24px;
  color: #333;
}

.voice-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #e5eef3;
  padding-top: 16px;
  margin-top: auto !important;
}

.voice-card::after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  background: #1fb5a8;
  margin-top: 20px;
  border-radius: 2px;
}

.voice-head img {
  border: 2px solid #e1f0f5;
}



@media (max-width: 768px) {
  .voice-head {
    gap: 10px;
  }

  .voice-head img {
    width: 40px;
    height: 40px;
  }
}




.faq {
  max-width: 900px;
  margin: 0 auto;
	margin-bottom: 100px;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.faq-lead {
  text-align: center;
  color: #6b7c93;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 24px 56px 24px 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.q-icon {
background: linear-gradient(90deg, rgb(43, 139, 214), rgb(39, 195, 178));
    color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.arrow {
  position: absolute;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: .3s;
}

.faq-a {
  display: none;
  padding: 0 24px 24px 76px;
  color: #555;
  line-height: 1.8;
}

.a-icon {
  background: #ffeaea;
  color: #e60023;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .faq-q {
    font-size: 16px;
    padding: 20px 48px 20px 20px;
  }

  .faq-a {
    padding: 0 20px 20px 20px;
  }
}
.category-title {
	margin-top: 30px;
	margin-bottom: 15px;
}


.relate-item-title {
	font-size: 26px;
	border-bottom: 1px solid #0084D9;
	width: 100%;
	margin-bottom: 20px;
}



@media (max-width: 768px) { 
.category-title {
	width: 95%;
	margin: auto;
}
	.pagination-wrap.top {
		border-top-style: none;
}
	.relate-item-title {
	font-size: 22px;
	border-bottom: 1px solid #0084D9;
	width: 90%;
		margin: auto;
		margin-bottom: 20px;
}
}



/* =========================
   タブ全体
========================= */

.product-tab-wrapper {
  background: linear-gradient(
    180deg,
    #f6fbff 0%,
    #f1f7fb 100%
  );
  border-radius: 28px;
  padding: 40px 32px 48px;
  box-shadow: 0 20px 40px rgba(30, 80, 120, 0.08);
}


.product-tabs {
/*   display: flex;
  gap: 10px;
  margin-bottom: 20px; */
	display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.product-tabs li {
  flex: 1;
  text-align: center;
  padding: 18px 0;
  border-radius: 18px;
  background: #eef6fc;
  color: #2b6cb0;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}

/* アクティブ */
.product-tabs li.active {
  background: linear-gradient(90deg, #2b8de0, #2fb7c6);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 120, 200, .35);
}

.product-tabs li.active::after {
  content: "⌄";
  display: block;
  font-size: 14px;
  opacity: .9;
}

/* =========================
   タブ本体
========================= */
/* .product-tabs .tab-item {
  flex: 1;
  position: relative;
  padding: 14px 10px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f4ff, #f4fbff);
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: .25s;
} */

/* ラベル */
.tab-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a5fa0;
	font-size: 20px;
}

/* =========================
   アクティブ
========================= */
/* .product-tabs .tab-item.active {
  background: linear-gradient(135deg, #1e88e5, #2cb6c8);
  box-shadow: 0 6px 14px rgba(30,136,229,0.35);
} */

.product-tabs .tab-item.active .tab-label {
  color: #fff;
}

/* =========================
   下向き矢印
========================= */
.tab-arrow {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1a5fa0;
  border-bottom: 2px solid #1a5fa0;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: .25s;
}

.tab-item.active .tab-arrow {
  border-color: #fff;
  opacity: 1;
}

/* =========================
   タブコンテンツ
========================= */

.tab-content {
display: none;
  pointer-events: none;
	margin-top: 50px;
}

.tab-content.active {
display: block;
  animation: fadeUp .4s ease;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   スマホ対応（横並び維持）
========================= */
@media (max-width: 768px) {
  .product-tabs {
    gap: 6px;
  }

  .tab-label {
    font-size: 13px;
  }
	.product-tab-wrapper{
		padding: 40px 10px 10px;
		margin: 30px 10px 50px 10px;
	}
	.product-tabs li {

		padding: 10px 0;
	}
.product-tabs li.active::after {
	margin-top: -5px;
	}
}

.no-sidebar-custom {
	width: 100%!important;
}


.company-table{
	max-width: 900px;
		margin: auto;
    overflow: hidden;
    background: #fff;
	margin-top: 70px;
}

.company-table table{
    border-collapse: separate; /* 重要 */
    border-spacing: 0;         /* 重要 */
    background: #fff;
    border: 1px solid #dcdfe4;
    overflow: hidden;
	    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;            /* ← 角丸を効かせる */
	margin-bottom: 0!important;
}

/* 行ボーダーを完全に繋げる */
.company-table th,
.company-table td {
    padding: 22px 24px;
    border-bottom: 1px solid #dcdfe4;
    vertical-align: top;
}

/* 左右の境界線 */
.company-table th {
    width: 30%;
    background: #f3f5f7;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #dcdfe4;
}

.company-table td {
    width: 70%;
    color: #555;
    line-height: 1.8;
}

/* 最終行の下線を消す */
.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	border-color: #d9dfe7!important;
}

.low-th {
	background-color: #eef2f6!important;
}

@media (max-width: 768px) {
.company-table{
}}



.mercari-section {
  border-top: 1px solid #eee;
  padding: 24px 0;
}

.mercari-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mercari-content {
  line-height: 1.8;
  font-size: 14px;
}

.mercari-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mercari-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  font-size: 14px;
}

.mercari-list span {
  color: #888;
}

/* 上部まとめ */
.mercari-summary {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* 商品名 */
.mercari-title-main {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

/* 価格 */
.mercari-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mercari-price .tax-in {
  font-size: 14px;
  color: #666;
}

/* LINEボタン */
.mercari-cta {
  display: flex;
  gap: 10px;
}

/* 共通 */
.mercari-cta a {
  flex: 1;
  text-align: center;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

/* 購入ボタン（強調） */
.btn-buy {
  background: #e60023;
  color: #fff;
}

/* 相談ボタン（サブ） */
.btn-contact {
background: #06c755;
  color: #fff;
  border: 1px solid #ccc;
}

/* hover */
.mercari-cta a:hover {
  opacity: 0.85;
}

.line-button:hover {
  opacity: 0.85;
}

.item-rank-product {
  margin-bottom: 10px;
  font-size: 20px;
}
.rank-label {
  padding: 2px 0;
  border-radius: 4px;
color:#333333;
font-size: 14px;
}
.star {
  color: #ddd;
}

.star.filled {
  color: #f5a623; /* オレンジ（メルカリっぽい） */
}


.header-bottom {
    display: none;
}

footer nav {
		display:none;
}

.custom-footer {
  color: #fff;
  padding-top: 60px;
}

/* レイアウト */
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px 40px;
  flex-wrap: wrap;
margin-top: -120px;
}

/* 左 */
.footer-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-company-name {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-address,
.footer-date {
  font-size: 14px;
  line-height: 1.8;
}

/* 右 */
.footer-contact {
  max-width: 400px;
}

.tel-number {
  font-size: 36px;
  font-weight: bold;
}

.tel-time {
  font-size: 14px;
  margin-top: 5px;
}

.tel-labels {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.tel-labels span {
  background: #fff;
  color: #1f86c7;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
}

.tel-button {
  display: block;
  text-align: center;
  background: #e6e6e6;
  color: #1f86c7;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* ☁️ 画像 */
.footer-cloud {
  width: 100%;
  display: block;
  margin-top: 30px;
}

/* 下段リンク */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.5);
  text-align: center;
  padding: 30px 20px 40px;
}

.footer-bottom a {
  color: #fff;
  margin: 0 25px;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom a:hover {
  opacity: 0.7;
}

footer {
background-color:#ffffff!important;
}
.footer-inner-back {
background-color: #0084D9;
}

.footer-company {
    display: flex;
    align-items: center;
    margin: -48px 0;
}

.footer-company img {
    width: 300px;
}



.profile_media {
width: 200px;
}

@media (max-width: 768px) {
footer-inner {
margin-top: 0px;
}
.footer-company {
margin-top: -30px;
}
.footer-company img {
    width: 200px;
}

.footer-inner {
margin-top:0;
}
.footer-bottom a {
    display: block;
}
}

 .header-info{
display:none;
}

#main-visual {
    display: none;
}

.site-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 36px !important;
}



@media (max-width: 768px) {
.header-top {
height: 50px;
} 
.site-title {
    top: 26px !important;
}
}

.item-meta-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 16px;
}

/* 商品コード（主役） */
.item-code {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  letter-spacing: 1px;
}

/* 年式バッジ */
.item-year-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f7fa;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
}

.year-label {
  background: #e0e6ed;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
}

.year-value {
  font-weight: bold;
}

.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: linear-gradient(135deg, #06c755, #2ed573);
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

/* アイコンサイズ */
.line-btn i {
  font-size: 18px;
}


.img-caption {
  display: none;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
background-color: rgb(0, 0, 0, 0.7);
font-weight: bold;
}

/* 選択されている画像だけ表示 */
.slick-current .img-caption {
  display: block;
}

.sold-out {
  font-size: 28px;
  font-weight: bold;
  color: #999;
}

.line-btn.disabled {
  background: #ccc;
  color: #666;
  pointer-events: none;
  cursor: not-allowed;
}

/* エリア表ページ：全幅・中央寄せ */
.page-id-547 #primary.site-content.no-sidebar,
.page-id-547 #primary.site-content {
  float: none !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  display: block !important;
}
.page-id-547 .site-content-wrap.cf {
  display: flex;
  justify-content: center;
}

/* エリア表：モバイル対応 */
@media screen and (max-width: 768px) {
  .area-table-wrap {
    padding: 10px !important;
    font-size: 12px;
  }
  .area-table-wrap h2 {
    font-size: 15px;
    padding: 5px 10px;
    margin: 16px 0 6px;
  }

  /* テーブルをスクロール可能なコンテナで囲む */
  .area-table-wrap .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12px;
  }

  .area-table {
    min-width: 480px;
    font-size: 12px;
    margin-bottom: 0;
  }
  .area-table th,
  .area-table td {
    padding: 5px 6px;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }
}




.price-original {
  color: #999;
  font-size: 0.6em;
display: flex;
    align-items: center;
}

/* ← ここだけに横線 */
.price-original .price-value {
  text-decoration: line-through;
}

/* ラベルには線なし */
.price-label {
  text-decoration: none;
  color: #999;
margin-right: 5px;
}

.price-sale {
  display: flex;
align-items: baseline;
  gap: 1px;
 color: #f11621;
}

.price-normal {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}
.sale-label {
  font-size: 0.6em;
  font-weight: bold;
  margin-bottom: 2px;
  display: inline-block;
}

.top-product-price {
  display: flex;
align-items: baseline;
  gap: 4px;
}

/* 通常価格（セール時） */
.top-product-price .price-original {
  text-decoration: line-through;
  color: #999;
  font-size: 0.5em;
}

/* 割引価格 */
.top-product-price .price-sale {
  color: #e60023;
  font-size: 1em;
  font-weight: bold;
display: flex;
}

/* 通常時（セールなし） */
.top-product-price .price-normal {
  font-weight: bold;
}

/* 税表示 */
.top-product-price .tax {
  font-size: 0.6em;
}

.top-product-price-normal {
display: flex!important;
}

.view-all-wrap {
  text-align: center;
  margin: 24px 0 40px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #0084D9;
  color: #0084D9;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.view-all-btn .arrow-product {
  transition: transform 0.3s ease;
}

/* hover */
.view-all-btn:hover {
  background: #0084D9;
  color: #fff;
}

.view-all-btn:hover .arrow-product {
  transform: translateX(4px);
}



.floating-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  width: 200px;
  max-width: 90%;

  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;

  animation: fadeInUp 0.4s ease;
}

.floating-banner img {
  width: 100%;
  display: block;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
z-index: 10000; 
}

/* スマホ調整 */
@media (max-width: 768px) {
  .floating-banner {
    right: 5px;
    bottom: 5px;
    width: 120px;
  }

  .close-btn {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}

/* 出現アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}