/*
Theme Name:			Welcart Beldad
Description:		Welcart Beldad is child theme for Welcart Basic.
Author:				Collne.Inc
Author URI:			http://www.collne.com/
Template:			welcart_basic
Version:			1.0.10
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:	4.4
Requires PHP:		5.5
*/


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

/* --------  -------- */
/* --  -- */
/* -  - */


/* = Fonts
-------------------------------------------------------------- */


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

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

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.f-logo {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#itempage .item-name,
.skuform .skuname {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-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: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section-head h2,
.page-header h1 {
	font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


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


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


@media screen and (min-width: 62.5em){
body {
	font-size: 16px;
}
}

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

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

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

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


/* -------- btn -------- */
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	height: 40px;
	padding: 0 .714em;
	line-height: 40px;
	border-radius: 3px;
}
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, 0.8);
	outline: 0;
	outline: thin dotted 9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.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 {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 11;
}
#loader {
	position:  absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 12;
}
#loader i {
	font-size: 36px;
	margin-bottom: 10px;
}


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

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

.site.open-menu .gray-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5) !important;
}

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

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

.column600 {
	max-width: 500px;
	margin: 30px auto 0;
}

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

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	z-index: 1;
}
.slick-prev {
	left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev:before,
.slick-next:before {
	color: rgba(61, 61, 61, 0.8);
	font-family: "flexslider-icon";
	font-size: 30px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	opacity: 1;
}
.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;
}

header .top {
	padding: 10px 0px 6px;
	text-align: center;
	background-color: #0B1E2F;
}

header .top p{
	font-weight: bold !important;
	color: white;
}

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

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

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

/* -- .site-title -- */
h1.site-title,
div.site-title {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0;
/*
	margin-top: 20px;
	margin-bottom: 20px;
*/
}
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;
	max-width: 200px !important;
}
@media screen and (max-width: 1300px){
h1.site-title img,
div.site-title img {
	vertical-align: middle;
	max-width: 150px !important;
}
}


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

.h-column {
	float: right;
}
.h-column .list {
	float: right;
}
.h-column .iconbtn {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: .357em;
	border-radius: 50%;
	-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: 50%;
	width: 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

/* -- .incart -- */
.incart .iconbtn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.incart .total-quant {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	vertical-align: text-bottom;
	display: inline-block;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	line-height: 20px;
}

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

.widgetcart .view-cart-wrap {
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
}
.open-widgetcart .widgetcart .view-cart-wrap {
	display: block;
	opacity: 1;
	animation-duration: 0.3s;
	animation-name: fade-in;
	-moz-animation-duration: 0.3s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-name: fade-in;
}

/* -- .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 {
	font-size: 1.143em;
	padding: 1.875em 0;
}

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

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

/* - table - */
.widgetcart th.footer {
	font-size: inherit;
	padding: .714em 0;
}
.widgetcart th.header {
	padding: .714em .357em;
}
.widgetcart th.total_price {
	font-size: 20px;
	padding: .5em 0 .5em .25em;
}
.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 {
	background: none;
	padding: .714em .357em;
}
.widgetcart td.widgetcart_item,
.widgetcart td.widgetcart_quant,
.widgetcart td.widgetcart_price,
.widgetcart td.widgetcart_trush {
	font-size: 1em;
	padding: .714em .357em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

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

/* -- .membership -- */
.membership .over {
	background-color: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 11;
	opacity: 0;
}
.open-membership .membership .over {
	display: block;
	opacity: 1;
	animation-duration: .2s;
	animation-name: fade-in;
	-moz-animation-duration: .2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: .2s;
	-webkit-animation-name: fade-in;
}
.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%;
	max-width: 360px;
	width: 100%;
	padding: 0 1.071em;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}
.membership li {
	margin-top: .714em;
}
.membership li:first-child {
	font-weight: bold;
	margin-top: 0;
}
.membership li a {
	display: block;
	text-align: center;
	line-height: 2.857em;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}

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

.mobile-menu {
	background-color: #fff;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: -80%;
	width: 80%;
	height: 100%;
	font-size: 1.143em;
	padding: 3.75em 0;
	z-index: 12;
}

.mobile-menu .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
}

/* -- #site-navigation -- */
#site-navigation {
	margin-bottom: .625em;
	padding: 0;
	letter-spacing: .5px;
}
#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 {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	width: 5px;
	height: 1px;
	margin-right: 6px;
}

/* -- .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 {
	color: inherit;
	margin: 0;
	padding: 0;
}

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

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

#toTop {
	right: 0;
	bottom: 0;
}
#toTop a {
	display: inline-block;
	text-align: center;
	width: 55px;
	height: 55px;
}
#toTop i {
	color: #fff;
	line-height: 55px;
}
#toTop i:hover {
	color: #fff;
}

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

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

/* -- .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 {
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 1.111em;
	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 {
	font-size: 13px;
	margin: .769em 0 0 .769em;
}
.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 {
	font-size: .928em;
	margin-top: 1.538em;
	padding: 1.538em 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}
.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;
	line-height: 1em;
	letter-spacing: 1.5px;
	margin: 30px auto;
}

/* -- .sns -- */
.sns {
	margin-left: 1.428em;
	padding-left: .714em;
	border-left-width: 1px;
	border-left-style: solid;
}
.sns li {
	float: left;
	margin-left: .714em;
}
.sns li a {
	display: inline-block;
	font-size: 1.714em;
	line-height: 1em;
}

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


/* = 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 {
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 1.111em;
	padding: 0 0 0 12px;
	border: none;
	border-left-width: 4px;
	border-left-style: solid;
	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 {
	max-width: 360px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
.widget_calendar table {
	margin-bottom: 0;
}
.widget_welcart_calendar table {
	float: none;
	margin-bottom: .714em;
}
.widget_calendar caption,
.welcart_blog_calendar caption,
.widget_welcart_calendar caption {
	font-size: 1em;
	margin-bottom: .5em;
}
.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-top-style: solid;
	border-bottom-width: 1px;
	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 {
	background: none;
	border: 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 {
	font-weight: normal;
	padding: .714em 0;
}
.widget_welcart_category li li a:before,
.widget_categories li li a:before,
.widget_nav_menu li li a:before {
	background-color: #aaa;
	display: inline-block;
	content: "";
	width: 10px;
	height: 1px;
	margin-right: 10px;
	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 {
	border-left-width: 1px;
	border-left-style: solid;
	margin: 0 0 0 1.071em;
	padding: 0;
}
.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 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.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 {
	display: inline-block;
	content: "";
	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;
}

/* -- .widget_welcart_post -- */

.widget_welcart_post li a {
	position: relative;
	font-weight: bold;
	padding: 0 0 .357em 1.428em;
}
.widget_welcart_post li p {
	font-size: 12px;
	padding: .416em 0 1.25em 1.666em;
	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.928em;
	font-size: 12px;
    color: #969696;
}

/* -- .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 {
	overflow: hidden;
	margin-bottom: 1.428em;
}
#secondary .widget_basic_item_list .list:last-child {
	margin-bottom: 0;
}
#secondary .widget_basic_item_list .itemimg {
	position: relative;
	float: right;
	width: 25%;
}
#secondary .widget_basic_item_list .itemimg .itemsoldout {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	font-size: .85714em;
    width: 100%;
    height: 100%;
}
#secondary .widget_basic_item_list .itemimg .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#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 {
	text-align: right;
	font-weight: normal;
}

/* -- .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 {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
#secondary .widget_welcart_bestseller .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#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 {
	text-align: right;
	font-weight: normal;
}
/* -- before -- */
.widget_welcart_bestseller .rankimg:before {
	background-color: #999;
	display: block;
	text-align: center;
	color: #fff;
	width: 25px;
	height: 25px;
	margin: 0 0 5px;
	line-height: 25px;
}
.widget_welcart_bestseller .rank1 .rankimg:before {
	background-color: #FFD700;
	content: "1";
}
.widget_welcart_bestseller .rank2 .rankimg:before {
	background-color: #C0C0C0;
	content: "2";
}
.widget_welcart_bestseller .rank3 .rankimg:before {
	background-color: #C47222;
	content: "3";
}
.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 {
	background: none;
	position: relative;
	float: none;
	display: block;
	max-width: 480px;
	width: auto;
	padding: 0;
}
.widget_welcart_search .searchtext {
	width: 100%;
	padding: 0 100px 0 2%;
	border-width: 1px;
	border-style: solid;
}
.widget_welcart_search #searchsubmit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0 .714em;
}
.widget_welcart_search div {
	background: none;
	text-align: left;
}
.widget_welcart_search div a {
	text-align: center;
	display: inline-block;
	width: 100%;;
	height: 46px;
	padding: 0 1.428em;
	border-radius: 4px;
	line-height: 46px;
}

/* -- .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 {
	display: inline-block;
	content: "\f138";
	font-family: "FontAwesome";
	margin-right: .374em;
}

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

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

/* -- .widget_search -- */
.widget_search form {
	background: none;
	position: relative;
	float: none;
	display: block;
	max-width: 480px;
	width: auto;
	padding: 0;
}
.widget_search div {
	border: none;
}
.widget_search .search-text {
	height: 40px;
	padding: 0.5em;
	line-height: 40px;
}
.widget_search .searchsubmit {
	text-align: center;
	width: 40px;
	font-size: 20px;
	padding: 0;
}

/* -- .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: 1070px;
	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 {
	font-size: 1.428em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.428em;
}
.page-header div {
	font-size: 1.571em;
	letter-spacing: 1px;
	line-height: 1.571em;
}
.page-header div:after {
	display: inline-block;
	content: "/";
	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 .714em;
	border: none;
	line-height: 2.857em
}
#searchform .search-text:focus {
	outline: 0;
}
#searchform .searchsubmit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 20px;
	padding: 0;
	line-height: 40px;
}

/* -- .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 {
	float: left;
	text-align: center;
	margin-top: .178em;
	margin-bottom: .178em;
	margin-left: .357em;
}
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 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.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 .campaign_message,
.widget .campaign_message{
	background-color: #fff;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	letter-spacing: -.5px;
	z-index: 1;
}
.product-list .itemsoldout {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-list .itemsoldout .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-list .itemsoldout .sub_text {
	font-size: 12px;
	margin-top: 5px;
}
.product-list .price {
	text-align: left;
	color: #e00;
	margin-top: .833em;
}
.product-list .excerpt {
	display: none;
}
.product-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
}

/* -- opt-tag -- */
.opt-tag {
	font-size: 12px;
	margin: .833em 0;
}
.opt-tag li {
	background-color: #fff;
	display: inline-block;
	font-size: 10px;
	margin: 2px 3px 2px 0px;
	padding: 0 5px;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
}

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

/* -- .layout-list -- */
.layout-list .list {
	overflow: hidden;
	float: none;
	width: auto;
	padding-bottom: 1.428em;
	margin-bottom: 1.428em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.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 {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.layout-list .list .price {
	text-align: right;
}
.layout-list .list .opt-tag {
	display: inline-block;
	margin-left: 5%;
}
.layout-list .list .excerpt {
	display: block;
	font-size: 12px;
	margin-top: 1em;
}

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

.info-list {
	margin: 0 1.071em;
}
.info-list .list {
	overflow: hidden;
	margin-bottom: 1.428em;
	padding-bottom: 1.428em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.info-list .list:last-child {
	margin-bottom: 0;
}
.info-list .thumbnail {
	float: left;
	width: 35%;
	margin-bottom: 0;
}
.info-list .title,
.info-list .date {
	display: block;
}
.info-list .title {
	font-weight: bold;
	margin-left: 40%;
}
.info-list .date {
	margin: 1.071em 0 0 40%;
	padding: 0;
	border: none;
	font-size: 12px;
	color: #969696;
}
.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 {
	overflow: inherit;
	margin: 0 1.071em;
	padding: 0 !important;
}
.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 {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
	padding: 0;
	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 {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.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%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 .714em;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.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;
	font-size: 12px;
	margin-top: 5px;
}
.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;
	float: none;
	text-align: -webkit-center;
	width: auto !important;
	margin-bottom: .714em;
}
.home-widget .widget_welcart_featured .thumimg img,
.home-widget .widget_welcart_bestseller .itemimg img {
	max-width: 100%;
	width: auto;
}
/* -- .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 {
	text-align: center;
	width: auto;
	font-weight: normal;
	margin-top: .833em;
}
.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;
	float: none;
	width: auto;
	padding: 0 5px;
}

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


/* = 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 {
	color: #fff;
	margin-bottom: 1.428em;
	padding: .714em 1.071em;
}
.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 {
	display: inline-block;
	content: "/";
	margin: 0 .25em 0 .5em;
}

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

#main-visual {
	text-align: center;
}
#main-visual .flex-row {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
#main-visual .flex-viewport {
	overflow: visible !important;
}
#main-visual  .flexslider {
	background: none;
	margin: 0;
	border: none;
}
#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;
	text-align: right;
	margin: 1.428em 0 1.071em;
	padding: 0 .714em;
}
#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 {
	overflow: hidden;
	padding: 0 !important;
}
.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 {
	background-color: #c00;
	color: #fff;
	font-size: .857em;
	margin-right: 1.25em;
	padding: 0 .666em;
	line-height: 25px;
}
.info-area .info-date {
	float: left;
	margin: 5px 1.071em 0 0;
}
.info-area .info-title {
	clear: both;
	margin-top: 3px;
}
.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 {
	text-align: -webkit-center;
	margin-bottom: 1.0714em;
}

/* -------- .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 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.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 1.071em;
}
/* -- .noslider -- */
.column3 {
	margin: 0 1.071em;
}
.column3 .list {
	margin-bottom: 6%;
}
.column3 .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;
}
#show .layout li:first-child {
	font-size: 12px;
	margin-top: 6px;
}
#show .layout li:first-child:after {
	display: inline-block;
	content: ":";
	margin: 0 10px;
}
#show .layout li {
	float: left;
	margin-left: 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;
	font-size: 13px;
	margin: 0 .769em .384em 0;
}
.entry-meta .author:before,
.entry-meta .cat:before {
	font-size: 12px;
	margin-right: .35em;
}
.entry-meta .date:before {
	display: none;
}
.entry-meta .author:before {
	content:"\f14b";
}
.entry-meta .cat:before {
	content:"\f07b";
}

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

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

/* -------- .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 {
	font-size: 1.143em;
	margin-bottom: 1em;
	padding: .625em;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom: none;
}
.entry-content h3 {
	font-size: 1.143em;
	margin-bottom: 1em;
	padding: 0;
	border: none;
	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;
}

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

.single-related {
	margin: 0;
}
.single-related h2 {
	color: #fff;
	font-size: 1.143em;
	margin-bottom: 1.875em;
	padding: .625em;
}
.single-related .cf {
	margin: 0 1.071em;
}
.single-related .list {
	float: left;
	width: 48%;
	margin-right: 4%;
}
/* -- 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;
}

.f-logo {
    background-image: url("https://setonagi.net/wp-content/uploads/2021/07/logo-w.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 80px;
    text-indent: -9999px;
}

.pickup-area .title {
    font-weight: bold;
}
.home-widget .widget_basic_item_list .itemname,
.product-list .title {
    font-weight: bold;
}

/**
 * 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 {
		float: left;
		max-width: none;
		width: 48%;
		margin: 0 1% 1%;
	}

	/* -------- 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 {
		float: left;
		width: 30.666%;
	}
	.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 -- */
	.column3 .list {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
	}
	.column3 .list:nth-child(even) {
		margin-right: 0;
	}
	.column3 .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 {
		float: left;
		width: 30.666%;
	}
	/* -- 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: 0.5em 0.5em;
	}

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

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

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

	.h-column {
		margin-top: .357em;
	}
	.h-column .iconbtn {
		width: 50px;
		height: 50px;
	}

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


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


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

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

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

	/* -- .f-widgetArea -- */
	.f-widgetArea {
		float: right;
		min-width: 360px;
		margin: 0 0 1.071em 3.571em;
		padding: 0 0 0 3.571em;
		border-bottom: none;
		border-left-width: 1px;
		border-left-style: solid;
	}
	.f-widgetArea .widget_welcart_calendar table {
		float: none;
		width: 100%;
		margin: 0 0 .714em;
	}
	.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 {
		float: left;
		margin: 0 3.571em 2.143em 0;
	}
	.f-mainnav .sub-menu li {
		float: none;
		margin-right: 0;
		margin-bottom: .769em;
	}
	.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 a {
		font-size: 2.143em;
	}

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



	/* = 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 {
		float: left;
		width: 23.125%;
		margin-right: 2.5%;
	}
	.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 {
		float: left;
		margin-right: 2%;
	}
	/* -- .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;
	}


}


/**
 * 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 {
		background: none;
		margin: 2.143em 2.143em 1.071em;
		padding: 0;
	}

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

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

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

	.info-area {
		margin: 6px 320px 0 0;
	}
	.info-area .info-cat,
	.info-area .info-title {
		float: left;
	}


}


/**
 * 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 .searchtext {
		height: 50px;
	}


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


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

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

	/* -- .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 {
		width: auto;
		padding-bottom: 0;
	}

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

	header .top {
		min-height: none;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
	}

	header .top {
		padding: 10px 0px 6px;
		text-align: center;
		background-color: #0B1E2F;
	}

	header .top p{
		font-weight: bold !important;
		color: white;
	}


	/* -- .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,
    div.site-title {
        position: absolute;
        top: auto;
        left: 50%;
        float: none;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

	h1.site-title a,
	div.site-title a {
		font-weight: normal;
	}
	.h-column .menus .iconbtn,
	.mobile-menu .close {
		display: none;
	}
	.h-column {
		float: none;
		margin-top: 0;
	}
	.h-column .menus.list {
		clear: both;
		float: none;
		margin: 0;
		padding-top: .714em;
	}
	.h-column .list {
		margin-top: .357em;
	}
	.mobile-menu {
		background: none;
		position: static;
		width: auto;
		padding: 0;
	}
	/* -- .membership + .widgetcart -- */
	.membership .close,
	.widgetcart .close {
		right: 20%;
	}

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

	#site-navigation {
		font-size: 17px;
		margin-bottom: 0;
	}
	/* -- ul -- */
	#site-navigation ul {
		width: auto;
	}
	#site-navigation li {
		position: static;
		width: 20%;

	}
	#site-navigation li a {
		position: relative;
		padding: 20px 1.251em;
		line-height: 53px;
		height: 53px;
		overflow: hidden;
		margin: auto;
	}
	#site-navigation li:hover a {
		color: #fff;
	}
	#site-navigation li a:before {
		content: " ";
		display: block;
		position: absolute;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition-duration: .1s;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
	}
	#site-navigation li a:hover {
		background: none;
		color: #fff;
	}
	#site-navigation li:hover a:before {
		top: 0;
	}
	/* -- .current -- */
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a {
		background: none;
	}
	#site-navigation li.current-menu-item a,
	#site-navigation li.current_page_item a {
		color: #fff;
	}

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

	#site-navigation ul.sub-menu {
		top: 0;
		left: 0;
		width: 100%;
		font-size: 14px;
		margin: 0;
		padding: 0 40px 40px 40px;
		border: none;
		opacity: 0;
		letter-spacing: normal;
	}
	#site-navigation ul li:hover > ul {
		display: block;
		top: auto;
		opacity: 1;
		animation-duration: 0.2s;
		animation-name: fade-in;
		-moz-animation-duration: 0.2s;
		-moz-animation-name: fade-in;
		-webkit-animation-duration: 0.2s;
		-webkit-animation-name: fade-in;
	}
	#site-navigation ul.sub-menu li {
		background: none;
		float: left;
		width: auto;
		margin: 40px 40px 0 0;
	}
	#site-navigation ul.sub-menu li a {
		background: none;
		color: #fff;
		font-weight: bold;
		padding: 0;
		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 {
		background: none;
		display: block;
		position: static;
		margin: 20px 0 0 20px;
		padding: 0;
		border: none;
		border-left: 1px solid #fff;
		opacity: 1;
	}
	#site-navigation ul ul li:hover > ul {
		animation-name: none;
		-moz-animation-name: none;
		-webkit-animation-name: none;
	}
	#site-navigation ul.sub-menu ul li {
		float: none;
		margin: 0 0 15px;
	}
	#site-navigation ul.sub-menu ul li:last-child {
		margin: 0;
	}
	#site-navigation ul.sub-menu li li a {
		width: auto;
		font-weight: normal;
		padding: 0;
	}
	#site-navigation ul.sub-menu li li a:before {
		background-color: #fff;
		display: inline-block;
		position: static;
		content: "";
		width: 10px;
		height: 1px;
		margin-right: 10px;
		vertical-align: middle;
	}

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

	/* -- .sub-navigation -- */
	.sub-navigation {
		position: absolute;
		top: .85em;
		right: 2.5em;
	}
	.sub-navigation {
		width: 1070px;
		right: auto;
		left: auto;
		font-size: .8571em;
		border: none;
	}
	.sub-navigation ul {
		float: right;
		overflow: hidden;
	}
	.sub-navigation li {
		float: left;
		margin-right: .729em;
	}
	.sub-navigation li a {
		background: none;
		display: inline-block;
		padding: 0;
		border: none;
	}
	.sub-navigation li:before {
		content:"\f0c8";
		display: inline-block;
		vertical-align: middle;
		font-family: "FontAwesome";
		font-size: 10px;
		margin: -5px 5px 0;
	}

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

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

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

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

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


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

	.bg_image{
		background-image: url('https://setonagi.net/wp-content/uploads/2021/01/footer_bg.png') !important;
		background-repeat: repeat-x;
		height: 50px;
		background-size: 100px;
	}

	#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 {
		font-size: 20px;
		margin-bottom: 1em;
		padding: 0 0 1em;
		border-left: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		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 {
		float: none;
		width: 100%;
		margin: 0;
		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 {
		float: none;
		width: auto;
		margin: 0 0 1.428em;
	}
	#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: 1070px;
		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 {
		font-size: 20px;
		margin-bottom: 1.5em;
	}

	/* -- .section-head -- */
	.section-head,
	.page-header {
		background: none;
		color: inherit;
		margin-top: 0;
		margin-bottom: 2.857em;
		padding: 0 0 1.071em;
		border: none;
		border-bottom-width: 2px;
		border-bottom-style: solid;
	}
	.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 {
		border: none;
		margin: 0 0 1.428em;
		padding-top: 0;
	}
	.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 {
		float: none;
		width: auto;
	}
	.products-box {
		float: left;
		width: 72.898%;
	}

	/* -------- .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 {
		float: left;
		width: 14.583%;
	}
	.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 {
		font-size: 1.071em;
		margin-bottom: .333em;
	}
	.pickup-area .excerpt {
		font-size: .928em;
	}

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

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

	/* -- .noslider -- */
	.column3 .list {
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 0;
	}
	.column3 .list:nth-child(even) {
		margin-right: 2%;
	}
	.column3 .list:nth-child( 3n ) {
		margin-right: 0;
	}
	.column3 .list:nth-child(n+3) {
		margin-top: 0;
	}
	.column3 .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: 2em;
		line-height: 30px;
	}

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

	.entry-meta {
		margin: 0 0 1.428em;
	}
	.entry-meta span {
		font-size: 1em;
		margin: 0;
		padding: 0 .714em;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.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 {
		font-size: 1.428em;
		line-height: 1.428em;
		margin-bottom: 1em;
	}

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

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

    #site-navigation {
        display: flex;
        font-size: 14px;
        justify-content: center;
		margin-top: 70px;
    }

	/* #site-navigation li {
		width: 20%;
	} */

    #site-navigation li a {
        height: auto;
        font-weight: bold;
        line-height: normal;
		text-align: center;
    }

	#site-navigation	.menu-menu-container{
		width: 100%;
	}

    #site-navigation li#menu-item-2159 a {
        background: url("アイコン画像の絶対パスURL") no-repeat center 12px;
    }

    #site-navigation li#menu-item-2159.current-menu-item a,
    #site-navigation li#menu-item-2159 a:hover {
        background: url("ホバー・カレント用用のアイコン画像の絶対パスURL") no-repeat center 12px;
    }

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

    #site-navigation li#menu-item-〇〇 a {
        background: url("アイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current_page_item a,
    #site-navigation li#menu-item-〇〇 a:hover {
        background: url("ホバー・カレント用用のアイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current_page_item a:before {
        top: 0;
    }
    #site-navigation li#menu-item-〇〇 a {
        background: url("アイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current-menu-item a,
    #site-navigation li#menu-item-〇〇 a:hover {
        background: url("ホバー・カレント用用のアイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current-menu-item a:before {
        top: 0;
    }
    #site-navigation li#menu-item-〇〇 a {
        background: url("アイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current-menu-item a,
    #site-navigation li#menu-item-〇〇 a:hover {
        background: url("ホバー・カレント用用のアイコン画像の絶対パスURL") no-repeat center 12px;
    }
    #site-navigation li#menu-item-〇〇.current-menu-item a:before {
        top: 0;
    }

}

.column3 {
	clear: both;
}

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

.column3 .list a{
	color: #2b91da;
}

@media screen and (min-width: 38.75em){
	.column3 .list {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
	}
	.column3 .list:nth-child(n+3) {
		margin-top: 4%;
	}
	.column3 .list2-1 {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
	}
	}

@media screen and (min-width: 62.5em){
	.column3 .list {
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 0;
	}
	.pickup-area .noslider .list:nth-child(even) {
		margin-right: 2%;
	}
	.column3 .list:nth-child(n+3) {
		margin-top: 0;
	}
	.column3 .list:nth-child(3n) {
		margin-right: 0;
	}

	.column3 .list2-1 {
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 0;
	}
	.column3 .list2-2 {
		float: left;
		width: 64%;
		margin-right: 0;
	}

	.column3 .list2-2 ul {
		float: right;
		border-left: 1px solid #666;
	}

	.column3 .list2-2 li {
		display: inline-block;
		padding:  0px 20px ;
		border-right: 1px solid #666;
	}

}

.column3 h3{
/* 	border-bottom: 1px solid #afafaf; */
    margin-bottom: 10px;
    font-size: 1.3em;
}

.recommend-box{
	margin-top: 80px !important;
	margin-bottom: 60px;
}

.opt-tag li.itemreco,
.opt-tag li.itemreco a{
	color: #4eb6a5;
	border-color: #4eb6a5;
}

.opt-tag li.itemnew,
.opt-tag li.itemnew a{
	color: #c00;
	border-color: #c00;
}

.opt-tag li.chilled,
.opt-tag li.chilled a{
	color: #0087d0;
	border-color: #0087d0;
}

.opt-tag li.frozen,
.opt-tag li.frozen a{
	color: #fff;
	border-color: #0087d0;
	background-color: #0087d0;
}

.opt-tag li.refrigerate,
.opt-tag li.refrigerate a {
	color: #eb8e00;
	border-color: #eb8e00;
}


@media screen and (min-width: 62.5em){
.page-id-2 .two-column .site-content-wrap {
    max-width: 100%;
    margin: 0 auto;
}
.page-id-2 .common-parts {
    margin: 0 0 0em;
}
.page-id-2 #main.two-column{
	margin: 0px !important;
}
.sp{
	display: none;
}

.column2{
	margin-bottom: 50px;
	overflow: auto;
}

.seri img{
	float: left;
	width: 45%;
}

.sub_menu{
	margin-top: 10px;
}

.column2 li {
		width: 50%;
		float: left;
		text-align: left;
	}
.column2 li:nth-child( even ) {
		margin-right: 0;
	}
.column2 li:nth-child( n + 3 ) {
		margin-top: 2%;
	}
.column2 li:nth-child( 2n + 1 ) {
		clear: both;
	}
}
@media screen and (max-width: 62.4em){
.pc{
	display: none;
}
.info-area .info-title{
	clear: inherit;
}
.info-area {
    margin: 1.428em 1.071em 1.428em;
}
}

.omoi_header{
	background-image: url('https://setokara.net/d2c/wp-content/themes/welcart_basic-beldad/assets/images/omoi-assets/omoi_bg.jpg');
	background-size: cover;
	background-position: center center;
	padding: 100px;
	text-align: center;
	margin: auto;
}

.omoi_header .title h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3em;
	color: #fff;
	font-family: serif;
	margin: 0px auto 10px;
	width: 400px;
}

@media screen and (max-width: 62.4em){
.omoi_header .title h2{
	width: 100%;
	font-size: 2em;
}
#secondary section {
    border-bottom-width: 0px !important;
}
}

.omoi_header p{
	color: #fff;
    width: 570px;
    margin: 30px auto;
    text-align: left;
}

.omoi_header img{
	margin: auto;
	width: 850px;
}

.omoi_header .text-box{
	text-align: center;
}



#omoi{
	text-align: center;
}
#omoi h2{
	font-size: 35px;
	color: #0C1F2F;
	margin-bottom: 30px;
}
#omoi img{
	margin: auto;
}

.seri{
	background: #F3F3F3;
}


.trust img{
	max-width: 700px !important;
	margin-top: 40px;
}

.trust,
.kyoten,
.seri{
	padding: 50px 0px 80px;
	overflow:auto;
	vertical-align: middle;

}


.kyoten p,
.seri p{
	text-align: left;
	line-height: 160%;
	vertical-align: middle;
	display: table-cell;
}

.kyoten .area{
	max-width: 200px;
	margin-bottom: 20px !important;
}

@media screen and (max-width: 62.4em){
.omoi_header{
	padding: 40px 20px;
}
.omoi_header p {
    width: 100%;
}
h1.site-title img,
div.site-title img {
    max-width: 200px !important;
}
h1.site-title,
div.site-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
.trust img{
	width: 100%;
}
#omoi h2{
	font-size: 18px;
	color: #0C1F2F;
	margin-bottom: 30px;
}
.trust,
.kyoten,
.seri{
	padding: 40px 20px;

}
.column2{
	margin-bottom: 30px;
	overflow: auto;
}
.column2 .area{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.omoi_header img {
    margin: auto;
    width: 90%;
}
.column2 .area{
	width: 150px;
}
.recommend-box{
	margin-top: 0px !important;
	margin-bottom: 0px;
}

.info-area .info-cat{
    margin: 0px !important;
}
.category-info{
	margin: 0px !important;
}
.page-header{
	padding: 20px 15px 10px;
}
.item-header,
.page-header,
.entry-header {
    margin-top: 0px;
}
}

.author{
	display: none !important;
}

.top_guide {
  	border-radius: 5px;
	margin-top: 20px;
	flex: wrap;
	display: flex;
	background: #1F4A96;
	padding: 20px;
}

.top_guide{
	text-align: center;
}

.top_guide img{
	width: auto;
	height: 262px;
}

.top_guide_container{
	margin: auto;
}

@media screen and (max-width: 62.4em){
.top_guide img{
	width: auto;
	height: auto;
}
.top_guide{
	margin: 0px 10px 20px;
}
}




.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
	border-radius: 5px;
	padding: 30px 40px;
    width:500px;
    height:220px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-110px;
    margin-left:-250px;
    background-color:#fff;
    z-index:2;
}
.btn_area p{
    padding:15px;
}
.btn_area button{
    display:block;
    margin:0 auto;
}

.btn_area .container{
	display: flex;
	flex: wrap;
	margin-bottom: 20px;
}

.btn_area{
	text-align: center;
}

.btn_area img{
	max-width: 150px;
	margin: 0px auto 25px;
}

.arrow,
button,
.here{
	text-align: center;
	font-size: 15px;
}
button{
	width: 45%;
	background-color: #0b1e2f;
	color: #fff !important;
	padding: 3px;
	border-radius: 5px;
}
.here{
	width: 35%;
}
.arrow{
	width: 20%;
}

.trust p{
    width: 680px;
    margin: 30px auto;
    text-align: left;
}

@media screen and (max-width: 62.4em){
.trust p{
    width: 100%;
}
}

.trust span{
	font-size: 60%;
	line-height: 120%;
}


@media screen and (max-width: 62.4em){
.btn_area{
	padding: 30px 40px;
    width:300px;
    height:250px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-125px;
    margin-left:-150px;
    background-color:#fff;
    z-index:2;
}
}


.top_52{
	margin-top: 30px;
}

@media screen and (max-width: 62.4em){
.top_52{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 12px;
}
}

/*
#content .entry-header h1.entry-title{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 30px;
    padding: 10px 0 5px 0px;
}
*/

.site-content h3{
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0 5px 0px;
    border-left: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 160%;
}

.site-content .column2 li{
	list-style: none;
}

.page .entry-content ul{
	margin: 0px !important;
}

@media screen and (min-width: 62.5em){
.site-content .column2 li:nth-child( 2n + 1 ) {
    clear: both;
    padding-right: 5px;
}
.site-content .column2 li:nth-child( even ) {
    padding-left: 5px;
}
}


.column1{
	margin-bottom: 60px;
}

.top_banner{
	margin-top: 20px;
	background-color: #151820;
	padding: 30px 0px;
}
@media screen and (max-width: 619px){
.top_banner{
	margin-top: 20px;
	background-color: #151820;
	padding: 30px 0px 0px;
}
}
















/* 贅沢至高ここから */
.home{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.hero h2{
	    font-size: 35px;
}

.hero .text{
	font-size: 15px;
	text-align: center;
}

.hero .text p{
	text-align: left;
}

button{
    text-align: center;
    font-size: 0.8em;
    padding: 15px 20px;
}



h1.site-title, div.site-title {
    position: inherit;
    top: auto;
    left: 0%;
    float: none;
    text-align: left;
    -webkit-transform: inherit;
    transform: inherit;
}

.flex{
	display: flex;
}

#site-navigation {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
}



#site-navigation li {
    padding: 0 0;
    min-width: 130px;
    border-right: 1px solid #6c6c6c !important;
    width: auto;
}
/* @media screen and (max-width: 1300px){ */
#site-navigation li a {
    padding: 0.5em !important;
    font-size: 0.9em !important;
}
#site-navigation li {
    min-width: 110px !important;
    width: auto;
}
/* } */

#site-navigation li a{
	white-space: nowrap;
	padding: 0.5em;
}

#site-navigation ul li:first-child {
    border-left: 1px solid #6c6c6c !important;
}

@media screen and (min-width: 62.5em){
#site-navigation .sub-menu li{
	background-color: #0b1e2f !important;
	border: 0 !important;
}
#site-navigation .sub-menu li a{
	border: 0 !important;
}
}

/*
#site-navigation ul li:last-child {
    border-right: 1px solid #fff !important;
	padding-right: 15px;
}
*/

#site-navigation ul li a span{
	color: #595959;
}


.h-column{
	margin-left:auto !important;
    align-items: center;
}

.h-column .menus{
	margin-left:auto !important;
}

.h-column .menus .list{
	margin-left:auto !important;
}


.news{
background-color: #fff;

}

.info-area{
    margin: 15px 25px;
}

.info-area .info-cat {
    background-color: transparent !important;
    color: #2a2a2a;
    font-weight: bold !important;
    font-size: 1.3em;
    margin-right: 1.25em;
    padding: 0 .666em;
    line-height: 25px;
}

/*
.info-area .info-cat, .incart .total-quant{
    background-color: transparent;
    color: #2a2a2a;
}
*/

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





.top_guide {
	max-width: 90%;
	margin: auto;
	margin-top: 20px;
	flex: wrap;
	display: flex;
	padding: 20px;
	justify-content:center;
	align-items:center;
}

.logo_container,
.text_container{
	width: 50%;
}

.logo_container{
	text-align: center;
	vertical-align: middle;
}

.logo_container img{
	width: 300px !important;
	margin: auto;
}

.text_container h3{
	text-decoration: none;
}


@media screen and (max-width: 62.4em){
.top_guide img{
	width: auto;
	height: auto;
}
.top_guide{
	margin: 0px 10px 20px;
}
}



/*
.layout-grid .list {
    width: 22.5% !important;
}
*/

.copyright {
    padding-top: 0px;
}

footer .top {
    padding: 5em 2.143em 4em;
    text-align: center;
}

footer .top .logo {
	max-width: 250px;
	margin: auto;
}


.f-mainnav ul{
	display: flex;
	justify-content: center;
	margin: 3em auto 2em;
}

.f-mainnav li {
    padding: 0;
    border-right: 0px solid #231815;
    width: auto;
}

.f-mainnav li a{
	padding: 10px;
	white-space: nowrap;
	color: #231815;
}

.f-mainnav ul li:first-child {
    border-left: 1px solid #231815;
	padding-left: 15px;
}

.f-mainnav ul li:last-child {
    border-right: 1px solid #231815;
	padding-right: 15px;
}

.f-mainnav li, .f-mainnav li:last-child {
    float: none;
    margin: 0px;
}


.section-head{
	text-align: center !important;
	border-bottom: 2px solid #c8c8c8 !important;
}

.section-head h2{
	margin: auto !important;
}

/*
.section-head h2:after{
   content:"";
   display:block;
   width:100%;
   margin: auto;
   height: 2px;
   background-color:#bdbdbd;
   position:absolute;
   top: 50px;
   left:0 !important;
   right: 0 !important;
}
*/


.product_section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
}

.product_section .logo_text_conteiner,
.product_section .logo_text_conteiner_under{
	flex: wrap;
	display: flex;
	padding: 0px 0px;
	justify-content:center;
	align-items:center;
    max-width: 1500px;
    margin: auto;
}


.product_section .logo_container{
	background-color: #fff;
    max-width: 220px;
    min-height: 400px;
    padding: 1.5em;
    display: flex;
}

.product_section .text_container .text_sub_container{
    max-width: 400px;
    padding: 1.5em;
    margin: auto;
    position: relative;
    right: -10%;
    text-align: center;
}

.product_section .logo_text_conteiner_under .text_container .text_sub_container{
    max-width: 400px;
    padding: 1.5em;
    margin: auto;
    position: relative;
    left: -10%;
    text-align: center;
}

.product_section .text_container .text_sub_container p{
    text-align: left;
}

.product_section .text_container button{
    margin: auto;
}

.img_container{
	text-align: center;
}

.img_container p{
	margin-top: 10px;
}

.img_container ul{
	flex: wrap;
	display: flex;
	justify-content:center;
	align-items: baseline;
	position: relative;
	top: -30px;

}

.img_container ul li img{
	max-width: 230px;
	padding: 0px 5px;

}

.fixheader #masthead{
/* 	background-color: #231815 !important; */
	margin-bottom: 30px;
}

.home .fixheader #masthead{
/* 	background-color: #231815 !important; */
	margin-bottom: 0px;
}




/* SETONAGIここから */

#TOP{
	height: 100vh !important;
}

.top_img{
	max-width: 800px;
	margin: 7em auto 8em;
}

.top_img p{
	font-size: 2.8em;
	font-family: serif;
	color: #fff;
}

.top_img p span{
	font-size: 0.7em;
	font-family: san-serif;
}

/*
.openingselect_container{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	bottom: 2px;
    position: absolute;
    left: 0;
    right: 0;
}
*/


.openingselect_container2{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    left: 0;
    right: 0;
}

.flex-control-nav {
    width: 100%;
    position: relative;
    bottom: 10px;
    text-align: center;
}

/*
#openingselect .title{
	text-align: center;
	margin: auto;
	font-size: 3em;
    display: flex;
    align-items: center;
    color: #fff13f;
	text-shadow: 1px 2px 3px #808080;
}

#openingselect .title:before,
#openingselect .title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff13f;
	box-shadow: 1px 2px 3px #808080;
}

#openingselect .title:before {
    margin-right: 1rem;
}

#openingselect .title:after {
    margin-left: 1rem;
}
*/
.home{
	position: relative;
}

.openingselect_container1{
	z-index: 1;
    position: absolute;
    margin: 0;
    border-bottom: none;
    border-top: none;
    bottom: 5px;
    left: 0;
    right: 0;
    background-color: transparent !important;
    z-index: 1;
}

#openingselect1{
	max-width: 1440px;
	margin: auto ;
	padding-top:1%;
    background-color: transparent !important;
}

#openingselect1 .title{
	text-align: center;
	margin: auto;
	font-size: 3em;
    display: flex;
    align-items: center;
    color: #fff;
	text-shadow: 1px 2px 3px #808080;
	letter-spacing: 5px;
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
}

#openingselect1 .title:before,
#openingselect1 .title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
	box-shadow: 1px 2px 3px #fff;
}

#openingselect1 .title:before {
    margin-right: 1rem;
}

#openingselect1 .title:after {
    margin-left: 1rem;
}





#openingselect2{
	max-width: 1440px;
	margin: auto ;
	padding-top:1%;
}

#openingselect2 .title{
	text-align: center;
	margin: auto;
	font-size: 3em;
    display: flex;
    align-items: center;
    color: #fff13f;
	text-shadow: 1px 2px 3px #808080;
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
}

#openingselect2 .title:before,
#openingselect2 .title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff13f;
	box-shadow: 1px 2px 3px #808080;
}

#openingselect2 .title:before {
    margin-right: 1rem;
}

#openingselect2 .title:after {
    margin-left: 1rem;
}


.openingselect2 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.openingselect2 ul li{
	margin-right: 1%;
	width:calc(23% - 1%);
	margin-bottom: 1%;
}
.openingselect2 ul li:nth-of-type(4n){
	margin-right: 0;
}



.flex-direction-nav .flex-disabled {
    opacity: 1!important;
    filter: alpha(opacity=1) !important;
    cursor: default;
    z-index: 1!important;
}
.home .common-parts{
/* 	background-color: #ededed !important; */
	margin:0px !important;
/* 	padding: 20px 0px; */
}

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

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

.home .two-column .site-content-wrap {
	max-width: 1070px;
	margin: 50px auto 0px;
}
*/

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

/*
section{
	margin: 10em 0em;
}
*/





/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    height: 50px;
    margin: auto;
	width: 45%;
	background-color: #0b1e2f;
	color: #fff !important;
	padding: 3px;
    border-radius: 5px;
    text-align: center;
    padding: 13px;
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em auto  0px;
}

/*矢印と下線の形状*/
.btnarrow4::before{
	content: '';
    position: absolute;
	bottom: 20px;
    right: 10px;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all .3s;

}

.btnarrow4::after{
	content: '';
    position: absolute;
    bottom: 24px;
    right: 9px;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    transition: all .3s;
}



.use_section .flex{
	width: 100%;
}
.use_section .flex img{
	width: auto;
}
.use_section .flex div{
	width: 50%;
}

.use_section .flex p{
	padding: 1em;
}

.use_section .flex div:first-child{
	border-right: 2px dashed #c8c8c8 !important;
}

.takeout{
	display: flex;
	padding: 1.2em;
	border: 2px solid #c8c8c8 !important;
	border-radius: 10px;
	margin-top: 2em;

}

#secondary .sidebar_title{
	margin-top: 20px;
}




.sidebar_title {
	font-size: 1.3em;
	font-weight: bold;
}

.takeout img{
	max-width: 150px;

}





.sidebar_subtitle img{
	width: 25px;
	height: 25px;
}
.sidebar_subtitle img{
	margin-right: 20px;
}

.sidebar_title img{
	width: 30px;
}

#secondary .title span{
	display: block;
}


.sidebar_title .flex{
	width: 100%;
	justify-content: space-between;
	align-items: center;
}


.sidebar_title .title img{
	display: block;
}

.sidebar_subtitle,
.sidebar_title{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 20px;
	color: #00182a;
}


.sidebar_title .en{
	text-align: center;
	margin: auto;
	font-size: 0.7em;
    display: flex;
    align-items: center;
    color: #211715;
}

.sidebar_title .en:before,
.sidebar_title .en:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #9d9c9c;
}

.sidebar_title .en:before {
    margin-right: 1rem;
}

.sidebar_title .en:after {
    margin-left: 1rem;
}

#secondary .banner ul li{
	margin-bottom: 10px;
}

@media screen and (max-width: 62.4em){
#secondary .banner{
	padding: 2.143em 1.071em;
}
#secondary section {
    margin: 2.143em 1.071em;
    padding: 0.5em 0.8em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#secondary .widget_search .searchsubmit {
    top: 0px !important;
}
.widget_search form{
	max-width: none;
}
}

#secondary .widget_search{
	border: 1px solid #0b1e2f;
}
#secondary .widget_search .searchsubmit {
    top: -5px;
}
#secondary .widget_title{
	display: none;
}


#main {
    width: auto;
    margin: 0em;
}

.tokushu .section01,
.tokushu .section02,
.tokushu .section03,
.tokushu .section04,
.tokushu .section05,
.tokushu .section06,
.tokushu .section07,
.tokushu .section10{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    z-index: -2;
}

.tokushu .section01:after,
.tokushu .section05:after,
.tokushu .section07:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(right, rgba(0,0,0,0.5), transparent 50%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent 50%);
    background: linear-gradient(to left, rgba(0,0,0,0.5), transparent 50%);
    z-index: -2;
}

.tokushu .section05:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1), transparent 40%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1), transparent 40%);
    background: linear-gradient(to top, rgba(255,255,255,1), transparent 40%);
    z-index: -1;
}
.tokushu .section06:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1), transparent 20%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), transparent 20%);
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.1) 20%);
    z-index: -1;
}

.tokushu h2,
.tokushu p{
	font-weight: normal !important;
	font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif !important;
}


.tokushu .section01{
    height: 800px;
}
.tokushu .section01 .section01_container{
	position: relative;
	max-width: 1070px;
	margin: auto;
	padding: 2em;
	height: 800px;
}
.tokushu .section01 .section01_container01{
	float: right;
    z-index: -1;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
}
.tokushu .section01 .section01_container01 .title{
    color: #fff;
    font-size: 5.5em;
}
.tokushu .section01 .section01_container01 .text{
    line-height: 160%;
    color: #fff;
    font-size: 2em;

}
.tokushu .section01 .section01_container02{
    position: absolute;
    bottom: 20px;
    left: 20px;

}
.tokushu .section01 .section01_container02 .red,
.tokushu .section01 .section01_container02 .navy{
	position: absolute;
    display: flex;
	justify-content:center;
	align-items:center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #860116;
    color: #fff;
    text-align: center;
    line-height: 22px;
    bottom: 5px;
	box-shadow: 0 0 0 8px #860116;
	-webkit-box-shadow: 0 0 0 8px #860116;
	-moz-box-shadow: 0 0 0 8px #860116;
	border: solid 2px #c8a65e;
	font-size: 1.9em;
	line-height: 120%;
	font-weight: bold !important;
}

.tokushu .section01 .section01_container02 .red p,
.tokushu .section01 .section01_container02 .navy p{
	font-weight: bold !important;
}

.tokushu .section01 .section01_container02 .red::after,
.tokushu .section01 .section01_container02 .navy::after{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border-color: 3px solid #c8a65e;
    z-index: 3;
}
.tokushu .section01 .section01_container02 .navy{
	background-color: #12142d;
	left: 220px;
	box-shadow: 0 0 0 8px #12142d;
	-webkit-box-shadow: 0 0 0 8px #12142d;
	-moz-box-shadow: 0 0 0 8px #12142d;
	border: solid 2px #c8a65e;
}

.section02 .section02_container,
.section03 .section03_container{
	max-width: 1070px;
	margin: auto;
    display: flex;
	justify-content:space-evenly;
	align-items:center;
	padding: 4em 0;
}
.section03 .section03_container{
    flex-direction: row-reverse;
}
.section02 .section02_container01,
.section03 .section03_container01{
	max-width: 500px;

}
.section02 .section02_container02,
.section03 .section03_container02{

}
.section02 .section02_container02 .title,
.section03 .section03_container02 .title{
	color: #fff;
	font-size: 3em;
	margin-bottom: 0.5em;

}
.section03 .section03_container02 .title{
	color: #0096e2;
}
.section02 .section02_container02 .text{
	color: #fff;
	font-size: 1.2em;
	display: flex;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    align-items: center;
    line-height: 200%;
    margin: auto;
}
.section03 .section03_container02 .text,
.section04 .section04_container01 .text,
.section06 .section06_container01 .text  {
	color: #000;
	font-size: 1.2em;
	font-family: 'Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.section07 .section07_container02{
	font-size: 1.2em;
}


.section04{

}
.section04_inner{
	background-color: rgba(0,0,0,0.4);
	padding: 8em 0 9em;
}

.section04 h2{
	text-align: center;
	font-size: 2em;
	color: #fff;
}
.section04 h2 span{
	font-size: 2.0em;
}
.section04 .section04_container{
	max-width: 1070px;
	margin: auto;
    display: flex;
	justify-content:center;
	align-items: flex-start;
	margin-top: 2em;
}
.section04 .section04_container01{
	margin-right: 2%;
	width:calc(33.3333333% - 2%);
}
.section04 .section04_container01:nth-child(3n){
	margin-right:0;
}
.section04 .section04_container01 .title{
	background-color: #8c7a3c;
	margin-bottom: 2em;
	padding: 0.5em;
}
.section04 .section04_container01 .title h2{
	font-size: 2em;
}
.section04 .section04_container01 .subtitle h2{
	font-size: 2em;
	position: relative;
	margin-bottom: 2em;
}

.section04 .section04_container01 .subtitle h2:after{
    content: "";
    display: block;
    width: 80px;
    margin: auto;
    height: 2px;
    background-color: #bdbdbd;
    position: absolute;
    bottom: -25px;
    left: 0 !important;
    right: 0 !important;
}


.section04 .section04_container01 .subtitle h2 span{
	display: block;
}
.section04 .section04_container01 .text{
	color: #fff;
	font-family: 'Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}


.section05{
	min-height: 1000px;
	padding: 4em 0 6em;
}
.section05 .section05_container{
	max-width: 1070px;
	margin: auto;
	padding: 2em;

}
.section05 .section05_container01{
	float: right;
    z-index: -1;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
}
.section05 .section05_container01 .title{
    line-height: 120%;
    color: #fff;
    font-size: 6em;
}
.section05 .section05_container01 .text{
    line-height: 180%;
    color: #fff;
    font-size: 2em;
}


.section06{
	padding: 5em 0 5em;
}

.section06 .section06_container{
	max-width: 1070px;
	margin: auto;
    display: flex;
	justify-content:center;
	align-items: flex-start;
}
.section06 .section06_container01{
	margin-right: 2%;
	width:calc(33.3333333% - 2%);
}
.section06 .section06_container01:nth-child(3n){
	margin-right:0;
}
.section06 .section06_container01 .title{
	background-color: #5b0a11;
	color: #fff;
	margin-bottom: 1em;
}
.section06 .section06_container01 .text{

}
.section06 .section06_container01 .title h2{
	font-size: 2em;
	text-align: center;
	padding: 0.5em;
}
.section06 .section06_container01 .subtitle h2{
	font-size: 2em;
	position: relative;
	margin-bottom: 2em;
}

.section06 .section06_container01 .subtitle h2:after{
    content: "";
    display: block;
    width: 80px;
    margin: auto;
    height: 2px;
    background-color: #bdbdbd;
    position: absolute;
    bottom: -25px;
    left: 0 !important;
    right: 0 !important;
}




.section07{
}
.section07 .section07_container{
	max-width: 1070px;
	margin: auto;
	padding: 6em 0;
}
.section07 .section07_container01{
	float: right;
    z-index: -1;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
}
.section07 .section07_container01 .title{
    line-height: 120%;
    color: #fff;
    font-size: 6em;
}
.section07 .section07_container01 .text{
    line-height: 180%;
    color: #fff;
    font-size: 2em;
}
.section07 .section07_container02{
	width: 70%;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items: start;
}
.section07 .section07_container02_2{
	margin-right: 2%;
	width:calc(50% - 2%);
	margin-bottom: 2em;
}
.section07 .section07_container02 .img img{
	border-radius:50%;
	width:300px;
	height:300px;
	object-fit:cover;
}
.section07 .section07_container02 .title{
	margin-top: -2em;
}
.section07 .section07_container02 .title h2{
	color: #f1e785;
	font-size: 2em;
}
.section07 .section07_container02 .text{
	color: #fff;
}

.section07_over{
	background-color:  rgba(0, 0, 0, 0.6);
}

.section08{
	padding: 6em 0;
	text-align: center;
}
.section08 button{
	margin: 0 auto;
}

/*
特集一覧ページ
*/

.featurelist ul{
    display: flex;
    flex-wrap: wrap;
}
.featurelist ul li{
	margin-right: 2%;
	width:calc(51% - 2%);
	margin-bottom: 2%;
}
.featurelist ul li:nth-child(even){
	margin-right: 0;
}

.header_banner img{
	width: 100%;
}
.header_banner {
	margin-bottom: 0px;
}






/* 商品ページレイアウト変更 */
#itempage #img-box{

}
.detail-box {
    width: 55%;
}
.item-info {
    clear: none;
    width: 55%;
    float: left !important;
}
#itempage .detail-box .itemcode{
	float: left !important;
}
.item-header {
    padding: 0 0 0em !important;
}

.skuform .c-box {
    text-align: left !important;
}
.skuform .field_price {
    float: left !important;
}
.item_price {
    font-size: 1.714em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}
.item_price em {
    font-size: .5em;
}
.item_page_title{
	border-bottom: 1px solid #b7b7b7;
}
.item-info .field {
    text-align: left !important;
}
.skuform .right {
    float: left !important;
    width: 100% !important;
}

#itempage #img-box {
    width: 55% !important;
}
#itempage .item-info {
    width: 41% !important;
    border: 1px solid #858585;
    margin-left: 4%;
    padding: 1.5em 1.2em 0 1.5em;
}

#itempage .skuform .inner{
    border-bottom: 1px solid #858585;
}

#itempage .detail-box{
	width: 100% !important;
	margin-top: 1.5em;
}

#itempage #img-box, #itempage .item-info {
    margin-bottom: 0px !important;
}

#itempage .item-description{
	margin: 0px !important;
}

.skuimg .left,
.item-name,
.skuimg{
	display: none !important;
}
.item-info .skuform, .date .item-info .skuform {
    border-bottom-width: 0px !important;
}
/*
.item-info .item_custom_field th{
	width: 25%;
}
*/
.item-info .item_custom_field th, .item-info .item_custom_field td {
    border-width: 0px !important;
    background-color:transparent !important;
	padding: .3em !important;
	font-family: 'Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.item-description h2, .item-description h3 {
    margin-bottom: .666em;
    padding: 0;
    border: none;
    line-height: 160% !important;
}










/* 商品ページ下段 */

.product .section-head {
    text-align: center !important;
    border-bottom: 1px solid #c8c8c8 !important;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}

.product .section06 .section-head{
	border-bottom: 0px !important;
	margin-bottom: 0px;
}


.product .section01,
.product .section02,
.product .section03,
.product .section04,
.product .section05,
.product .section06,
.product .section07{
	margin: 4em 0px;
}

.product .section01{
	margin-top: 0px;
}

.product .section01 .section01_img{
	margin: 1.5em 0px 1em;
}

.product .section01 h2,
.product .section06 h2,
.product .section05 h2{
	font-size: 1.6em;
}

.product .section05 h3{
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

.product .section02 .section02_conteiner h3{
	font-size: 1.7em;
}


.section06{
	border: 1px solid #c8c8c8;
	padding: 5em;
}




.product .section02 .section02_conteiner,
.product .section03 .section03_conteiner,
.product .section04 .section04_conteiner,
.product .section05 .section05_conteiner,
.product .section07 .section07_conteiner{
	padding: 2em 0px;
}
.product .section04 .section04_conteiner{
	padding: 2em;
}

@media screen and (min-width: 38.75em){
.product .section02 .section02_conteiner:nth-child(odd) {
    flex-direction: row-reverse;
}
.product .section02 .section02_conteiner .section02_text{
    margin-right: 1em;
}
.product .section02 .section02_conteiner:nth-child(odd) .section02_text{
    margin-left: 1em;
    margin-right: 0em;
}
.product .section02 .section02_conteiner{
	display: flex;
}
.product .section02 .section02_conteiner .section02_text{
	 overflow-wrap :normal;
}
.product .section02 .section02_conteiner .section02_img{
	width: 60%;
}
}



.product .section04 .section04_conteiner ul{
    counter-reset: li;
    list-style: none;
}
.product .section04 .section04_conteiner ul li{
   position: relative;
}
.product .section04 .section04_conteiner ul li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    font-size: 25px;
    top: -5px;
    left: -46px;
    width: 1.6em;
    text-align: center;
}

@media screen and (min-width: 38.75em){
.product .section04 .section04_conteiner li{
	font-size: 1em;
	width: 42%;
	float: left;
}
.product .section04 .section04_conteiner li:nth-child(odd){
	margin-right: 16%;
}
}
/*
.section04 .section04_conteiner li:last-child{
	float: none;
}
*/

.clear{
	clear: both;
}

.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0 0 0em 0em;
	clear: both;
}


@media screen and (min-width: 38.75em){
.product .section05 .section05_conteiner li{
	width: 48%;
	float: left;
	list-style: none;
}
.product .section05 .section05_conteiner li:nth-child(odd){
	margin-right: 4%;
}
}


.product .section06 .section06_conteiner th,
.product .section06 .section06_conteiner td {
  padding: 1rem 2rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  background-color: #fff;
}
.entry-content table, .item-description table{
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}


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

.product .section07 .section07_conteiner .section07_text{
    margin-right: 1em;
}

.product .section07 .section07_conteiner{
	display: flex;
}
.product .section07 .section07_conteiner .section07_text{
	 overflow-wrap :normal;
}
.product .section07 .section07_conteiner .section07_img{
	width: 60%;
}
}

@media screen and (max-width: 62.4em){
.item-description{
	padding: 0px 10px;
}
}

@media screen and (max-width: 62.4em){
.single #itempage #img-box{
	width: 100% !important;
}
#itempage .item-info {
    width: 100% !important;
    border: 1px solid #858585;
    margin-left: 0%;
    padding: 1.5em 1.2em 0 1.5em;
    margin-top: 20px;
}
.item-header{
	margin: 10px 0px 0!important;
}
.item_page_title{
	padding: 0.5em 10px !important;
}
.item_price{
	margin: 10px 15px 10px!important;
}
}





/* トップヘッダー */

.home header {
    z-index: 1;
    position: absolute;
    margin: 0;
    border-bottom: none;
    border-top: none;
    top: 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.3), transparent 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.3), transparent 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent 100%);
}

.topslider .slick-dots {
    bottom: 50px;
}
@media screen and (max-width: 62.4em){
.topslider .slick-dots {
    bottom: 20px;
}
}
.topslider .slick-next{
	right: 5px;
}

.topslider .slick-prev{
	left: 5px;
}

.home .news{
	margin-top: 0px;
    position: relative;
/*     top: -50px; */
    z-index: 1;
    background-color: #fff;
    border-top: 2px solid  #d7d7d7;
    border-bottom: 2px solid  #d7d7d7;
    max-width: 1070px;
    margin: auto;
	margin-bottom: 40px;
	display: flex;
}

.home .news .siire{
	width: 30% !important;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	font-family: serif;
}
@media screen and (max-width: 62.4em){
.home .news .siire{
	font-size: 1.5em;
}
}
.home .news .info-area{
	width: 70% !important;
}

.home .news .info-arrow{
	float: right;
	width: 21px;
}

.home .slick-dotted.slick-slider{
	margin-bottom: 0px;
}

.home{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 80vh;
}

.hero_conteiner{
	display: flex;
	align-items: center;
	height: 80vh;
}

.hero{
    width: auto;
    clear: both;
    color: #fff;
	margin: auto auto auto 0;
}
.hero .btnarrow4{
	min-width: 350px;
	max-width: 400px;
}

.blue{
	width: auto;
    padding: 3em;
    background:rgba(77, 111, 163, 0.3);
}
.blue .btnarrow4{
	background-color: #036eae !important;
}
.red{
}
.red .btnarrow4{
	background-color: #9d1621 !important;
}
.green .btnarrow4{
	background-color: #00873a !important;
}
.pink .btnarrow4{
	background-color: #c62a5e !important;
}
.orange .btnarrow4{
	background-color: #e98e00 !important;
}
.murasaki{
    padding: 3em;
    background:rgba(233, 142, 0, 0.3);
}
.murasaki .btnarrow4{
	background-color: #9a0b5d !important;
}

@media screen and (max-width: 62.4em){
.hero .btnarrow4 {
	margin-top: 0px !important;
}
}

.hero h2{
	font-size: 3em;
	text-shadow: 2px 2px 3px #666666,-2px -2px 3px #666666;
	line-height: 140%;
	margin-bottom: 10px;
	letter-spacing: 5px;
	font-family: serif;
}
@media screen and (max-width: 62.4em){
.top_banner{
	font-size: 35px;
}
.hero{
    width: 100%;
	margin: auto ;
	padding: 15px;
}
.hero .btnarrow4{
	min-width: inherit;
	max-width: none;
}
}

.hero .text{
	font-size: 1.7em;
	text-align: center;

}

.hero a{
	width: 100%;
}

.hero .text p{
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #666666,-2px -2px 3px #666666;
}

button{
    text-align: center;
    font-size: 0.8em;
    padding: 15px 20px;
    margin-top: 20px;
}

header{
	background-color: transparent !important;
}

.product-list img{
	border-radius: 5px;
}

.tokushuslider_container{
	background-color: #bfb292;
	padding: 1em 2em;
	margin-top: 3em;
	margin-bottom: 3em;
}

.tokushuslider .slick-slide {
    margin: 0 10px 0; /* centerPaddingで左右の見える幅を指定してもOK */
  }

.tokushuslider .slick-next{
	right: -25px;
}

.tokushuslider .slick-prev {
    left: -25px;
}

.tokushuslider .slick-prev,
.tokushuslider .slick-next {
    top: 39%;
}

#searchform .searchsubmit:hover, .slick-prev:before, .slick-next:before, .flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba( 255, 255, 255, .8 ) !important;
	text-shadow: 1px 2px 3px #808080;
}

.tokushuslider .slick-prev:before,
.tokushuslider .slick-next:before {
    font-size: 20px;
}


@media screen and (max-width: 62.4em){
.site-header .h-column{
display: flex;
flex-direction: row-reverse;
}
#humberger {
  position: relative;
  height: 20px;
  width: 28px;
  display: inline-block;
  box-sizing: border-box;
  left: 6px;
  top: 11px;
}
#humberger div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 28px;
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div:nth-of-type(1) {
  bottom: 20px;
}
#humberger div:nth-of-type(2) {
  bottom: 10px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}
}

.site-header .menus .iconbtn{
	background-color: transparent !important;
}

#wpadminbar {
    position: fixed !important;
}


.error-404 .page-content {
    padding: 3em 0;
    text-align: left;
}
.use_section{
	margin: 0em 0;
}

@media screen and (max-width: 62.4em){
#secondary .widget_search {
    border: 1px solid #0b1e2f !important;
}
.top_concept img{
	width: 100%;
}
.home {
    height: 50vh;
}
.topslider .slick-prev:before,
.topslider .slick-next:before {
    font-size: 15px;
}
.hero{
	padding: 2.5em;
}
.hero_conteiner {
    height: 60vh;
}
.hero .text p{
	font-size: 0.7em;
}
.hero h2{
	font-size: 1.8em;
}
#openingselect1 .title{
	font-size: 1.5em;
}
.openingselect2 ul li {
    margin-right: 1%;
    width: calc(50% - 1%);
    margin-bottom: 1%;
}
.openingselect2 ul li:nth-of-type(2n) {
    margin-right: 0;
}
#openingselect2{
	padding: 0.5em 0.5em 0.3em 0.5em ;
}
.home .news{
	margin-top: 2.9em;
    margin-bottom: 2.142em;
}
.btnarrow4{
	width: 90%;
}

.use_section .flex{
flex-direction: column;
}
.use_section .flex div:first-child {
    border-right: 0px dashed #c8c8c8 !important;
}
.use_section .flex div {
    width: 100%;
    text-align: center;
}
.use_section .flex div p {
    text-align: left;
}
.use_section .flex div img{
	margin: auto;
}
.use_section .takeout{
	flex-direction: column;
}

.home .product-area,
.use_section {
	padding: 0 1.071em;
}
.use_section .takeout img {
    width: 100px;
    height: 85px;
	margin: auto;
}

.section-head {
    background-color: #fff !important;
	color: #000 !important;
}

.siire p{
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 0;

}
#searchform .s-box {
    position: relative;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
	border-color: #0D1F2F !important;
}
#searchform{
	background-color: #fff !important;
}

.top_concept p{
	text-align: center;
	margin-top: 2em;
}
#site-navigation li {
    border-right: 0px solid #6c6c6c !important;
}
#site-navigation ul li:first-child {
    border-left: 0px solid #6c6c6c !important;
}
#site-navigation li a {
	font-weight: bold;
    font-size: 1.2em !important;
}
#site-navigation li a span{
    font-size: 0.8em !important;
}



.list2-1{
	text-align: center;
}

/*
	#secondary{
	display: none;
}
.menus #secondary{
	display: block !important;
    border: none;
}
*/
.header_banner {
    margin-bottom: 10px;
}
.index-content #content {
    margin-top: 0.5em;
}
.featurelist{
	padding: 0 1.071em;
}

/*
@media screen and (min-width: 62.5em){
.menus #secondary{
	display: none !important;
}
}
*/

/* 特集スマホ */
.tokushu .section01,
.tokushu .section01 .section01_container {
    height: 550px;
}

.tokushu .section07 .section07_container01 .text,
.tokushu .section05 .section05_container01 .text,
.tokushu .section01 .section01_container01 .text {
    font-size: 1.5em;
}
.tokushu .section07 .section07_container01 .title,
.tokushu .section01 .section01_container01 .title,
.tokushu .section05 .section05_container01 .title {
    color: #fff;
    font-size: 3em;
}
.tokushu .section01 .section01_container02 .red, .tokushu .section01 .section01_container02 .navy {
    width: 140px;
    height: 140px;
    font-size: 1.3em;
}
.tokushu .section01 .section01_container02 .navy {
    left: 160px;
}
.tokushu .section07 .section07_container02,
.tokushu .section06 .section06_container,
.tokushu .section02 .section02_container, .section03 .section03_container {
    display: flex;
    flex-flow: column;
}
.tokushu .section06,
.tokushu .section02 .section02_container02, .section03 .section03_container02{
	padding: 0 1.071em;
    border: 0px solid #c8c8c8;
}
.tokushu .section02 .section02_container02 .title, .section03 .section03_container02 .title{
	font-size: 2em;
}
.tokushu .section04_inner {
    padding: 3em 0 4em;
}
.tokushu .section04 h2 {
    font-size: 1.7em;
}
.tokushu .section04 .section04_container {
    flex-flow: column;
    margin-top: 0em;
	margin-right: 0%;
	padding: 2em 1.071em 0;
}
.tokushu .section07 .section07_container02,
.tokushu .section07 .section07_container02_2,
.tokushu .section06 .section06_container01,
.tokushu .section04 .section04_container01 {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 2em;
}
.tokushu .section04 .section04_container01 .subtitle h2 {
    font-size: 1.2em;
    margin-bottom: 2.8em;
}
.tokushu .section05 {
    min-height: 500px;
	padding: 2em 1.071em;
}
.tokushu .section05 .section05_container{
	padding: 0;
}
.tokushu .section07 .section07_container01 {
    float: left;
    z-index: -1;
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
}
.tokushu .section07 .section07_container {
    max-width: 1070px;
    margin: auto;
	padding: 5em 1.071em 3em;
}
.tokushu .section06 .section06_container01 .title{
	font-size: 0.7em;
}
.tokushu .section04 .section04_container01 .title h2{
	font-size: 1.6em;
}
.tokushu .section07_container02_2 .img{
	text-align: center;
}
.tokushu .section07{
	min-height: 500px;
}
.tokushu .section07 .section07_container01 .title {
    margin-bottom: 0.8em;
}

.column3 .list2-2 li {
	text-align: center;
}
#secondary {
    border-top-width: 0px;
}
}

.hero_conteiner .btnarrow4{
    background-color: #002682;
    margin-top: 10px;
}

.thumbnail img{
	width: 100% !important;
}


.page-id-17 table{
table-layout: fixed !important;
}
.page-id-17 th{
	background-color: transparent !important;
}

.page-id-17 tr:nth-child(odd) {
    background-color: #ffffff !important;
}
.page-id-17 tr:nth-child(even) {
    background-color: rgba( 193, 193, 196, .2 );
}

.tokushu .section06 {
    border: 0px solid #c8c8c8;
}


.sidebar_twitter{
	border-left: 3px solid #086EAC;
	border-right: 3px solid #086EAC;
	border-bottom: 3px solid #086EAC;
}

.sidebar_youtube{
	border-left: 3px solid #1D2C6B;
	border-right: 3px solid #1D2C6B;
	border-bottom: 3px solid #1D2C6B;
}


.circle {
	animation: purupuru_anim 5s infinite alternate;
}

.shake {
	animation: purupuru_anim 5s infinite;
}

@keyframes purupuru_anim {
	0% {	transform: translate(0, 0);}
	1% {	transform: translate(-5px, -0);}
	2% {	transform: translate(5px, 0);}
	3% {	transform: translate(-5px, -0);}
	4% {	transform: translate(5px, 0);}
	5% {	transform: translate(-5px, -0);}
	6% {	transform: translate(5px, 0);}
	7% {	transform: translate(-5px, -0);}
	8% {	transform: translate(5px, 0);}
	9% {	transform: translate(-5px, -0);}
	10% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}


.btnarrow4:hover{
	opacity: 0.5 !important;
	transition: 0.5s ;
}

#show{
	display: none !important;
}

.use_section_subtext{
	margin-bottom: 35px;
	font-size: 1.3em;
/* 	padding: 0 1em; */
}
@media screen and (max-width: 62.4em){
.use_section_subtext{
	margin-bottom: 10px;
	font-size: 1.1em;
}
}

.hero_sub{
    max-width: 400px;
    margin-top: 30px;
}

.hero_main h2{
	font-size: 2.4em !important;
}
.hero_sub_red{
	max-width: 200px;
    margin-bottom: auto;
    margin-top: 10vh;
    margin-right: 40px;
}
@media screen and (max-width: 62.4em){
.hero_main h2{
	font-size: 1.6em !important;
}
.hero_sub{
	max-width: none;
	margin: 20px auto 30px;
	padding: 0 1.071em !important;
	text-align: center;
}
.hero_sub_red{
	position: absolute;
	width: 100px;
	top: -100px;
	right: 20px;
}
}

.breadcrumbs{
	margin-bottom: 30px;
}
@media screen and (max-width: 62.4em){
.breadcrumbs{
	margin-bottom: 10px;
	padding: 0 15px;
}
.info-area .info-date {
	float: none;
}
}


li.collapsing  {
padding: 0.3em 0 0.3em 1em !important;
}
@media screen and (max-width: 62.4em){
ul.collapsing{
	float: none !important;
}
li.collapsing{
	font-size: 1em;
}
.category-info,
.category-page-category-list{
	padding: 0 15px;
}
}

/* なぜか非表示にならない展示会カテゴリー非表示 */
ul#widget-collapscat-3-top > ul > li:nth-last-child(1),
ul#widget-collapscat-2-top > ul > li:nth-last-child(1){
	display: none;
}
/* カート画面お気に入り非表示 */
/* .wishlist-button{
	display: none;
} */


.category-page-category-list{
	margin-bottom: 20px;
}
.category-page-category-list li{
	display: inline-block;
	border: 1px solid #0b1e2f;
	padding: 0.3em 0.5em 0.2em ;
	margin-bottom: 5px;
}

/*
select#cat{
    height: 40px;
    padding: 0 2.143em 0 .714em;
    border-width: 1px;
    border-style: solid;
    line-height: 40px;
    width: 100px;
}
*/
form.site-search{
	margin-bottom:50px;
}
.site-search div{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 5px;
}
.site-search div input,
.site-search div select{
	width: 150px;
}
.site-search label{
	padding-top: 0.7em;
	font-weight: bold;
    color: #00182a;
}

.search_title{
	margin-top: 0px !important;
	margin-bottom: 10px;
}

.search_btn{
	width: 100%;
	padding: 0.5em 0;
	margin-top: 5px;
}

.category-page-category-list .children{
	display: none;
}
.sidebar_twitter img{
	width: 100%;
}






/* EXPO */


#EXPO img{
	width: 100%;
}

header#EXPO {
	height: 200px;
	background-color: #fff;
}

.expo_logo{
	float: left;
    padding: 20px 10px !important;
    margin-left: 15px;
    max-width: 250px;
}

.expo_menu{
	margin-left: auto;
	margin-right: 20px;
}

.expo_menu li{
	float: left;
    padding: 31px 10px;
}

.expo_menu li a{
	font-weight: bold;
	color: #444444;
	font-size: 95%;
}

@media screen and (max-width: 62.4em){
.expo_logo{
	float: left;
    padding: 10px 0px !important;
	margin-left: 5px;
    max-width: 150px;
}

.expo_menu{
	margin-left: auto;
	margin-right: 5px;
	margin-top: 3px;
	width: 160px;
    text-align: right;
}

.expo_menu a{
    padding: 0px;
    padding-left: 1px;
    display: inline;
}
.expo_menu a{
	font-weight: bold;
    font-size: 90%;
    color: #444;
}


}


#EXPO .top {
  background-image: url(img/expo/img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#EXPO .top .inner {
    width: 50%;
    margin: auto;
    padding-top: 3%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 6%;
}

#EXPO .top .inner a{
	margin: 0px 20px;
}

#EXPO .top .title {
    width: 50%;
    margin: auto;
    padding-top: 7%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 1%;
}

@media screen and (max-width: 62.4em){
#EXPO .top .title {
    width: 300px;
    margin: auto;
    padding-top: 30px;
    display: block;
    justify-content: inherit;
    padding-bottom: 0px;
}
#EXPO .top .inner {
    width: 50%;
    margin: auto;
    padding-top: 3%;
    display: block;
    justify-content: space-evenly;
    padding-bottom: 6%;
}
#EXPO .top .inner li{
	display: inline;
}
#EXPO .top .inner a{
	margin: 20px auto;
}
#EXPO .top .title img{
width: 300px !important;
height: auto !important;
}
#EXPO .top .inner img{
margin-top: 10px;
}
}



#SECTION1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}

#EXPO #SECTION1 .title{
	font-weight: bold;
	font-size: 200%;
	color: #fff;
	text-align: center;
}

#EXPO #SECTION1 .title_img{
	margin: 50px auto;
}

#EXPO .white{
	color: #fff;
	margin: 30px 0px;
}

#EXPO .mx1000{
	margin: 0px auto;
	padding: 50px 50px;
}

.meritto {
	margin: 10px;
}

#EXPO #SECTION1 .meritto .title{
	padding: 5px;
	text-align: center;
	background-color: #e27820;
	color: #fff;
	font-size: 22px;
}

.meritto .content{
	background-color: #fff;
	padding: 20px 20px 20px 40px;
}

.meritto .content ul li{
	padding: 0px;
	margin: 5px 0px;
	font-size: 15px;
	list-style-position: outside;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: bold;
}

.meritto .content ul li {
	list-style-type: none;
}

.meritto .content ul li:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: #e48d13;
	position: relative;
	left: -10px;
    top: 3px;
}


#SECTION2 h2.title,
#SECTION3 h2.title{
	font-weight: bold;
	font-size: 200%;
	color: #0c68a6;
	text-align: center;
}

#SECTION3 h2.title{
	margin: 20px auto 50px;
}

#SECTION2 h3.title,
#SECTION3 h3.title {
    font-size: 1.5rem;
    color: #2a2a2a;
    margin-bottom: 35px;
    margin-top: 50px;
	border: 0px !important;
}

#SECTION2 h3.title:after,
#SECTION3 h3.title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #C8C8C8;
    position: relative;
    bottom: 0px;
}

#SECTION2 h3.title:before,
#SECTION3 h3.title:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	background: #e48d13;
	position: relative;
	left: 0px;
    top: 5px;
    margin-right: 10px;
}

#SECTION2 .content ol{
	padding-left: 22px;
}

#SECTION2 .content ol li{
	list-style-type: decimal;
	font-weight: bold;
	font-size: 100%;
}

#SECTION2 .small{
	font-size: 12px;
}

#SECTION2 .blue{
	color: #0c68a6;
}

#SECTION2 .wpcf7 table th {
    color: #0c68a6;
    background-color: #dcf1f8;
}

#SECTION2 .wpcf7 table td {
    background-color: #f2f2f2;
    color: #000000;
}

#SECTION2 .flow{
	padding: 10px;
}

#SECTION2 .flow img{
	padding: 10px 0px;
}


#EXPO .large_btn{
	margin-top: 100px;
}

#SECTION3 {
  background-image: url(img/expo/section3_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.attention{
	background-color: #fff;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 50px;
}


.attention .title_img{
	max-width: 170px;
	position: relative;
	left: -30px;
	top: -30px;
	float: left;
}

.attention .content ul {
  padding-left: 170px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.attention .content ul li {
margin: 10px 0px;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em 1em 0.5em 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

#SECTION3 .setonagi{
	margin: 40px auto;
}

@media screen and (max-width: 62.4em){
.meritto .content ul li{
	font-size: 90%;
}
#EXPO #SECTION1 .title,
#EXPO #SECTION2 .title,
#EXPO #SECTION3 .title {
    font-size: 120%;
}
#SECTION2 h3.title,
#SECTION3 h3.title{
	margin-top: 20px;
}
#SECTION3 h2.title{
	margin: 0px auto 20px;
}
#EXPO .mx1000{
	padding: 40px 15px;
}
#EXPO #SECTION1 .title_img {
    margin: 20px auto 10px;
}
#EXPO .large_btn {
    margin-top: 20px;
}

#EXPO .small{
	font-size: 10px;
}
.attention {
    margin-left: 0px;
}
.attention .title_img {
	max-width: 80px;
    position: relative;
    left: -5px;
    top: -30px;
    float: left;
}
.attention .content ul {
    padding-left: 15px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 20px;
}
}



@media screen and (min-width: 62.5em){
.flex30{
	width: 27%;
}
.flex70{
	width: 70%;
}

.flex40{
	width: 37%;
}
.flex50{
	width: 47%;
}
.flex60{
	width: 60%;
}

.flex30:first-child,
.flex40:first-child,
.flex50:first-child,
.flex60:first-child,
.flex70:first-child{
	margin-right: 3%;
}
}

.expo_btn{
	background-color: #df0012;
	min-width: 350px;
	margin: auto !important;
}

#SECTION2 .flex70{
	text-align: center;
}

#SECTION2 .flex70 p{
	text-align: left;
	margin: 20px 0;
}


ul.arrowlist{
	margin-top: 20px;
}

ul.arrowlist li{
    display: flex;
    justify-content: space-between;
	align-items:center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.7em;
    width: 100%;
    line-height: 100%;
    background-color: #fdf6c8;
    border-radius: 5px;
    text-align: center;
    min-height: 100px;
    line-height: 130%;
}
ul.arrowlist li .number{
	width: 10%;
	color: #2f679b;
}
ul.arrowlist li p{
	width: 90%;
	margin-left: -10%;
}
ul.arrowlist li span{
	font-size: 12px;
	display: block;
}
@media screen and (max-width: 62.4em){

#EXPO .flex{
	display: block;
}

ul.arrowlist li{
    font-size: 1.5em;
}
ul.arrowlist li span{
	margin-top: 5px;
	font-size: 8px;
	line-height: 160%;
}
}
ul.arrowlist li:not(:last-child){
    margin-bottom: 30px;
}
ul.arrowlist li:not(:last-child):after{
    content: "\f078";
    font-family: FontAwesome;
    /* FontAwesome5を使用する場合はこっちに置き換えてください */
    /* font-family: "Font Awesome 5 Free"; */
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    text-align: center;
    color: #dfdfdf; /* 矢印の色 好みに合わせて */
}


#EXPO hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px 0;
    margin-bottom: 0rem;
}


#searchBox {
    display: block !important;
}


.bg_purple{
	background-color: #f3f3ff;
	padding: 50px 50px 40px 50px;
}

.bg_purple img{
	width: 100%;
	max-width: 200px;
}

.flex_center{
	display: flex;
	justify-content:space-between;
	align-content: center;
}
@media screen and (max-width: 62.4em){
.flex_center{
	flex-direction: column;
}
.bg_purple{
	padding: 50px 15px 40px 15px;
}
.bg_purple img{
	width: 100%;
	max-width: 200px;
	margin-bottom: 15px;
}
}
@media screen and (min-width: 62.5em){
.w30{
	width: 30%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
}

.tokuten_meritto_graf{
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

.tokuten_meritto_graf .tokuten_meritto_graf_item{
	border-bottom: 1px dashed #d3d3d3;
	display: flex;
	justify-content:space-between;
	align-content: center;
}

.tokuten_meritto_graf .tokuten_meritto_graf_item:last-child{
	border-bottom: 0px dashed #d3d3d3;
}
.tokuten_meritto_graf .tokuten_meritto_graf_item .title{
	width: 30%;
	padding: 20px 0px;
	display: flex;
	align-content: center;
	align-items:center;
	font-weight: bold;
	font-size: 1.2em;
}
.tokuten_meritto_graf .tokuten_meritto_graf_item:nth-of-type(1) .title{
	color: #2f99d3;
}
.tokuten_meritto_graf .tokuten_meritto_graf_item:nth-of-type(2) .title{
	color: #80b51f;
}
.tokuten_meritto_graf .tokuten_meritto_graf_item:nth-of-type(3) .title{
	color: #e58900;
}
.tokuten_meritto_graf .tokuten_meritto_graf_item .content{
	width: 70%;
	padding: 20px 0px;
	display: flex;
	align-content: center;
	align-items:center;
}


.tokuten_meritto{
	margin-bottom: 60px;
	max-width: 500px;
	margin: 60px auto;
}

.tokuten_meritto .title{
	margin-bottom: 40px;
}

.tokuten_title{
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
}

.tokuten_title .blue{
	padding: 0;
	background-color: #fff;
	color: #2F99D3;
	margin-right: 20px;
}

.tokuten_contents .title{
	text-align: center;
}
.tokuten_contents .title img{
	max-width: 600px;
	margin: 0 auto 30px;
	width: 100%;
}

.tokuten_contents .title .list_img{
	width: 150px;
}

.tokuten_contents a {
	color: #2F99D3;
	text-decoration: underline;
}

.tokuten_btn_div{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

.tokuten_btn{
	background-color: #df0012;
	max-width: 500px;
	margin: auto !important;
	width: 100%;
}

.dark_blue{
	background-color:  #003f8c;
}

@media screen and (max-width: 62.4em){

.tokuten_meritto,
.tokuten_meritto_graf,
.tokuten_title,
.tokuten_contents,
.tokuten_btn_div{
	padding: 0 15px;
}
}



/* 沖縄特注 */

.page-id-4626 .two-column .site-content-wrap {
    max-width: none;
    margin: 0 auto;
}
.page-id-4626 #main.index-content {
    margin-top: 0;
}

.page-id-4626 #main.two-column{
	margin: 0;
}

.page-id-4626 .tokushu .section01 .section01_container{
}

.page-id-4626  .tokushu .okinawa3 .section01_container01{
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
 position: absolute;
 top: 200px;
 right: 0px;
}

.page-id-4626 .tokushu .section01 .section01_container01 .text {
    font-size: 1.5em;
	text-shadow: 2px 2px 3px #666666, -2px -2px 3px #666666;
}

.page-id-4626 .tokushu .section01 .section01_container01 .title {
    font-size: 3em;
	text-shadow: 2px 2px 3px #666666, -2px -2px 3px #666666;
}

.page-id-4626 .tokushu .okinawa3 .section01_container02{
    position: absolute;
    bottom: 20px;
    right: auto;
    left: 700px;
}

.img_bar{
	height: 14px;
	background-repeat: repeat-x;
}

.page-id-4626  .section09{
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2em;
}

.page-id-4626  .section09 .title h2{
	color: #214c77;
	font-size: 2em;
}

.page-id-4626 .section09 .title h2{
	margin-bottom: 20px;
}

.section09{
	margin-top: 20px;
}

.section11 .section11_container,
.section10 .section10_container{
	padding: 60px 0;
	max-width: 1070px;
	margin: auto;
}
.section10 .section10_container01 .title{
	font-size: 2.3em;
	color: #214c77;
	margin-bottom: 20px;
}
.section10 .section10_container01 .text{
    font-size: 1.2em;
}

.page-id-4626 .section04 {
	background-color: #fff !important;
}

.okinawa2 .subtitle h2,
.okinawa .subtitle h2{
	color: #214c77 !important;
}



.page-id-4626 .section04 .section04_container01 .subtitle h2:after{
background-color: #214c77 !important;
}

.page-id-4626 .section04_inner{
	background-color: #fff;
	padding: 5em 0 5em;
}

.page-id-4626 .section04 .section04_container{
	margin-top: 0;
}

.okinawa2 .text,
.okinawa .text{
	color: #000 !important;
}

.page-id-4626 .section07:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
    background: none;
    z-index: -2;
}

.page-id-4626 .section07 .section07_container01{
	float: none;
}

.page-id-4626 .section07 .section07_container01{
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
}

.page-id-4626 .section07 .section07_container02{
	width: 100%;
}

.page-id-4626 .section07 .section07_container02_2 .text{
	color: #000;
}

.page-id-4626 .section07 .section07_container02_2 .title h2{
	color: #d63828 !important;
}

.page-id-4626 .section07 .section07_container01 .title {
    line-height: 120%;
    color: #004675;
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
}

.page-id-4626 .section07 .section07_container01 .red {
	color: #d40012;
}
.page-id-4626 .section07 .section07_container01 .text{
	text-align: center;
}
.page-id-4626 .section07 .section07_container01 .text img{
	max-width: 700px;
	margin: auto;
}

.page-id-4626 .okinawa2 .section04_inner {
    background-color: transparent;
    padding: 5em 0 5em;
}
}

.toumei{
background-color:rgba(255,255,255,0.8);
}


.okinawa .subtitle h2{
	font-size: 1.2em !important;
	margin-bottom: 3em !important;
}


.page-id-4626 .section07 .section07_container02_2 .title h2 {
  text-shadow    :
       2px 2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 2.5em;/*横の大きさ*/
  font-size: 2.5em;/*文字の大きさ*/
  background: #214c77;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin: -10px auto 40px;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fbf7f0;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fbf7f0 transparent transparent;
  border-style: solid;
}

.section11_container01_01{
	display: flex;
	align-content: center;
}
.section11_container01_01_01{
	text-align: center;
	width: 40%;
	margin-right: 5%;
}

.section11_container01_01_01 img.ael{
	width: 100px;
	margin: 0 auto 10px;
}
.section11_container01_01_01 p{
	text-align: left;
}
.section11_container01_01_02 img{
	margin-bottom: 20px;
}
.section11_container01_01_02 .item{
	margin-bottom: 40px;
	font-size: 1.2em;
}
.section11_container01_01_02 img{
	height: 50px;
}

.section11_container01{
	padding: 0 3em;
}


.tokushu .okinawa3:after{
    background: linear-gradient(to left, rgba(0,0,0,0.0), transparent 0%);
}


@media screen and (max-width: 62.4em){
.page-id-4626 .section09 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2em;
    padding: 0 15px;
}
.page-id-4626 .section09 .title h2 {
	font-size: 1.5em;
}
.page-id-4626 .section09 .content p{
	text-align: left;
}
.section11 .section11_container, .section10 .section10_container {
    padding: 30px 15px;
    max-width: 1070px;
    margin: auto;
}
.ribbon1{
    padding: 0 1.5em;
    font-size: 1.5em;
}
.section11_container01 {
    padding: 0 15px;
}
.section11_container01_01 {
    flex-direction: column;
}
.section11_container01_01_01 {
    text-align: center;
    width: 100%;
    margin-right: 0;
}
.section11_container01_01_01 p {
    text-align: left;
    margin-bottom: 30px;
}
.page-id-4626 .okinawa2 .section04_inner {
    background-color: transparent;
    padding: 30px 0 30px;
}
.page-id-4626 .section04_inner {
    background-color: #fff;
    padding: 30px 0 30px;
}
}

.section07_container02_2 .img{
	text-align: center;
}
.section07_container02_2 .img img{
	margin: auto;
}
.siire p{
	margin: auto;
}

.top_recommend_title{
	margin-bottom: 15px !important;
}
.top_recommend_title_text{
	text-align: center;
	margin-bottom: 30px !important;
}

.line_column{
	border: 5px solid #00cc42;
	display: flex;
	padding: 15px;
	flex: wrap;
}
.line_column_item{
	text-align: center;
}

@media screen and (min-width: 62.5em){
.line_column_item:nth-of-type(1),
.line_column_item:nth-of-type(2){
	border-right: 1px dashed #000;
}
}
.line_column_item img:nth-of-type(1){
	max-width: 150px;
	margin: auto;
}
.line_column_item img:nth-of-type(2){
	max-width: 200px;
	margin: auto;
}

.line_column_text{
	margin-top: 30px;
	margin-bottom: 30px;
}

.line_column_text p{
	font-weight: bold;
	color: #00cc42;
}

.line_column_item{
	width: 33.333%;
}

.line_arrow{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00cc42;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line_red{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 3em;
	margin-top: 30px;
	margin-bottom: 30px;
}

.line_green{
	text-align: center;
	margin-top: 30px;
}
.line_green img{
	width: 300px;
	margin: auto;
}
.line_green p{
	text-align: center;
	color: #00cc42;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
}


@media screen and (max-width: 62.4em){
.line_red{
	font-size: 1.7em;
}
.line_column{
	flex-direction: column;
}
.line_column_item{
	width: 100%;
	padding: 15px 0
}
#line{
	padding:  15px;
}
.line_column_item:nth-of-type(1),
.line_column_item:nth-of-type(2){
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #000;
}
}

.line_banner_top{
	max-width: 500px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 62.4em){
.line_banner_top{
	padding: 0 15px;
	max-width: 500px;
	margin: 0 auto 60px;
}
}

#itempage .detail-box .opt-tag{
	float: inherit !important;
}

#itempage .detail-box .opt-tag li {
    font-size: 1.2em;
    margin: 2px 3px 2px 0px;
    padding: 0.5em;
}
#itempage .detail-box .opt-tag {
    margin: 0 0 15px !important;
}

@media screen and (min-width: 999px){
#mobile-menu{
	height: auto !important;
}
}




.opt-tag li.today {
	font-weight: bold;
	color: #CA2431;
    border-width: 1px solid #CA2431;
}


#SECTION4 h2{
	text-align: center;
	font-size: 2.5em;
	border-bottom: 3px solid #0c68a6;
	border-top: 3px solid #0c68a6;
	color: #0c68a6;
	padding: 20px 0;
	letter-spacing: 10px;
	margin-bottom: 40px;
}
#SECTION4 h3{
	color: #0c68a6;
	position: relative;
	text-align: center;
	background-color: #d7ecfb;
	border-bottom: 0px;
	font-size: 1.7em;
	padding: 10px 0;
	border-radius: 5px;
	margin-bottom: 40px;
	margin-top: 80px;
}
#SECTION4 h3:before {
    content: "\f00c";
    font-family: FontAwesome;
	position: absolute;
	color: #df5656;
    top: -0.7em;
    left: 47%;
    font-size: 1.6em;
	margin-bottom: 1em;
}
#SECTION4 h4{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 40px;
}
#SECTION4 h5{
	color: #0c68a6;
	font-size: 2.1em;
}
#SECTION4 .content{
	margin-top: 20px;
}
#SECTION4 .flex{
	margin-bottom: 10px;
}

.recommend_category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recommend_category li {
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
}

.mitukaru {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mitukaru li {
    width: 19%;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (min-width: 62.5em){
#SECTION4 .flex{
	justify-content: space-between;
}
#SECTION4 .flex60{
	margin: 0;
	width: 59.5%;
}
#SECTION4 .flex50{
	margin: 0;
	width: 49.5%;
}
#SECTION4 .flex40{
	margin: 0;
	width: 39.5%;
}
#SECTION4 .flex33{
	margin: 0;
	width: 32.6%;
}
#SECTION3 .expo_btn{
	width: 600px;
}
}
@media screen and (max-width: 62.4em){
#SECTION4 .flex60,
#SECTION4 .flex50,
#SECTION4 .flex40,
#SECTION4 .flex33{
	margin-bottom: 10px;
}
#SECTION4{
	padding: 40px 15px;
}
#SECTION4 h3{
	padding: 10px 15px;
	font-size: 1.3em;
}
}

.link{
	color: #2F99D3;
	text-decoration: underline;
}


.category-item  ul.category-page-category-list li:nth-last-child(2) {
    display: none;
}

.page-id-3 ul.sin_ul li {
    list-style: none !important;
}
/* カートボタンの位置を並び替え */
@media screen and (min-width: 426px){
.cart-page .send{
	display: flex;
	justify-content: center;
}
.cart-page .send .to_reganddeliveryinfo_button{
	margin-top: 0px !important;
	margin-right: 20px;
}
.cart-page .send .back_cart_button{
	order: 0;
}
.cart-page .send .to_deliveryinfo_button{
	order: 2;
}
.cart-page .send .to_reganddeliveryinfo_button{
	order: 1;
}
}

/* #wcexwl_batch_dropdown,
#wcexwl_batch_button{
	display: none !important;
} */


.sin_ul .title {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.attention_tokuten{
	border: 5px solid #ba0505;
	padding: 40px 20px 40px;
	margin: 0 15px 50px;
}
.attention_tokuten .tokuten_btn_div{
	margin-bottom: 0px;
}

.attention_tokuten .section-head{
	padding-right: 0px;
	padding-left: 0px;
}


.customer_form .attention{
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.customkey_kakebarai,
.customkey_kakebarai_check,
.customkey_kakebarai_limit,
.customkey_kakebarai_update_time,
.customkey_setonagi_user{
	display: none !important;
}



@media screen and (min-width: 62.5em){
#site-navigation li{
	position: relative;
}
#site-navigation ul.sub-menu {
    background-color: #0b1e2f !important;
    position: absolute;
    padding: 0;
}
#site-navigation ul.sub-menu li {
	border: none;
    height: 50px;
    margin: 0;
	padding: 13px 0 5px;
}
}

.payment_0{
	display: none;
}

.entry-content h4{
	font-size: 1.1em;
	padding: 0.5em;
}

.guide .entry-content ol,
.guide .entry-content ul {
    padding-left: 1.3em;
    margin-bottom: 2.143em !important;
}

.guide .red{
	color: #ff0000;
	font-weight: bold;
}

.otodoke_table td{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.aright .red{
	color: #ff0000;
}

.aleft{
	text-align: left !important;
}

.aleft .red{
	color: #ff0000 !important;
	font-weight: bold;
}

.aleft .red a{ 
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: underline;
}

.previoustop{
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    background-color: rgba( 221, 221, 221, .6 );
    color: #333;
	padding: 0 1.428em;
}
@media screen and (min-width: 62.5em){
.previoustop{
    height: 56px;
    line-height: 56px;
}
}

#cart_table .thumbnail img{
	width: auto !important;
}

@media screen and (max-width: 425px){
.previoustop{
	padding: 1em 1.428em;
}
.to_customerinfo_button{
	margin-top: 6px;
}
}

#memberinfo td img,
#cart_table td.thumbnail img{
	width: 60px !important;
}


.cart_kakebarai_limit{
	margin: 10px auto 10px;
	text-align: center;
}

#memberpages .red{
    color: #e60000;
    font-weight: bold;
}

.openingselect_sidebar li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.openingselect_sidebar{
	margin-bottom: 40px;
	margin-top: 20px;
}

.openingselect_sidebar ul{
	margin-top: 20px;
}

#youtubeListSp,
#youtubeList{
	padding-top: 10px;
	width: 100%;
	background-color: #000;
}


.topslider2 .slick-list li{
/*
  margin-right: 10px;
  margin-left: 10px;
*/
}


@media screen and (min-width: 62.5em){
.home-add{
	height: 60vh;
	min-height: 460px;
}
.hero_conteiner-add{
	height: 55vh;
	min-height: 320px;
}
.hero-add {
    margin: auto auto auto 6vh;
}
}

.header-add{
	position: inherit !important;
}

.topslider2 .slick-dots{
	bottom: -10px !important;
}

.openingselect_container2-add {
	background-color: #E3DFD3;

}

.openingselect2sp-add{
	padding-left: 1%;
}

.openingselect_container1-add {
    z-index: 1;
    position: absolute;
    margin: 0;
    border-bottom: none;
    border-top: none;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: transparent !important;
    z-index: 1;
}

.openingselect1-add{
	max-width: 1100px !important;
	display: flex;
}

.setonagi_special{
	margin: auto;
	text-align: center;
	max-width: 250px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.new_openingselect{
	padding-bottom: 10px;
	margin-top: 5px;
	max-width: 1100px;
	margin: auto;
}
.new_openingselect li{
	margin-right: 3px;
	margin-left: 3px;
}

.honjitunosikyou_conteiner{
	max-width: 1200px;
	margin: auto;
	padding: 10px 0;
	justify-content:space-between;
}

.honjitunosikyou_title{
	font-weight: bold;
	color: #fff;
	padding-top: 4px;
}

.honjitunosikyou_title span{
	background-color: #fff;
	color: #000;
	padding: 0.5em 1em;
	margin: 0 0.5em;
}

#honjitunosikyou{
	background-color: #E8F0F4;
	padding-top: 5px;
	margin-bottom: 40px;
	border-bottom: 5px solid #426FA2;
}
@media screen and (max-width: 62.4em){
#honjitunosikyou{
	margin-bottom: 20px;
}
}
.honjitunosikyou_readmore{
	border: 2px solid #fff;
	background-color: transparent;
	width: 150px;
	margin: 0px;
	padding: 5px 5px;
	border-radius: 0px;
	font-weight: bold;
}
.honjitunosikyou_readmore a{
	color: #fff !important;
}
.honjitunosikyou{
	padding-bottom: 10px;
	margin-top: 5px;
	max-width: 1200px;
	margin: auto;
}

.honjitunosikyou li{
	margin-right: 3px;
	margin-left: 3px;
}

.new_sestonagi_top3s{
	width: 100% !important;
}

.new_sestonagi_top50{
    margin-right: 1% !important;
    width: calc(50% - 1%) !important;
    margin-bottom: 1% !important;
}
.sikyou_bg{
	background-position: center center;
}
@media screen and (max-width: 62.4em){
.sikyou_bg{
	background-image: url('https://setonagi.net/wp-content/themes/welcart_basic-beldad/assets/images/top-assets/sikyou_sp.png') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: initial;
}

/*
.honjitunosikyou li {
    margin-right: 10px;
    margin-left: 10px;
}
*/
.honjitunosikyou_conteiner{
	justify-content: center;

}
.honjitunosikyou_title{
	text-align: center;
	line-height: 200%;
}
.setonagi_special{
	max-width: 200px;
}
.topslider2 .slick-list li{
    margin-right: 2px;
    margin-left: 2px;
}
/*
.honjitunosikyou_conteiner{
	display: none ;
}
*/
.hero-add .btnarrow4{
	font-size: 1em;
}
.hero_conteiner,
.home-add{
	height: 40vh;
}

}

.topslider2 .slick-next{
	right: 10px;
}
.topslider2 .slick-prev{
	left: 10px;
}

/*
.topslider2 .slick-dots li button:before {
    opacity: 1 ;
    color: #fff ;
}
*/

.sikyou_item img{
	margin-bottom: 5px;
}
.sikyou_item{
	font-size: 0.8em;
}
@media screen and (min-width: 426px){
.text_right{
	text-align: right;
}
}
@media screen and (max-width: 425px){
.text_right{
	margin: 0 1.071em;
}
}

.cart_red{
	color: red;
}


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

.monthly_selection{
	flex: wrap;
	display: flex;
}
.monthly_selection div{
	width: 50%;
}
.monthly_selection div:nth-child(even){
	margin-left: 10px;
}
}
@media screen and (max-width: 62.4em){

.monthly_selection{
	margin-top: 4em;
    padding: 0 1.071em;
}
}

.monthly_selection{
	margin-bottom: 4em;
}

.top_comming_soon {
	position: relative;
	z-index: 1;
}



.top_comming_soon_innner {
background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    z-index: 2;
    text-align: center;
    width: 100% !important;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding-top: 50%;

}

.registration_login{
	margin-top: 1em;
}
.registration_login a{
	color: #fff !important;
}

.shinsa_ng{
	font-size: 0.7em !important;
}

.top_category{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-top: 10px;
	max-width: 1100px;
	margin: auto;
}
.top_category li{
	padding: 5px;
	width: 12.5%;
}
.top_category li a{
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    width: 100%;
    padding: 5px 10px;
    display: block;
    text-align: center;
}
.top_category_title{
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: bold;
}
.top_category li a:hover{
	opacity: 0.5 !important;
	transition: 1.0s ;
}
@media screen and (max-width: 62.4em){
.top_category li{
	padding: 5px;
	width: 50%;
}
.top_category li:nth-child(odd){
	padding-left: 10px;
}
.top_category li:nth-child(even){
	padding-right: 10px;
}
}

.nouhin_yoteibi{
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	text-align: center;
	margin: 20px auto 0;
	padding: 10px;
}
.nouhin_yoteibi span{
	font-weight: bold;
	color: red;
}

/* 20220628 Add */
.top-column-banner {
	padding-bottom: 1.428em;
}
.top-column-btn {
	margin: -2em 0 40px 0;
}



.top_concept,
.use_section{
	margin-top: 80px;
	margin-bottom: 60px;
}

.footer_pay{
	margin-top: 40px;
	margin-bottom: 40px;
}

.ui-dialog-buttonpane .ui-button{
	color: #50575e !important;
	width: 200px !important;
}
.follow_me{
	width: 50%;
	text-align: center;
}
.side_insta,
.side_fb{
	width: 25%;
	text-align: center;
}
.follow_me img{
	padding: 10px;
}
.side_fb a img,
.side_insta a img{
	padding: 9px 0 9px 9px;
}

@media screen and (max-width: 62.4em){
#secondary .sidebar_title{
	margin: 0 10px !important;
}
.calender_text{
	margin: 10px 10px 0;
}
}


.table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin: 20px 0;
	border: 1px solid #ddd;
}

.shipping_table {
	width: 100%;
	border-collapse: collapse;
}

.shipping_table caption {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
}

.shipping_table th,
.shipping_table td {
	padding: 8px;
	text-align: center;
	border: 1px solid #ddd;
	white-space: nowrap;
}

.shipping_table thead th {
	background-color: #f0f0f0;
	font-weight: bold;
}

.shipping_table tbody tr:nth-child(even) {
	background-color: #fafafa;
}
@media screen and (max-width: 739px){
.haisou_sp{
	display: block;
	
}
}
@media screen and (min-width: 740px){
.haisou_sp{
	display: none;
	
}
}

.wcexwl .add-to-cart-btn{
	display: none !important;
}



/* 表を綺麗に */
#history_head .purchase_price,
#history_head .discount,
#history_head .shipping,
#history_head .cod,
.retail .price,
.retail .quantity,
.retail .subtotal{
    text-align: right !important;
}
#cart_table .price,
#cart_table .quantity,
#cart_table .subtotal{
	text-align: right;
}
#history_head .cod{
	display: none !important;
}

.order_head_add_value{
	display: none !important;
}

@media screen and (max-width: 739px){
	
.cart-page .cart_btn{
	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_btn .previoustop {
    line-height: normal;
}
}


#wishlist_page_article #wcexwl_batch_dropdown option:nth-child(2) {
    display: none !important;
}


.notice-container {
    border: 2px solid red; /* 赤枠の設定 */
    padding: 20px; /* 内側の余白を設定 */
    margin: 0px 0px 2%; /* 上下の間隔を設定 */
    background-color: #f8f9fa; /* 背景色を淡いグレーに設定 */
    font-size: 14px; /* テキストサイズ */
    line-height: 1.5; /* 行間の調整 */
    padding-left: 1.5em;
}

.notice {
    position: relative;
    padding-left: 1.5em; /* テキストの左側に余白を作る */
}

.notice::before {
    content: "※"; /* 「※」を自動的に追加 */
    position: absolute;
    left: 0; /* 左端に固定 */
    top: 0;
    font-weight: bold; /* 「※」を強調 */
}

.important {
    color: red; /* 赤字に設定 */
    font-weight: bold; /* 太字に設定 */
}

.year_end{
	margin-bottom: 2%;
}



#ABOUT,
#BENEFIT{
	    background-color: #E2F1FC;
}
#BENEFIT{
	padding-bottom: 50px;
}
.about{
  background-color: #fff;
  margin: auto;
  max-width: 850px;
  padding: 2em;
  border-radius: 10px;
  margin-bottom: 20px;
}
.about02{
  background-color: #fff;
  margin: auto;
  max-width: 850px;
  padding: 0.5em;
  border-radius: 10px;
}
.about_div{
  display: flex;
  justify-content:space-between;
  background-color: #fff;
  margin: auto;
}
.about_add img{
  width: 100%;
}
.about_logo{
  width: 60%;
  padding: 2em 2em 2em 0;
  display: flex;
  align-items: center;
  justify-content:center;
}
.about_text{
  background-image: url('https://setonagi-orderbook.com/img/lp/nagi02.png');
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: right 15px bottom 0px;
}
.nagi06{
  background-image: url('https://setonagi-orderbook.com/img/lp/nagi06.png');
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}
.nagi04 {
    margin: auto;
    max-width: 850px;
    height: 150px;
    background-image: url(https://setonagi-orderbook.com/img/lp/nagi04.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
}
.nagi05 h2 {
    padding-top: 100px;
}
.nagi04 h2 {
    padding-top: 100px;
}
.nagi05 {
    margin: auto;
    max-width: 850px;
    height: 150px;
    background-image: url('https://setonagi-orderbook.com/img/lp/nagi05.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
}
.benefit_text,
.about_text{
	text-align: left;
}
.lp_add .blue {
    padding: 0 !important;
}
.about_text span{
  background: linear-gradient(transparent 60%, #F8C489 60%);
}
.about_add{
	padding: 40px;
}
.about_logo img{
  max-width: 250px;
}
.about .blue{
  color: #1F499E;
  font-weight: bold;
  text-align: left;
}
.nagi03{
  margin: auto;
  max-width: 850px;
  height: 150px;
  background-image: url('https://setonagi-orderbook.com/img/lp/nagi03.png');
  background-image: none;
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
}
.nagi03 h2{
  padding-top: 100px;
}
.benefit{
  display: flex;
  justify-content:space-between;
  background-color: #fff;
  margin: auto;
  max-width: 850px;
  padding: 2em;
  border-radius: 10px;
}
.benefit_item {
  width: 32%;
}
.benefit_title{
  margin: 1em 0;
}
.benefit_title h3{
  font-size: 1.2em;
  line-height: 160%;
  text-align: center;
  color: #1F499E;
}
.benefit_item img{
  width: 100%;
}
.annotation{
  text-align: center;
  margin-top: 10px;
}
.lp_add h2{
	padding-top: 2em !important; 
    font-size: 1.8em !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    color: #1F499E !important;
    text-align: center !important;
}


@media (max-width: 767px) {
#ABOUT,
#BENEFIT{
	padding: 20px 10px 10px !important;
}
.nagi03 {
	background-image: none;
}
.about_add{
	padding: 0px;
}
.start_img{
  text-align: center;
}
.start_img .sp{
  width: 80%;
  text-align: center;
}
.about_text{
  background-image: none;
}
.sp_nagi02 {
  text-align: right;
}
.nagi05 h2 {
    padding-top: 125px;
}
.sp_nagi02 img{
  width: 200px;
}
h2 {
    font-size: 1.3em;
}
.nagi06{
  background-image: none;
}
.nagi04 {
    margin: auto;
    max-width: 850px;
    height: 150px;
    background-image: url(../img/lp/nagi04.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
}
.function_title h3{
  font-size: 1em;
}
.pc{
  display: none !important;
}
.about_logo {
    width: 100%;
    padding: 1em 2em 2em 2em;
}
.news{
  padding-left: 0px;
}
.header_bg{
  padding: 0 10px;
}
.header_bg header{
  display: block;
}
.top_message{
  display: block;
}
.about,
.about_div{
  display: block;
}
.benefit{
  display: block;
}
.benefit_item {
  width: 100%;
  margin-bottom: 30px;
}
.benefit_item:last-child {
  margin-bottom: 0;
}
.function_item {
  width: 49.5%;
  margin-bottom: 1%;
}
.pay{
  display: block;
}
.creditcard,
.kakebarai {
    width: 100%;
}
.catch,
.device{
  width: 100%;
  padding-right: 0%;
}
.function_item{
  padding: 10px;
}
.pay_img{
  height: auto;
  padding: 2em;
}
.kakebarai .pay_img img{
  max-width: 200px;
}
.kakebarai_merit_text {
    padding: 1em 1em 0.5em;
}
.kakebarai_merit_text::before {
    left: 8px;
    padding: 0px 0px;
    top: -10px;
}
.pay_title h3{
  font-size: 1.0em;
}
.start_btn {
    font-size: 1em;
    padding: 0.7em;
}
section {
    padding: 3em 10px !important;
}
.bg02{
  height: 50px;
}
.bg04{
  height: 70px;
}
.bg03{
  height: 90px;
}
}


@media (max-width: 999px) {
.site-search{
	margin-top: 10px !important;
}
.site-search label{
	font-size: 0.7em !important;
}
.site-search div input, .site-search div select {
    width: 65% !important;
    margin: 5px 0px !important;
            font-size: 0.7em;
}
#secondary section{
	margin: 0px !important;
	padding: 10px 10px !important;
}
}

.monthlyselection{
	color: red;
}
.monthlyselection a{
	color: red;
}

.skuform .skuname{
	line-height: 10%;
}

header .top{
	display: none;
}