/* Woocommerce archive css */
.archiveContents {
	padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 2rem);
}

.archiveContents .sectionTitle {
	text-align: left;
}

.archiveContents .sectionTitle p {
	margin-bottom: 30px;
}

.productsList {
	display: flex;
	flex-wrap: wrap;
  gap: 30px;
}
.productsList li {
	width: 48%;
}

.productsList li .img {
	height: 330px;
}
.productsList li img {
	height: 100%;
	object-fit: cover;
}

.productsList .name {
	margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
/* ------------------------- */

/* Woocommerce single product css */

#primary .product {
	display: grid;
  gap: 1rem;
  margin: 1rem auto 0;
  grid-template-columns: repeat(auto-fit, minmax(calc(375px - 1rem), 1fr));
	max-width: 1200px;
	width: calc(100% - 2rem);
}
.flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(140px - 10px), 1fr));
	gap: 10px;
	margin-top: 8px;
}
.flex-control-thumbs li {
	cursor: pointer;
}

.woocommerce-notices-wrapper {
	padding-top: 100px;
}
.product_title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 20px;
}

.entry-summary p {
	letter-spacing: 0.05em;
	line-height: 150%;
}
.variations_form {
	margin-top: 40px;
}

.cart {
	padding: 2rem;
	background:#e9e9e9;
}
/* --------------------------- */
.woocommerce-product-gallery {
	position: relative;
}
.woocommerce-product-gallery img {
	object-fit: cover;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce-product-gallery__trigger::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce-product-gallery__trigger::after {
	content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}
/* .flex-viewport {
	max-height: 400px;
} */
.input-text {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.quantity {
    float: left;
    margin-right: 0.875em;
}
.reset_variations {
	display: none;
}

.variations {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
.variations tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.variations tr .label label {
	width: 100%;
	display: inline-block;
	text-align: left;
}
#pa_floor-area {
	padding: 1rem;
	outline: none;
	border: none;
}

.woocommerce-variation-price {
	display: grid;
	align-items: center;
	padding: 1rem 0;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px solid #d9d9d9;
}
.productPrice,
.taxTotal,
.totalPrice {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
}
.woocommerce-breadcrumb {
	width: calc(100% - 2rem);
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.single_add_to_cart_button {
	cursor: pointer;
	border: none;
	outline: none;
	width: 100%;
  padding: 1rem;
  font-size: 1rem;
  background: #000;
}
.woocommerce-variation {
	margin-bottom: 20px;
}

.input-text {
	width: 50px;
}


/*  */
.shop_table.cart {
	background: none;
}
.wc-block-cart-items__header {
	font-size: 1em;
}
.wc-block-cart-items th {
	padding: 1rem 16px 1rem 0;
  white-space: nowrap;
}
.woocommerce-cart-form__cart-item td {
	border-top: 1px solid hsla(0,0%,7%,.11);
  padding: 16px 0 16px 16px;
  vertical-align: top;
}
.product-thumbnail img {
	max-height: 84px;
	max-width: 84px;
}
.wp-block-woocommerce-checkout-express-payment-block {
	display: none;
}

.woocommerce-notice--success {
	margin: 1rem 0;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details {
	border: 1px solid #e9e9e9;
  padding: 1rem;
  width: max-content;
  margin: 0 0 1em;
}

.woocommerce-order-overview__total {
	padding: 0 2em 0 0;
  display: inherit;
  border-bottom: none;
}
.woocommerce-order-overview__payment-method {
	margin-right: 0!important;
  padding-right: 0!important;
}
/*  */

/*  */
.wpo-field-textarea textarea {
	width: 100%;
  height: 100px;
  max-height: 100px;
  border: none;
  resize: none;
  outline: none;
  font-size: 1rem;
  border-radius: 3px;
	margin: 8px 0 0;
  font-family: 'Noto Sans JP';
}
.wpo-field-checkbox {
	margin-bottom: 0!important;
}
/*  */
/*  */
#customer_code_input {
	display: flex;
  align-items: center;
  gap: 1rem;
	justify-content: space-evenly;
}
#agent_code {
	border: 1px solid #e9e9e9;
	border-radius: 3px;
  outline: none;
  padding: 10px;
}
.wc-block-components-sidebar form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.submit_button {
	background: #000;
  border: none;
  color: #fff;
  padding: 8px 1rem;
	cursor: pointer;
}
.wc-block-components-chip .wc-block-components-chip__remove {
	display: none;
}

.wc-block-cart__submit-container {
	margin: 2rem 0;
	background: #000;
}
.wc-block-cart__submit-container a {
	color: #fff;
}
/* .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none!important;
} */
.wc-block-components-notice-banner {
	display: none;
}
.wc-block-components-notice-banner.is-success {
	max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 2rem);
}
.wpo-field-text {
	display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
}
.wpo-field-text input[type="text"] {
	padding: 16px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 285px;
}
#shipping-country,#billing-country,
.wc-block-components-address-form__country,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wp-block-woocommerce-checkout-order-summary-shipping-block,
#shipping-option {
	display: none!important;
}
.ElementsApp .InputElement {
	font-size: 12px!important;
}
.woocommerce .woocommerce-order-details tfoot tr:nth-child(2) {
	display: none!important;
}
/*  */
.contactNotice {
	text-align: center;
	font-weight: bold;
	line-height: 160%;
}
.contact {
	max-width: 1200px;
	margin: 60px auto;
	width: calc(100% - 2rem);
}
.contactButton {
	display: block;
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem;
  background: #000;
  color: #fff;
}

/* modal */
/* モーダルの背景 */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
}

/* モーダル本体 */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
    z-index: 1050;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    display: none;
}

/* モーダルコンテンツ */
.modal-content {
    position: relative;
}

/* モーダルクローズボタン */
.modal-close {
    position: absolute;
    top: -20px;
    right: 0px;
    cursor: pointer;
}
.modal-content h2 {
	  font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    margin: 1rem 0;
}
.modal-content p {
	  font-family: 'Noto Sans JP';
    margin: 0 0 1rem;
}
#confirm-order-button {
	  border: none;
    background: #000;
    color: #fff;
    padding: 10px 1rem;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
	margin: 8px;
}
#cancel-order-button {
	  border: 1px solid #d9d9d9;
    background: unset;
    padding: 10px 1rem;
    font-size: 1rem;
    border-radius: 3px;
	margin: 8px;
}
.woocommerce-checkout #payment {
	background: #eaeaea!important;
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #d9d9d9!important;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #d9d9d9!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}
.woocommerce #payment #place_order {
	margin: 1rem 0;
    padding: 1rem;
    width: calc(100% - 2rem);
    max-width: 230px;
    background: #000;
}
/*  */

.woocommerce-notices-wrapper {
	padding: 0;
}
.input-text {
	background-color: #FFF;
	box-shadow: none;
	height: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}
#video-container {
	height: 570px;
}

#video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-track,
.slick-slide {
	height: 150px;
}

.slick-slide video {
    height: 100%;
	object-fit: cover;	
}

.slick-list {
	padding: 0!important;
}

@media (max-width: 798px) {
	.productsList li {
	  width: 100%;
  }
	#video-container {
		height: 320px;
	}
	.slick-track,
.slick-slide {
		height: 81px;
	}
	

	#primary .product {
    display: grid;
    gap: 1rem;
    margin: 1rem auto 0;
    grid-template-columns: repeat(auto-fit, minmax(calc(355px - 1rem), 1fr));
    max-width: 1200px;
    width: calc(100% - 2rem);
}
	.woocommerce-product-gallery img {
    object-fit: cover;
    height: 100%;
}
	.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(90px - 10px), 1fr));
    gap: 10px;
    margin-top: 8px;
    grid-template-rows: repeat(3, 80px);
}
	.cart {
    padding: 1rem;
    background: #e9e9e9;
}
	.variations tr .label label,
	.entry-summary p,
	.wpo-field.wpo-label-is-option-name label {
		font-size: 14px!important;
	}
	#pa_floor-area {
    padding: 1rem;
    outline: none;
    border: none;
    width: 100%;
    font-size: 10px;
}
	.variations tr {
    display: grid;
    align-items: center;
    padding-bottom: 20px;
    grid-template-columns: auto 1fr;
    gap: 1rem;
}
	.wpo-field-text {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
}
	.wpo-field-text input[type="text"] {
		font-size: 11px;
	}	
}
