/* Store 専用CSS */

.second_level .wrap {
	margin: 0 auto 64px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	display: inline-block;
	color: #fff !important;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	padding: 8px 16px !important;
	margin: 0 !important;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	overflow: visible;
	cursor: pointer;
	position: relative;
	left: auto;
	transition: 0.3s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #000 !important;
	background-color: #fff;
}

/* パンくずリスト */
.woocommerce-breadcrumb {
	width: 92%;
	max-width: 1080px;
	padding: 0 0 0 120px !important;
	margin: 0 auto 1em !important;
	text-align: left;
}

/*一覧 カテゴリ トップなど*/
mark.count {
	color: #fff;
	background: transparent;
}
.woocommerce ul.products li.product-category {
	text-align: center;
	text-transform: uppercase;
}
.woocommerce ul.products li.product-category a {
	display: inline-block;
	padding: 8px 16px;
}
.woocommerce ul.products li.product-category a:hover {
	text-decoration: underline;
}
.description .post-thumbnail {
	margin: 0 auto 24px;
}


/* 商品詳細 */
.woocommerce div.product div.images {
	margin-bottom: 40px;
}
.woocommerce span.onsale {
	min-height: auto;
	min-width: auto;
	color: #fff;
	padding: 0 24px;
	font-size: 16px;
	font-weight: normal;
	position: static;
	text-align: center;
	line-height: 2;
	border-radius: 0;
	background-color: #d9406b;
	z-index: 1;
}
.pswp img,
.woocommerce-product-gallery img {
	transition: none;
}
body.wp-singular .entry_title {
	margin: 0 0 36px
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #f60;
	font-size: 32px !important;
	font-family: 'Antonio', sans-serif;
	font-weight: 400;
	text-align: right;
	line-height: 1.3em;
	margin: 0 0 1em;
}

.wc-block-grid__product .wc-block-grid__product-price del {
	color: #ccc;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #f60;
	font-size: 24px;
	font-family: 'Antonio', sans-serif;
	text-align: right;
}

.price .woocommerce-price-suffix {
	font-size: 16px !important;
	color: #fff;
}

.price del .woocommerce-Price-amount {
	color: #ccc;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #958e09;
	text-align: right;
}
.woocommerce div.product form.cart {
/*	display: flex;
	justify-content: flex-end;
	align-items: center;*/
	gap: 8px;
	text-align: right;
	margin-bottom: 2em;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	display: block;
	margin-bottom: 1em;
	border: 0;
}
.woocommerce div.product form.cart .variations tbody {
	display: block;
}
.woocommerce div.product form.cart .variations tbody tr {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	align-items: center;
	padding: 0 0 24px;
}
.woocommerce div.product form.cart .variations tbody th {
	display: block;
}
.woocommerce div.product form.cart .variations tbody td {
	display: block;
	position: relative;
}
.woocommerce div.product form.cart .variations label {
	color: #fff;
	font-size: 24px;
	font-family: 'Antonio', sans-serif;
	font-weight: normal !important;
	text-align: right !important;
	vertical-align: middle;
}
.wc-attr-btn {
	color: #fff;
	font-size: 20px;
	font-family: 'Antonio', sans-serif;
	padding: 8px 16px;
	margin: 0 2px 4px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
}
.wc-attr-btn.is-selected {
	color: #333;
	border: 2px solid #fff;
	background: #fff;
}
.wc-attr-btn.is-oos,
.wc-attr-btn.is-noprice {
	color: #666;
	border: 2px solid #666;
}

.reset_variations {
	font-size: 16px;
	position: absolute;
	right: 0px;
	bottom: -32px;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	align-items: center;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	font-size: 24px;
}
.woocommerce div.product form.cart .button {
	font-size: 18px !important;
	font-weight: normal;
	vertical-align: middle;
	padding: 8px 24px !important;
	background: #f60;
	border: 0;
	border-radius: 0;
	float: none; 
}
.variations_form select.wc-attr-hidden {
	display: none !important;
}

.woocommerce-tabs {
	margin: 32px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li,
.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td,
.woocommerce-Tabs-panel span {
	color: #fff;
}

#page.woocommerce .second_level .wrap  div.product .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	position: static;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	color: #fff;
	font-size: 18px !important;
	margin: 0 !important;
	padding: 0;
	border: 2px solid #fff;
	border-width: 2px 2px 0;
	background-color: transparent;
	position: static;
	z-index: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 8px 16px;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
	text-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	content: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	content: none !important;
}
.woocommerce-Tabs-panel#tab-description table {
	border: 1px solid #999;
	margin: 0 0 24px;
}
.woocommerce-Tabs-panel#tab-description th {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 16px;
	border: 1px solid #999;
}
.woocommerce-Tabs-panel#tab-description td {
	color: #fff;
	padding: 4px 16px;
	border: 1px solid #999;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	line-height: 1.5;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
}
.woocommerce table.shop_attributes td p {
	margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
}
.second_level .wrap .description .comment-text .description {
	color: #fff;
	font-size: 14px;
	min-height: none;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

.woocommerce-Tabs-panel span.comment-reply-title {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	text-align: left;
}
.woocommerce #review_form #respond p.form-submit {
	text-align: right;
	margin: 0 0 24px;
}
.woocommerce #review_form #respond p.form-submit input {
	border-radius: 0;
}

.related.products h2,
.up-sells h2 {
	font-size: 24px !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 32px 16px;
	padding: 0 0 24px !important;
	list-style-type: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: calc(25% - 12px);
	float: none;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product .onsale {
	width: auto;
	font-size: 12px;
	margin: 0;
	position: absolute;
	left: 8px;
	right: auto;
	top: 8px;
	opacity: 0.8;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
	width: auto;
	font-size: 12px !important;
	color: #fff !important;
	display: inline-block;
	font-weight: 400 !important;
	text-align: center;
	text-transform: uppercase;
	background: #d9406b !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 24px !important;
	position: absolute;
	left: 8px !important;
	right: auto !important;
	top: 8px !important;
	z-index: 9;
	opacity: 0.8 !important;
}

.wc-block-grid__product a.wc-block-grid__product-image ,
.wc-block-grid__product a.wc-block-grid__product-link {
	text-decoration: none !important;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	color: #fff !important;
	font-size: 16px !important;
	text-decoration: none !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
}
.related.products ul.products li span.price {
	font-size: 24px !important;
	text-align: right !important;
	margin: 0 0 8px !important;
}
.related.products ul.products li span.price .woocommerce-price-suffix {
	font-size: 16px;
}
.related.products ul.products li a.button {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.wc-global-search form.woocommerce-product-search {
	flex: 1;
	display: flex;
	gap: 8px;
}
.wc-global-search form.woocommerce-product-search input[type="search" i] {
	flex-grow: 2;
	font-size: 16px;
	line-height: 2em;
	appearance: auto;
	box-sizing: border-box;
	padding: 4px 16px;
}
.wc-global-search form.woocommerce-product-search button {
	color: #333;
	font-size: 16px;
	line-height: 2em;
	background-color: #fefefe;
	border: 0px;
	border-radius: 0px;
	padding: 4px 16px;
	cursor: pointer;
}


/* メッセージ関連 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
	position: relative;
	background-color: #f6f5f8;
	border-top-color: #f60;
	border-top: 3px solid #720eec;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error {
	border-top-color: #b81c23;
}
.woocommerce .woocommerce-message::before {
	content: "\e015";
	color: #f60;
}




/* ショッピングカート */
.woocommerce .wc-cart-link {
	display: inline-flex;
	color: #fff !important;
	align-items: center;
	gap: .5rem;
	padding: .5rem .75rem;
	border: 1px solid #999 !important;
	border-radius: 0;
	text-decoration: none;
}
.woocommerce .wc-cart-badge {
	font-size: 1em;
	display: inline-flex;
	aspect-ratio: 1 / 1;
	min-width: 1.5em;
	height: auto !important;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid #ddd;
	padding: .25em;
}
.wc-cart-badge.is-empty {
	opacity: .35;
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
	background: none !important;
	border: 0;
	margin: 0;
}
.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
	color: #fff;
	font-size: 18px;
	margin: 0 0 40px;
}

@container (min-width: 700px) {
	.wc-block-cart__main .wc-block-cart-items {
		border-bottom: 1px solid rgba(148,148,148,0.9) !important;
		border-spacing: 0
	}
	.wc-block-cart__main .wc-block-cart-items th {
		padding: 8px 16px 8px 0;
		white-space: nowrap
	}
	.wc-block-cart__main .wc-block-cart-items td {
		border-top: 1px solid rgba(148,148,148,0.9) !important;
		padding: 24px 0 24px 16px;
		vertical-align: top
	}
	.wc-block-cart__main .wc-block-cart-items th: last-child {
		padding-right:16px
	}
	.wc-block-cart__main .wc-block-cart-items td: last-child {
		padding-right:16px
	}
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	background-color: #333;
	border-top: 1px solid rgba(148,148,148,0.9) !important;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	height: 3.125em;
	line-height: 1em;
	margin: 0;
	min-height: 0;
	padding: 1em .5em;
	width: 100%;
}
button {
	color: #333;
	font-size: 14px;
	background-color: #fefefe;
	border-color: #ccc;
	border-radius: 3px;
}
button:disabled {
	color: #999;
	border-color: #ccc;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	font-size: 18px !important;
	flex-grow: 1;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
}


.wc-block-components-button:not(.is-link) {
	align-items: center;
	display: inline-flex	;
	height: auto;
	font-size: 18px;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: box-shadow .1s linear;
}

.woocommerce ul.order_details {
	padding: 0 !important;
	margin: 0 0 3em !important;
	list-style: none;
}
.woocommerce ul.order_details li {
	float: left;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #333;
	padding-right: 2em;
	padding-left: 2em;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
	width: 100%;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: auto !important;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0;
	background: #FFD815;
	border-radius: 5px;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	text-wrap: balance;
	text-wrap: pretty;
	display: block;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	color: #000 !important;
	flex: 1 1 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	white-space: nowrap;
	background: #fff !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: #fff;
	border: 2px solid hsla(0, 0%, 7%, .11);
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	font-size: 14px !important;
	opacity: 0.8 !important;
}
.woocommerce table.shop_table tr {
}
.woocommerce table.shop_table th {
	color: #fff;
	border-bottom: 1px solid #333;
}
.woocommerce table.shop_table td {
	color: #fff;
	border-bottom: 1px solid #333;
}

@media only screen and (max-width: 780px) {

	.wc-global-search {
		display: block !important;
		font-size: 14px !important;
		text-align: center;
		margin: 12px 0 16px;
}

	.wc-global-search form.woocommerce-product-search {
		margin: 0 0 16px;
	}

}
