/**
* Theme Name: Wildpitchworks
* Template:   basara_tcd100
* Theme URI: https://wildpitchworks.com/
* Author: B'Me LLC
* Author URI: https://bme-official.com/
* Version: 1.12
* Requires at least: 6.0
* Requires PHP: 7.4
*/

.hidden-h1 {
	display: none;
}

h2.wp-block-heading {
	font-size: 20px;
}

h3.wp-block-heading {
	font-size: 18px;
}

img.p-entry-product-mainimage {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: bottom;
}

.p-loading-screen-logo-image-mobile,
.p-loading-screen-logo-image-pc {
	width: 400px;
	max-width: 75vw;
}

.p-footer-logo-retina {
	background: #000;
}

.p-footer-logo img {
	max-width: 300px;
}

.p-footer-logo-mobile img {
	max-width: 200px;
}

.p-cb-design-content .p-cb-item-desc {
	text-align: center;
}

/* 固定ページ */

.page .p-entry-inner .p-entry-body .custom_h2 {
	font-size: 24px;.
	font-weight: bold;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page .p-entry-inner .p-entry-body .custom_h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: var(--tcd-accent-color);
	padding-top: 30px;
	border-top: 3px solid var(--tcd-accent-color);
	margin-top: 50px;
	margin-bottom: 30px;
}

.page .p-entry-inner .p-entry-body .custom_h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 10px;
}

.page .p-entry-inner .p-entry-body .design-column {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page .p-entry-inner .p-entry-body .profile-block {
	margin-bottom: 30px;
}

.user-circle {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}

.user-circle img {
	width: 100%;
	transition: 0.5s;
}

.user-circle img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

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

	.p-header-video.l-inner03 {
		height: 100%!important;
	}

	.p-cb-item-desc p {
		font-size: 12px;
	}

	.p-archive03-item-title {
		font-size: 14px;
	}

	h2.wp-block-heading {
		font-size: 16px;
	}

	h3.wp-block-heading {
		font-size: 14px;
	}

	.p-page-header-image .p-header-content {
		min-height: 100px;
	}

	.page .p-entry-inner .p-entry-body .profile-block {
		gap: 10px;
	}

	.user-circle {
		width: 200px;
		margin: auto;
	}

}

/* 商品ページ */

.single-product .wp-video {
	width: 100%!important;
}

.woocommerce-tabs .wc-tabs li {
	background: #f1f1f1;
}

.woocommerce-tabs .wc-tabs li.active {
	background: #fff;
}

.single-product .woocommerce-Tabs-panel .p-body p strong {
	font-weight: bold;
	color: var(--tcd-accent-color);
}

.single-product .woocommerce-Tabs-panel .p-body ul {
	list-style: inside;
}

.single-product .woocommerce-Tabs-panel .p-body li::marker {
	content: '✔️　';
}

/* Word Balloon */

.wp-block-word-balloon-word-balloon-block {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

/* Contact Form 7 */

.wpcf7 span.required {
	font-size: 12px;
	color: #fff;
	background: var(--tcd-accent-color);
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
}

.wpcf7 span.optional {
	font-size: 12px;
	color: #fff;
	background: #333;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
}

.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
	background-color: var(--tcd-accent-color)!important;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-previous:hover {
	background-color: color-mix(in srgb, var(--tcd-accent-color) 70%, transparent)!important;
}

.wpcf7 .p-r-contact select {
	width: 100%;
}

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

	.wpcf7 p {
		font-size: 14px!important;
	}

	.wpcf7 span.required,
	.wpcf7 span.optional {
		font-size: 10px;
	}

}